aboutsummaryrefslogtreecommitdiff
path: root/lib/libz/Versions.def
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-06-21 21:47:08 +0000
committerXin LI <delphij@FreeBSD.org>2012-06-21 21:47:08 +0000
commita2953f767d9013ac3d74d17da0a95fea7a7c1c0f (patch)
tree77406785fe7cd37081c5a9cabb2dc128be5b4716 /lib/libz/Versions.def
parent93af1bc41330b5d15edc1db4cac6f533059fcb1e (diff)
parent11598cceda4aa6b2db006d9dc3b7c80e9e727174 (diff)
downloadsrc-a2953f767d9013ac3d74d17da0a95fea7a7c1c0f.tar.gz
src-a2953f767d9013ac3d74d17da0a95fea7a7c1c0f.zip
MFV: Update zlib to 1.2.7.
(x86 assembler optimization disabled for now because it requires the new .cfi_* directives that is not supported by base system binutils). MFC after: 1 week
Notes
Notes: svn path=/head/; revision=237410
Diffstat (limited to 'lib/libz/Versions.def')
-rw-r--r--lib/libz/Versions.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libz/Versions.def b/lib/libz/Versions.def
index fe413a4711f3..a5aeb28e19d0 100644
--- a/lib/libz/Versions.def
+++ b/lib/libz/Versions.def
@@ -1,8 +1,11 @@
-# $FreeBSD$
+# $FreeBSD: head/lib/libz/Versions.def 205486 2010-03-22 22:12:27Z delphij $
ZLIB_1.2.4.0 {
};
+ZLIB_1.2.7.0 {
+} ZLIB_1.2.4.0;
+
FBSD_1.2 {
} ZLIB_1.2.4.0;