]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl-compat
httpd: include TLS 1.3 cipher suites
[ipfire-2.x.git] / lfs / openssl-compat
index 47c481d82e3948ecdc0af90d2cbde7c0c4100ade..062f85fdbc39d53327fdf3db47ce3c4a10f739cc 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.2n
+VER        = 1.0.2q
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -84,7 +84,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 13bdc1b1d1ff39b6fd42a255e74676a4
+$(DL_FILE)_MD5 = 7563e1ce046cb21948eeb6ba1a0eb71c
 
 install : $(TARGET)
 
@@ -121,7 +121,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # i586 specific patches
 ifeq "$(BUILD_ARCH)" "i586"
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2a_auto_enable_padlock.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-1.0.2a_disable_ssse3_for_amd.patch
 endif
 
@@ -143,7 +142,7 @@ endif
 
        # Install libraries only
        cd $(DIR_APP) && install -m 755 \
-               libcrypto.so.10 libssl.so.10
+               libcrypto.so.10 libssl.so.10 /usr/lib
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)