]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Release 3.8.1 patch/3.8 v3.8.1
authorMartin Matuska <martin@matuska.de>
Sun, 1 Jun 2025 19:26:44 +0000 (21:26 +0200)
committerMartin Matuska <martin@matuska.de>
Sun, 1 Jun 2025 19:26:44 +0000 (21:26 +0200)
NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

diff --git a/NEWS b/NEWS
index df5755246ff06c68ad2d23c7f70690c21e6a5674..caca7d5cbdb99f595ec80faab9f98a3937f5ac17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Jun 01, 2026: libarchive 3.8.1 released
+
 May 20, 2025: libarchive 3.8.0 released
 
 Mar 30, 2025: libarchive 3.7.9 released
index 7333f0e7d0cce1be39d9f50205fad624ed7a1e40..f08c8c42bfeaf5ab6ae4c243f79b519f9daa0d6d 100644 (file)
@@ -1 +1 @@
-3008000
+3008001
index a3bd53abb257c8d3488592cd43822aa221fca5a8..d8d85eda929f4e69f059df8606e9a4ba28293c2e 100644 (file)
@@ -4,8 +4,8 @@ dnl First, define all of the version numbers up front.
 dnl In particular, this allows the version macro to be used in AC_INIT
 
 dnl These first two version numbers are updated automatically on each release.
-m4_define([LIBARCHIVE_VERSION_S],[3.8.0])
-m4_define([LIBARCHIVE_VERSION_N],[3008000])
+m4_define([LIBARCHIVE_VERSION_S],[3.8.1])
+m4_define([LIBARCHIVE_VERSION_N],[3008001])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 8e2a882e9d317a1327568b9469bbf84cc50284b7..002190a24663f8e9d12344b04d9792205ed26828 100644 (file)
@@ -34,7 +34,7 @@
  * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
  */
 /* Note: Compiler will complain if this does not match archive_entry.h! */
-#define        ARCHIVE_VERSION_NUMBER 3008000
+#define        ARCHIVE_VERSION_NUMBER 3008001
 
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
@@ -177,7 +177,7 @@ __LA_DECL int               archive_version_number(void);
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_ONLY_STRING "3.8.0"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.8.1"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index 84ed1b0bd93a935ac947bab713d0445cb5cca9f6..2b917b3fde8e2238b1e0263410cc57cdcb7461a9 100644 (file)
@@ -28,7 +28,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3008000
+#define        ARCHIVE_VERSION_NUMBER 3008001
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the