<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/contrib, branch v1.2.12</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.12</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.12'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2022-03-27T23:05:02+00:00</updated>
<entry>
<title>zlib 1.2.12</title>
<updated>2022-03-27T23:05:02+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-03-27T22:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=21767c654d31d2dccdde4330529775c6c5fd5389'/>
<id>urn:sha1:21767c654d31d2dccdde4330529775c6c5fd5389</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up minizip to reduce warnings for testing.</title>
<updated>2022-01-01T22:55:47+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-01-01T22:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2014a993addbc8f1b9785d97f55fd189792c2f78'/>
<id>urn:sha1:2014a993addbc8f1b9785d97f55fd189792c2f78</id>
<content type='text'>
Also fix Makefile test target and permit added compile options.
</content>
</entry>
<entry>
<title>Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)</title>
<updated>2022-01-01T20:09:30+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-01-01T20:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=58ca4e57ce7d76734d8b5afa03d205f694419b17'/>
<id>urn:sha1:58ca4e57ce7d76734d8b5afa03d205f694419b17</id>
<content type='text'>
The issue is that unztell64() does not return the correct value if
the position in the current file (in the ZIP archive) is beyond 4
GB. The cause is that unzReadCurrentFile() does not account for
pfile_in_zip_read_info-&gt;stream.total_out at line 1854 of unzip.c
wrapping around (it is a 32-bit variable). So, on line 1860
uTotalOutAfter can be *less* than uTotalOutBefore, propagating the
wraparound to uOutThis, which in turn is added to
pfile_in_zip_read_info-&gt;total_out_64. That has the effect of
subtracting 4 GB.
</content>
</entry>
<entry>
<title>minizip warning fix if MAXU32 already defined. (gvollant)</title>
<updated>2022-01-01T01:22:37+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2022-01-01T01:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=b135d46eaf5ba36b549be9db857c580f00b6182a'/>
<id>urn:sha1:b135d46eaf5ba36b549be9db857c580f00b6182a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation in minizip's zip.c.</title>
<updated>2021-07-08T16:32:18+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2021-07-08T16:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=c3f3043f7aa80750245f8166a338c4877020b589'/>
<id>urn:sha1:c3f3043f7aa80750245f8166a338c4877020b589</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve portability of contrib/minizip.</title>
<updated>2021-02-10T23:03:22+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2021-02-10T23:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=0530dbcef992b56b88a6bfd0fd2efa868669d04e'/>
<id>urn:sha1:0530dbcef992b56b88a6bfd0fd2efa868669d04e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct typo in blast.c.</title>
<updated>2021-01-18T05:50:08+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2021-01-18T05:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=506424c6405d0cf7ea7b9c3316516676f259c665'/>
<id>urn:sha1:506424c6405d0cf7ea7b9c3316516676f259c665</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove old assembler code in which bugs have manifested.</title>
<updated>2017-10-13T03:27:14+00:00</updated>
<author>
<name>Mark Adler</name>
<email>zlib@madler.net</email>
</author>
<published>2017-10-13T03:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=288f1080317b954b6bdca33708631c011549c008'/>
<id>urn:sha1:288f1080317b954b6bdca33708631c011549c008</id>
<content type='text'>
In addition, there is not sufficient gain from the inflate
assembler code to warrant its inclusion.
</content>
</entry>
<entry>
<title>Change version number to 1.2.11.1.</title>
<updated>2017-01-16T06:46:03+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2017-01-16T06:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=7d60b86782f96854974fdec6f17cb95cfaf020a6'/>
<id>urn:sha1:7d60b86782f96854974fdec6f17cb95cfaf020a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zlib 1.2.11</title>
<updated>2017-01-15T17:29:40+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2017-01-15T17:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=cacf7f1d4e3d44d871b605da3b647f07d718623f'/>
<id>urn:sha1:cacf7f1d4e3d44d871b605da3b647f07d718623f</id>
<content type='text'>
</content>
</entry>
</feed>
