From: <abe...@us...> - 2013-02-23 15:22:23
|
Revision: 5963 http://astlinux.svn.sourceforge.net/astlinux/?rev=5963&view=rev Author: abelbeck Date: 2013-02-23 15:22:12 +0000 (Sat, 23 Feb 2013) Log Message: ----------- openvpn, add enable-password-save build option to support non-interactive client 'auth-user-pass file' Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2013-02-21 01:35:45 UTC (rev 5962) +++ branches/1.0/package/openvpn/openvpn.mk 2013-02-23 15:22:12 UTC (rev 5963) @@ -7,7 +7,7 @@ OPENVPN_VERSION = 2.3.0 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config -OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 +OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save OPENVPN_CONF_ENV = IFCONFIG=/sbin/ifconfig \ NETSTAT=/bin/netstat \ ROUTE=/sbin/route This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2013-03-30 13:53:36
|
Revision: 6027 http://astlinux.svn.sourceforge.net/astlinux/?rev=6027&view=rev Author: abelbeck Date: 2013-03-30 13:53:27 +0000 (Sat, 30 Mar 2013) Log Message: ----------- openvpn, version bump to 2.3.1 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2013-03-29 23:41:11 UTC (rev 6026) +++ branches/1.0/package/openvpn/openvpn.mk 2013-03-30 13:53:27 UTC (rev 6027) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.0 +OPENVPN_VERSION = 2.3.1 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2013-06-04 21:31:18
|
Revision: 6115 http://sourceforge.net/p/astlinux/code/6115 Author: abelbeck Date: 2013-06-04 21:31:16 +0000 (Tue, 04 Jun 2013) Log Message: ----------- openvpn, version bump to 2.3.2, bug fixes Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2013-05-29 18:46:15 UTC (rev 6114) +++ branches/1.0/package/openvpn/openvpn.mk 2013-06-04 21:31:16 UTC (rev 6115) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.1 +OPENVPN_VERSION = 2.3.2 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-04-28 19:27:27
|
Revision: 6507 http://sourceforge.net/p/astlinux/code/6507 Author: abelbeck Date: 2014-04-28 19:27:24 +0000 (Mon, 28 Apr 2014) Log Message: ----------- openvpn, version bump to 2.3.3 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2014-04-28 19:12:56 UTC (rev 6506) +++ branches/1.0/package/openvpn/openvpn.mk 2014-04-28 19:27:24 UTC (rev 6507) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.2 +OPENVPN_VERSION = 2.3.3 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-05-03 19:55:06
|
Revision: 6515 http://sourceforge.net/p/astlinux/code/6515 Author: abelbeck Date: 2014-05-03 19:55:01 +0000 (Sat, 03 May 2014) Log Message: ----------- openvpn, version bump to 2.3.4 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2014-05-02 00:09:57 UTC (rev 6514) +++ branches/1.0/package/openvpn/openvpn.mk 2014-05-03 19:55:01 UTC (rev 6515) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.3 +OPENVPN_VERSION = 2.3.4 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-11-03 17:11:33
|
Revision: 6794 http://sourceforge.net/p/astlinux/code/6794 Author: abelbeck Date: 2014-11-03 17:11:29 +0000 (Mon, 03 Nov 2014) Log Message: ----------- openvpn, version bump to 2.3.5 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2014-11-03 15:27:55 UTC (rev 6793) +++ branches/1.0/package/openvpn/openvpn.mk 2014-11-03 17:11:29 UTC (rev 6794) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.4 +OPENVPN_VERSION = 2.3.5 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-12-01 18:24:14
|
Revision: 6837 http://sourceforge.net/p/astlinux/code/6837 Author: abelbeck Date: 2014-12-01 18:24:05 +0000 (Mon, 01 Dec 2014) Log Message: ----------- openvpn, version bump to 2.3.6, fixes a critical denial of service vulnerability: CVE-2014-8104. However, the vulnerability can only be exploited by authenticated clients. Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2014-11-28 18:05:57 UTC (rev 6836) +++ branches/1.0/package/openvpn/openvpn.mk 2014-12-01 18:24:05 UTC (rev 6837) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.5 +OPENVPN_VERSION = 2.3.6 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-06-08 17:51:22
|
Revision: 7104 http://sourceforge.net/p/astlinux/code/7104 Author: abelbeck Date: 2015-06-08 17:51:20 +0000 (Mon, 08 Jun 2015) Log Message: ----------- openvpn, version bump to 2.3.7 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2015-06-08 17:34:08 UTC (rev 7103) +++ branches/1.0/package/openvpn/openvpn.mk 2015-06-08 17:51:20 UTC (rev 7104) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.6 +OPENVPN_VERSION = 2.3.7 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-08-04 23:30:25
|
Revision: 7180 http://sourceforge.net/p/astlinux/code/7180 Author: abelbeck Date: 2015-08-04 23:30:23 +0000 (Tue, 04 Aug 2015) Log Message: ----------- openvpn, version bump to 2.3.8 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2015-08-04 23:20:22 UTC (rev 7179) +++ branches/1.0/package/openvpn/openvpn.mk 2015-08-04 23:30:23 UTC (rev 7180) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.7 +OPENVPN_VERSION = 2.3.8 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-12-17 13:58:53
|
Revision: 7411 http://sourceforge.net/p/astlinux/code/7411 Author: abelbeck Date: 2015-12-17 13:58:51 +0000 (Thu, 17 Dec 2015) Log Message: ----------- openvpn, version bump to 2.3.9, configure option '--enable-password-save' removed, enabled by default Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2015-12-16 13:06:04 UTC (rev 7410) +++ branches/1.0/package/openvpn/openvpn.mk 2015-12-17 13:58:51 UTC (rev 7411) @@ -4,10 +4,10 @@ # ############################################################# -OPENVPN_VERSION = 2.3.8 +OPENVPN_VERSION = 2.3.9 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config -OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 --enable-password-save +OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 OPENVPN_CONF_ENV = IFCONFIG=/sbin/ifconfig \ NETSTAT=/bin/netstat \ ROUTE=/sbin/route This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-01-04 23:35:30
|
Revision: 7443 http://sourceforge.net/p/astlinux/code/7443 Author: abelbeck Date: 2016-01-04 23:35:28 +0000 (Mon, 04 Jan 2016) Log Message: ----------- openvpn, version bump to 2.3.10 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2016-01-04 22:11:16 UTC (rev 7442) +++ branches/1.0/package/openvpn/openvpn.mk 2016-01-04 23:35:28 UTC (rev 7443) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.9 +OPENVPN_VERSION = 2.3.10 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-05-13 16:38:27
|
Revision: 7674 http://sourceforge.net/p/astlinux/code/7674 Author: abelbeck Date: 2016-05-13 16:38:25 +0000 (Fri, 13 May 2016) Log Message: ----------- openvpn, version bump to 2.3.11 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2016-05-09 17:14:00 UTC (rev 7673) +++ branches/1.0/package/openvpn/openvpn.mk 2016-05-13 16:38:25 UTC (rev 7674) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.10 +OPENVPN_VERSION = 2.3.11 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-08-24 17:21:54
|
Revision: 7806 http://sourceforge.net/p/astlinux/code/7806 Author: abelbeck Date: 2016-08-24 17:21:51 +0000 (Wed, 24 Aug 2016) Log Message: ----------- openvpn, version bump to 2.3.12 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2016-08-21 14:32:25 UTC (rev 7805) +++ branches/1.0/package/openvpn/openvpn.mk 2016-08-24 17:21:51 UTC (rev 7806) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.11 +OPENVPN_VERSION = 2.3.12 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-11-04 14:16:38
|
Revision: 7923 http://sourceforge.net/p/astlinux/code/7923 Author: abelbeck Date: 2016-11-04 14:16:35 +0000 (Fri, 04 Nov 2016) Log Message: ----------- openvpn, version bump to 2.3.13 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2016-11-03 21:53:12 UTC (rev 7922) +++ branches/1.0/package/openvpn/openvpn.mk 2016-11-04 14:16:35 UTC (rev 7923) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.12 +OPENVPN_VERSION = 2.3.13 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-12-09 13:42:13
|
Revision: 8026 http://sourceforge.net/p/astlinux/code/8026 Author: abelbeck Date: 2016-12-09 13:42:11 +0000 (Fri, 09 Dec 2016) Log Message: ----------- openvpn, version bump to 2.3.14 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2016-12-09 13:32:17 UTC (rev 8025) +++ branches/1.0/package/openvpn/openvpn.mk 2016-12-09 13:42:11 UTC (rev 8026) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.3.13 +OPENVPN_VERSION = 2.3.14 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config OPENVPN_CONF_OPT = --disable-plugins --enable-iproute2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-05-12 15:54:54
|
Revision: 8301 http://sourceforge.net/p/astlinux/code/8301 Author: abelbeck Date: 2017-05-12 15:54:52 +0000 (Fri, 12 May 2017) Log Message: ----------- openvpn, version bump to 2.4.2, security fixes: CVE-2017-7478 and CVE-2017-7479 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2017-05-12 14:25:02 UTC (rev 8300) +++ branches/1.0/package/openvpn/openvpn.mk 2017-05-12 15:54:52 UTC (rev 8301) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.4.1 +OPENVPN_VERSION = 2.4.2 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config openssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-06-21 19:49:00
|
Revision: 8409 http://sourceforge.net/p/astlinux/code/8409 Author: abelbeck Date: 2017-06-21 19:48:59 +0000 (Wed, 21 Jun 2017) Log Message: ----------- openvpn, version bump to 2.4.3, security fixes: CVE-2017-7521, CVE-2017-7522 Modified Paths: -------------- branches/1.0/package/openvpn/openvpn.mk Modified: branches/1.0/package/openvpn/openvpn.mk =================================================================== --- branches/1.0/package/openvpn/openvpn.mk 2017-06-21 15:46:02 UTC (rev 8408) +++ branches/1.0/package/openvpn/openvpn.mk 2017-06-21 19:48:59 UTC (rev 8409) @@ -4,7 +4,7 @@ # ############################################################# -OPENVPN_VERSION = 2.4.2 +OPENVPN_VERSION = 2.4.3 OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkg-config openssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |