* [PATCH] libedit: Update to version 20221030-3.1
@ 2022-11-25 8:51 Adolf Belka
2022-11-25 11:16 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-11-25 8:51 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]
- Update from 20210910-3.1 to 20221030-3.1
- Update of rootfile
- Changelog
* version-info: 0:70:0
* src/sys.h, src/reallocarr.c: Remove unused sys/cdefs.h include, to compile against musl libc
* version-info: 0:69:0
* src/sys.h: Add __sun guard around sys/types.h in sys.h
* all: sync with upstream source
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/libedit | 2 +-
lfs/libedit | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libedit
index a27458f0e..087e3b2e7 100644
--- a/config/rootfiles/common/libedit
+++ b/config/rootfiles/common/libedit
@@ -4,7 +4,7 @@
#usr/lib/libedit.la
#usr/lib/libedit.so
usr/lib/libedit.so.0
-usr/lib/libedit.so.0.0.68
+usr/lib/libedit.so.0.0.70
#usr/lib/pkgconfig/libedit.pc
#usr/share/man/man3/editline.3
#usr/share/man/man3/el_deletestr.3
diff --git a/lfs/libedit b/lfs/libedit
index b62197af3..7bcd7755d 100644
--- a/lfs/libedit
+++ b/lfs/libedit
@@ -24,7 +24,7 @@
include Config
-VER = 20210910-3.1
+VER = 20221030-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)_BLAKE2 = 325dc756fc6c6244e336cd6faeed2ab37817bdab8c0684586c44d551074fd2ec84bfcd3f4d5897db3196e783653a042699e5b9a8a3351d653992bb256956b652
+$(DL_FILE)_BLAKE2 = f4a9784cfc2a30af2778f0e05b6e45ca489555c3009ba050ea19134670ad71fdd099425dee0526dcbb6a1a84f51bd8014ce2540be0535465cb59ab998753833c
install : $(TARGET)
--
2.38.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libedit: Update to version 20221030-3.1
2022-11-25 8:51 [PATCH] libedit: Update to version 20221030-3.1 Adolf Belka
@ 2022-11-25 11:16 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2022-11-25 11:16 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1891 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 25 Nov 2022, at 08:51, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Update from 20210910-3.1 to 20221030-3.1
> - Update of rootfile
> - Changelog
> * version-info: 0:70:0
> * src/sys.h, src/reallocarr.c: Remove unused sys/cdefs.h include, to compile against musl libc
> * version-info: 0:69:0
> * src/sys.h: Add __sun guard around sys/types.h in sys.h
> * all: sync with upstream source
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/libedit | 2 +-
> lfs/libedit | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libedit
> index a27458f0e..087e3b2e7 100644
> --- a/config/rootfiles/common/libedit
> +++ b/config/rootfiles/common/libedit
> @@ -4,7 +4,7 @@
> #usr/lib/libedit.la
> #usr/lib/libedit.so
> usr/lib/libedit.so.0
> -usr/lib/libedit.so.0.0.68
> +usr/lib/libedit.so.0.0.70
> #usr/lib/pkgconfig/libedit.pc
> #usr/share/man/man3/editline.3
> #usr/share/man/man3/el_deletestr.3
> diff --git a/lfs/libedit b/lfs/libedit
> index b62197af3..7bcd7755d 100644
> --- a/lfs/libedit
> +++ b/lfs/libedit
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 20210910-3.1
> +VER = 20221030-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)_BLAKE2 = 325dc756fc6c6244e336cd6faeed2ab37817bdab8c0684586c44d551074fd2ec84bfcd3f4d5897db3196e783653a042699e5b9a8a3351d653992bb256956b652
> +$(DL_FILE)_BLAKE2 = f4a9784cfc2a30af2778f0e05b6e45ca489555c3009ba050ea19134670ad71fdd099425dee0526dcbb6a1a84f51bd8014ce2540be0535465cb59ab998753833c
>
> install : $(TARGET)
>
> --
> 2.38.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-25 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 8:51 [PATCH] libedit: Update to version 20221030-3.1 Adolf Belka
2022-11-25 11:16 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox