Revision: 6913
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6913&view=rev
Author:   gespinasse
Date:     2013-02-09 13:29:43 +0000 (Sat, 09 Feb 2013)
Log Message:
-----------
Upgrade Net-SSLeay from 1.48 to 1.52
Add another comment about the libz trickery
With openssl and zlib-dynamic, linking here to zlib is unneeded (our case).
With openssl using only zlib option, linking to zlib is required.

What should really be done is pushing upstream adding -Wl,--as-needed at the 
proper place.

Modified Paths:
--------------
    ipcop/trunk/lfs/Net-SSLeay

Modified: ipcop/trunk/lfs/Net-SSLeay
===================================================================
--- ipcop/trunk/lfs/Net-SSLeay  2013-02-09 08:56:43 UTC (rev 6912)
+++ ipcop/trunk/lfs/Net-SSLeay  2013-02-09 13:29:43 UTC (rev 6913)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = Net-SSLeay
-VER        = 1.48
+VER        = 1.52
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4e10d9da28f26732e37807820bf72af5
+$(DL_FILE)_MD5 = b885d173d5733b103355658aa4b3c60d
 
 install : $(TARGET)
 
@@ -82,6 +82,7 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        # Remove stray libz link as openssl compiled with zlib-dynamic use zlib 
as en engine, not a linked lib
+       # That would not be the case with openssl compiled with zlib option.
        # Reset OPTIMIZE as it pass -O2 last when our CFLAGS hold -Os first
        cd $(DIR_APP) && sed -i -e 's/ z //g' -e 's/\-O2 \-g//' 
inc/Module/Install/PRIVATE/Net/SSLeay.pm
 

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


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to