]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.2.2 v3.2.2
authorTim Kientzle <kientzle@acm.org>
Mon, 24 Oct 2016 03:37:27 +0000 (20:37 -0700)
committerTim Kientzle <kientzle@acm.org>
Mon, 24 Oct 2016 03:37:27 +0000 (20:37 -0700)
Makefile.am
NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index 54e915fd26d05044e8726f3ec22867775c2d5f60..5fe2d4947e64425e73bf56e783ab5caa00bde087 100644 (file)
@@ -23,7 +23,7 @@ TESTS_ENVIRONMENT= $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $
 DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio
 # The next line is commented out by default in shipping libarchive releases.
 # It is uncommented by default in trunk.
-DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual -g
+DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual -g
 AM_CFLAGS=$(DEV_CFLAGS)
 PLATFORMCPPFLAGS = @PLATFORMCPPFLAGS@
 AM_CPPFLAGS=$(PLATFORMCPPFLAGS)
diff --git a/NEWS b/NEWS
index f672d3dfe3cb89c2b3a1f6b81ed5694bfa7869eb..dd4cfd59fb0ccd8061a9b4bde05625f025be1921 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Oct 23, 2016: libarchive 3.2.2 released
+    Security release
+
 Jun 20, 2016: libarchive 3.2.1 released
     This fixes a handful of security and other critical issues with 3.2.0
 
index f293156370c5b789ea082ff730f7d4fd3523b297..f54ddaaefc3dc2646038ae1bf1aed3cf9fcec1f4 100644 (file)
@@ -1 +1 @@
-3002001
+3002002
index fc82b0ef9d5fcf49fc94dabef26f8d4d23ff8332..008b04de0b5c69621ea72d556b95b5074644caac 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.1])
-m4_define([LIBARCHIVE_VERSION_N],[3002001])
+m4_define([LIBARCHIVE_VERSION_S],[3.2.2])
+m4_define([LIBARCHIVE_VERSION_N],[3002002])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 1794dd34fc563a2902fd2dc0252ddda64953f6d7..ff401e94fa667f1e25ccd5d56bba3a9f18ab04ee 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 3002001
+#define        ARCHIVE_VERSION_NUMBER 3002002
 
 #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.1"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.2.2"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index dab2c9d828781c4d071ae5c6f5c292218a342c24..71b1e87e8d57adc8b28a040004ef1bbfb4ee5159 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 3002001
+#define        ARCHIVE_VERSION_NUMBER 3002002
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the