<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/cshark, 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>2025-11-12T12:54:00Z</updated>
<entry>
<title>cshark: drop package</title>
<updated>2025-11-12T12:54:00Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-11-12T00:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=45254df57ec185908cb99a214df02325a0bc4428'/>
<id>urn:sha1:45254df57ec185908cb99a214df02325a0bc4428</id>
<content type='text'>
requires newer cmake to compile, but the company behind this has pivoted and no
longer actively supports this, and are phasing it out.

This package is rather pointless anyway, since you can just use the sshdump
remote capture plugin in Wireshark with tcpdump on your router and see live
results, far superior to this.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</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>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.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>cshark: fix compilation with GCC12</title>
<updated>2022-06-10T21:09:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-06-09T01:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2fd7ee49a53ef2ebf11c703a30f2316692dde05d'/>
<id>urn:sha1:2fd7ee49a53ef2ebf11c703a30f2316692dde05d</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>cshark: update to 2020-07-22</title>
<updated>2021-03-24T22:33:03Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-24T21:51:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=301bab659c0e5f4cb2a7ab43258df8bdde082d50'/>
<id>urn:sha1:301bab659c0e5f4cb2a7ab43258df8bdde082d50</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>cshark: Switch to standard PKG_SOURCE_VERSION/DATE</title>
<updated>2019-09-21T22:56:58Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-21T22:28:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=61b5f5b16cfb11284cc26ae2fd4eb336f84c93c1'/>
<id>urn:sha1:61b5f5b16cfb11284cc26ae2fd4eb336f84c93c1</id>
<content type='text'>
Several other cleanups.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed PKG_INSTALL as cmake.mk already defines it.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>cshark: update to latest git HEAD</title>
<updated>2018-08-21T17:39:31Z</updated>
<author>
<name>Rob Mosher</name>
</author>
<published>2018-08-20T21:35:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e3144f00a3c5c05987680fd647f73349bd376076'/>
<id>urn:sha1:e3144f00a3c5c05987680fd647f73349bd376076</id>
<content type='text'>
This fixes GCC8 compile due to buffer overrun

Signed-off-by: Rob Mosher &lt;nyt-openwrt@countercultured.net&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>net/cshark: remove luci-app-cshark</title>
<updated>2017-02-17T09:55:29Z</updated>
<author>
<name>danrl</name>
</author>
<published>2017-02-17T09:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6b2b1973279447eafd3a2d1104dc73e46a1d7624'/>
<id>urn:sha1:6b2b1973279447eafd3a2d1104dc73e46a1d7624</id>
<content type='text'>
Moved over to the LuCI repository.

Signed-off-by: Dan Luedtke &lt;mail@danrl.com&gt;
</content>
</entry>
</feed>
