Revision: 6580
http://ipcop.svn.sourceforge.net/ipcop/?rev=6580&view=rev
Author: gespinasse
Date: 2012-04-26 17:39:51 +0000 (Thu, 26 Apr 2012)
Log Message:
-----------
Upgrade openssl to 1.0.1b
Update the rootfile
On rebuild, rebuild the packages that depend on openssl
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/openssl
ipcop/trunk/lfs/openssl
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/config/rootfiles/common/openssl
===================================================================
--- ipcop/trunk/config/rootfiles/common/openssl 2012-04-26 15:11:21 UTC (rev
6579)
+++ ipcop/trunk/config/rootfiles/common/openssl 2012-04-26 17:39:51 UTC (rev
6580)
@@ -1,5 +1,3 @@
-## openssl-1.0.0e
-##
#etc/ssl
#etc/ssl/certs
#etc/ssl/misc
@@ -26,6 +24,7 @@
#usr/include/openssl/buffer.h
#usr/include/openssl/camellia.h
#usr/include/openssl/cast.h
+#usr/include/openssl/cmac.h
#usr/include/openssl/cms.h
#usr/include/openssl/comp.h
#usr/include/openssl/conf.h
@@ -68,6 +67,8 @@
#usr/include/openssl/safestack.h
#usr/include/openssl/seed.h
#usr/include/openssl/sha.h
+#usr/include/openssl/srp.h
+#usr/include/openssl/srtp.h
#usr/include/openssl/ssl.h
#usr/include/openssl/ssl2.h
#usr/include/openssl/ssl23.h
Modified: ipcop/trunk/lfs/openssl
===================================================================
--- ipcop/trunk/lfs/openssl 2012-04-26 15:11:21 UTC (rev 6579)
+++ ipcop/trunk/lfs/openssl 2012-04-26 17:39:51 UTC (rev 6580)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = openssl
-VER = 1.0.1a
+VER = 1.0.1b
HOST_ARCH = all
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a0104320c0997cd33e18b8ea798609d1
+$(DL_FILE)_MD5 = a1da58ce63baef3812004714fa302c47
install : $(TARGET)
@@ -84,8 +84,6 @@
# fix LDFLAGS usage
cd $(DIR_APP) && patch -Np1 -i
$(DIR_PATCHES)/$(PKG_NAME)-1.0.0e_ldflags.patch
- # fix available on gentoo in case we upgrade binutils >2.20.1
-
cd $(DIR_APP) && sed -i -e 's/-O3/$(CFLAGS)/' -e 's/-mcpu=pentium//'
Configure
# suppress DATE compilation timestamp, it will be replaced by "date not
available"
@@ -101,17 +99,20 @@
ifeq "$(RUNNING_TEST)" "yes"
cd $(DIR_APP) && make -j 1 test &>
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
- # should have 24 error, 2 because there is no .pem cert and 22 'proved
invalid' cases
+ # should have 29 errors
cd $(DIR_APP) && awk '/:error:/{total+=1} ; END {print "Total failed
tests="total}' \
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log \
>>$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
endif
+ # skip the doc with install_sw
cd $(DIR_APP) && make install_sw
rm -rf /etc/ssl/lib
rm /usr/lib/{libcrypto,libssl}.a
install -m 0644 $(DIR_SRC)/config/ssl/openssl.cnf /etc/ssl
install -m 0644 $(DIR_SRC)/config/ssl/openvpn.cnf /etc/ssl
+ # Found by looking what match egrep -m5 -lr '\-lssl|ssl.so' log_i486
+ rm -f $(DIR_INFO)/*/{apache,krb5,openldap,Net-SSLeay,wget}-*
@rm -rf $(DIR_APP)
@$(POSTBUILD)
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-26 15:11:21 UTC
(rev 6579)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-04-26 17:39:51 UTC
(rev 6580)
@@ -367,7 +367,7 @@
/usr/sbin/sftp-server
/usr/sbin/sshd
##
-## openssl-1.0.1a
+## openssl-1.0.1b
/usr/bin/openssl
/usr/lib/engines/libaep.so
/usr/lib/libcrypto.so.1.0.0
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2012-04-26 15:11:21 UTC (rev
6579)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-04-26 17:39:51 UTC (rev
6580)
@@ -14,7 +14,7 @@
iproute2 to 3.3.0, iptables to 1.4.13, hdparm to 9.39, kernel to
3.0.29, krb5 to 1.9.3,
libgd to 2.0.36~rc1, libgcrypt to 1.5.0, libpng to 1.5.10, libusb
to 1.0.9, libusb-compat to 0.1.4,
libtool to 2.4.2, lsof to 4.85,
- openldap to 2.4.30, openssh to 6.0, openssl to 1.0.1a, openswan to
2.6.38,
+ openldap to 2.4.30, openssh to 6.0, openssl to 1.0.1b, openswan to
2.6.38,
pcre to 8.30, pixman to 0.24.4, procps to 3.3.2, psmisc to 22.16,
rsyslog to 5.8.9, shadow to 4.1.5, squid-langpack to 20120329,
traceroute to 2.0.18, tzdata to 2012c, util-linux to 2.21.1,
several Perl CPAN modules.
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn