mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 23:02:56 +02:00
openssl: update to 3.1.4.
This commit is contained in:
parent
92f880207a
commit
adfea63650
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'openssl'
|
# Template file for 'openssl'
|
||||||
pkgname=openssl
|
pkgname=openssl
|
||||||
version=3.1.2
|
version=3.1.4
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="./Configure"
|
configure_script="./Configure"
|
||||||
configure_args="--prefix=/usr --openssldir=/etc/ssl --libdir=lib
|
configure_args="--prefix=/usr --openssldir=/etc/ssl --libdir=lib
|
||||||
shared no-ssl3-method $(vopt_if asm ' ' 'no-asm')
|
shared enable-ktls $(vopt_if asm ' ' 'no-asm')
|
||||||
-Wa,--noexecstack"
|
-Wa,--noexecstack"
|
||||||
make_cmd=make
|
make_cmd=make
|
||||||
make_build_args='MAKEDEPPROG="$(CC)'
|
make_build_args='MAKEDEPPROG="$(CC)'
|
||||||
|
@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
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=a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539
|
checksum=840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3
|
||||||
conf_files="/etc/ssl/openssl.cnf"
|
conf_files="/etc/ssl/openssl.cnf"
|
||||||
replaces="libressl>=0"
|
replaces="libressl>=0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue