]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.2.1 v3.2.1
authorTim Kientzle <kientzle@acm.org>
Mon, 20 Jun 2016 03:30:48 +0000 (20:30 -0700)
committerTim Kientzle <kientzle@acm.org>
Mon, 20 Jun 2016 03:30:48 +0000 (20:30 -0700)
NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

diff --git a/NEWS b/NEWS
index 5bf877606244a513c39a09d4cc82ef3fdbd86aeb..f672d3dfe3cb89c2b3a1f6b81ed5694bfa7869eb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Jun 20, 2016: libarchive 3.2.1 released
+    This fixes a handful of security and other critical issues with 3.2.0
+
+May 01, 2016: libarchive 3.2.0 released
+
 Apr 09, 2016: libarchive 3.1.901a released
     Another test release in preparation for 3.2.0
 
index 595378f1050c04eb84393bbdde4603d226ab27e6..f293156370c5b789ea082ff730f7d4fd3523b297 100644 (file)
@@ -1 +1 @@
-3002000
+3002001
index 06381824d4ae9ef055594dd6b5b878a1e52a25cc..e15ceee1e5ff476f585a7c27643ff88b74678e81 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.2.0])
-m4_define([LIBARCHIVE_VERSION_N],[3002000])
+m4_define([LIBARCHIVE_VERSION_S],[3.2.1])
+m4_define([LIBARCHIVE_VERSION_N],[3002001])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 59e9ef15eb60dd8ac52c22f402814d60d8ab4ad3..1794dd34fc563a2902fd2dc0252ddda64953f6d7 100644 (file)
@@ -36,7 +36,7 @@
  * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
  */
 /* Note: Compiler will complain if this does not match archive_entry.h! */
-#define        ARCHIVE_VERSION_NUMBER 3002000
+#define        ARCHIVE_VERSION_NUMBER 3002001
 
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
@@ -155,7 +155,7 @@ __LA_DECL int               archive_version_number(void);
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_ONLY_STRING "3.2.0"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.2.1"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index 423c8d3ff7b1e2e9872c4ff7ccd441b568557c57..dab2c9d828781c4d071ae5c6f5c292218a342c24 100644 (file)
@@ -29,7 +29,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3002000
+#define        ARCHIVE_VERSION_NUMBER 3002001
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the