]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl
Drop support for i586
[ipfire-2.x.git] / lfs / openssl
index c56c24af04f4733c5780921aea61236f4adeff97..6af90425296936027de9f1d890a605ff87c4533b 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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.1.1k
+VER        = 1.1.1l
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -66,10 +66,6 @@ ifeq "$(BUILD_ARCH)" "x86_64"
        OPENSSL_ARCH = linux-x86_64
 endif
 
-ifeq "$(BUILD_ARCH)" "i586"
-       OPENSSL_ARCH = linux-elf no-sse2
-endif
-
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -78,7 +74,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c4e7d95f782b08116afa27b30393dd27
+$(DL_FILE)_MD5 = ac0d4387f3ba0ad741b0580dd45f6ff3
 
 install : $(TARGET)