<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libidn2/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>libidn2: update to 2.3.8</title>
<updated>2026-05-05T05:54:20Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ea8faf58833d58e6b4e84963c4023b30fad9f006'/>
<id>urn:sha1:ea8faf58833d58e6b4e84963c4023b30fad9f006</id>
<content type='text'>
Changelog:
- Update to Unicode 15.1.0 standard with U+19DA marked DISALLOWED
- Switch from gnulib submodule to GNULIB_REVISION for build management
- Fix uninitialized memory and compiler warnings
- Improve reproducibility and cross-platform build compatibility

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>libs/libidn2: fix PKG_CPE_ID</title>
<updated>2024-02-05T00:02:06Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-01T17:30:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b5b4545b2452ef3a9a4d958a22f5cc053be0523c'/>
<id>urn:sha1:b5b4545b2452ef3a9a4d958a22f5cc053be0523c</id>
<content type='text'>
There is not a single CVE linked to libidn2_project:libidn2 so use
gnu:libidn2 instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gnu:libidn2

Fixes: ceadbcbb64de727c3a974e552d9a723d532e4e40 (treewide: add PKG_CPE_ID for cvescanner)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libidn2: update to 2.3.7</title>
<updated>2024-02-02T14:08:59Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-01T21:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d74d7a6ac969a74bf77ea826339f9635579d7e19'/>
<id>urn:sha1:d74d7a6ac969a74bf77ea826339f9635579d7e19</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>libidn2: update to 2.3.4</title>
<updated>2022-11-04T20:01:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-04T03:31:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9cf682901e0cbcf0aec95e163d8e9ec1fa92c4da'/>
<id>urn:sha1:9cf682901e0cbcf0aec95e163d8e9ec1fa92c4da</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libidn2: Update to 2.3.0</title>
<updated>2019-12-11T22:19:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-12-04T18:49:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cb6d22a4c09549cb882ec1d5ec70c6af1840f8d3'/>
<id>urn:sha1:cb6d22a4c09549cb882ec1d5ec70c6af1840f8d3</id>
<content type='text'>
Fixed license information.

Several Makefile cleanups for consistency between packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for cvescanner</title>
<updated>2019-09-24T11:51:22Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-19T14:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ceadbcbb64de727c3a974e552d9a723d532e4e40'/>
<id>urn:sha1:ceadbcbb64de727c3a974e552d9a723d532e4e40</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>libidn2: drop maintainer</title>
<updated>2018-11-18T17:31:59Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2018-11-18T17:31:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c2212e8d64c0d709d54d634ee7a5df1651722eb3'/>
<id>urn:sha1:c2212e8d64c0d709d54d634ee7a5df1651722eb3</id>
<content type='text'>
Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
</feed>
