<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/pcapsipdump, branch master</title>
<subtitle>Mirror of telephony feed</subtitle>
<id>https://git.openwrt.org/feed/telephony/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/telephony/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/'/>
<updated>2024-11-17T18:12:59Z</updated>
<entry>
<title>pcapsipdump: sanitize package description for APK support</title>
<updated>2024-11-17T18:12:59Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-11-17T18:12:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=ada49390ad244223cf9faa15592581b1b4cd485b'/>
<id>urn:sha1:ada49390ad244223cf9faa15592581b1b4cd485b</id>
<content type='text'>
Sanitize package description for APK support by replacing " with ' for
the tcpdump reference.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-08T07:31:53Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-07T22:01:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=22dd505025e0c39f32a99ba048662133bbeb4bb6'/>
<id>urn:sha1:22dd505025e0c39f32a99ba048662133bbeb4bb6</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format for
packaging git repo clones we must refresh all of the hashes for the
packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>pcapsipdump: fix linking against libobsd</title>
<updated>2022-11-04T17:22:58Z</updated>
<author>
<name>Guilherme Janczak</name>
</author>
<published>2022-11-03T21:13:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=1d3ed8031dd5e6e7add6dfa318d9f521382820d3'/>
<id>urn:sha1:1d3ed8031dd5e6e7add6dfa318d9f521382820d3</id>
<content type='text'>
This just makes it so libbsd is picked up through pkg-config. It adds
support for libobsd without breaking libbsd.

Signed-off-by: Guilherme Janczak &lt;guilherme.janczak@yandex.com&gt;
</content>
</entry>
<entry>
<title>pcapsipdump: update to svn revision r157</title>
<updated>2021-05-01T09:57:33Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-05-01T09:27:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=3cdc38c909c385d1f25ac51432f499defaac0ffd'/>
<id>urn:sha1:3cdc38c909c385d1f25ac51432f499defaac0ffd</id>
<content type='text'>
Upstream implemented or updated IPv6 support.

This commit also updates the package title and fixes some
spelling/grammar in the package's description.

PKG_MIRRIR_HASH removed from Makefile as per suggestion in [1] (svn
checkouts aren't reproducible).

[1] https://openwrt.org/docs/guide-developer/packages

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>treewide: remove uClibc++ support</title>
<updated>2021-03-06T22:45:47Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-06T22:44:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=13fd0a5ab92fdf2f7accf9c27f94d41e80d1651e'/>
<id>urn:sha1:13fd0a5ab92fdf2f7accf9c27f94d41e80d1651e</id>
<content type='text'>
This is in preparation for removing the whole thing from base.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pcapsipdump: fix missing libbsd depend</title>
<updated>2019-10-09T17:44:17Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-09T17:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=af47baec2e769706e436cf13d571aecfe283f3f2'/>
<id>urn:sha1:af47baec2e769706e436cf13d571aecfe283f3f2</id>
<content type='text'>
When libbsd is available in staging it will be picked up by pcapsipdump
during the compile. The binary will link to libbsd, causing an
additional dependency. Currently the builds on the bots are failing
because of this.

The only function pcapsipdump is using from libbsd is strlcpy(). This
function is also provided by uClibc as well as musl.

Attached patch adds a detection mechanism that checks whether libc
provides strlcpy(). This way the dependency on libbsd is only required if
building against a libc which doesn't package strlcpy(), like glibc.
DEPENDS are updated to reflect that.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>pcapsipdump: update to trunk snapshot</title>
<updated>2019-10-07T18:31:40Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-07T18:28:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=33d376d15e1240f079cba03934b713aa405f805b'/>
<id>urn:sha1:33d376d15e1240f079cba03934b713aa405f805b</id>
<content type='text'>
The last official release is quite old. But pcapsipdump's trunk has seen
a steady stream of fixes and improvements. This commit updates the
package to a current SVN snapshot.

MAKE_FLAGS is simplified. The deleted ARGS are provided by OpenWrt
buildroot, no need to specify them again. All that is needed is LIBS.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>pcapsipdump: compile fixes</title>
<updated>2018-03-08T14:56:54Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-03-08T14:56:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=3f238a5e98b6a1b1b61e00a81fa44f9ce5065861'/>
<id>urn:sha1:3f238a5e98b6a1b1b61e00a81fa44f9ce5065861</id>
<content type='text'>
Previous revert only works when libstdcpp is the default C++ lib. To
make the compile work in all scenarios LIBS needs to be defined and
MAKE_FLAGS are required instead of MAKE_VARS, otherwise the included
variables are overridden.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>pcapsipdump: revert uclibc++ commit</title>
<updated>2018-03-04T18:18:35Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-03-04T18:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=da85405911d5eb5affddd17ab42aff14e4f6e2ba'/>
<id>urn:sha1:da85405911d5eb5affddd17ab42aff14e4f6e2ba</id>
<content type='text'>
This reverts commit 6857bc21ebb7ab6408a968797f699921f0fb6441.

In hindsight I have to admit I did not correctly understand the
implications of the uclibc++.mk include.

The include allows a package to follow the user's choice regarding which
C++ library should be the standard. Linking against uClibc++ instead of
libstd++ is not a problem when running musl (which is what I had
incorrectly assumed), as both C++ libs are separate packages. And
uClibc++ is a lot smaller than libstd++, which is probably why it is
even the default C++ lib on OpenWrt currently.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>net/pcapsipdump: Simplify Makefile</title>
<updated>2018-02-18T09:16:34Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-18T09:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=fb78b0b53667f61736447de577e09149ff7457a3'/>
<id>urn:sha1:fb78b0b53667f61736447de577e09149ff7457a3</id>
<content type='text'>
Use the default Build/Compile. Use MAKE_VARS to set up the variables
that are used by pcapsipdump's Makefile.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
</feed>
