Hi,

this diff updates openvpn to version 2.1.4, which is a bug-fix
release. Furthermore with this release, upstream changed the
location of the distfile.

OK?

felix

-- 
GPG/PGP:   D9AC74D0 / 076E 1E87 3E05 1C7F B1A0  8A48 0D31 9BD3 D9AC 74D0
http://hazardous.org/~fkr - f...@silc|irc  -  @felixkronlage  -  FKR-RIPE
https://www.bytemine.net/ - bytemine - BSD based Hosting/Solutions/Ideas
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/openvpn/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile    30 Aug 2010 18:32:20 -0000      1.31
+++ Makefile    9 Nov 2010 20:10:00 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       easy-to-use, robust, and highly configurable VPN
 
-VERSION=       2.1.2
+VERSION=       2.1.4
 DISTNAME=      openvpn-${VERSION}
 REVISION=      0
 CATEGORIES=    net security
@@ -19,7 +19,7 @@
 
 WANTLIB=               c crypto ssl pthread
 
-MASTER_SITES=  ${HOMEPAGE}/release/
+MASTER_SITES=  http://swupdate.openvpn.net/community/releases/
 
 LIB_DEPENDS=   lzo2::archivers/lzo2
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/openvpn/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo    30 Aug 2010 18:32:20 -0000      1.20
+++ distinfo    9 Nov 2010 20:10:00 -0000
@@ -1,5 +1,5 @@
-MD5 (openvpn-2.1.2.tar.gz) = VDow2vze/h1nwOR7gHQXVQ==
-RMD160 (openvpn-2.1.2.tar.gz) = XZYGv4sLpxbWjvE8gaPoTYtambM=
-SHA1 (openvpn-2.1.2.tar.gz) = Ah+Ai7p5viOL0KOM/Li5LdBLhaM=
-SHA256 (openvpn-2.1.2.tar.gz) = Nuw3uhe1Nraao0WaiRwVvmIY8coOwynfi36mO7aV4VM=
-SIZE (openvpn-2.1.2.tar.gz) = 861104
+MD5 (openvpn-2.1.4.tar.gz) = lqEYaAgmhYAkiSVPA/873g==
+RMD160 (openvpn-2.1.4.tar.gz) = PUvi/mJYg1mDcNdOj32SdOtApjY=
+SHA1 (openvpn-2.1.4.tar.gz) = B8WcW4m3YnYb/hppl+yEcnn1oto=
+SHA256 (openvpn-2.1.4.tar.gz) = Z/545d74LUTSrU72/G2HkBGVhJ0QtrPKuB+gMlf1KvU=
+SIZE (openvpn-2.1.4.tar.gz) = 863726
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/openvpn/patches/patch-configure,v
retrieving revision 1.2
diff -u -r1.2 patch-configure
--- patches/patch-configure     10 Oct 2009 13:35:34 -0000      1.2
+++ patches/patch-configure     9 Nov 2010 20:10:00 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-configure,v 1.2 2009/10/10 13:35:34 sthen Exp $
---- configure.orig     Wed Oct  7 13:11:23 2009
-+++ configure  Sat Oct 10 15:33:07 2009
-@@ -10373,8 +10373,6 @@ if test x"$acx_pthread_ok" = xyes; then
+--- configure.orig     Thu Nov  4 20:37:13 2010
++++ configure  Fri Nov  5 21:20:33 2010
+@@ -11658,8 +11658,6 @@ if test x"$acx_pthread_ok" = xyes; then
  
            case "$target" in
            *openbsd*)
--              { echo "$as_me:$LINENO: result: WARNING: pthread support on 
OpenBSD is unstable!" >&5
--echo "${ECHO_T}WARNING: pthread support on OpenBSD is unstable!" >&6; }
+-              { $as_echo "$as_me:$LINENO: result: WARNING: pthread support on 
OpenBSD is unstable!" >&5
+-$as_echo "WARNING: pthread support on OpenBSD is unstable!" >&6; }
                CFLAGS="$CFLAGS -pthread"
                ;;
            esac
Index: patches/patch-route_c
===================================================================
RCS file: /cvs/ports/net/openvpn/patches/patch-route_c,v
retrieving revision 1.4
diff -u -r1.4 patch-route_c
--- patches/patch-route_c       30 Aug 2010 18:32:20 -0000      1.4
+++ patches/patch-route_c       9 Nov 2010 20:10:00 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-route_c,v 1.4 2010/08/30 18:32:20 fkr Exp $
---- route.c.orig       Mon Jul 12 03:54:09 2010
-+++ route.c    Sun Aug 22 16:10:24 2010
-@@ -1946,7 +1946,7 @@ get_default_gateway (in_addr_t *ret, in_addr_t *netmas
+--- route.c.orig       Thu Nov  4 20:29:40 2010
++++ route.c    Fri Nov  5 21:12:15 2010
+@@ -1948,7 +1948,7 @@ get_default_gateway (in_addr_t *ret, in_addr_t *netmas
      }
  }
  
@@ -10,7 +10,7 @@
  
  #include <sys/types.h>
  #include <sys/socket.h>
-@@ -1995,6 +1995,169 @@ struct rt_msghdr {
+@@ -1997,6 +1997,169 @@ struct rt_msghdr {
        int     rtm_errno;      /* why failed */
        int     rtm_use;        /* from rtentry */
        u_long  rtm_inits;      /* which metrics we are initializing */

Reply via email to