-TAP-Windows 9.23.3
+OpenVPN Connect 3
-Copyright (c) 2017 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
\ No newline at end of file
+Copyright (c) 2023 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
\ No newline at end of file
PACKAGE = $(shell basename `pwd` )
DESTDIR = /
REPO = /srv/www/repo/salt-packages/
-VERSION = 2.4.7
+VERSION = $(shell cat VERSION )
RELEASE = $(shell cat RELEASE )
NRELEASE = $(shell echo $(RELEASE) + 1 | bc )
-YEAR = $(shell date +%Y )
+YEAR = $(shell date +%Y )
package:
sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec
find $(REPO)/noarch -name "oss-pkg-$(PACKAGE)-$(VERSION)-*.rpm" -exec rm {} \;
mv /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm $(REPO)/noarch
echo $(NRELEASE) > RELEASE
- git commit -a -m "New release"
+ git commit -a -m "♻️ New release / Version $(VERSION)"
# git push
createrepo $(REPO)
###############################################################################
# SLS: PACKAGE
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
# All rights reserved.
#
-# Author: Helmuth Varkoly
+# Author: Helmuth Varkoly, Maximilian Grunow
#
-# Description: SLS to use with OSS's softwaremanagement
+# Description: SLS to use with Cranix's softwaremanagement
###############################################################################
PACKAGE:
pkg:
-2.4.7-1607-Win10
+3.3.7.2979
#
-# Spec file for OpenVPN
-# Copyright (c) 2021 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany. All rights reserved.
+# Spec file for OpenVPN Connect Client
+# Copyright (c) 2023 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany. All rights reserved.
#
Name: oss-pkg-OpenVPN
-Summary: Package to install OpenVPN on OSS-Clients
-Version: 2.4.7
-Release: 1
+Summary: Package to install OpenVPN on Cranix-Clients
+Version: 3.3.7.2979
+Release: 2
License: GPL-2.0
Vendor: Peter Varkoly and Helmuth Varkoly
Packager: peter@varkoly.de
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-Package to install OpenVPN on OSS-Clients
+Package to install OpenVPN on Cranix-Clients
Authors:
--------
helmuth@varkoly.de
peter@varkoly.de
+ maximilian@grunow.at
%prep
%defattr(644,root,root)
/srv/salt/win/repo-ng/OpenVPN
/srv/salt/packages/OpenVPN.sls
-
-
###############################################################################
-# SLS: VEYON
-# Copyright (c) 2019 Helmuth Varkoly, Nuermberg, Germany.
+# SLS: OpenVPN Connect
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
# All rights reserved.
#
-# Authors: Helmuth Varkoly
+# Authors: Helmuth Varkoly, Maximilian Grunow
#
# Description: Package SLS
###############################################################################
-
OpenVPN:
- '2.4.7-1607-Win10':
- installer: salt://win/repo-ng/OpenVPN/openvpn-install-Win10.exe
- full_name: 'OpenVPN 2.4.7-1607-Win10'
+ '3.3.7.2979':
+ installer: salt://win/repo-ng/OpenVPN/openvpn-connect-3.3.7.2979_signed.msi
+ full_name: 'OpenVPN Connect 3'
uninstaller: "C:\\Program Files\\TAP-Windows\\Uninstall.exe"
install_flags: '/S /VERYSILENT'
uninstall_flags: '/S'