<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libz, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-09-25T11:16:58Z</updated>
<entry>
<title>MFC: upgrade to 1.2.3.</title>
<updated>2006-09-25T11:16:58Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2006-09-25T11:16:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fcda105d30412494d603688b5eebcf8fc542f40f'/>
<id>urn:sha1:fcda105d30412494d603688b5eebcf8fc542f40f</id>
<content type='text'>
Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>Correct a buffer overflow which can occur when decompressing a</title>
<updated>2005-07-27T08:41:44Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-07-27T08:41:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f9972d2994f1eb7d40b04e34ecabe4155a27a0ca'/>
<id>urn:sha1:f9972d2994f1eb7d40b04e34ecabe4155a27a0ca</id>
<content type='text'>
carefully crafted deflated data stream. [1]

Correct problems in the AES-XCBC-MAC IPsec authentication algorithm. [2]

Submitted by:   suz [2]
Security:       FreeBSD-SA-05:18.zlib [1], FreeBSD-SA-05:19.ipsec [2]
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Correct a buffer overflow which occurred in the handling of some</title>
<updated>2005-07-06T14:00:52Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-07-06T14:00:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d284299a9f34dc6adefe6ea2042fd5891b1a270'/>
<id>urn:sha1:8d284299a9f34dc6adefe6ea2042fd5891b1a270</id>
<content type='text'>
particularly corrupt deflated data streams.

Security:	FreeBSD-SA-05:16.zlib
Approved by:	re (security blanket)
</content>
</entry>
<entry>
<title>Remove libz and pppd redundancy</title>
<updated>2005-06-03T15:25:13Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-06-03T15:25:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=474a2ca954ca6dbc654987b3747257c8218cb3ea'/>
<id>urn:sha1:474a2ca954ca6dbc654987b3747257c8218cb3ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document zlib update procedure and provide future maintainers a</title>
<updated>2005-05-11T03:50:50Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2005-05-11T03:50:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=85e66aedb4e70ba2ec277a283dfd24389e833e47'/>
<id>urn:sha1:85e66aedb4e70ba2ec277a283dfd24389e833e47</id>
<content type='text'>
snapshot of the current state of the import.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Since the FreeBSD local modifications are mostly trivial (consisting</title>
<updated>2005-05-11T03:47:48Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2005-05-11T03:47:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42307a8f43e28c8a286aad36f21d647342ad9933'/>
<id>urn:sha1:42307a8f43e28c8a286aad36f21d647342ad9933</id>
<content type='text'>
primarily of pointless $FreeBSD$ tags), sync most files in HEAD with
those in the ZLIB branch.  This minimizes the differences between
HEAD and ZLIB and should simplify future imports.

After this, there are only three files with local modifications
(gzio.c, minigzip.c, and zconf.h) and two non-vendor files
(Makefile, zopen.c).  The rest exactly match the vendor distribution.

PR:		i386/76294
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Update zconf.h and gzio.c with changes from ZLib 1.2.1 to ZLib 1.2.2.</title>
<updated>2005-04-24T22:04:34Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2005-04-24T22:04:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2c5caadde884fad60d6fe5ced8253fb2d1a2747'/>
<id>urn:sha1:d2c5caadde884fad60d6fe5ced8253fb2d1a2747</id>
<content type='text'>
These are two of the three files that have non-trivial differences from
the vendor branch.  minigzip.c is the third, but there were no changes
from ZLib 1.2.1 to ZLib 1.2.2 in that file.

The rest of the files I intend to get reverted back to the vendor
branch (with cooperation of cvsadmin@).

PR:		i386/76294
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r145474,</title>
<updated>2005-04-24T17:11:32Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2005-04-24T17:11:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9d3530b69a21f49fc51b72ac899b221351eba1a'/>
<id>urn:sha1:c9d3530b69a21f49fc51b72ac899b221351eba1a</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.
</content>
</entry>
<entry>
<title>ZLib 1.2.2</title>
<updated>2005-04-24T17:11:32Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2005-04-24T17:11:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=61933f067b61ad0ed9fea8a82724f02caea87ae1'/>
<id>urn:sha1:61933f067b61ad0ed9fea8a82724f02caea87ae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct a denial-of-service vulnerability in zlib.</title>
<updated>2004-08-26T19:37:06Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2004-08-26T19:37:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=521adbdfc74b5f8ee5c81fd5afa1188408cca87a'/>
<id>urn:sha1:521adbdfc74b5f8ee5c81fd5afa1188408cca87a</id>
<content type='text'>
For reference, this bug was first reported at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252253

Submitted by:	"Dmitry V. Levin" &lt;ldv@altlinux.org&gt;
</content>
</entry>
</feed>
