Update to gnutls-3.5.10.

This commit is contained in:
ajacoutot 2017-03-08 08:11:48 +00:00
parent 57cbc2cdb1
commit 8f5ccdb6a9
3 changed files with 14 additions and 11 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.131 2017/02/18 17:31:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.132 2017/03/08 08:11:48 ajacoutot Exp $
COMMENT= GNU Transport Layer Security library
V= 3.5.9
V= 3.5.10
DISTNAME= gnutls-${V}
EXTRACT_SUFX= .tar.xz
REVISION= 0
CATEGORIES= security
@ -67,11 +66,6 @@ CONFIGURE_ARGS += --enable-local-libopts
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# XXX https://bugzilla.redhat.com/show_bug.cgi?id=1422256
post-build:
sed -i 's/libidn2,//g' ${WRKBUILD}/lib/gnutls.pc
sed -i 's/-lunistring/-lunistring -lidn2/' ${WRKBUILD}/lib/gnutls.pc
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnutls
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnutls

View File

@ -1,2 +1,2 @@
SHA256 (gnutls-3.5.9.tar.xz) = grEPDE7xj05krYzvXbrxS+cy9QlaQc82a07LQFA4KVE=
SIZE (gnutls-3.5.9.tar.xz) = 7166932
SHA256 (gnutls-3.5.10.tar.xz) = r0Q+hrpTjU0+N8RzLAAQGkkv5LVqVfQRL/CrOdvmV50=
SIZE (gnutls-3.5.10.tar.xz) = 7194752

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.43 2017/02/13 10:22:12 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.44 2017/03/08 08:11:48 ajacoutot Exp $
@bin bin/certtool
@bin bin/gnutls-cli
@bin bin/gnutls-cli-debug
@ -1086,6 +1086,15 @@ lib/pkgconfig/gnutls.pc
@man man/man3/gnutls_x509_trust_list_verify_crt2.3
@man man/man3/gnutls_x509_trust_list_verify_named_crt.3
share/doc/gnutls/
share/doc/gnutls/gnutls-client-server-use-case.png
share/doc/gnutls/gnutls-handshake-sequence.png
share/doc/gnutls/gnutls-handshake-state.png
share/doc/gnutls/gnutls-internals.png
share/doc/gnutls/gnutls-layers.png
share/doc/gnutls/gnutls-logo.png
share/doc/gnutls/gnutls-modauth.png
share/doc/gnutls/gnutls-x509.png
share/doc/gnutls/pkcs11-vision.png
share/examples/gnutls/
share/examples/gnutls/ex-alert.c
share/examples/gnutls/ex-cert-select-pkcs11.c