mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
openssl: update to 1.1.1q.
This commit is contained in:
parent
fd678dfc56
commit
f389484b35
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openssl'
|
# Template file for 'openssl'
|
||||||
pkgname=openssl
|
pkgname=openssl
|
||||||
version=1.1.1n
|
version=1.1.1q
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -17,7 +17,7 @@ maintainer="John <johnz@posteo.net>"
|
||||||
license="OpenSSL"
|
license="OpenSSL"
|
||||||
homepage="https://www.openssl.org"
|
homepage="https://www.openssl.org"
|
||||||
distfiles="https://www.openssl.org/source/openssl-${version}.tar.gz"
|
distfiles="https://www.openssl.org/source/openssl-${version}.tar.gz"
|
||||||
checksum=40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a
|
checksum=d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca
|
||||||
conf_files="/etc/ssl/openssl.cnf"
|
conf_files="/etc/ssl/openssl.cnf"
|
||||||
replaces="libressl>=0"
|
replaces="libressl>=0"
|
||||||
|
|
||||||
|
@ -52,6 +52,11 @@ pre_build() {
|
||||||
make ${makejobs} depend
|
make ${makejobs} depend
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
# developer test, fails due to different nm output
|
||||||
|
rm -f test/recipes/01-test_symbol_presence.t
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ ! "$CHROOT_READY" ]; then
|
if [ ! "$CHROOT_READY" ]; then
|
||||||
rm -f "${DESTDIR}/usr/bin/c_rehash"
|
rm -f "${DESTDIR}/usr/bin/c_rehash"
|
||||||
|
|
Loading…
Add table
Reference in a new issue