From 47d67e43bf7447fdba3f30d88b217118d8846b41 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 17 Apr 2023 22:24:32 +0800 Subject: [PATCH] slang2: Update to 2.3.3, refresh patches Signed-off-by: Jeffery To --- libs/slang2/Makefile | 8 ++++---- libs/slang2/patches/001-skip-terminfo-dir-test.patch | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/slang2/Makefile b/libs/slang2/Makefile index 28affd96c2..ab72eaf201 100644 --- a/libs/slang2/Makefile +++ b/libs/slang2/Makefile @@ -1,7 +1,7 @@ # # Copyright (C) 2006-2011 Openwrt.org # Copyright (C) 2011 SMBPhone Inc. -# Copyright (C) 2019 Jeffery To +# Copyright (C) 2019, 2023 Jeffery To # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,13 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=slang -PKG_VERSION:=2.3.2 -PKG_RELEASE:=5 +PKG_VERSION:=2.3.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.jedsoft.org/releases/slang \ https://www.jedsoft.org/releases/slang/old -PKG_HASH:=fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a +PKG_HASH:=f9145054ae131973c61208ea82486d5dd10e3c5cdad23b7c4a0617743c8f5a18 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING diff --git a/libs/slang2/patches/001-skip-terminfo-dir-test.patch b/libs/slang2/patches/001-skip-terminfo-dir-test.patch index e56fa77078..dcd02f54ba 100644 --- a/libs/slang2/patches/001-skip-terminfo-dir-test.patch +++ b/libs/slang2/patches/001-skip-terminfo-dir-test.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -7029,7 +7029,7 @@ TERMCAP=-ltermcap +@@ -6987,7 +6987,7 @@ TERMCAP=-ltermcap for terminfo_dir in $JD_Terminfo_Dirs do