[38368] trunk/dports/net/vtun
simon at macports.org
simon at macports.org
Thu Jul 17 09:34:26 PDT 2008
Revision: 38368
http://trac.macosforge.org/projects/macports/changeset/38368
Author: simon at macports.org
Date: 2008-07-17 09:34:26 -0700 (Thu, 17 Jul 2008)
Log Message:
-----------
net/vtun: Updated to 3.0.2, closes #15946. Thanks to andrew at fernandes.org.
Modified Paths:
--------------
trunk/dports/net/vtun/Portfile
Added Paths:
-----------
trunk/dports/net/vtun/files/patch-lfd_legacy_encrypt.c.diff
Removed Paths:
-------------
trunk/dports/net/vtun/files/patch-auth.c.diff
trunk/dports/net/vtun/files/patch-lfd_encrypt.c.diff
Modified: trunk/dports/net/vtun/Portfile
===================================================================
--- trunk/dports/net/vtun/Portfile 2008-07-17 16:15:10 UTC (rev 38367)
+++ trunk/dports/net/vtun/Portfile 2008-07-17 16:34:26 UTC (rev 38368)
@@ -3,8 +3,8 @@
PortSystem 1.0
name vtun
-version 2.6
-categories net security
+version 3.0.2
+categories net security
platforms darwin
maintainers nomaintainer
description vtun is for creating encrypted network links
@@ -18,15 +18,14 @@
homepage http://vtun.sourceforge.net/
master_sites sourceforge
-checksums md5 309534fd03c5d13a19c43916f61f4bbf
-patchfiles patch-auth.c.diff \
- patch-lfd_encrypt.c.diff
+checksums md5 d3d8bc4d58886498a1c338670eab9315
+patchfiles patch-lfd_legacy_encrypt.c.diff
-depends_lib lib:libz:zlib \
- lib:libssl:openssl \
- lib:liblzo:lzo
+depends_lib port:zlib \
+ port:openssl \
+ port:lzo
-set worksrcdir ${name}
+set worksrcdir ${name}-${version}
configure.args --with-lzo-headers=${prefix}/include \
--with-lzo-lib=${prefix}/lib \
Deleted: trunk/dports/net/vtun/files/patch-auth.c.diff
===================================================================
--- trunk/dports/net/vtun/files/patch-auth.c.diff 2008-07-17 16:15:10 UTC (rev 38367)
+++ trunk/dports/net/vtun/files/patch-auth.c.diff 2008-07-17 16:34:26 UTC (rev 38368)
@@ -1,11 +0,0 @@
---- auth.c Mon Dec 16 22:40:44 2002
-+++ auth.c.new Tue Apr 6 22:14:35 2004
-@@ -67,7 +67,7 @@
- #include <openssl/rand.h>
- #else /* YAY - We're MAC OS */
- #include <sys/md5.h>
--#include <crypto/blowfish.h>
-+#include <openssl/blowfish.h>
- #endif /* __APPLE_CC__ */
-
- void gen_chal(char *buf)
Deleted: trunk/dports/net/vtun/files/patch-lfd_encrypt.c.diff
===================================================================
--- trunk/dports/net/vtun/files/patch-lfd_encrypt.c.diff 2008-07-17 16:15:10 UTC (rev 38367)
+++ trunk/dports/net/vtun/files/patch-lfd_encrypt.c.diff 2008-07-17 16:34:26 UTC (rev 38368)
@@ -1,11 +0,0 @@
---- lfd_encrypt.c Mon Dec 16 22:40:46 2002
-+++ lfd_encrypt.c.new Tue Apr 6 22:15:13 2004
-@@ -54,7 +54,7 @@
- #include <openssl/blowfish.h>
- #else /* YAY - We're MAC OS */
- #include <sys/md5.h>
--#include <crypto/blowfish.h>
-+#include <openssl/blowfish.h>
- #endif /* __APPLE_CC__ */
-
- #define ENC_BUF_SIZE VTUN_FRAME_SIZE + 16
Copied: trunk/dports/net/vtun/files/patch-lfd_legacy_encrypt.c.diff (from rev 38366, trunk/dports/net/vtun/files/patch-lfd_encrypt.c.diff)
===================================================================
--- trunk/dports/net/vtun/files/patch-lfd_legacy_encrypt.c.diff (rev 0)
+++ trunk/dports/net/vtun/files/patch-lfd_legacy_encrypt.c.diff 2008-07-17 16:34:26 UTC (rev 38368)
@@ -0,0 +1,11 @@
+--- lfd_legacy_encrypt.c 2008-07-09 16:06:01.000000000 -0400
++++ lfd_legacy_encrypt.c 2008-07-09 16:07:06.000000000 -0400
+@@ -55,7 +55,7 @@
+ #include <openssl/blowfish.h>
+ #else /* YAY - We're MAC OS */
+ #include <sys/md5.h>
+-#include <crypto/blowfish.h>
++#include <openssl/blowfish.h>
+ #endif /* __APPLE_CC__ */
+
+ #define ENC_BUF_SIZE VTUN_FRAME_SIZE + 16
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080717/24857d8a/attachment.html
More information about the macports-changes
mailing list