]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl
hostname: Update to 3.20
[ipfire-2.x.git] / lfs / openssl
index b613ed76ec6edd3f0ab9b533c774d40b9839edfd..7239a98f472d02c7841c3690e1cd67d1a3df2802 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.2l
+VER        = 1.0.2n
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -37,6 +37,7 @@ ifneq "$(KCFG)" "-sse2"
 CFLAGS += -DPURIFY
 else
 CFLAGS =-O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fPIC
+CFLAGS+= -mindirect-branch=thunk -mfunction-return=thunk
 CFLAGS+= -fstack-protector-all --param=ssp-buffer-size=4
 CFLAGS+= -march=i686 -mmmx -msse -msse2 -mfpmath=sse
 CFLAGS+= -fomit-frame-pointer -DPURIFY
@@ -94,7 +95,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f85123cd390e864dfbe517e7616e6566
+$(DL_FILE)_MD5 = 13bdc1b1d1ff39b6fd42a255e74676a4
 
 install : $(TARGET)