mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 2.3.7.
This commit is contained in:
parent
ca36574a48
commit
6419492ff2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211972
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnutls
|
||||
PORTVERSION= 2.3.3
|
||||
PORTVERSION= 2.3.7
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://alpha.gnu.org/gnu/gnutls/ \
|
||||
ftp://alpha.gnu.org/gnu/gnutls/
|
||||
@ -31,7 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS+= --with-included-lzo
|
||||
CONFIGURE_ARGS+= --with-included-lzo --disable-guile
|
||||
MANCOMPRESSED= no
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -88,6 +88,10 @@ MAN3= \
|
||||
gnutls_compression_set_priority.3 \
|
||||
gnutls_credentials_clear.3 \
|
||||
gnutls_credentials_set.3 \
|
||||
gnutls_crypto_cipher_register.3 \
|
||||
gnutls_crypto_digest_register.3 \
|
||||
gnutls_crypto_mac_register.3 \
|
||||
gnutls_crypto_rnd_register.3 \
|
||||
gnutls_db_check_entry.3 \
|
||||
gnutls_db_get_ptr.3 \
|
||||
gnutls_db_remove_session.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnutls-2.3.3.tar.bz2) = 26c90f234cf2e21cb6f684db8b6e505e
|
||||
SHA256 (gnutls-2.3.3.tar.bz2) = 58e324949f439e18946a18b7a129353af8ea75c76b05a486547f90434b4017d9
|
||||
SIZE (gnutls-2.3.3.tar.bz2) = 5027646
|
||||
MD5 (gnutls-2.3.7.tar.bz2) = db79790e58b9342b424115d3d6e66a4b
|
||||
SHA256 (gnutls-2.3.7.tar.bz2) = 64c3c32a76d89bf677b8ea636e4ad9e0e5945ec24371ff915e66cbbfeb80341a
|
||||
SIZE (gnutls-2.3.7.tar.bz2) = 5014372
|
||||
|
@ -20,6 +20,7 @@ info/gnutls-logo.png
|
||||
info/gnutls-objects.png
|
||||
info/gnutls-x509.png
|
||||
include/gnutls/compat.h
|
||||
include/gnutls/crypto.h
|
||||
include/gnutls/extra.h
|
||||
include/gnutls/gnutls.h
|
||||
include/gnutls/openpgp.h
|
||||
|
Loading…
Reference in New Issue
Block a user