Browse Source

Merge pull request #5421 from alive4ever/mksh-r56b

utils/mksh: update to r56b
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
2851543d03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions
  1. +2
    -2
      utils/mksh/Makefile
  2. +9
    -3
      utils/mksh/patches/100-dot_mkshrc

+ 2
- 2
utils/mksh/Makefile View File

@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mksh
PKG_VERSION:=55
PKG_VERSION:=56b
PKG_RELEASE:=1
PKG_MAINTAINER:=Thorsten Glaser <tg@mirbsd.org>
@ -18,7 +18,7 @@ PKG_LICENSE:=MirOS
PKG_SOURCE:=$(PKG_NAME)-R$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://www.mirbsd.org/MirOS/dist/mir/mksh \
http://pub.allbsd.org/MirOS/dist/mir/mksh
PKG_HASH:=ced42cb4a181d97d52d98009eed753bd553f7c34e6991d404f9a8dcb45c35a57
PKG_HASH:=40ec744eec256583e4e18907cde22af57c980286f535df47326fed07e48c9a7f
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)


+ 9
- 3
utils/mksh/patches/100-dot_mkshrc View File

@ -20,15 +20,21 @@ Additional changes of the patch as of mksh-R55
* Use `/etc/mkshrc` as default startup file, so there is no need to
manually source it during interactive session.
From: Alif M. A. <alive4ever@live.com>
Date: Thu, 11 Jan 2018 02:13:46 +0000
Subject: [PATCH] Refresh 100-dot_mkshrc for mksh-R55
Refreshed 100-dot_mkshrc for mksh-r56b
---
Reviewed-by: Thorsten Glaser <tg at mirbsd.org>
Signed-off-by: Alif M. A. <alive4ever at live.com>
--- a/dot.mkshrc
+++ b/dot.mkshrc
@@ -56,10 +56,9 @@
done
)
@@ -63,10 +63,9 @@
EDITOR=
done
-\\builtin alias ls=ls l='ls -F' la='l -a' ll='l -l' lo='l -alo'
-\: "${HOSTNAME:=$(\\builtin ulimit -c 0; \\builtin print -r -- $(hostname \


Loading…
Cancel
Save