git: a75bc9e6efb2 - main - security/qgpgme: Remove unused header in util.h
Jason E. Hale <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=a75bc9e6efb288983b88100f30a1c29d32c2145d commit a75bc9e6efb288983b88100f30a1c29d32c2145d Author: Jason E. Hale <[email protected]> AuthorDate: 2026-08-08 04:03:04 +0000 Commit: Jason E. Hale <[email protected]> CommitDate: 2026-08-08 04:04:17 +0000 security/qgpgme: Remove unused header in util.h --- security/qgpgme/files/patch-src_util.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/security/qgpgme/files/patch-src_util.h b/security/qgpgme/files/patch-src_util.h index ace255301da2..36696c785eb3 100644 --- a/security/qgpgme/files/patch-src_util.h +++ b/security/qgpgme/files/patch-src_util.h @@ -8,7 +8,15 @@ arithmetic with substr() safely bypasses the undefined behavior. --- src/util.h.orig 2026-07-20 13:07:38 UTC +++ src/util.h -@@ -76,7 +76,7 @@ static inline std::vector<std::string_view> split(cons +@@ -40,7 +40,6 @@ + + #include <gpgme.h> + +-#include <memory> + #include <string> + #include <vector> + +@@ -76,7 +75,7 @@ static inline std::vector<std::string_view> split(cons if (end == s.npos) { end = s.size(); }