Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv7357
Modified Files:
openvpn.info openvpn.patch
Log Message:
Debian got 2.2.0 in experimental so get there patches included
Index: openvpn.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/openvpn.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- openvpn.info 8 May 2011 14:26:46 -0000 1.4
+++ openvpn.info 21 May 2011 17:54:39 -0000 1.5
@@ -1,25 +1,16 @@
Package: openvpn
-Version: 2.2
-Revision: 0
+Version: 2.2.0
+Revision: 1
Description: Virtual private network daemon
License: GPL
Maintainer: Andreas Gockel <[email protected]>
Depends: lzo2-shlibs
BuildDepends: fink (>= 0.24.12), lzo2, system-openssl-dev
Suggests: gawk
-Source: http://swupdate.openvpn.net/community/releases/%n-%v.0.tar.gz
+Source: http://swupdate.openvpn.net/community/releases/%n-%v.tar.gz
Source-MD5: 4f440603eac45fec7be218b87d570834
-#Source2:
http://cloud.github.com/downloads/jjo/%n-ipv6/%n-%v-RC2-ipv6-0.4.16.patch.gz
-#Source2-MD5: 4965b5b89beb4ba616424159455e52b7
-# Recreate patch, cause not availavle for 2.2 release
-Source2: http://users.thetis.ig42.org/~gecko/fink/%n-%v-ipv6-0.4.17.patch.gz
-Source2-MD5: aae6b3f5f2467e50aeb49027df2cf6bb
PatchFile: %n.patch
-Patchfile-MD5: 30d054efd02306f440e41d4f1036e99f
-PatchScript: <<
- gunzip -c ../%n-%v-ipv6-0.4.17.patch.gz | /usr/bin/patch -p1
- /usr/bin/patch -p1 <%{PatchFile}
-<<
+Patchfile-MD5: 10decc126b1e7a7fae3cf21c93fb50ee
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams: <<
@@ -36,8 +27,9 @@
/usr/bin/make install prefix=%i
<<
DocFiles: <<
- AUTHORS COPYING COPYRIGHT.GPL ChangeLog INSTALL
- INSTALL-win32.txt NEWS PORTS README README.ipv6 TODO.ipv6
+ AUTHORS COPYING COPYRIGHT.GPL ChangeLog ChangeLog.IPv6
+ INSTALL NEWS PORTS README README-payload.IPv6
+ README.IPv6 TODO-payload.IPv6 TODO.IPv6
<<
Homepage: http://openvpn.net/
DescDetail: <<
@@ -56,3 +48,7 @@
Previous Maintainer:
<= 2.0.7 ASARI Takashi <[email protected]>
<<
+DescPort: <<
+ This Port includes all applicable patches from debian and
+ a patch for undefined "IPV6_RECVPKTINFO" on BSD-based operating systems
+<<
Index: openvpn.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/openvpn.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openvpn.patch 8 May 2011 14:26:46 -0000 1.2
+++ openvpn.patch 21 May 2011 17:54:39 -0000 1.3
@@ -1,51 +1,5597 @@
-diff -rauN openvpn-2.2.0-ipv6/openvpn.8 openvpn-2.2.0-ipv6-debian/openvpn.8
---- openvpn-2.2.0-ipv6/openvpn.8 2011-05-08 13:51:31.000000000 +0200
-+++ openvpn-2.2.0-ipv6-debian/openvpn.8 2011-05-08 15:15:59.000000000
+0200
-@@ -21,13 +21,13 @@
- .\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- .\"
- .\" Manual page for openvpn
--.\
-+.\"
- .\" SH section heading
- .\" SS subsection heading
[...8066 lines suppressed...]
+ DWORD flags;
+ int status;
+ bool addr_defined;
+- struct sockaddr_in addr;
++ union {
++ struct sockaddr_in addr;
++ struct sockaddr_in6 addr6;
++ };
+ int addrlen;
+ struct buffer buf_init;
+ struct buffer buf;
+@@ -269,6 +272,8 @@
+
+ /* call self in a subprocess */
+ void fork_to_self (const char *cmdline);
++const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
++int inet_pton(int af, const char *src, void *st);
+
+ /* Find temporary directory */
+ const char *win_get_tempdir();
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs