openssl3: update to 3.0.15
This commit is contained in:
parent
62a819d97a
commit
526e55d668
@ -6,9 +6,9 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# 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.14
|
version=3.0.15
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=https://openssl.org/source/$topdir-$version.tar.gz
|
source[0]=https://github.com/openssl/openssl/releases/download/${topdir}-${version}/${topdir}-${version}.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
patch[0]=0001-Fix-fallback-for-missing-getaddrinfo.patch
|
patch[0]=0001-Fix-fallback-for-missing-getaddrinfo.patch
|
||||||
patch[1]=0002-Include-sys-atomic.h-directly-on-Solaris.patch
|
patch[1]=0002-Include-sys-atomic.h-directly-on-Solaris.patch
|
||||||
@ -91,6 +91,7 @@ install()
|
|||||||
compat openssl 3.0.11 1 1
|
compat openssl 3.0.11 1 1
|
||||||
compat openssl 3.0.12 1 1
|
compat openssl 3.0.12 1 1
|
||||||
compat openssl 3.0.13 1 1
|
compat openssl 3.0.13 1 1
|
||||||
|
compat openssl 3.0.14 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sun Sep 22 2024 Tom G. Christensen <swpkg@jupiterrise.com> - 3.0.15-1
|
||||||
|
- Update to 3.0.15
|
||||||
|
|
||||||
* Mon Jul 01 2024 Tom G. Christensen <swpkg@jupiterrise.com> - 3.0.14-1
|
* Mon Jul 01 2024 Tom G. Christensen <swpkg@jupiterrise.com> - 3.0.14-1
|
||||||
- Update to 3.0.14
|
- Update to 3.0.14
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
pkgname="${pkgprefix}ssl3"
|
pkgname="${pkgprefix}ssl3"
|
||||||
name="openssl - OpenSSL shared libraries"
|
name="openssl - OpenSSL shared libraries"
|
||||||
pkgcat="system"
|
pkgcat="system"
|
||||||
pkgvendor="https://www.openssl.org"
|
pkgvendor="https://www.openssl-library.org"
|
||||||
pkgdesc="Cryptography and SSL/TLS Toolkit"
|
pkgdesc="Cryptography and SSL/TLS Toolkit"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
@ -16,7 +16,7 @@ $_sharedir/ssl
|
|||||||
pkgname="${pkgprefix}ssl3u"
|
pkgname="${pkgprefix}ssl3u"
|
||||||
name="openssl-utils - OpenSSL utilities and manpages"
|
name="openssl-utils - OpenSSL utilities and manpages"
|
||||||
pkgcat="system"
|
pkgcat="system"
|
||||||
pkgvendor="https://www.openssl.org"
|
pkgvendor="https://www.openssl-library.org"
|
||||||
pkgdesc="Cryptography and SSL/TLS Toolkit"
|
pkgdesc="Cryptography and SSL/TLS Toolkit"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
@ -27,7 +27,7 @@ $_mandir/man{1,5,7}
|
|||||||
pkgname="${pkgprefix}ssl3d"
|
pkgname="${pkgprefix}ssl3d"
|
||||||
name="openssl-devel - Development support for OpenSSL"
|
name="openssl-devel - Development support for OpenSSL"
|
||||||
pkgcat="system"
|
pkgcat="system"
|
||||||
pkgvendor="https://www.openssl.org"
|
pkgvendor="https://www.openssl-library.org"
|
||||||
pkgdesc="Files needed for developing with OpenSSL"
|
pkgdesc="Files needed for developing with OpenSSL"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
@ -39,7 +39,7 @@ $_libdir/pkgconfig
|
|||||||
pkgname="${pkgprefix}ssl3m"
|
pkgname="${pkgprefix}ssl3m"
|
||||||
name="openssl-devel-manpages - Development documentation for OpenSSL"
|
name="openssl-devel-manpages - Development documentation for OpenSSL"
|
||||||
pkgcat="system"
|
pkgcat="system"
|
||||||
pkgvendor="https://www.openssl.org"
|
pkgvendor="https://www.openssl-library.org"
|
||||||
pkgdesc="Development manpages for OpenSSL"
|
pkgdesc="Development manpages for OpenSSL"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
@ -49,7 +49,7 @@ $_mandir/man3
|
|||||||
pkgname="${pkgprefix}ssl3h"
|
pkgname="${pkgprefix}ssl3h"
|
||||||
name="openssl-htmldocs - Documentation in HTML format"
|
name="openssl-htmldocs - Documentation in HTML format"
|
||||||
pkgcat="system"
|
pkgcat="system"
|
||||||
pkgvendor="http://www.openssl.org"
|
pkgvendor="https://www.openssl-library.org"
|
||||||
pkgdesc="OpenSSL documentation in HTML format"
|
pkgdesc="OpenSSL documentation in HTML format"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user