Index: head/security/libgcrypt/Makefile =================================================================== --- head/security/libgcrypt/Makefile (revision 472336) +++ head/security/libgcrypt/Makefile (revision 472337) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= security MASTER_SITES= GNUPG MAINTAINER= cpm@FreeBSD.org -COMMENT= General purpose crypto library based on code used in GnuPG +COMMENT= General purpose cryptographic library based on the code from GnuPG LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi BUILD_DEPENDS= libgpg-error>=1.25:security/libgpg-error RUN_DEPENDS= libgpg-error>=1.25:security/libgpg-error USES= cpe libtool makeinfo tar:bzip2 CPE_VENDOR= gnupg USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-drng-support --enable-static=yes CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} USE_LDCONFIG= yes TEST_TARGET= check DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS THANKS TODO \ doc/HACKING doc/README.apichanges INFO= gcrypt PORTDOCS= * OPTIONS_DEFINE= DOCS .include .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm .endif post-patch: @${RM} ${WRKSRC}/doc/gcrypt.info* @${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/security/libgcrypt/distinfo =================================================================== --- head/security/libgcrypt/distinfo (revision 472336) +++ head/security/libgcrypt/distinfo (revision 472337) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513371062 -SHA256 (libgcrypt-1.8.2.tar.bz2) = c8064cae7558144b13ef0eb87093412380efa16c4ee30ad12ecb54886a524c07 -SIZE (libgcrypt-1.8.2.tar.bz2) = 2966534 +TIMESTAMP = 1528899391 +SHA256 (libgcrypt-1.8.3.tar.bz2) = 66ec90be036747602f2b48f98312361a9180c97c68a690a5f376fa0f67d0af7c +SIZE (libgcrypt-1.8.3.tar.bz2) = 2989166 Index: head/security/libgcrypt/pkg-descr =================================================================== --- head/security/libgcrypt/pkg-descr (revision 472336) +++ head/security/libgcrypt/pkg-descr (revision 472337) @@ -1,3 +1,8 @@ -Libgcrypt is a general purpose crypto library based on the code used in GnuPG. +Libgcrypt is a general purpose cryptographic library based on the code from +GnuPG. -WWW: https://www.gnupg.org/ +It provides functions for all cryptographic building blocks: symmetric ciphers, +hash algorithms, MACs, public key algorithms, large integer functions, +random numbers and a lot of supporting functions. + +WWW: https://www.gnupg.org/software/libgcrypt/index.html Index: head/security/libgcrypt/pkg-plist =================================================================== --- head/security/libgcrypt/pkg-plist (revision 472336) +++ head/security/libgcrypt/pkg-plist (revision 472337) @@ -1,11 +1,11 @@ bin/mpicalc bin/dumpsexp bin/hmac256 bin/libgcrypt-config include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.2.2 +lib/libgcrypt.so.20.2.3 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4