<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-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>2024-02-05T00:02:06Z</updated>
<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-03.infra.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-03.infra.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-03.infra.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-03.infra.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-03.infra.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-03.infra.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-03.infra.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>
<entry>
<title>libidn2: bump to v2.0.5</title>
<updated>2018-06-03T18:14:06Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2018-05-27T18:30:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=be9687c36947864b1f560968e0a78a8b4df962f1'/>
<id>urn:sha1:be9687c36947864b1f560968e0a78a8b4df962f1</id>
<content type='text'>
* Version 2.0.5 (released 2018-05-18)

** Switched the default library behavior to IDNA2008 as amended
   by TR#46 (non-transitional). That default behavior is enabled when
   no flags are specified to function calls. Applications can utilize the
   %IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in
   the interest of interoperability based on the fact that this is what application
   writers care about rather than strict compliance with a particular protocol.

** Fixed memleak in idn2_to_unicode_8zlz().

** Return error (IDN2_ICONV_FAIL) on charset conversion errors.

** Fixed issue with STD3 rules applying in non-transitional
   TR46 mode.

** idn2: added option --usestd3asciirules.

Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
<entry>
<title>libidn2: v2.0.4 Add to repo</title>
<updated>2018-04-11T01:11:37Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2018-04-02T21:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=30fa2156dafd85c1b197d2d3707473634d0cdba0'/>
<id>urn:sha1:30fa2156dafd85c1b197d2d3707473634d0cdba0</id>
<content type='text'>
Add libidn2 &amp; idn2 tool to repo

Heavily based on PR by Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;

Added idn2 tool &amp; heavily based on existing idn Makefile.

Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
</feed>
