<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/gnupg2, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-12-31T07:12:36Z</updated>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>gnupg2: update to 2.4.8</title>
<updated>2025-07-08T16:32:21Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-04T21:25:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3017332949f36be199b94255234e68af760b6e66'/>
<id>urn:sha1:3017332949f36be199b94255234e68af760b6e66</id>
<content type='text'>
Noteworthy changes in version 2.4.8 (2025-05-14)
------------------------------------------------

  * gpg: Fix a verification DoS due to a malicious subkey in the
    keyring.  [T7527]

  * gpg: Fix a regression in 2.4.7 for generating a key from card.
    [T7457]

  * gpg: Fix --quick-add-key for Weierstrass ECC with usage given.
    [T7506]

  * gpg: Fully implement the group key flag.  [rGedd01d8fc4]

  * gpg: Make combination of show-only-fpr-mbox and show-unusable-uid
    work.  [rGeb2a90d343]

  * gpgsm: Do not return an error code when importing a certificate
    with an empty subject.  [T7171]

  * scd: Accept P15 cards with a zero-length label.  [rG18b4ebb28a]

  * keyboxd: Use case-insensitive search for mail addresses.  [T7576]

  * gpgconf: Fix reload and kill of keyboxd.  [T7569]

  * w32: Fix posssible lockup due to lost select results.
    [rG9448d01d61]

  Release-info: https://dev.gnupg.org/T7428

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gnupg2: update to version 2.4.7</title>
<updated>2025-04-26T15:55:22Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-04-26T03:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a52e843d83d86c078cb130f907d6c75caef7f507'/>
<id>urn:sha1:a52e843d83d86c078cb130f907d6c75caef7f507</id>
<content type='text'>
A very long list of changes, see
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=NEWS;hb=7bdaf56479918806ea4013df0ba2dd24bbbb35d6

dirmngr now requires either GnuTLS or NTBTLS. Build against GnuTLS.
Add missing PACKAGE_MAINTAINER while at it.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gnupg2: refresh GCC options in Makefile</title>
<updated>2022-12-23T02:11:51Z</updated>
<author>
<name>Tony Butler</name>
</author>
<published>2022-12-22T23:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ac78a5a21fded24cb3995967b9dc1ec042777e62'/>
<id>urn:sha1:ac78a5a21fded24cb3995967b9dc1ec042777e62</id>
<content type='text'>
this Makefile still used `CONFIG_GCC_USE_VERSION_*` to select various
compilation options, for GCC versions that are antiquated

convert to parsing the major from the `CONFIG_GCC_VERSION` which will
always exist and can also be used with range logic

intent seemed to be:
* `-DEXTERN_UNLESS_MAIN_MODULE=static` for "=10" (and newer, probably)
* no additional options for "not =10" (or older, probably)

GCC 11 or 12 would likely revert to the default (not =10) option,
because 10 was the newest at the time, and 11 and 12 are "not 10"

Signed-off-by: Tony Butler &lt;spudz76@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnupg: add PKG_CPE_ID</title>
<updated>2022-10-21T22:39:49Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-09-03T09:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=647369bc456d844d614b3ec11b0e6cbb66eaf911'/>
<id>urn:sha1:647369bc456d844d614b3ec11b0e6cbb66eaf911</id>
<content type='text'>
Add PKG_CPE_ID:=cpe:/a:gnupg:gnupg to allow scanning for CVEs.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>gnupg: update to 2.2.39</title>
<updated>2022-10-21T22:39:49Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-08-28T20:47:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6dbefb089b60ba8e10c4a27a6715fc56db9f52d6'/>
<id>urn:sha1:6dbefb089b60ba8e10c4a27a6715fc56db9f52d6</id>
<content type='text'>
Update to latest LTS version.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>gnupg2: package gnupg2-dirmngr</title>
<updated>2020-11-20T00:31:10Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-11-20T00:29:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a6d99126a8d38e6ab666c2e37aa2853f579728a0'/>
<id>urn:sha1:a6d99126a8d38e6ab666c2e37aa2853f579728a0</id>
<content type='text'>
dirmngr is needed to download keys from keyservers.
That being a useful thing, let's package dirmngr.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gnupg2: add package</title>
<updated>2020-11-07T15:51:49Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-10-20T18:32:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=266c66d20a89fbd8b0cfdf0414952f62f2861e95'/>
<id>urn:sha1:266c66d20a89fbd8b0cfdf0414952f62f2861e95</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
