diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 92dc94b594e0..3d39bee45714 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,71 +1,71 @@ PORTNAME= libressl -PORTVERSION= 3.6.2 +PORTVERSION= 3.7.3 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL MAINTAINER= brnrd@FreeBSD.org COMMENT= Free version of the SSL/TLS protocol forked from OpenSSL WWW= https://www.libressl.org/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING FLAVORS= default libtls FLAVOR?= ${FLAVORS:[1]} libtls_DESCR= pkg-descr-libtls libtls_PKGNAMESUFFIX= -libtls libtls_PLIST= pkg-plist-libtls CPE_VENDOR= openbsd OPTIONS_DEFINE= LIBTLS MAN3 NC OPTIONS_DEFAULT= MAN3 NC LIBTLS_DESC= Only install libtls (no libcrypto/libssl) MAN3_DESC= Install API manpages (section 3) NC_DESC= Install TLS-enabled netcat CONFLICTS_INSTALL= libressl-devel libtls_CONFLICTS_INSTALL= libretls default_CONFLICTS_INSTALL= openssl \ openssl3[01] .if ${FLAVOR:U} == default OPTIONS_EXCLUDE= LIBTLS .elif ${FLAVOR:U} == libtls OPTIONS_SLAVE= LIBTLS OPTIONS_EXCLUDE= MAN3 .endif LIBTLS_CONFIGURE_ENABLE= libtls-only NC_CONFIGURE_ENABLE= nc GNU_CONFIGURE= yes USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed LDFLAGS+= -pthread INSTALL_TARGET= install-strip TEST_TARGET= check PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=50 \ - LIBCRYPTO_SHLIBFULL=50.0.0 \ + LIBCRYPTO_SHLIBFULL=50.0.2 \ LIBSSL_SHLIBMAJ=53 \ - LIBSSL_SHLIBFULL=53.0.0 \ + LIBSSL_SHLIBFULL=53.0.2 \ LIBTLS_SHLIBMAJ=26 \ - LIBTLS_SHLIBFULL=26.0.0 + LIBTLS_SHLIBFULL=26.0.2 post-patch-MAN3-off: ${REINPLACE_CMD} -e '/^install-man:/s/install-man3//' \ -e '/$$(MAKE) $$(AM_MAKEFLAGS) install-data-hook/d' \ ${WRKSRC}/man/Makefile.in post-install: ${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem post-stage-MAN3-on: (cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \ ${SED} 's/$$/.gz/' >> ${TMPPLIST}) .include diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 67b31de1608e..d6b963525f47 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675879570 -SHA256 (libressl-3.6.2.tar.gz) = 4be80fff073746cf50b4a8e5babe2795acae98c6b132a9e02519b445dfbfd033 -SIZE (libressl-3.6.2.tar.gz) = 4239482 +TIMESTAMP = 1685280024 +SHA256 (libressl-3.7.3.tar.gz) = 7948c856a90c825bd7268b6f85674a8dcd254bae42e221781b24e3f8dc335db3 +SIZE (libressl-3.7.3.tar.gz) = 4337594 diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist index 396b73e74297..2715748487d7 100644 --- a/security/libressl/pkg-plist +++ b/security/libressl/pkg-plist @@ -1,104 +1,103 @@ %%NC%%bin/nc bin/ocspcheck bin/openssl etc/ssl/openssl.cnf etc/ssl/x509v3.cnf include/openssl/aes.h include/openssl/asn1.h include/openssl/asn1t.h include/openssl/bio.h include/openssl/blowfish.h include/openssl/bn.h include/openssl/buffer.h include/openssl/camellia.h include/openssl/cast.h include/openssl/chacha.h include/openssl/cmac.h include/openssl/cms.h include/openssl/comp.h include/openssl/conf.h include/openssl/conf_api.h include/openssl/crypto.h include/openssl/ct.h include/openssl/curve25519.h include/openssl/des.h include/openssl/dh.h include/openssl/dsa.h include/openssl/dso.h include/openssl/dtls1.h include/openssl/ec.h include/openssl/ecdh.h include/openssl/ecdsa.h include/openssl/engine.h include/openssl/err.h include/openssl/evp.h include/openssl/gost.h include/openssl/hkdf.h include/openssl/hmac.h include/openssl/idea.h include/openssl/kdf.h include/openssl/lhash.h include/openssl/md4.h include/openssl/md5.h include/openssl/modes.h include/openssl/obj_mac.h include/openssl/objects.h include/openssl/ocsp.h include/openssl/opensslconf.h include/openssl/opensslfeatures.h include/openssl/opensslv.h include/openssl/ossl_typ.h include/openssl/pem.h include/openssl/pem2.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/poly1305.h include/openssl/rand.h include/openssl/rc2.h include/openssl/rc4.h include/openssl/ripemd.h include/openssl/rsa.h include/openssl/safestack.h include/openssl/sha.h include/openssl/sm3.h include/openssl/sm4.h include/openssl/srtp.h include/openssl/ssl.h include/openssl/ssl2.h include/openssl/ssl23.h include/openssl/ssl3.h include/openssl/stack.h include/openssl/tls1.h include/openssl/ts.h include/openssl/txt_db.h include/openssl/ui.h include/openssl/ui_compat.h include/openssl/whrlpool.h include/openssl/x509.h -include/openssl/x509_verify.h include/openssl/x509_vfy.h include/openssl/x509v3.h include/tls.h lib/libcrypto.a lib/libcrypto.so lib/libcrypto.so.%%LIBCRYPTO_SHLIBMAJ%% lib/libcrypto.so.%%LIBCRYPTO_SHLIBFULL%% lib/libssl.a lib/libssl.so lib/libssl.so.%%LIBSSL_SHLIBMAJ%% lib/libssl.so.%%LIBSSL_SHLIBFULL%% lib/libtls.a lib/libtls.so lib/libtls.so.%%LIBTLS_SHLIBMAJ%% lib/libtls.so.%%LIBTLS_SHLIBFULL%% libdata/pkgconfig/libcrypto.pc libdata/pkgconfig/libssl.pc libdata/pkgconfig/libtls.pc libdata/pkgconfig/openssl.pc %%NC%%man/man1/nc.1.gz man/man1/openssl.1.gz man/man5/openssl.cnf.5.gz man/man5/x509v3.cnf.5.gz man/man8/ocspcheck.8.gz @dir etc/ssl/certs @dir include/openssl