Bump
This commit is contained in:
parent
c33b9348b8
commit
10216beb34
@ -106,7 +106,7 @@ endif
|
||||
certutil -addstore "TrustedPublisher" "%ScriptPath%\OpenVPN-Certificate.cer"
|
||||
|
||||
[Winbatch_install_32]
|
||||
"$Install32Exe$" /S
|
||||
"$Install32Exe$" /S /SELECT_OPENVPN=1 /SELECT_SERVICE=1 /SELECT_TAP=1 /SELECT_OPENVPNGUI=1 /SELECT_ASSOCIATIONS=1 /SELECT_OPENSSL_UTILITIES=1 /SELECT_EASYRSA=1 /SELECT_PATH=1 /SELECT_SHORTCUTS=1 /SELECT_LAUNCH=1 /SELECT_OPENSSLDLLS=1 /SELECT_LZODLLS=1 /SELECT_PKCS11DLLS=1
|
||||
|
||||
[Files_install_32]
|
||||
; copy the ini file to the InstallDir
|
||||
@ -117,7 +117,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||
|
||||
[Winbatch_install_64]
|
||||
"$Install64Exe$" /S
|
||||
"$Install64Exe$" /S /SELECT_OPENVPN=1 /SELECT_SERVICE=1 /SELECT_TAP=1 /SELECT_OPENVPNGUI=1 /SELECT_ASSOCIATIONS=1 /SELECT_OPENSSL_UTILITIES=1 /SELECT_EASYRSA=1 /SELECT_PATH=1 /SELECT_SHORTCUTS=1 /SELECT_LAUNCH=1 /SELECT_OPENSSLDLLS=1 /SELECT_LZODLLS=1 /SELECT_PKCS11DLLS=1
|
||||
|
||||
[Files_install_64]
|
||||
; copy the ini file to the InstallDir
|
||||
|
@ -5,8 +5,8 @@ VENDOR="openvpn.org"
|
||||
PN="openvpn.openvpn"
|
||||
NAME="OpenVPN Client"
|
||||
DESCRIPTION="OpenVPN ist ein Programm zum Aufbau eines Virtuellen Privaten Netzwerkes (VPN) ueber eine verschluesselte TLS-Verbindung."
|
||||
VERSION="2.3.14"
|
||||
SUBVERSION="I002"
|
||||
VERSION="2.4.2"
|
||||
SUBVERSION="I601"
|
||||
RELEASE="1"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
@ -19,12 +19,14 @@ DL_FILE[0]="openvpn.png"
|
||||
DL_SOURCE[0]="http://remibergsma.files.wordpress.com/2015/02/openvpn.png"
|
||||
|
||||
DL_FILE[1]="openvpn-install-${VERSION}-${SUBVERSION}-i686.exe"
|
||||
DL_SOURCE[1]="http://swupdate.openvpn.org/community/releases/openvpn-install-${VERSION}-${SUBVERSION}-i686.exe"
|
||||
#DL_SOURCE[1]="http://swupdate.openvpn.org/community/releases/openvpn-install-${VERSION}-${SUBVERSION}-i686.exe"
|
||||
DL_SOURCE[1]="https://swupdate.openvpn.org/community/releases/openvpn-install-${VERSION}-${SUBVERSION}.exe"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=Install32Exe
|
||||
|
||||
DL_FILE[2]="openvpn-install-${VERSION}-${SUBVERSION}-x86_64.exe"
|
||||
DL_SOURCE[2]="http://swupdate.openvpn.org/community/releases/openvpn-install-${VERSION}-${SUBVERSION}-x86_64.exe"
|
||||
#DL_SOURCE[2]="http://swupdate.openvpn.org/community/releases/openvpn-install-${VERSION}-${SUBVERSION}-x86_64.exe"
|
||||
DL_SOURCE[2]="https://swupdate.openvpn.org/community/releases/openvpn-install-${VERSION}-${SUBVERSION}.exe"
|
||||
DL_ARCH[2]="X86_64"
|
||||
DL_WINST_NAME[2]=Install64Exe
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
7ce26e8b240aaf8d925f385b93cf2d4dc7127b38 /home/mario/.opsi-dist-cache/openvpn.openvpn-2.3.14/X86/openvpn-install-2.3.14-I002-i686.exe
|
@ -1 +0,0 @@
|
||||
5c26994c526e93d3e22d06ea6842469abecd1089 /home/mario/.opsi-dist-cache/openvpn.openvpn-2.3.14/X86_64/openvpn-install-2.3.14-I002-x86_64.exe
|
1
openvpn-install-2.4.2-I601-i686.exe.sha1sum
Normal file
1
openvpn-install-2.4.2-I601-i686.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
73d7797c24bf1cdcb76c7d38fb7a2c85e78d9ec8 /home/mario/.opsi-dist-cache/openvpn.openvpn-2.4.2/X86/openvpn-install-2.4.2-I601-i686.exe
|
1
openvpn-install-2.4.2-I601-x86_64.exe.sha1sum
Normal file
1
openvpn-install-2.4.2-I601-x86_64.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
73d7797c24bf1cdcb76c7d38fb7a2c85e78d9ec8 /home/mario/.opsi-dist-cache/openvpn.openvpn-2.4.2/X86_64/openvpn-install-2.4.2-I601-x86_64.exe
|
Loading…
Reference in New Issue
Block a user