Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2026 09:20:12 +0000
From:      Jason E. Hale <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 943a470db8cd - main - security/qgpgme: Update to 2.1.0
Message-ID:  <6a14144c.25ec8.40d4431c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=943a470db8cdeffeea22a763031cc35e439cd4aa

commit 943a470db8cdeffeea22a763031cc35e439cd4aa
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-05-25 08:15:43 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-05-25 08:18:44 +0000

    security/qgpgme: Update to 2.1.0
---
 security/qgpgme/Makefile               |  3 +--
 security/qgpgme/distinfo               |  6 +++---
 security/qgpgme/files/patch-src_dn.cpp | 12 ------------
 security/qgpgme/pkg-plist              |  2 +-
 4 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/security/qgpgme/Makefile b/security/qgpgme/Makefile
index 6ae113d7dd72..d48336f5acd0 100644
--- a/security/qgpgme/Makefile
+++ b/security/qgpgme/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	qgpgme
-PORTVERSION=	2.0.0
-PORTREVISION=	1
+PORTVERSION=	2.1.0
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 PKGNAMESUFFIX=	-${FLAVOR}
diff --git a/security/qgpgme/distinfo b/security/qgpgme/distinfo
index 86a926dc2776..410a1fad35f6 100644
--- a/security/qgpgme/distinfo
+++ b/security/qgpgme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750277661
-SHA256 (qgpgme-2.0.0.tar.xz) = 15645b2475cca6118eb2ed331b3a8d9442c9d4019c3846ba3f6d25321b4a61ad
-SIZE (qgpgme-2.0.0.tar.xz) = 188552
+TIMESTAMP = 1779694062
+SHA256 (qgpgme-2.1.0.tar.xz) = 5b32feb3eee4a7f9402d22b7206480908dc43bb4df382917c075c512116f8f08
+SIZE (qgpgme-2.1.0.tar.xz) = 190968
diff --git a/security/qgpgme/files/patch-src_dn.cpp b/security/qgpgme/files/patch-src_dn.cpp
deleted file mode 100644
index f8df815f4e41..000000000000
--- a/security/qgpgme/files/patch-src_dn.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/dn.cpp.orig	2025-06-03 15:55:22 UTC
-+++ src/dn.cpp
-@@ -215,6 +215,9 @@ static std::pair<std::optional<std::string_view>, std:
-         /* hexstring */
-         stringv.remove_prefix(1);
-         auto endHex = stringv.find_first_not_of("1234567890abcdefABCDEF"sv);
-+        if (endHex == std::string_view::npos) {
-+            endHex = stringv.size();
-+        }
-         auto value = parseHexString(stringv.substr(0, endHex));
-         if (!value.has_value()) {
-             return {};
diff --git a/security/qgpgme/pkg-plist b/security/qgpgme/pkg-plist
index e4b0eb3711f3..19e6f4757371 100644
--- a/security/qgpgme/pkg-plist
+++ b/security/qgpgme/pkg-plist
@@ -106,4 +106,4 @@ lib/cmake/QGpgme%%QGPGME_CMAKE_SUFFIX%%/QGpgme%%QGPGME_CMAKE_SUFFIX%%Targets-%%C
 lib/cmake/QGpgme%%QGPGME_CMAKE_SUFFIX%%/QGpgme%%QGPGME_CMAKE_SUFFIX%%Targets.cmake
 lib/libqgpgme%%QGPGME_LIB_SUFFIX%%.so
 lib/libqgpgme%%QGPGME_LIB_SUFFIX%%.so.15
-lib/libqgpgme%%QGPGME_LIB_SUFFIX%%.so.15.7.0
+lib/libqgpgme%%QGPGME_LIB_SUFFIX%%.so.15.8.0


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a14144c.25ec8.40d4431c>