]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openssl
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / openssl
index 214d22962fee95c901a1259d8d5880f9d02beba8..695035742481e82d31b832bf253bc46b91623e22 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  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        = 3.1.0
+VER        = 3.2.1
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -52,12 +52,14 @@ CONFIGURE_OPTIONS = \
        no-aria \
        $(OPENSSL_ARCH)
 
-OPENSSL_ARCH = linux-generic64
-
 ifeq "$(BUILD_ARCH)" "aarch64"
        OPENSSL_ARCH = linux-aarch64
 endif
 
+ifeq "$(BUILD_ARCH)" "riscv64"
+       OPENSSL_ARCH = linux64-riscv64
+endif
+
 ifeq "$(BUILD_ARCH)" "x86_64"
        OPENSSL_ARCH = linux-x86_64
 endif
@@ -70,7 +72,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9212a7fb13f6dee7746721ee406af56ae1b48ec58974c002465d2b0205839eb5ee0483383aa9924fc3e4168ebd34e1a5819480cf10aa318994d7171e54c07108
+$(DL_FILE)_BLAKE2 = 960222e0305166160e5ab000e29650b92063bf726551ee9ad46060166d99738d1e3a5b86fd28b14c8f4fb3a72f5aa70850defb87c02990acff3dbcbdac40b347
 
 install : $(TARGET)