From owner-svn-ports-head@freebsd.org Sat Jan 9 22:44:03 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 80C5E4E52DA; Sat, 9 Jan 2021 22:44:03 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCw4g3DbCz4bw1; Sat, 9 Jan 2021 22:44:03 +0000 (UTC) (envelope-from jhale@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 61BF01DBB8; Sat, 9 Jan 2021 22:44:03 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 109Mi3Q9060933; Sat, 9 Jan 2021 22:44:03 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 109Mi2n0060926; Sat, 9 Jan 2021 22:44:02 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202101092244.109Mi2n0060926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 9 Jan 2021 22:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560902 - in head/security: gpgme gpgme-cpp gpgme-qt5 gpgme/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/security: gpgme gpgme-cpp gpgme-qt5 gpgme/files X-SVN-Commit-Revision: 560902 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.34 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: Sat, 09 Jan 2021 22:44:03 -0000 Author: jhale Date: Sat Jan 9 22:44:01 2021 New Revision: 560902 URL: https://svnweb.freebsd.org/changeset/ports/560902 Log: security/*gpgme*: Update to 1.15.1 Deleted: head/security/gpgme/files/patch-git-key.h Modified: head/security/gpgme-cpp/Makefile head/security/gpgme-cpp/pkg-plist head/security/gpgme-qt5/pkg-plist head/security/gpgme/Makefile head/security/gpgme/distinfo head/security/gpgme/pkg-plist Modified: head/security/gpgme-cpp/Makefile ============================================================================== --- head/security/gpgme-cpp/Makefile Sat Jan 9 22:43:44 2021 (r560901) +++ head/security/gpgme-cpp/Makefile Sat Jan 9 22:44:01 2021 (r560902) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org Modified: head/security/gpgme-cpp/pkg-plist ============================================================================== --- head/security/gpgme-cpp/pkg-plist Sat Jan 9 22:43:44 2021 (r560901) +++ head/security/gpgme-cpp/pkg-plist Sat Jan 9 22:44:01 2021 (r560902) @@ -42,4 +42,4 @@ lib/cmake/Gpgmepp/GpgmeppConfig.cmake lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgmepp.so lib/libgpgmepp.so.6 -lib/libgpgmepp.so.6.12.0 +lib/libgpgmepp.so.6.12.1 Modified: head/security/gpgme-qt5/pkg-plist ============================================================================== --- head/security/gpgme-qt5/pkg-plist Sat Jan 9 22:43:44 2021 (r560901) +++ head/security/gpgme-qt5/pkg-plist Sat Jan 9 22:44:01 2021 (r560902) @@ -80,4 +80,4 @@ lib/cmake/QGpgme/QGpgmeConfig.cmake lib/cmake/QGpgme/QGpgmeConfigVersion.cmake lib/libqgpgme.so lib/libqgpgme.so.7 -lib/libqgpgme.so.7.5.0 +lib/libqgpgme.so.7.5.1 Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Sat Jan 9 22:43:44 2021 (r560901) +++ head/security/gpgme/Makefile Sat Jan 9 22:44:01 2021 (r560902) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 1.15.0 +PORTVERSION= 1.15.1 PORTREVISION?= 0 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme Modified: head/security/gpgme/distinfo ============================================================================== --- head/security/gpgme/distinfo Sat Jan 9 22:43:44 2021 (r560901) +++ head/security/gpgme/distinfo Sat Jan 9 22:44:01 2021 (r560902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609111779 -SHA256 (gpgme-1.15.0.tar.bz2) = 0b472bc12c7d455906c8a539ec56da0a6480ef1c3a87aa5b74d7125df68d0e5b -SIZE (gpgme-1.15.0.tar.bz2) = 1692019 +TIMESTAMP = 1610205903 +SHA256 (gpgme-1.15.1.tar.bz2) = eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad +SIZE (gpgme-1.15.1.tar.bz2) = 1699349 Modified: head/security/gpgme/pkg-plist ============================================================================== --- head/security/gpgme/pkg-plist Sat Jan 9 22:43:44 2021 (r560901) +++ head/security/gpgme/pkg-plist Sat Jan 9 22:44:01 2021 (r560902) @@ -8,7 +8,7 @@ lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.24.0 +lib/libgpgme.so.11.24.1 libdata/pkgconfig/gpgme-glib.pc libdata/pkgconfig/gpgme.pc share/aclocal/gpgme.m4