<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libnpupnp/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-07-18T14:20:02Z</updated>
<entry>
<title>libnpupnp: update to 6.2.1</title>
<updated>2025-07-18T14:20:02Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-07-13T04:12:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d61e91016a33985910245a291961a3c3809da3ab'/>
<id>urn:sha1:d61e91016a33985910245a291961a3c3809da3ab</id>
<content type='text'>
Fixes compilation with GCC 15

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnpupnp: update to 6.1.3</title>
<updated>2024-05-27T17:51:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-27T02:22:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8ff4ad013eb2df24ca376668076f081e4de679da'/>
<id>urn:sha1:8ff4ad013eb2df24ca376668076f081e4de679da</id>
<content type='text'>
Install static libraries too to InstallDev.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnpupnp: update to 6.1.0</title>
<updated>2024-02-15T01:27:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-14T22:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e9c77f2d336b9b961b4e2db1d0a69a56f4d00660'/>
<id>urn:sha1:e9c77f2d336b9b961b4e2db1d0a69a56f4d00660</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnpupnp: Update to 5.1.2</title>
<updated>2023-11-25T17:18:54Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-11-25T07:20:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=24b4173030329622f12d4955de2023608b02dfa4'/>
<id>urn:sha1:24b4173030329622f12d4955de2023608b02dfa4</id>
<content type='text'>
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>libnpupnp: update to 5.1.1</title>
<updated>2023-11-17T02:06:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2023-11-16T19:46:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=36360b7406e3fe62b38d45990689bb524c8d5603'/>
<id>urn:sha1:36360b7406e3fe62b38d45990689bb524c8d5603</id>
<content type='text'>
Build with meson. Faster.

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>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnpupnp: update to 5.0.0</title>
<updated>2022-11-04T19:56:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-04T03:04:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5ea89498ff745b5a88bd9d5c696b340f34cf7767'/>
<id>urn:sha1:5ea89498ff745b5a88bd9d5c696b340f34cf7767</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnpupnp: update to 4.2.3</title>
<updated>2022-07-14T21:35:12Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-07-14T04:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=80ee81d152dadde494e39ae8747db2e1152718fe'/>
<id>urn:sha1:80ee81d152dadde494e39ae8747db2e1152718fe</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnpupnp: update to 4.2.1</title>
<updated>2022-03-10T07:40:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-03-09T05:03:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=30f52fcd31053b250df67b91037152787193fd61'/>
<id>urn:sha1:30f52fcd31053b250df67b91037152787193fd61</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
