1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

security/qgpgme: Update to 2.1.0

This commit is contained in:
Jason E. Hale
2026-05-25 04:15:43 -04:00
parent 9c734bc06d
commit 943a470db8
4 changed files with 5 additions and 18 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PORTNAME= qgpgme
PORTVERSION= 2.0.0
PORTREVISION= 1
PORTVERSION= 2.1.0
CATEGORIES= security
MASTER_SITES= GNUPG
PKGNAMESUFFIX= -${FLAVOR}
+3 -3
View File
@@ -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
-12
View File
@@ -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 {};
+1 -1
View File
@@ -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