Revision: 6247
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6247&view=rev
Author:   gespinasse
Date:     2012-01-20 21:02:26 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
Upgrade openvpn to 2.2.2

On configure, use --enable-strict to have a chance to see potential warnings
Use -fno-strict-aliasing to fix the warning that --enable-strict uncover

Modified Paths:
--------------
    ipcop/trunk/lfs/openvpn
    ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3
    ipcop/trunk/updates/2.0.3/information.xml

Modified: ipcop/trunk/lfs/openvpn
===================================================================
--- ipcop/trunk/lfs/openvpn     2012-01-19 20:47:32 UTC (rev 6246)
+++ ipcop/trunk/lfs/openvpn     2012-01-20 21:02:26 UTC (rev 6247)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = openvpn
-VER        = 2.2.1
+VER        = 2.2.2
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -45,8 +45,11 @@
 
 # Used to include same timestamp for all
 # This is the release date
-DATESTAMP = "Jul 06 2011"
+DATESTAMP = "Dec 21 2011"
 
+# Fix most of the issues seen with --enable-strict option
+CFLAGS += -fno-strict-aliasing
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -55,7 +58,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 500bee5449b29906150569aaf2eb2730
+$(DL_FILE)_MD5 = c5181e27b7945fa6276d21873329c5c7
 
 install : $(TARGET)
 
@@ -96,7 +99,8 @@
                                        --disable-port-share \
                                        --enable-iproute2 \
                                        --build=$(MACHINE_REAL)-linux \
-                                       --target=$(MACHINE)-linux
+                                       --target=$(MACHINE)-linux \
+                                       --enable-strict
        cd $(DIR_APP) && make -j $(PARALLELISM)
 
 ifeq "$(RUNNING_TEST)" "yes"

Modified: ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3
===================================================================
--- ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3      2012-01-19 20:47:32 UTC 
(rev 6246)
+++ ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3      2012-01-20 21:02:26 UTC 
(rev 6247)
@@ -214,6 +214,9 @@
 /usr/lib/libcrypto.so.1.0.0
 /usr/lib/libssl.so.1.0.0
 ##
+## openvpn-2.2.2
+/usr/sbin/openvpn
+##
 ## rrdtool-1.4.6
 /usr/bin/rrdtool
 /usr/lib/perl5/site_perl/5.10.1/i486-linux/RRDs.pm

Modified: ipcop/trunk/updates/2.0.3/information.xml
===================================================================
--- ipcop/trunk/updates/2.0.3/information.xml   2012-01-19 20:47:32 UTC (rev 
6246)
+++ ipcop/trunk/updates/2.0.3/information.xml   2012-01-20 21:02:26 UTC (rev 
6247)
@@ -12,8 +12,8 @@
             conntrack-tools to 1.0.1, DBD-SQLite to 1.35, diffutils to 3.2,
             freetype to 2.4.8, gmp to 5.0.2, grep to 2.10, iproute2 to 3.2.0, 
iptables to 1.4.12.2, iw to 3.2,
             kbd to 1.15.3, kernel to 2.6.32.54, libnetfilter_conntrack to 
1.0.0, libnl to 3.2.3, libpcap to 1.2.1, ntp to 4.2.6p5,
-            openssl to 1.0.0g, rrdtool to 1.4.6, smartmontools to 5.42, Solos 
PCI to 1.03, sqlite to 3.7.9, squid to 3.1.18,
-            tcpdump to 4.2.1, usbutils to 004, usb-modeswitch to 1.2.1.
+            openssl to 1.0.0g, openvpn to 2.2.2, rrdtool to 1.4.6, 
smartmontools to 5.42, Solos PCI to 1.03,
+            sqlite to 3.7.9, squid to 3.1.18, tcpdump to 4.2.1, usbutils to 
004, usb-modeswitch to 1.2.1.
             <br />
             <b>Mandatory reboot after upgrade.</b>
         </description>

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to