<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/net/sngrep, 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>2025-11-22T08:41:23Z</updated>
<entry>
<title>net/sngrep: assign PKG_CPE_ID</title>
<updated>2025-11-22T08:41:23Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2025-09-17T08:19:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=8d03e6157fd598c60516bbf5ebc3eb528647b1ba'/>
<id>urn:sha1:8d03e6157fd598c60516bbf5ebc3eb528647b1ba</id>
<content type='text'>
cpe:/a:irontec:sngrep is the correct CPE ID for sngrep:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:irontec:sngrep

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove maintainer</title>
<updated>2024-11-06T17:54:12Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2024-11-06T17:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=81ecfdf34a1e67d0bb3715c94d79bea9cc5b2e0a'/>
<id>urn:sha1:81ecfdf34a1e67d0bb3715c94d79bea9cc5b2e0a</id>
<content type='text'>
As requested on openwrt-devel in October 2024 [1], remove maintainer,
including any copyright lines.

[1] https://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043323.html

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>treewide: replace AUTORELEASE with real PKG_RELEASE</title>
<updated>2023-07-18T20:41:35Z</updated>
<author>
<name>Kuan-Yi Li</name>
</author>
<published>2023-07-18T02:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=87275752df267cf8e6a05de272e29e92836bb9ca'/>
<id>urn:sha1:87275752df267cf8e6a05de272e29e92836bb9ca</id>
<content type='text'>
Based on Paul Fertser &lt;fercerpav@gmail.com&gt;'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Kuan-Yi Li &lt;kyli@abysm.org&gt;
</content>
</entry>
<entry>
<title>sngrep: bump to 1.6.0</title>
<updated>2022-09-25T09:50:40Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2022-09-25T09:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=839c1813481f043b05d4e39b58db4c3ad71cf240'/>
<id>urn:sha1:839c1813481f043b05d4e39b58db4c3ad71cf240</id>
<content type='text'>
- use pcre2 instead of pcre
- add zlib support

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>sngrep: bump to 1.4.10</title>
<updated>2021-11-28T17:25:32Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-11-28T17:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=58658de45c025a0caec8b3801ce229416a6ea971'/>
<id>urn:sha1:58658de45c025a0caec8b3801ce229416a6ea971</id>
<content type='text'>
- switch to $(AUTORELEASE)
- drop PKG_MIRROR_HASH (leftover from when a git checkout was used)

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>sngrep: bump to 1.4.8</title>
<updated>2021-03-13T09:52:30Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-03-13T09:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=f1760b3f5cd4f635fdb817d65a873700d6e051c2'/>
<id>urn:sha1:f1760b3f5cd4f635fdb817d65a873700d6e051c2</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>sngrep: add configuration menu</title>
<updated>2019-12-03T12:42:28Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-12-03T12:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=c02a6fa325a7beeba3003426b71cbc46ab2e9a7a'/>
<id>urn:sha1:c02a6fa325a7beeba3003426b71cbc46ab2e9a7a</id>
<content type='text'>
Makes ipv6, pcre and eep optional. Defaults unchanged.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>sngrep: update to git snapshot</title>
<updated>2019-12-03T12:37:43Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-12-03T12:32:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=8aa58329615a70e9e669b423cb661f60205e2766'/>
<id>urn:sha1:8aa58329615a70e9e669b423cb661f60205e2766</id>
<content type='text'>
Also adds PKG_BUILD_PARALLEL:=1 and updates description.

Fixes #491

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>sngrep: update to 1.4.6</title>
<updated>2018-12-26T18:39:48Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-26T18:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=651d6f6f052d4d60992be37b7f7e381aa9bc5fde'/>
<id>urn:sha1:651d6f6f052d4d60992be37b7f7e381aa9bc5fde</id>
<content type='text'>
Update to 1.4.6 and include two fixes from upstream.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>sngrep: fix copyright</title>
<updated>2018-12-26T18:37:13Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-12-26T18:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/telephony/commit/?id=a4ec8dd40cba1fe56f1c0d7d25d547c4edd0c315'/>
<id>urn:sha1:a4ec8dd40cba1fe56f1c0d7d25d547c4edd0c315</id>
<content type='text'>
In a previous commit I updated the copyright message. But that was not
correct as I am not affiliated with OpenWrt. And I cannot change the
copyright message from a third party either. This commit reverts the
changes.

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