<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libupnp/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>2025-04-29T04:03:21Z</updated>
<entry>
<title>libs/libupnp: fix PKG_CPE_ID</title>
<updated>2025-04-29T04:03:21Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2025-02-26T18:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=911d890b119e95ceb39fa28b5edb26e42cfbc0ed'/>
<id>urn:sha1:911d890b119e95ceb39fa28b5edb26e42cfbc0ed</id>
<content type='text'>
pupnp_project:pupnp is a better CPE ID than libupnp_project:libupnp as
this CPE ID has the latest CVEs from 2021 (whereas
libupnp_project:libupnp only has CVEs up to 2020):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:pupnp_project:pupnp

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libupnp: backport -Wformat fix</title>
<updated>2024-07-14T20:54:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-07-12T20:04:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=34035483b768ecb0ff6b951fabbb394a1d93ba3b'/>
<id>urn:sha1:34035483b768ecb0ff6b951fabbb394a1d93ba3b</id>
<content type='text'>
Fixes 32-bit targets.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libupnp: update to 1.14.18</title>
<updated>2024-02-15T01:23:11Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-14T23:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=440a86ee7d5dd6d8e1fe9898e2978bb27a1ede7b'/>
<id>urn:sha1:440a86ee7d5dd6d8e1fe9898e2978bb27a1ede7b</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@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>libupnp: update to 1.14.12</title>
<updated>2021-12-17T01:58:58Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T06:12:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dc225b3b05dc0647333ad9cf6beb0a414747dde4'/>
<id>urn:sha1:dc225b3b05dc0647333ad9cf6beb0a414747dde4</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libupnp: update to 1.14.7</title>
<updated>2021-06-02T05:56:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T02:49:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d41d71e63089de76dafe9deb1fee1c2dff0ceecb'/>
<id>urn:sha1:d41d71e63089de76dafe9deb1fee1c2dff0ceecb</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libupnp: restore building tools</title>
<updated>2021-04-14T23:40:36Z</updated>
<author>
<name>Alexander Egorenkov</name>
</author>
<published>2021-04-14T17:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c1a70b84d4e8c8cf83d24a707cd67353a15bdf46'/>
<id>urn:sha1:c1a70b84d4e8c8cf83d24a707cd67353a15bdf46</id>
<content type='text'>
This enables tools again which has been disabled in commit
498506af9 ("libupnp: update to 1.14.5"). Disabling tools leads to the
header upnptools.h not being installed into /usr/include. But e.g. mpd-full
depends on this header.

Fixes: 498506af9 ("libupnp: update to 1.14.5")
Signed-off-by: Alexander Egorenkov &lt;egorenar-dev@posteo.net&gt;
</content>
</entry>
<entry>
<title>libupnp: update to 1.14.5</title>
<updated>2021-04-14T06:54:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-04-14T02:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=498506af9b97bf24b04d9c9fa2977650ce161430'/>
<id>urn:sha1:498506af9b97bf24b04d9c9fa2977650ce161430</id>
<content type='text'>
Switch to compiling with CMake. Faster.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libupnp: add back autoreconf</title>
<updated>2020-12-23T03:02:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-23T02:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f1e3b436c15797f994c470a01099b007354a45a1'/>
<id>urn:sha1:f1e3b436c15797f994c470a01099b007354a45a1</id>
<content type='text'>
Fixes compilation under Arch Linux as it tries to link to host
libraries.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
