Date: Sun, 28 Oct 2018 21:15:27 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483355 - head/security/libgcrypt Message-ID: <201810282115.w9SLFRlG008961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sun Oct 28 21:15:27 2018 New Revision: 483355 URL: https://svnweb.freebsd.org/changeset/ports/483355 Log: security/libgcrypt: Update to 1.8.4 - Update libgpg-error version required to 1.32 Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2018q4/000431.html Modified: head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo head/security/libgcrypt/pkg-plist Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Sun Oct 28 21:12:06 2018 (r483354) +++ head/security/libgcrypt/Makefile Sun Oct 28 21:15:27 2018 (r483355) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= security MASTER_SITES= GNUPG @@ -11,8 +11,8 @@ COMMENT= General purpose cryptographic library based o LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi -BUILD_DEPENDS= libgpg-error>=1.25:security/libgpg-error -RUN_DEPENDS= libgpg-error>=1.25:security/libgpg-error +BUILD_DEPENDS= libgpg-error>=1.32:security/libgpg-error +RUN_DEPENDS= libgpg-error>=1.32:security/libgpg-error USES= cpe libtool makeinfo tar:bzip2 CPE_VENDOR= gnupg Modified: head/security/libgcrypt/distinfo ============================================================================== --- head/security/libgcrypt/distinfo Sun Oct 28 21:12:06 2018 (r483354) +++ head/security/libgcrypt/distinfo Sun Oct 28 21:15:27 2018 (r483355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528899391 -SHA256 (libgcrypt-1.8.3.tar.bz2) = 66ec90be036747602f2b48f98312361a9180c97c68a690a5f376fa0f67d0af7c -SIZE (libgcrypt-1.8.3.tar.bz2) = 2989166 +TIMESTAMP = 1540760168 +SHA256 (libgcrypt-1.8.4.tar.bz2) = f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227 +SIZE (libgcrypt-1.8.4.tar.bz2) = 2990108 Modified: head/security/libgcrypt/pkg-plist ============================================================================== --- head/security/libgcrypt/pkg-plist Sun Oct 28 21:12:06 2018 (r483354) +++ head/security/libgcrypt/pkg-plist Sun Oct 28 21:15:27 2018 (r483355) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.2.3 +lib/libgcrypt.so.20.2.4 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810282115.w9SLFRlG008961>