this patch updates libedit from version 20140620-3.1 to 20180525-3.1 which brings a huge number of fixes/improvements
for more details: https://thrysoee.dk/editline/ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/ Signed-off-by: geraldo netto <[email protected]> --- modules/libedit/Makefile | 4 ++-- modules/libedit/module.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/libedit/Makefile b/modules/libedit/Makefile index 04979144..66db300d 100644 --- a/modules/libedit/Makefile +++ b/modules/libedit/Makefile @@ -5,7 +5,7 @@ DOWNLOAD=download BUILD=build # libedit -LE_VERSION=20140620-3.1 +LE_VERSION=20180525-3.1 LE_FOLDER=libedit-$(LE_VERSION) LE_DOWNLOAD=http://thrysoee.dk/editline/libedit-$(LE_VERSION).tar.gz LE_ARCHIVE=download/$(LE_FOLDER).tar.gz @@ -14,7 +14,7 @@ LE_BUILD=$(BUILD)/$(LE_FOLDER) CFLAGS:=-fPIC LDFLAGS:=-L$(abspath $(lastword $(wildcard ../ncurses/build/*/lib))) -MAIN=$(LE_BUILD)/src/.libs/libedit.so.0 +MAIN=$(LE_BUILD)/src/.libs/libedit.so.2 module: $(MAIN) diff --git a/modules/libedit/module.py b/modules/libedit/module.py index 53582563..785d7d62 100644 --- a/modules/libedit/module.py +++ b/modules/libedit/module.py @@ -1,6 +1,6 @@ from osv.modules.filemap import FileMap -VERSION = '20140620-3.1' +VERSION = '20180525-3.1' usr_files = FileMap() usr_files.add('${OSV_BASE}/modules/libedit/build/libedit-%s/src/.libs' % VERSION).to('/usr/lib') \ -- 2.17.1 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
