<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/multimedia/icecast, 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-03-20T13:54:56Z</updated>
<entry>
<title>multimedia/icecast: fix PKG_CPE_ID</title>
<updated>2026-03-20T13:54:56Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-19T21:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b24b5acd7d9a2ee4f04ce2cf024be82b341e5f37'/>
<id>urn:sha1:b24b5acd7d9a2ee4f04ce2cf024be82b341e5f37</id>
<content type='text'>
cpe:/a:xiph:icecast is the correct CPE ID for icecast:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:xiph:icecast

Fixes: a36f265f767da363b60ef09a3b72bb84d9d3cf33 (icecast: Update to 2.4.4)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>icecast: fix compilation with GCC14</title>
<updated>2025-05-02T08:33:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-05-01T19:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aef483bad5fd0082b607addce7a89f8e7d2cfe0a'/>
<id>urn:sha1:aef483bad5fd0082b607addce7a89f8e7d2cfe0a</id>
<content type='text'>
Upstream backport.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>icecast: add libxml2 include directory</title>
<updated>2022-12-27T12:52:07Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2022-12-20T13:01:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fdc429fdbc4c4f88104ee76af1e31a445bb44d80'/>
<id>urn:sha1:fdc429fdbc4c4f88104ee76af1e31a445bb44d80</id>
<content type='text'>
Fixes this error:
cfgfile.c:26:10: fatal error: libxml/xmlmemory.h: No such file or directory
   26 | #include &lt;libxml/xmlmemory.h&gt;
      |          ^~~~~~~~~~~~~~~~~~~~

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>icecast: fix whitespace in init file</title>
<updated>2021-03-29T07:25:19Z</updated>
<author>
<name>Alexander Egorenkov</name>
</author>
<published>2021-03-29T05:55:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9643ffc828c021605bae7a53e036e6aae9fae0d1'/>
<id>urn:sha1:9643ffc828c021605bae7a53e036e6aae9fae0d1</id>
<content type='text'>
Signed-off-by: Alexander Egorenkov &lt;egorenar-dev@posteo.net&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.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>icecast: allow access to iconv</title>
<updated>2021-02-09T22:09:48Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-02-09T21:15:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=451d7872dfc3918be5798aa1470b914c366f211c'/>
<id>urn:sha1:451d7872dfc3918be5798aa1470b914c366f211c</id>
<content type='text'>
Since commit d18692c libxml2 (and by extension libxslt) is linked against
iconv. Now icecast needs access to iconv as well. Without it the build fails.

xslt.c: In function 'xsltSaveResultToString':
xslt.c:72:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (result-&gt;children == NULL)
     ^~
xslt.c:75:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  buf = xmlAllocOutputBuffer(NULL);
  ^~~
xslt.c:81:27: error: dereferencing pointer to incomplete type 'xmlBuf' {aka 'struct _xmlBuf'}
   *doc_txt_len = buf-&gt;conv-&gt;use;
                           ^~
make[6]: *** [Makefile:545: xslt.o] Error 1
make[6]: Leaving directory '/openwrt/build_dir/target-mips_24kc_musl/icecast-2.4.4/src'

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>icecast: Update to 2.4.4</title>
<updated>2018-11-06T04:11:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-06T04:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a36f265f767da363b60ef09a3b72bb84d9d3cf33'/>
<id>urn:sha1:a36f265f767da363b60ef09a3b72bb84d9d3cf33</id>
<content type='text'>
Fixes CVE-2018-18820.

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev &lt;rosenp@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.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>icecast: Fix configure if both vorbis and tremor host packages installed</title>
<updated>2017-01-19T20:34:13Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2017-01-19T20:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c82573e64e27a58b3bffda336c51d3545cc88204'/>
<id>urn:sha1:c82573e64e27a58b3bffda336c51d3545cc88204</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>icecast: Rework dependencies</title>
<updated>2017-01-14T23:04:04Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2017-01-14T23:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=da55f36f80ab7c863577f65c4a78e76ae49542de'/>
<id>urn:sha1:da55f36f80ab7c863577f65c4a78e76ae49542de</id>
<content type='text'>
Remove private Tremor. (use libvorbisidec in repo)
Remove need for libvorbis (add missing vorbis_comment functions)
Remove openSSL (uses mbedTLS via libcurl)

Add myself as co-maintainer.

Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
</feed>
