zlib-vl.spec 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: The zlib compression and decompression library.
  3. Summary(ja): zlib 圧縮/展開ライブラリ
  4. Name: zlib
  5. Version: 1.2.12
  6. Release: 2%{?_dist_release}
  7. Group: system
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. License: zlib and Boost
  11. URL: https://www.zlib.net/
  12. Source: https://www.zlib.net/zlib-%{version}.tar.xz
  13. # https://github.com/madler/zlib/pull/210
  14. Patch0: zlib-1.2.5-minizip-fixuncrypt.patch
  15. # resolves: #805113
  16. #Patch1: zlib-1.2.11-optimized-s390.patch
  17. # IBM Z hardware-accelerated deflate
  18. # ref: https://github.com/madler/zlib/pull/410
  19. Patch18: zlib-1.2.12-IBM-Z-hw-accelerated-deflate.patch
  20. # IBM optimized crc32 for Power 8+ processors
  21. # ref: https://github.com/madler/zlib/pull/478
  22. Patch19: zlib-1.2.12-power-optimizations.patch
  23. # Patch for s390x crc32vx
  24. # ref: https://github.com/iii-i/zlib/releases/tag/crc32vx-v3
  25. Patch20: zlib-1.2.12-s390x-vectorize-crc32.patch
  26. # Fix for configure
  27. # ref: https://github.com/madler/zlib/pull/607/commits/80d086357a55b94a13e43756cf3e131f25eef0e4
  28. Patch21: zlib-1.2.12-fix-configure.patch
  29. # fixed covscan issues
  30. Patch22: zlib-1.2.11-covscan-issues.patch
  31. # fixed issues found by covscan for rhel-9
  32. # ref: https://github.com/madler/zlib/pull/554
  33. Patch23: zlib-1.2.11-covscan-issues-rhel9.patch
  34. # Correct incorrect inputs provided to the CRC functions.
  35. # ref: https://github.com/madler/zlib/commit/ec3df00224d4b396e2ac6586ab5d25f673caa4c2
  36. Patch24: zlib-1.2.12-correct-inputs-provided-to-crc-func.patch
  37. # Fix for CVE-2022-37434
  38. # ref: https://github.com/madler/zlib/commit/1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d
  39. Patch25: zlib-1.2.12-fix-CVE-2022-37434.patch
  40. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  41. %global __provides_exclude_from ^%{_libdir}/pkgconfig/.*$
  42. %description
  43. The zlib compression library provides in-memory compression and
  44. decompression functions, including integrity checks of the
  45. uncompressed data. This version of the library supports only one
  46. compression method (deflation), but other algorithms may be added
  47. later, which will have the same stream interface. The zlib library is
  48. used by many different system programs.
  49. %description -l ja
  50. zlib圧縮ライブラリーは、メモリ内で圧縮と解凍を行う関数や、解凍後
  51. のデータの整合性チェックを行う関数を提供します。今バージョンのラ
  52. イブラリは「デフレーション(deflation)」という圧縮方法のみをサポ
  53. ートしていますが、今後同じストリームインターフェースを持つ他の圧
  54. 縮方法も追加する予定です。zlibライブラリーは多種のプログラムで使
  55. 用されています。
  56. %package devel
  57. Summary: Header files and libraries for developing apps which will use zlib.
  58. Summary(ja): zlib を使ったプログラム開発に必要なヘッダファイル/ライブラリ
  59. Group: programming
  60. Requires: %{name} = %{version}-%{release}
  61. Provides: pkgconfig(zlib) = %{version}
  62. %description devel
  63. The zlib-devel package contains the header files and libraries needed
  64. to develop programs that use the zlib compression and decompression
  65. library.
  66. %package static
  67. Summary: Static libraries for %{name}
  68. Summary(ja): %{name} のスタティックライブラリ
  69. Group: programming
  70. Requires: %{name}-devel = %{version}-%{release}
  71. %description static
  72. The zlib-static package contains the static library for %{name}
  73. ## to build compat32 for x86_64 architecture support
  74. %package -n compat32-%{name}
  75. Summary: The zlib compression and decompression library.
  76. Summary(ja): zlib 圧縮/展開ライブラリ
  77. Group: system,legacy
  78. Requires: %{name} = %{version}-%{release}
  79. %description -n compat32-%{name}
  80. The zlib compression library provides in-memory compression and
  81. decompression functions, including integrity checks of the
  82. uncompressed data. This version of the library supports only one
  83. compression method (deflation), but other algorithms may be added
  84. later, which will have the same stream interface. The zlib library is
  85. used by many different system programs.
  86. %description -n compat32-%{name} -l ja
  87. zlib圧縮ライブラリーは、メモリ内で圧縮と解凍を行う関数や、解凍後
  88. のデータの整合性チェックを行う関数を提供します。今バージョンのラ
  89. イブラリは「デフレーション(deflation)」という圧縮方法のみをサポ
  90. ートしていますが、今後同じストリームインターフェースを持つ他の圧
  91. 縮方法も追加する予定です。zlibライブラリーは多種のプログラムで使
  92. 用されています。
  93. %package -n compat32-%{name}-devel
  94. Summary: Header files and libraries for developing apps which will use zlib.
  95. Summary(ja): zlib を使ったプログラム開発に必要なヘッダファイル/ライブラリ
  96. Group: programming,legacy
  97. Requires: %{name} = %{version}-%{release}
  98. Requires: %{name}-devel = %{version}-%{release}
  99. %description -n compat32-%{name}-devel
  100. The zlib-devel package contains the header files and libraries needed
  101. to develop programs that use the zlib compression and decompression
  102. library.
  103. Install the zlib-devel package if you want to develop applications that
  104. will use the zlib library.
  105. %debug_package
  106. %prep
  107. %setup -q
  108. %autopatch -p1
  109. %build
  110. mkdir static shared
  111. export CFLAGS="$RPM_OPT_FLAGS -fPIC"
  112. export LDFLAGS="$LDFLAGS -Wl,-z,relro -Wl,-z,now"
  113. # build shared lib
  114. CFLAGS="$RPM_OPT_FLAGS -fPIC" ./configure --shared --prefix=%{_prefix}
  115. ./configure \
  116. --prefix=%{_prefix} \
  117. --libdir=%{_libdir} \
  118. --includedir=%{_includedir} \
  119. --shared
  120. make %{?_smp_mflags}
  121. %ifarch x86_64
  122. make test
  123. %endif
  124. mv -f Makefile zconf.h *.o *.so* shared/
  125. # build static lib
  126. ./configure \
  127. --prefix=%{_prefix} \
  128. --libdir=%{_libdir} \
  129. --includedir=%{_includedir}
  130. make %{?_smp_mflags}
  131. %ifarch x86_64
  132. make test
  133. %endif
  134. mv -f Makefile zconf.h *.o *.a static/
  135. %install
  136. rm -rf ${RPM_BUILD_ROOT}
  137. mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
  138. mv -f shared/* .
  139. %make_install
  140. mv -f Makefile zconf.h *.o *.so* shared/
  141. mv -f static/* .
  142. %make_install
  143. install -m644 zutil.h ${RPM_BUILD_ROOT}%{_includedir}/zutil.h
  144. mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3
  145. install -m644 zlib.3 ${RPM_BUILD_ROOT}%{_mandir}/man3
  146. cat %{buildroot}/usr/include/zlib.h | sed -n '1,/*\//p' > LICENSE
  147. %clean
  148. rm -rf ${RPM_BUILD_ROOT}
  149. %files
  150. %defattr(-,root,root)
  151. %license LICENSE
  152. %doc README
  153. %{_libdir}/*.so
  154. %{_libdir}/libz.so.*
  155. %files devel
  156. %defattr(-,root,root)
  157. %doc ChangeLog doc/algorithm.txt
  158. %{_libdir}/pkgconfig/zlib.pc
  159. %{_includedir}/*
  160. %{_mandir}/man3/zlib.3*
  161. %files static
  162. %defattr(-,root,root)
  163. %{_libdir}/*.a
  164. %if %{build_compat32}
  165. %files -n compat32-%{name}
  166. %defattr(-,root,root)
  167. %{_libdir}/libz.so.*
  168. %files -n compat32-%{name}-devel
  169. %defattr(-,root,root)
  170. %{_libdir}/*.so
  171. %{_libdir}/pkgconfig/zlib.pc
  172. %endif
  173. %changelog
  174. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.12-2
  175. - imported Patch25 from upstream to fix CVE-2022-37434.
  176. * Wed Aug 10 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.12-1
  177. - new upstream release.
  178. - re-imported all patches from rawhide.
  179. * Tue Aug 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.11-4
  180. - rebuilt with current environment.
  181. - dropped ldconfig scriptlets.
  182. - imported all patches from rawhide.
  183. * Sun Mar 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.11-3
  184. - fixed "Provides:".
  185. * Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.11-2
  186. - dropped "Provides:pkgconfig(zlib)" from compat32-zlib-devel.
  187. * Wed Jan 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.11-1
  188. - new upstream release.
  189. - added license text.
  190. - reverted moving libz.so for compat32 package.
  191. * Sat Mar 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.8-2
  192. - moved libz.so into the main package.
  193. * Fri Mar 21 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.8-1
  194. - new upstream release
  195. - changed archive type bz2 to xz
  196. * Fri Oct 19 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.2.7-1
  197. - new upstream release
  198. - drop patch0 (resolved by upstream)
  199. - use smp flag in make section
  200. * Fri Oct 1 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.5-2
  201. - added patch0 from gentoo to fix zlib.h errors on i686 compiling some applications
  202. * Wed Sep 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.5-1
  203. - new upstream release (built with rpm-4.8.1-1 for pkg-config file)
  204. - changed License: BSD to zlib and Boost
  205. - added %%{_libdir}/pkgconfig/zlib.pc in -devel package
  206. - fixed %%doc files in -devel package
  207. * Fri Mar 05 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.3-7
  208. - add Requires(post,pre): /sbin/ldconfig
  209. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.3-6
  210. - rebuilt with gcc-4.4.3-3 on ppc
  211. * Mon Feb 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.3-5
  212. - rebuilt with new toolchain
  213. * Fri Mar 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-4
  214. - split static library to zlib-static
  215. - needed by tuxonice-userui
  216. * Wed Dec 17 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.3-3
  217. - change spec into UTF-8
  218. * Sun May 18 2008 NAKAMURA Kenta <kenta@vinelinux.org> 1.2.3-2
  219. - removed %%if !%%{build_compat32} case condition
  220. * Sat May 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.3-1
  221. - applied new versioning policy
  222. - rebuilt with new toolchains
  223. * Mon Feb 06 2006 Shu KONNO <owa@bg.wakwak.com> 1.2.3-0vl5
  224. - moved macros _lib to /usr/lib/rpm/rpmrc or macros files
  225. * Fri Feb 03 2006 Shu KONNO <owa@bg.wakwak.com> 1.2.3-0vl4
  226. - added compat32-* packages for x86_64 architecture support
  227. * Tue Oct 25 2005 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 1.2.3-0vl3
  228. - added compat32- packages for x86_64 architecture support
  229. * Tue Oct 25 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-0vl2
  230. - clean up specfile (do not build twice..)
  231. * Tue Jul 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-0vl1
  232. - new upstream release
  233. * Sun Jul 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2.2-0vl1
  234. - new upstream release
  235. - add Patch1 for CAN-2005-2096
  236. * Fri Mar 25 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl1
  237. - new upstream version
  238. - add translated descriptions (thanks to spec file translation project)
  239. * Sun Apr 06 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.4-0vl3
  240. - fixed buffer overrun on gzprintf
  241. -- added zlib-1.1.4-vsnprintf.patch from http://archives.neohapsis.com/archives/bugtraq/2003-02/0290.html
  242. * Fri Sep 20 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.4-0vl2
  243. - changed URL to more preferable site
  244. * Tue Mar 12 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.4-0vl1
  245. - upstream release
  246. * Tue Dec 26 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  247. - 1.1.3-14vl1
  248. - based on 1.1.3-14 from Rawhide
  249. - added Japanese summary
  250. * Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  251. - add -fPIC for shared libs (patch by Fritz Elfert)
  252. * Thu Sep 7 2000 Jeff Johnson <jbj@redhat.com>
  253. - on 64bit systems, make sure libraries are located correctly.
  254. * Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
  255. - summaries from specspo.
  256. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  257. - automatic rebuild
  258. * Sun Jul 02 2000 Trond Eivind Glomsr <teg@redhat.com>
  259. - rebuild
  260. * Tue Jun 13 2000 Jeff Johnson <jbj@redhat.com>
  261. - FHS packaging to build on solaris2.5.1.
  262. * Wed Jun 07 2000 Trond Eivind Glomsr <teg@redhat.com>
  263. - use %%{_mandir} and %%{_tmppath}
  264. * Fri May 12 2000 Trond Eivind Glomsr <teg@redhat.com>
  265. - updated URL and source location
  266. - moved README to main package
  267. * Mon Feb 7 2000 Jeff Johnson <jbj@redhat.com>
  268. - compress man page.
  269. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  270. - auto rebuild in the new build environment (release 5)
  271. * Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
  272. - link against glibc
  273. * Mon Jul 27 1998 Jeff Johnson <jbj@redhat.com>
  274. - upgrade to 1.1.3
  275. * Fri May 08 1998 Prospector System <bugs@redhat.com>
  276. - translations modified for de, fr, tr
  277. * Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
  278. - upgraded to 1.1.2
  279. - buildroot
  280. * Tue Oct 07 1997 Donnie Barnes <djb@redhat.com>
  281. - added URL tag (down at the moment so it may not be correct)
  282. - made zlib-devel require zlib
  283. * Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
  284. - built against glibc