From owner-svn-ports-all@freebsd.org Fri Dec 15 22:05:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E83BBE8DE2E; Fri, 15 Dec 2017 22:05:56 +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 mx1.freebsd.org (Postfix) with ESMTPS id A6EE467305; Fri, 15 Dec 2017 22:05:56 +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 vBFM5tTA012214; Fri, 15 Dec 2017 22:05:55 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBFM5tBb012211; Fri, 15 Dec 2017 22:05:55 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201712152205.vBFM5tBb012211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 15 Dec 2017 22:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456419 - head/security/libgcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/libgcrypt X-SVN-Commit-Revision: 456419 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2017 22:05:57 -0000 Author: cpm Date: Fri Dec 15 22:05:55 2017 New Revision: 456419 URL: https://svnweb.freebsd.org/changeset/ports/456419 Log: security/libgcrypt: update to 1.8.2 - Update libgcrypt to 1.8.2 - Bump library version in pkg-plist Changelog: https://abi-laboratory.pro/tracker/changelog/libgcrypt/1.8.2/log.html Binary compatibility report: https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.8.1/1.8.2/29a74/abi_compat_report.html MFH: 2017Q4 Modified: head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo head/security/libgcrypt/pkg-plist Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Fri Dec 15 21:55:30 2017 (r456418) +++ head/security/libgcrypt/Makefile Fri Dec 15 22:05:55 2017 (r456419) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/libgcrypt/distinfo ============================================================================== --- head/security/libgcrypt/distinfo Fri Dec 15 21:55:30 2017 (r456418) +++ head/security/libgcrypt/distinfo Fri Dec 15 22:05:55 2017 (r456419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503947280 -SHA256 (libgcrypt-1.8.1.tar.bz2) = 7a2875f8b1ae0301732e878c0cca2c9664ff09ef71408f085c50e332656a78b3 -SIZE (libgcrypt-1.8.1.tar.bz2) = 2967344 +TIMESTAMP = 1513371062 +SHA256 (libgcrypt-1.8.2.tar.bz2) = c8064cae7558144b13ef0eb87093412380efa16c4ee30ad12ecb54886a524c07 +SIZE (libgcrypt-1.8.2.tar.bz2) = 2966534 Modified: head/security/libgcrypt/pkg-plist ============================================================================== --- head/security/libgcrypt/pkg-plist Fri Dec 15 21:55:30 2017 (r456418) +++ head/security/libgcrypt/pkg-plist Fri Dec 15 22:05:55 2017 (r456419) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.2.1 +lib/libgcrypt.so.20.2.2 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4