summaryrefslogtreecommitdiffstats
path: root/lib/liblzma
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-11-21 09:09:25 +0000
committerdelphij <delphij@FreeBSD.org>2015-11-21 09:09:25 +0000
commitf39667d4135a58d530c1a5812f3e35188790475c (patch)
treee19e295612b887c54a395e464b478f8c55c61929 /lib/liblzma
parentc5f1bced2235ce9258be40f613bd19e7c66500fc (diff)
downloadFreeBSD-src-f39667d4135a58d530c1a5812f3e35188790475c.zip
FreeBSD-src-f39667d4135a58d530c1a5812f3e35188790475c.tar.gz
MFV r291123:
xz 5.2.2. MFC after: 1 month Relnotes: yes
Diffstat (limited to 'lib/liblzma')
-rw-r--r--lib/liblzma/config.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h
index 7dfc089..8182e75 100644
--- a/lib/liblzma/config.h
+++ b/lib/liblzma/config.h
@@ -188,9 +188,6 @@
/* Define to 1 if getopt.h declares extern int optreset. */
#define HAVE_OPTRESET 1
-/* Define to 1 if you have the `pipe2' function. */
-#define HAVE_PIPE2 1
-
/* Define to 1 if you have the `posix_fadvise' function. */
#define HAVE_POSIX_FADVISE 1
@@ -326,7 +323,7 @@
#define PACKAGE_NAME "XZ Utils"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "XZ Utils 5.2.1"
+#define PACKAGE_STRING "XZ Utils 5.2.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xz"
@@ -335,7 +332,7 @@
#define PACKAGE_URL "http://tukaani.org/xz/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.2.1"
+#define PACKAGE_VERSION "5.2.2"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
@@ -419,7 +416,7 @@
/* Version number of package */
-#define VERSION "5.2.1"
+#define VERSION "5.2.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
OpenPOWER on IntegriCloud