aboutsummaryrefslogtreecommitdiff
path: root/net/cshark
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | 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 <robimarko@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <fercerpav@gmail.com>
* cshark: fix compilation with GCC12Rosen Penev2022-06-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cshark: update to 2020-07-22Rosen Penev2021-03-24
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cshark: Switch to standard PKG_SOURCE_VERSION/DATERosen Penev2019-09-21
| | | | | | | | | | Several other cleanups. Added PKG_BUILD_PARALLEL for faster compilation. Removed PKG_INSTALL as cmake.mk already defines it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cshark: update to latest git HEADRob Mosher2018-08-21
| | | | | | This fixes GCC8 compile due to buffer overrun Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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 <champetier.etienne@gmail.com>
* net/cshark: remove luci-app-csharkdanrl2017-02-17
| | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* net/cshark: New version layout, use mbed TLS and xzDaniel Engberg2017-01-01
| | | | | | | Move git hash to PKG_VERSION instead of PKG_RELEASE Use xz git tarball instead of gz Add dependency to ustream-mbedtls as mbed TLS 1.3 is deprecated. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* cshark: update to latest git HEADThomas Peterson2015-11-24
|
* cshark: update to latest git HEADLuka Perkov2015-03-13
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* cshark: bump packageLuka Perkov2014-07-02
| | | | | | Fixes bugs found in Chrome (Mac only). Signed-off-by: Luka Perkov <luka@openwrt.org>
* cshark: bump packageLuka Perkov2014-06-23
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* cshark: fix build failureLuka Perkov2014-06-23
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* cshark: add new packageLuka Perkov2014-06-23
Signed-off-by: Luka Perkov <luka@openwrt.org>