aboutsummaryrefslogtreecommitdiff
path: root/utils/mksh
Commit message (Collapse)AuthorAge
* 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>
* mksh: resign as maintainerAlif M. Ahmad2022-03-02
| | | | | | Remove myself from maintainer. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* mksh: update to current versionThorsten Glaser2020-11-29
| | | | | | | | | also • update description • drop “-c lto”, this option is gone from Build.sh • add missing $(TARGET_CPPFLAGS) Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
* mksh: update to R56cAlif M. Ahmad2018-03-09
| | | | | | | | | Updated to R56c. Also add myself as maintainer and move the location from `Base system` into `Utilities/Shells`. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* mksh: update to r56bAlif M. Ahmad2018-01-18
| | | | | | Updated to mksh-r56b Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* mksh: bump to R55 and use PKG_HASHAlif M. Ahmad2017-07-20
| | | | | | | | | | | | | | Upgrade the package to R55. Patches refreshed. Added `-DMKSHRC_PATH=\"/etc/mkshrc\"` to `CPPFLAGS` to set the default startup file during both login and nonlogin sessions, so that there is no need to source `/etc/mkshrc` file manually. In addition to the package upgrade, use PKG_HASH instead of PKG_MD5SUM. Reviewed-by: Thorsten Glaser <tg@mirbsd.org> Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* utils/mksh: update to r54Alif M. Ahmad2017-02-24
| | | | | | | Update to current latest upstream: r54. Also add a new download mirror to fetch the source. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* utils/mksh: Update to current latest upstream (r52c).Alive 4ever2016-07-19
| | | | Signed-off-by: Alif M. A. <alive4ever at live.com>
* mksh: SECURITY update to R50dThorsten Glaser2014-10-09
| | | | | | | | - new upstream version - update my eMail address - add maintainer and licence tag Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
* mksh: moved to githubThorsten Glaser2014-10-09
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>