<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/gnupg, 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>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnupg: compile with -fcommon</title>
<updated>2022-11-24T18:09:58Z</updated>
<author>
<name>Tjeu Kayim</name>
</author>
<published>2022-11-24T11:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f4058c1c18138ae1011abfe0e7aca74659834b21'/>
<id>urn:sha1:f4058c1c18138ae1011abfe0e7aca74659834b21</id>
<content type='text'>
This fixes a segfault because gnupg/g10/options.h struct opt
is otherwise not shared between the different compilation units,
resulting in opt.homedir being NULL when passed to make_filename.

$ gpg1 -i

gpg: signal 11 caught ... exiting
Segmentation fault

(gdb) bt
    #0  0x00007f17bb2185e2 in strlen (s=s@entry=0x0) at src/string/strlen.c:17
    #1  0x0000000000460ea0 in make_filename (first_part=first_part@entry=0x0) at gnupg-1.4.23/util/fileutil.c:174
    #2  0x000000000040ee42 in keydb_add_resource (url=url@entry=0x46bfe3 "secring.gpg", flags=flags@entry=4, secret=secret@entry=1)
        at gnupg-1.4.23/g10/keydb.c:238
    #3  0x00000000004062ee in main (argc=&lt;optimized out&gt;, argv=&lt;optimized out&gt;) at gnupg-1.4.23/g10/gpg.c:3323

Signed-off-by: Tjeu Kayim &lt;15987676+TjeuKayim@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>gnupg: remove the GCC if</title>
<updated>2021-08-19T19:37:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-08-19T19:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2811f18da717f88842b1a72d2d2a5eab30415358'/>
<id>urn:sha1:2811f18da717f88842b1a72d2d2a5eab30415358</id>
<content type='text'>
Doesn't seem to work without advanced toolchain settings.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnupg: prepare for gnupg2</title>
<updated>2020-11-07T15:51:49Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-10-20T14:11:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cb480a40b23b1eb98e839098d957478f71b1ce84'/>
<id>urn:sha1:cb480a40b23b1eb98e839098d957478f71b1ce84</id>
<content type='text'>
Use ALTERNATIVES for /usr/bin/gpg and /usr/bin/gpgv, so upcoming gnupg2
variants can be selected instead.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gnupg: fix compilation with GCC10</title>
<updated>2020-07-18T03:30:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-18T03:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0cca8638b501fd7aff5b98a0df7b486d05a911e1'/>
<id>urn:sha1:0cca8638b501fd7aff5b98a0df7b486d05a911e1</id>
<content type='text'>
A bit ugly but it works.

Added PKG_BUILD_PARALLEL for faster compilation.

Fix license information.

Minor cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnupg: Remove myself as maintainer</title>
<updated>2018-07-05T03:54:49Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2018-07-05T03:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d93d21a0b86bf657321367947a04afe248e406ae'/>
<id>urn:sha1:d93d21a0b86bf657321367947a04afe248e406ae</id>
<content type='text'>
Signed-off-by: Daniel F. Dickinson &lt;cshored@thecshore.com&gt;
</content>
</entry>
<entry>
<title>gnupg: Update to 1.4.23</title>
<updated>2018-06-26T22:46:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-06-26T22:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=36f9f95d6a7ea975de7ad2c8d0d94435e6db8d24'/>
<id>urn:sha1:36f9f95d6a7ea975de7ad2c8d0d94435e6db8d24</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>gnupg: Update to 1.4.22</title>
<updated>2018-06-09T02:41:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-06-09T02:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b9b4979498334f64b0e34b01aa306354e2a3edc9'/>
<id>urn:sha1:b9b4979498334f64b0e34b01aa306354e2a3edc9</id>
<content type='text'>
Switched URLs to official HTTPS. More reliable and more secure.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
</feed>
