diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-03-13 23:49:53 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-03-27 06:22:02 +0000 |
| commit | 74f357256769e12c3a843c75d1def483234312f3 (patch) | |
| tree | a44c67827249eefb7cef11707f7128212486395d /lib | |
| parent | a7182edc1025e4e55bba3fa67a9c57896abc8cb9 (diff) | |
MFC: MFV: zlib 1.3.2.
Relnotes: yes
(cherry picked from commit 7aa1dba6b00ccfb7d66627badc8a7aaa06b02946)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libz/Symbol.map | 13 | ||||
| -rw-r--r-- | lib/libz/Versions.def | 6 |
2 files changed, 19 insertions, 0 deletions
diff --git a/lib/libz/Symbol.map b/lib/libz/Symbol.map index 7bfe7cceda77..5df1d5253f91 100644 --- a/lib/libz/Symbol.map +++ b/lib/libz/Symbol.map @@ -7,6 +7,19 @@ ZLIB_1.2.12 { crc32_combine_op; }; +ZLIB_1.3.1.2 { + deflateUsed; +}; + +ZLIB_1.3.2 { + compressBound_z; + compress_z; + compress2_z; + deflateBound_z; + uncompress_z; + uncompress2_z; +}; + ZLIB_1.2.9 { inflateCodesUsed; inflateValidate; diff --git a/lib/libz/Versions.def b/lib/libz/Versions.def index 2ee0106b5bfe..73b197240a4c 100644 --- a/lib/libz/Versions.def +++ b/lib/libz/Versions.def @@ -14,6 +14,12 @@ ZLIB_1.2.9 { ZLIB_1.2.12 { } ZLIB_1.2.9; +ZLIB_1.3.1.2 { +} ZLIB_1.2.12; + +ZLIB_1.3.2 { +} ZLIB_1.3.1.2; + FBSD_1.2 { } ZLIB_1.2.4.0; |
