Upstream rerolled the distfile (fixed a Makefile and removed some
junk files, .svn and so on); sync distinfo and a (slightly gratuitous) package bump. Regen patches while there. Noticed by naddy@ and Viq. ok fkr@
This commit is contained in:
parent
2be89b6502
commit
f88d556dc6
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2009/10/07 21:44:48 fkr Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2009/10/10 13:35:33 sthen Exp $
|
||||
|
||||
COMMENT= easy-to-use, robust, and highly configurable VPN
|
||||
|
||||
VERSION= 2.1_rc20
|
||||
DISTNAME= openvpn-${VERSION}
|
||||
PKGNAME= ${DISTNAME:S/_//g}
|
||||
PKGNAME= ${DISTNAME:S/_//g}p0
|
||||
CATEGORIES= net security
|
||||
|
||||
HOMEPAGE= http://openvpn.net/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (openvpn-2.1_rc20.tar.gz) = VSA402mARwRIvx1wHJ7/ww==
|
||||
RMD160 (openvpn-2.1_rc20.tar.gz) = qIkXA+Xwa7wyipFwi/Pl0nHBoVQ=
|
||||
SHA1 (openvpn-2.1_rc20.tar.gz) = zUo5DPoIVtXg9ZYYc8RVkOZhfac=
|
||||
SHA256 (openvpn-2.1_rc20.tar.gz) = nvBRfhzEtyuBzFQ3sPgO25c8V2zl9fecar/849MxQ4s=
|
||||
SIZE (openvpn-2.1_rc20.tar.gz) = 845185
|
||||
MD5 (openvpn-2.1_rc20.tar.gz) = gYf48hUH+qxeMg4ydHIDuA==
|
||||
RMD160 (openvpn-2.1_rc20.tar.gz) = TdeSTLQaJo52qTr2b9BflI8i5fM=
|
||||
SHA1 (openvpn-2.1_rc20.tar.gz) = qw6Si9fUiW3bAGG/OrqfPNbO/m4=
|
||||
SHA256 (openvpn-2.1_rc20.tar.gz) = TUI7SMs8zGa1ZpuUBNywKMtir0EDYcCeYFbbDF0qEmc=
|
||||
SIZE (openvpn-2.1_rc20.tar.gz) = 844253
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2009/05/10 13:59:35 fkr Exp $
|
||||
--- configure.orig Sun May 3 03:42:03 2009
|
||||
+++ configure Sun May 3 03:43:03 2009
|
||||
@@ -10326,8 +10326,6 @@ if test x"$acx_pthread_ok" = xyes; then
|
||||
$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
|
||||
|
||||
case "$target" in
|
||||
*openbsd*)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-route_c,v 1.2 2008/10/22 05:27:07 fkr Exp $
|
||||
--- route.c.orig Sun Aug 10 20:35:25 2008
|
||||
+++ route.c Sun Sep 21 20:25:00 2008
|
||||
@@ -1869,7 +1869,7 @@ get_default_gateway (in_addr_t *ret, in_addr_t *netmas
|
||||
$OpenBSD: patch-route_c,v 1.3 2009/10/10 13:35:34 sthen Exp $
|
||||
--- route.c.orig Thu Oct 1 20:02:18 2009
|
||||
+++ route.c Sat Oct 10 15:33:07 2009
|
||||
@@ -1919,7 +1919,7 @@ get_default_gateway (in_addr_t *ret, in_addr_t *netmas
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-route_c,v 1.2 2008/10/22 05:27:07 fkr Exp $
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
@@ -1918,6 +1918,169 @@ struct rt_msghdr {
|
||||
@@ -1968,6 +1968,169 @@ struct rt_msghdr {
|
||||
int rtm_errno; /* why failed */
|
||||
int rtm_use; /* from rtentry */
|
||||
u_long rtm_inits; /* which metrics we are initializing */
|
||||
|
Loading…
Reference in New Issue
Block a user