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
|
||||
topdir=openssl
|
||||
version=3.0.14
|
||||
version=3.0.15
|
||||
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
|
||||
patch[0]=0001-Fix-fallback-for-missing-getaddrinfo.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.12 1 1
|
||||
compat openssl 3.0.13 1 1
|
||||
compat openssl 3.0.14 1 1
|
||||
}
|
||||
|
||||
reg pack
|
||||
|
@ -1,5 +1,8 @@
|
||||
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
|
||||
- Update to 3.0.14
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
pkgname="${pkgprefix}ssl3"
|
||||
name="openssl - OpenSSL shared libraries"
|
||||
pkgcat="system"
|
||||
pkgvendor="https://www.openssl.org"
|
||||
pkgvendor="https://www.openssl-library.org"
|
||||
pkgdesc="Cryptography and SSL/TLS Toolkit"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
@ -16,7 +16,7 @@ $_sharedir/ssl
|
||||
pkgname="${pkgprefix}ssl3u"
|
||||
name="openssl-utils - OpenSSL utilities and manpages"
|
||||
pkgcat="system"
|
||||
pkgvendor="https://www.openssl.org"
|
||||
pkgvendor="https://www.openssl-library.org"
|
||||
pkgdesc="Cryptography and SSL/TLS Toolkit"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
@ -27,7 +27,7 @@ $_mandir/man{1,5,7}
|
||||
pkgname="${pkgprefix}ssl3d"
|
||||
name="openssl-devel - Development support for OpenSSL"
|
||||
pkgcat="system"
|
||||
pkgvendor="https://www.openssl.org"
|
||||
pkgvendor="https://www.openssl-library.org"
|
||||
pkgdesc="Files needed for developing with OpenSSL"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
@ -39,7 +39,7 @@ $_libdir/pkgconfig
|
||||
pkgname="${pkgprefix}ssl3m"
|
||||
name="openssl-devel-manpages - Development documentation for OpenSSL"
|
||||
pkgcat="system"
|
||||
pkgvendor="https://www.openssl.org"
|
||||
pkgvendor="https://www.openssl-library.org"
|
||||
pkgdesc="Development manpages for OpenSSL"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
@ -49,7 +49,7 @@ $_mandir/man3
|
||||
pkgname="${pkgprefix}ssl3h"
|
||||
name="openssl-htmldocs - Documentation in HTML format"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://www.openssl.org"
|
||||
pkgvendor="https://www.openssl-library.org"
|
||||
pkgdesc="OpenSSL documentation in HTML format"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user