Browse Source

klish: update to 2.2.3

Switch to AUTORELEASE for simplicity.

Remove uClibc reference from patch as it's no longer in tree.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 3 years ago
parent
commit
e1b8af20d6
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      utils/klish/Makefile
  2. +1
    -1
      utils/klish/patches/010-shell_execute_fix.patch

+ 4
- 4
utils/klish/Makefile View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=klish
PKG_VERSION:=2.2.0
PKG_RELEASE:=4
PKG_VERSION:=2.2.3
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://libcode.org/attachments/download/77/
PKG_HASH:=a069ef06bb485e15b2ff27b856e46cd76fee1eac7e0f62a8d8ac0ad413694614
PKG_SOURCE_URL:=http://libcode.org/attachments/download/82
PKG_HASH:=89a08295522fea9736a84e11da3d990641fc43b7e548626d2a56e75ed9d8d47b
PKG_MAINTAINER:=Takashi Umeno <umeno.takashi@gmail.com>
PKG_LICENSE:=BSD-3-Clause


+ 1
- 1
utils/klish/patches/010-shell_execute_fix.patch View File

@ -4,7 +4,7 @@
#include <signal.h>
#include <fcntl.h>
+#if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_OBSOLETE_BSD_SIGNAL__)
+#if 0
/* Empty signal handler to ignore signal but don't use SIG_IGN. */
static void sigignore(int signo)
{


Loading…
Cancel
Save