aboutsummaryrefslogtreecommitdiff
path: root/utils/sysstat/Makefile
Commit message (Collapse)AuthorAge
* sysstat: add missing xz-utils dependencykrant2024-02-22
| | | | | | Depending only on 'xz' hides the package when 'xz-utils' is not selected Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* sysstat: update to 12.7.5krant2024-02-21
| | | | | | | | | - Update package URLs - Add missing xz dependency - Fix incorrectly set sa_dir - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@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>
* sysstat: bump to 12.4.5Marko Ratkaj2022-03-30
| | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* sysstat: update to 12.4.3Rosen Penev2021-02-28
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysstat: update to 12.4.2Rosen Penev2020-12-22
| | | | | | Refreshed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysstat: update to 12.4.1Rosen Penev2020-11-23
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysstat: update to 12.4.0Rosen Penev2020-08-18
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysstat: update to 12.2.2Rosen Penev2020-05-28
| | | | | | | Removed default log path as it interferes with the configuration setting. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* sysstat: update to 2.2.1Rosen Penev2020-01-22
| | | | | | | | | | | | | | | | Fixes CVE-2019-16167. Fixed CPE_ID. Added PKG_LICENSE_FILES. Added PKG_BUILD_PARALLEL for faster compilation. Added nls capability. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* utils: sysstat: bump to 12.0.5Marko Ratkaj2019-06-09
| | | | | | Version bump from 12.0.2 to 12.0.5 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* sysstat: Update init scriptJeffery To2019-02-12
| | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* utils: sysstat: bump version to 12.0.2Marko Ratkaj2018-11-06
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* sysstat: bump to 11.6.4Marko Ratkaj2018-06-08
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* sysstat: remove build timestampAlexander Couzens2017-12-02
| | | | | | | | | Build timestamp prevents reproducible builds [0]. Thanks to the debian project for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* sysstat: bump to 11.6.0Marko Ratkaj2017-09-25
| | | | | | Source URL has changed so it is updated accordingly Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* 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>
* sysstat: fix musl compatibilityJo-Philipp Wich2015-06-18
| | | | | | | Add missing `limits.h` and `sys/types.h` includes to the appropriate source files. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* sysstat: add license infoMarko Ratkaj2015-06-09
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* sysstat: import from old packagesMarko Ratkaj2015-06-08
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>