From owner-svn-ports-head@freebsd.org Sun Oct 28 21:15:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF60E10E1C5C; Sun, 28 Oct 2018 21:15:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 635E770EB2; Sun, 28 Oct 2018 21:15:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F75924CD9; Sun, 28 Oct 2018 21:15:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9SLFSVB008964; Sun, 28 Oct 2018 21:15:28 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9SLFRlG008961; Sun, 28 Oct 2018 21:15:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201810282115.w9SLFRlG008961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 28 Oct 2018 21:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483355 - head/security/libgcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/libgcrypt X-SVN-Commit-Revision: 483355 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 21:15:28 -0000 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