OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Aug-2005 19:38:22
Branch: HEAD Handle: 2005082518382200
Modified files:
openpkg-src/openvpn openvpn.patch openvpn.spec
Log:
upgrading package: openvpn 2.0.1 -> 2.0.2
Summary:
Revision Changes Path
1.3 +1 -52 openpkg-src/openvpn/openvpn.patch
1.49 +3 -3 openpkg-src/openvpn/openvpn.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openvpn/openvpn.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 openvpn.patch
--- openpkg-src/openvpn/openvpn.patch 22 May 2005 08:59:59 -0000 1.2
+++ openpkg-src/openvpn/openvpn.patch 25 Aug 2005 17:38:22 -0000 1.3
@@ -1,57 +1,6 @@
-Index: route.c
---- route.c.orig 2005-04-11 05:43:56 +0200
-+++ route.c 2005-05-22 10:58:23 +0200
-@@ -1380,6 +1380,7 @@
- {
- warn("writing to routing socket");
- gc_free (&gc);
-+ close(s);
- return false;
- }
-
-@@ -1387,6 +1388,7 @@
- l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg));
- } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid));
-
-+ close(s);
-
- rtm_aux = &rtm;
-
-@@ -1535,6 +1537,7 @@
- {
- msg (M_WARN, "ROUTE: problem writing to routing socket");
- gc_free (&gc);
-+ close(s);
- return false;
- }
-
-@@ -1542,6 +1545,7 @@
- l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg));
- } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid));
-
-+ close(s);
-
- rtm_aux = &rtm;
-
-@@ -1690,6 +1694,7 @@
- {
- warn("writing to routing socket");
- gc_free (&gc);
-+ close(s);
- return false;
- }
-
-@@ -1697,6 +1702,7 @@
- l = read(s, (char *)&m_rtmsg, sizeof(m_rtmsg));
- } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid));
-
-+ close(s);
-
- rtm_aux = &rtm;
-
Index: sample-scripts/verify-cn
--- sample-scripts/verify-cn.orig 2005-02-07 03:08:16 +0100
-+++ sample-scripts/verify-cn 2005-05-22 10:58:23 +0200
++++ sample-scripts/verify-cn 2005-08-25 19:37:04 +0200
@@ -36,7 +36,8 @@
if ($x509 =~ /\/CN=([^\/]+)/) {
# Accept the connection if the X509 common name
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openvpn/openvpn.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 openvpn.spec
--- openpkg-src/openvpn/openvpn.spec 17 Aug 2005 17:18:45 -0000 1.48
+++ openpkg-src/openvpn/openvpn.spec 25 Aug 2005 17:38:22 -0000 1.49
@@ -23,8 +23,8 @@
##
# package version
-%define V_dist 2.0.1
-%define V_opkg 2.0.1
+%define V_dist 2.0.2
+%define V_opkg 2.0.2
# package information
Name: openvpn
@@ -37,7 +37,7 @@
Group: Network
License: GPL
Version: %{V_opkg}
-Release: 20050817
+Release: 20050825
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]