aboutsummaryrefslogtreecommitdiff
path: root/packages/zlib/1.2.11/0003-crossbuild-macos-libtool.patch
Commit message (Collapse)AuthorAgeFilesLines
* zlib: Update to zlib-1.2.12Chris Packham2022-04-221-36/+0
| | | | | | | | | | | | | | | | | | | Bring in the following changes - Fix a deflate bug when using the Z_FIXED strategy that can result in out-of-bound accesses. - Fix a deflate bug when the window is full in deflate_stored(). - Speed up CRC-32 computations by a factor of 1.5 to 3. - Use the hardware CRC-32 instruction on ARMv8 processors. - Speed up crc32_combine() with powers of x tables. - Add crc32_combine_gen() and crc32_combine_op() for fast combines. Drop two patches that have been applied upstream and regenerate the remaining two. Fixes #1708 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Run patches thru `manage-packages -P`Alexey Neyman2022-02-111-4/+6
| | | | | | | | This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
* zlib-1.2.11: Add a patch to cross-compile for macosAnton Maklakov2020-08-031-0/+34