<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/multimedia/xupnpd, 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-14T08:40:15Z</updated>
<entry>
<title>xupnpd: adjust with glibc and libcrypt-compat</title>
<updated>2025-07-14T08:40:15Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2025-07-10T13:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cf30eaf8de9b620d73ceb19c1a6b69a14a432819'/>
<id>urn:sha1:cf30eaf8de9b620d73ceb19c1a6b69a14a432819</id>
<content type='text'>
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>xupnpd: update to latest version</title>
<updated>2024-08-17T05:55:14Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-08-16T17:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=99088284a9ab8b428fe901217e0beaf9cc8009cc'/>
<id>urn:sha1:99088284a9ab8b428fe901217e0beaf9cc8009cc</id>
<content type='text'>
Switch to local tarballs for APK compatibility.

Full changelog: https://github.com/clark15b/xupnpd/compare/e4e542d9b6d0043d470fda283e2cd325bbb91950...2bc1e741e0efe04cb3150430ff25410093618b4f

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>xupnpd: fix compilation with musl 1.2.4</title>
<updated>2023-05-18T01:29:06Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-17T12:41:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=560f93cb25c235493015cdd6c2308c4c1e4d6afa'/>
<id>urn:sha1:560f93cb25c235493015cdd6c2308c4c1e4d6afa</id>
<content type='text'>
musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.

Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>xupnpd: Fix compilation without deprecated OpenSSL APIs</title>
<updated>2018-11-26T02:46:04Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-26T02:46:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=aceffd1c07655f2dafaf997fab9544e31ef4b2b8'/>
<id>urn:sha1:aceffd1c07655f2dafaf997fab9544e31ef4b2b8</id>
<content type='text'>
Patch was upstreamed. Only the version was updated.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>xupnpd: Bumped version to 2018-09-24 and switched to codeload</title>
<updated>2018-10-11T12:23:35Z</updated>
<author>
<name>Jacek Kikiewicz</name>
</author>
<published>2018-10-11T11:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=52a6436c451765e728aa497f492428aa6d8cdfec'/>
<id>urn:sha1:52a6436c451765e728aa497f492428aa6d8cdfec</id>
<content type='text'>
Signed-off-by: Jacek Kikiewicz &lt;jaceq@aol.pl&gt;
</content>
</entry>
<entry>
<title>treewide: fix missing/wrong MIRROR_HASH for sources from github</title>
<updated>2018-07-02T02:40:47Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2018-06-29T07:24:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d03e32c513187e041ab38ba20d1eaaf739197520'/>
<id>urn:sha1:d03e32c513187e041ab38ba20d1eaaf739197520</id>
<content type='text'>
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value.  The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>xupnpd: update to latest version</title>
<updated>2017-12-31T18:41:10Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2017-12-31T18:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=67d625ef52e8f13cff9b2219dd6d6c78527e06a5'/>
<id>urn:sha1:67d625ef52e8f13cff9b2219dd6d6c78527e06a5</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@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>
<entry>
<title>xupnpd: update to latest version</title>
<updated>2016-09-05T07:23:58Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2016-09-05T07:23:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6432150acc4f56b0256b02e2b4da4f4c5e59b7cb'/>
<id>urn:sha1:6432150acc4f56b0256b02e2b4da4f4c5e59b7cb</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
</feed>
