diff --git a/openresty-zlib.spec b/openresty-zlib.spec index 9fd208fcad33c883ccc1fae20aeb75b86fa18ef8..d96043f50d86f88ebcf18aa43995316b5588e954 100644 --- a/openresty-zlib.spec +++ b/openresty-zlib.spec @@ -1,6 +1,6 @@ Name: openresty-zlib -Version: 1.2.11 -Release: 3%{?dist} +Version: 1.3.1 +Release: 1 Summary: The zlib compression library for OpenResty Group: System Environment/Libraries @@ -36,7 +36,7 @@ Provides C header and static library for OpenResty's zlib library. %package asan -Release: 13%{?dist} +Release: 1 Summary: Clang AddressSanitizer version for the zlib compression library for OpenResty Group: System Environment/Libraries BuildRequires: libtool, clang, compiler-rt @@ -47,7 +47,7 @@ The zlib compression library for use by Openresty ONLY. This is the clang Addres %package asan-devel -Release: 13%{?dist} +Release: 1 Summary: Development files for OpenResty's zlib library Group: Development/Libraries Requires: openresty-zlib-asan = %{version}-%{release} @@ -122,5 +122,11 @@ rm -rf %{buildroot} %{zlib_prefix_asan}/include/zconf.h %changelog +* Sun Apr 28 2024 yueyuankun - 1.3.1-1 +- Update package to 1.3.1 +- Fix bug in inflateSync() for data held in bit buffer +- Fix a bug in ZLIB_DEBUG compiles in check_match() +- and so on + * Wed Jul 21 2021 imjoey - 1.2.11-3 - Package init diff --git a/zlib-1.2.11.tar.xz b/zlib-1.2.11.tar.xz deleted file mode 100644 index 305b7a058f2b18b5ff15b0c5258ab7d489c21973..0000000000000000000000000000000000000000 Binary files a/zlib-1.2.11.tar.xz and /dev/null differ diff --git a/zlib-1.3.1.tar.xz b/zlib-1.3.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..208383702a1aaa90253e11bfa3b5da47c6105f14 Binary files /dev/null and b/zlib-1.3.1.tar.xz differ