- Update from version 3.8.2 to 3.8.3
- Update of rootfile
- Changelog
    3.8.3
        Security fixes:
            lib: Create temporary files in the target directory (#2753)
            lha: Fix for an out-of-bounds buffer overrun when using 
p[H_LEVEL_OFFSET]
                (#2768)
            7-zip: Fix a buffer overrun when reading truncated 7zip headers 
(#2769)
        Notable bugxies:
            lz4 and zstd: Support both lz4 and zstd data with leading skippable 
frames
                (#2771)

Signed-off-by: Adolf Belka <[email protected]>
---
 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 9e35769e5..a28fad9e7 100644
--- a/config/rootfiles/common/libarchive
+++ b/config/rootfiles/common/libarchive
@@ -7,7 +7,7 @@
 #usr/lib/libarchive.la
 #usr/lib/libarchive.so
 usr/lib/libarchive.so.13
-usr/lib/libarchive.so.13.8.2
+usr/lib/libarchive.so.13.8.3
 #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 b2d2d80b2..ebce89565 100644
--- a/lfs/libarchive
+++ b/lfs/libarchive
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.8.2
+VER        = 3.8.3
 
 THISAPP    = libarchive-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
4f5ed9afbedccf0f754b38743259a62f45d8407ddea8955e301b79b8c9c7653e633b58998a43d7a4bf8cfd35488b20af76ea8f948267230be0557797513b71a6
+$(DL_FILE)_BLAKE2 = 
5be5f0e98f7582e2a34a43dd9217644defbd69532474fc07b3ac46ba7820c19dbd28cd691c1c798aed02643bbe68781cecd564127781c9b49323b9b54cebb32c
 
 install : $(TARGET)
 
-- 
2.52.0


Reply via email to