Revision: 6572
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6572&view=rev
Author:   gespinasse
Date:     2012-04-25 13:53:58 +0000 (Wed, 25 Apr 2012)
Log Message:
-----------
Another --build/--target cleanup
--build/--target has no effect here, except that configure line is saved into 
binary, so each time the configure line is changed, a new md5 is produced.
Anyway, probably due to the new ssl version, binary is changed and is so 
include in update.

Modified Paths:
--------------
    ipcop/trunk/lfs/openvpn
    ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
    ipcop/trunk/updates/2.1.0/setup

Modified: ipcop/trunk/lfs/openvpn
===================================================================
--- ipcop/trunk/lfs/openvpn     2012-04-25 12:06:12 UTC (rev 6571)
+++ ipcop/trunk/lfs/openvpn     2012-04-25 13:53:58 UTC (rev 6572)
@@ -98,8 +98,6 @@
                                        --disable-http \
                                        --disable-port-share \
                                        --enable-iproute2 \
-                                       --build=$(MACHINE_REAL)-linux \
-                                       --target=$(MACHINE)-linux \
                                        --enable-strict
        cd $(DIR_APP) && make -j $(PARALLELISM)
 

Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-04-25 12:06:12 UTC 
(rev 6571)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-04-25 13:53:58 UTC 
(rev 6572)
@@ -403,6 +403,9 @@
 /usr/libexec/ipsec/whack
 /usr/sbin/ipsec
 ##
+## openvpn-2.2.2 linked with new openssl lib
+/usr/sbin/openvpn
+##
 ## pcre-8.30
 /usr/lib/libpcre.so.1
 /usr/lib/libpcre.so.1.0.0

Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup     2012-04-25 12:06:12 UTC (rev 6571)
+++ ipcop/trunk/updates/2.1.0/setup     2012-04-25 13:53:58 UTC (rev 6572)
@@ -167,6 +167,11 @@
 # Restart dnsmasq
 /etc/rc.d/rc.dnsmasq --start
 
+# Restart OpenVPN server
+if [ -e /var/run/openvpn.pid ]; then
+    /usr/local/bin/openvpnctrl --restart
+fi
+
 #####
 #
 # End of version specific handling. Continue with universal stuff.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to