diff mbox series

[1/1] package/libedit: bump to version 20210910-3.1

Message ID 20220107203332.1461209-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libedit: bump to version 20210910-3.1 | expand

Commit Message

Fabrice Fontaine Jan. 7, 2022, 8:33 p.m. UTC
Refresh patch

https://www.thrysoee.dk/editline

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libedit/0001-check-bsd-functions-in-libbsd.patch | 4 ++--
 package/libedit/libedit.hash                             | 2 +-
 package/libedit/libedit.mk                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard Jan. 7, 2022, 9:01 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Refresh patch
 > https://www.thrysoee.dk/editline

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/libedit/0001-check-bsd-functions-in-libbsd.patch b/package/libedit/0001-check-bsd-functions-in-libbsd.patch
index 7438340d48..0af9472f17 100644
--- a/package/libedit/0001-check-bsd-functions-in-libbsd.patch
+++ b/package/libedit/0001-check-bsd-functions-in-libbsd.patch
@@ -1,7 +1,7 @@ 
 configure: on Linux, the BSD functions require linking against libbsd
 
 Signed-off-by: "Fabrice Fontaine" <fontaine.fabrice@gmail.com>
-(Rebased against 20170329-3.1)
+(Rebased against 20210910-3.1)
 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 (Rebased against 20150325-3.1)
 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
@@ -17,6 +17,6 @@  diff -durN libedit-20130712-3.1.orig/configure.ac libedit-20130712-3.1/configure
 +# Search for libbsd for *vis functions
 +AC_CHECK_LIB([bsd], [vis])
 +
- AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat getline vis strvis strunvis __secure_getenv secure_getenv])
+ AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat vis strvis strunvis __secure_getenv secure_getenv])
 
  # strlcpy
diff --git a/package/libedit/libedit.hash b/package/libedit/libedit.hash
index d405e47b42..6d139730e8 100644
--- a/package/libedit/libedit.hash
+++ b/package/libedit/libedit.hash
@@ -1,3 +1,3 @@ 
 # Locally computed
-sha256  dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071  libedit-20191231-3.1.tar.gz
+sha256  6792a6a992050762edcca28ff3318cdb7de37dccf7bc30db59fcd7017eed13c5  libedit-20210910-3.1.tar.gz
 sha256  9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649  COPYING
diff --git a/package/libedit/libedit.mk b/package/libedit/libedit.mk
index cb18b97f6d..595a59f702 100644
--- a/package/libedit/libedit.mk
+++ b/package/libedit/libedit.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBEDIT_VERSION = 20191231-3.1
+LIBEDIT_VERSION = 20210910-3.1
 LIBEDIT_SITE = http://www.thrysoee.dk/editline
 LIBEDIT_INSTALL_STAGING = YES
 LIBEDIT_DEPENDENCIES = ncurses