Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | moreutils: update to 0.69 | krant | 2024-04-13 |
| | | | | | | - Refresh patch Signed-off-by: krant <aleksey.vasilenko@gmail.com> | ||
* | moreutils: update to 0.68 | krant | 2024-02-14 |
| | | | | | | - Refresh patches Signed-off-by: krant <aleksey.vasilenko@gmail.com> | ||
* | treewide: remove AUTORELEASE | Paul Fertser | 2023-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> | ||
* | moreutils: update to 0.65 | Rosen Penev | 2021-06-01 |
| | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | moreutils: update to 0.64 | Rosen Penev | 2020-09-03 |
| | | | | | | | | Remove upstreamed patch. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | moreutils: fix compilation with uClibc-ng | Rosen Penev | 2020-08-13 |
| | | | | | | getloadavg is missing not just under cygwin. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | moreutils: Update to 0.63 | Rosen Penev | 2019-02-02 |
| | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | moreutils: Update to 0.62 and switch to git tarball | Rosen Penev | 2018-09-02 |
| | | | | | | | | | It's more generic in addition to being the source for the debian package. PKG_BUILD_PARALLEL was explicitly set to no just in case as I see no handling for it in the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | moreutils: Add package | Nikil Mehta | 2017-03-18 |
Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com> |