openssl: make it parallel installable with openssl 3.0.x
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
CHANGELOG
|
||||
---------
|
||||
* Sat Nov 20 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.2u-7
|
||||
- Rebuild as parallel installable with OpenSSL 3.0
|
||||
- Move utils into their own package
|
||||
|
||||
* Tue Jan 28 2020 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.2u-6
|
||||
- Update to 1.0.2u
|
||||
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
TGCossl TGCprngd auto
|
||||
TGCossld openssl auto
|
||||
TGCosslu openssl auto
|
||||
|
||||
@@ -1,28 +1,37 @@
|
||||
[openssl]
|
||||
pkgname="${pkgprefix}ossl"
|
||||
name="openssl - Secure Sockets Layer"
|
||||
name="openssl - OpenSSL shared libraries"
|
||||
pkgcat="system"
|
||||
pkgvendor="https://www.openssl.org"
|
||||
pkgdesc="Cryptography and SSL/TLS Toolkit"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_bindir
|
||||
$_libdir/*.so.*
|
||||
$_libdir/engines/*.so
|
||||
$_mandir/man{1,5,7}
|
||||
$_sharedir/ssl
|
||||
|
||||
[openssl-utils]
|
||||
pkgname="${pkgprefix}osslu"
|
||||
name="openssl-utils - OpenSSL utilities and manpages"
|
||||
pkgcat="system"
|
||||
pkgvendor="https://www.openssl.org"
|
||||
pkgdesc="Cryptography and SSL/TLS Toolkit"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_bindir
|
||||
$_mandir/man{1,5,7}
|
||||
|
||||
[openssl-devel]
|
||||
pkgname="${pkgprefix}ossld"
|
||||
name="openssl-devel - Development support for openssl"
|
||||
name="openssl-devel - Development support for OpenSSL"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://www.openssl.org"
|
||||
pkgdesc="Files needed for developing with openssl"
|
||||
pkgvendor="https://www.openssl.org"
|
||||
pkgdesc="Files needed for developing with OpenSSL"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_includedir
|
||||
$_libdir/*.so
|
||||
$_includedir/$pname
|
||||
$_libdir/$pname/*.so
|
||||
$_libdir/pkgconfig
|
||||
|
||||
[openssl-devel-manpages]
|
||||
|
||||
@@ -25,8 +25,7 @@ KNOWN DEPENDENCIES
|
||||
|
||||
ERRORS/MISCELLANEOUS
|
||||
--------------------
|
||||
Note that all manpages has had 'ssl' added to their name.
|
||||
Note that all manpages has had 'ssl102' added to their name.
|
||||
This means that you might have to specify the whole name
|
||||
if there's another manpage by the same name.
|
||||
ie. man x509 vs man x509.1ssl
|
||||
|
||||
ie. man x509 vs man x509.1ssl102
|
||||
|
||||
Reference in New Issue
Block a user