* [PATCH] libarchive: Update to version 3.6.0
@ 2022-02-15 9:36 Adolf Belka
2022-02-15 16:53 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-02-15 9:36 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2060 bytes --]
- Update from 3.5.2 to 3.6.0
- Update of rootfile
- Changelog
Libarchive 3.6.0 is a feature and bugfix release.
New features:
tar: new option "--no-read-sparse" (#1614)
tar: threads support for zstd (#1567)
RAR reader: filter support (#1503)
RAR5 reader: self-extracting archive support (#1585)
ZIP reader: zstd decompression support (#1518)
Other notable bugfixes and improvements:
tar: respect "--ignore-zeros" in c, r and u modes (#1620)
reduced size of application binaries (#1625)
internal code optimizations
Libarchive 3.5.3 is a security release
Security Fixes:
extended fix for following symlinks when processing the fixup list
(#1566, #1617, CVE-2021-31566)
fix invalid memory access and out of bounds read in RAR5 reader
(#1491, #1492, #1493, CVE-2021-36976)
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/libarchive | 2 +-
lfs/libarchive | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive
index e1c76269b..c939d74f4 100644
--- a/config/rootfiles/common/libarchive
+++ b/config/rootfiles/common/libarchive
@@ -6,7 +6,7 @@
#usr/lib/libarchive.la
#usr/lib/libarchive.so
usr/lib/libarchive.so.13
-usr/lib/libarchive.so.13.5.2
+usr/lib/libarchive.so.13.6.0
#usr/lib/pkgconfig/libarchive.pc
#usr/share/man/man1/bsdcat.1
#usr/share/man/man1/bsdcpio.1
diff --git a/lfs/libarchive b/lfs/libarchive
index a9618c2b5..29bde8d60 100644
--- a/lfs/libarchive
+++ b/lfs/libarchive
@@ -24,7 +24,7 @@
include Config
-VER = 3.5.2
+VER = 3.6.0
THISAPP = libarchive-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2ba9f1f8c169aa9caf8e2d34dde323be
+$(DL_FILE)_MD5 = 93f96acdb9e7277278edb154e5d76e49
install : $(TARGET)
--
2.35.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libarchive: Update to version 3.6.0
2022-02-15 9:36 [PATCH] libarchive: Update to version 3.6.0 Adolf Belka
@ 2022-02-15 16:53 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-02-15 16:53 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2228 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - Update from 3.5.2 to 3.6.0
> - Update of rootfile
> - Changelog
> Libarchive 3.6.0 is a feature and bugfix release.
> New features:
> tar: new option "--no-read-sparse" (#1614)
> tar: threads support for zstd (#1567)
> RAR reader: filter support (#1503)
> RAR5 reader: self-extracting archive support (#1585)
> ZIP reader: zstd decompression support (#1518)
> Other notable bugfixes and improvements:
> tar: respect "--ignore-zeros" in c, r and u modes (#1620)
> reduced size of application binaries (#1625)
> internal code optimizations
> Libarchive 3.5.3 is a security release
> Security Fixes:
> extended fix for following symlinks when processing the fixup list
> (#1566, #1617, CVE-2021-31566)
> fix invalid memory access and out of bounds read in RAR5 reader
> (#1491, #1492, #1493, CVE-2021-36976)
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/libarchive | 2 +-
> lfs/libarchive | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive
> index e1c76269b..c939d74f4 100644
> --- a/config/rootfiles/common/libarchive
> +++ b/config/rootfiles/common/libarchive
> @@ -6,7 +6,7 @@
> #usr/lib/libarchive.la
> #usr/lib/libarchive.so
> usr/lib/libarchive.so.13
> -usr/lib/libarchive.so.13.5.2
> +usr/lib/libarchive.so.13.6.0
> #usr/lib/pkgconfig/libarchive.pc
> #usr/share/man/man1/bsdcat.1
> #usr/share/man/man1/bsdcpio.1
> diff --git a/lfs/libarchive b/lfs/libarchive
> index a9618c2b5..29bde8d60 100644
> --- a/lfs/libarchive
> +++ b/lfs/libarchive
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.5.2
> +VER = 3.6.0
>
> THISAPP = libarchive-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -41,7 +41,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 2ba9f1f8c169aa9caf8e2d34dde323be
> +$(DL_FILE)_MD5 = 93f96acdb9e7277278edb154e5d76e49
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-15 16:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 9:36 [PATCH] libarchive: Update to version 3.6.0 Adolf Belka
2022-02-15 16:53 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox