]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libz/FREEBSD-upgrade
Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
[FreeBSD/FreeBSD.git] / lib / libz / FREEBSD-upgrade
1 $FreeBSD$
2
3 Original distribution from http://zlib.net/.  Currently, only trivial
4 changes were made to support build of libstand and to suppress certain
5 compiler warnings, we upstream our local changes whenever they would
6 benefit other consumers.
7
8 To Update:
9   1) Unpack vendor sources into a clean directory.
10   2) Import onto the vendor area.
11   3) Merge the vendor tree to sys/contrib/zlib, which contains a stripped down
12      version of upstream source, resolve any conflicts.
13   4) Double check zconf.h, zlib.pc, and Symbol.map to make sure that we
14      have the required changes.  Test universe and commit them.
15
16 delphij@FreeBSD.org