]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
libedit: Update to 20210419-3.1
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 26 Apr 2021 12:31:49 +0000 (14:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Apr 2021 17:09:48 +0000 (17:09 +0000)
- Update from 20190324-3.1 to 20210419-3.1
- Update rootfile
- Changelog - note source tarbal version uses date not the version-info
  in the changelog file
   2021-04-19 Jess Thrysoee
    * version-info: 0:65:0
    * all: sync with upstream source
    * src/getline.c,src/sys.h: Provide getline.c implementation if not available
Patch by Claes Nästén
    * src/makelist: Use Posix locale; mainly to get ASCII character classes in e.g. `tr`
Patch by Claes Nästén
   * examples/test_filecompletion.c, examples/wtc1.c: err.h not supported by
     Solaris
   2021-02-16 Jess Thrysoee
    * version-info: 0:64:0
    * all: sync with upstream source
   2019-12-31 Jess Thrysoee
    * version-info: 0:63:0
    * configure.ac: Support -ltinfo as split in newer ncurses
The newer versions of ncurses support building terminfo routines as a split -ltinfo library.
Patch by Michał Górny
   2019-12-11 Jess Thrysoee
    * version-info: 0:62:0
    * all: sync with upstream source
   2019-10-25 Jess Thrysoee
    * version-info: 0:61:0
    * all: sync with upstream source

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libedit
lfs/libedit

index c9a20fc019834e389b5298d9c301bdb20830baec..b0e8cf19c80f9fa0689ecef4364c04edbb761c85 100644 (file)
@@ -4,7 +4,7 @@
 #usr/lib/libedit.la
 #usr/lib/libedit.so
 usr/lib/libedit.so.0
-usr/lib/libedit.so.0.0.60
+usr/lib/libedit.so.0.0.65
 #usr/lib/pkgconfig/libedit.pc
 #usr/share/man/man3/editline.3
 #usr/share/man/man3/el_deletestr.3
index 33bfee1830bf0c8ced14aa4627158d6614f49226..e03357d7ee0272e18a9d3ebcbee6ae257877f7c1 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 20190324-3.1
+VER        = 20210419-3.1
 
 THISAPP    = libedit-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = bec755c8044ad84b752dfe49a0b371d8
+$(DL_FILE)_MD5 = e288b8fe53bf0d096fb13847d4e0f640
 
 install : $(TARGET)