On Wed, Aug 27, 2008 at 09:50:20PM +0400, Vadim Zhukov wrote:
> BTW: What about using --enable-password-save? I have to use it - it is,
> IMHO, more secure to save password on secured box than telling this
> password to everyone that uses this tunnel, or giving them access to
> remote PC (and more easy and using-friendly for those people too:) ).
> This option may be enabled as FLAVOR, and even non-linked to builds; I
> use modified in a such way openvpn port, and it works OK for months.
as this just adds functionality without crippling anything, I'd
suggest to just add the configure option to the main port without
making an extra flavour....
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/openvpn/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile 1 Apr 2008 21:50:14 -0000 1.17
+++ Makefile 4 Sep 2008 15:43:00 -0000
@@ -2,7 +2,7 @@
COMMENT= easy-to-use, robust, and highly configurable VPN
-VERSION= 2.1_rc7
+VERSION= 2.1_rc9
DISTNAME= openvpn-${VERSION}
PKGNAME= ${DISTNAME:S/_//g}
CATEGORIES= net security
@@ -30,7 +30,8 @@
# pthread support is supposed to be unstable on OpenBSD
CONFIGURE_ARGS+=--disable-pthread \
--with-lzo-headers=${DEPBASE}/include \
- --with-lzo-lib=${DEPBASE}/lib
+ --with-lzo-lib=${DEPBASE}/lib \
+ --enable-password-save
SAMPLES_DIR= ${PREFIX}/share/examples/openvpn
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/openvpn/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo 1 Apr 2008 21:50:14 -0000 1.12
+++ distinfo 4 Sep 2008 15:43:00 -0000
@@ -1,5 +1,5 @@
-MD5 (openvpn-2.1_rc7.tar.gz) = OMj9+qNGXXQASUaLx7Zvzw==
-RMD160 (openvpn-2.1_rc7.tar.gz) = Z+gNe/tVQEbHHJXsFdR4UEBX+QM=
-SHA1 (openvpn-2.1_rc7.tar.gz) = +fV6jvOvirUZJHhK0qq11fV5hYE=
-SHA256 (openvpn-2.1_rc7.tar.gz) = wH/LxBRlv1CMr/cNzEI4uMlemy81vse/iR9xZAJ+y/g=
-SIZE (openvpn-2.1_rc7.tar.gz) = 787379
+MD5 (openvpn-2.1_rc9.tar.gz) = 9DXkrUPPQyPpQtpXC65JUQ==
+RMD160 (openvpn-2.1_rc9.tar.gz) = vcJ8el4qHaqM51l6n6CZFnhhu/0=
+SHA1 (openvpn-2.1_rc9.tar.gz) = VrAf2bLN2L1MIlfZG5uHmm+dsdg=
+SHA256 (openvpn-2.1_rc9.tar.gz) = 9z7CJ6X7f0xzGQ565SpZpNsUno1ijyLooKdipY+7Qk0=
+SIZE (openvpn-2.1_rc9.tar.gz) = 818716