openssl: update to 3.1.4.

This commit is contained in:
classabbyamp 2023-10-03 03:50:51 -04:00 committed by classabbyamp
parent 92f880207a
commit adfea63650

View file

@ -1,12 +1,12 @@
# Template file for 'openssl'
pkgname=openssl
version=3.1.2
version=3.1.4
revision=1
bootstrap=yes
build_style=configure
configure_script="./Configure"
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"
make_cmd=make
make_build_args='MAKEDEPPROG="$(CC)'
@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
license="Apache-2.0"
homepage="https://www.openssl.org"
distfiles="https://www.openssl.org/source/openssl-${version}.tar.gz"
checksum=a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539
checksum=840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3
conf_files="/etc/ssl/openssl.cnf"
replaces="libressl>=0"