openssl3: update to 3.0.12

This commit is contained in:
Tom G. Christensen 2023-12-19 20:46:36 +01:00
parent 780bac71aa
commit 2426d1c4c8
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=openssl topdir=openssl
version=3.0.11 version=3.0.12
pkgver=1 pkgver=1
source[0]=https://openssl.org/source/$topdir-$version.tar.gz source[0]=https://openssl.org/source/$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
@ -88,6 +88,7 @@ install()
compat openssl 3.0.7 1 1 compat openssl 3.0.7 1 1
compat openssl 3.0.9 1 1 compat openssl 3.0.9 1 1
compat openssl 3.0.10 1 1 compat openssl 3.0.10 1 1
compat openssl 3.0.11 1 1
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Tue Dec 19 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 3.0.12-1
- Update to 3.0.12
* Fri Oct 06 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 3.0.11-1 * Fri Oct 06 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 3.0.11-1
- Update to 3.0.11 - Update to 3.0.11