aboutsummaryrefslogtreecommitdiff
path: root/lib/libz/FREEBSD-upgrade
Commit message (Collapse)AuthorAgeFilesLines
* libz: update the upgrade instructions to reflect realityXin LI2022-04-301-4/+2
|
* Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-081-1/+1
| | | | | | | | | | | This is a prerequisite of unifying kernel zlib instances. Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D20191 Notes: svn path=/head/; revision=347244
* Restructure libz, place vendor files in contrib/zlib like other thirdXin LI2017-01-041-38/+10
| | | | | | | | | | | | | | | | | | | | | | | party software, this provides more standarized import workflow and makes future upgrades easier. The following files are new with this commit: zconf.h.in zlib.map zlib.pc.in They are not connected to build, but were kept in tree for reference for future maintenance. All our local trivial changes were applied to contrib/zlib, and the contrib/zlib vendor source code is intended to 100% match lib/libz before this commit. MFC after: 2 weeks Notes: svn path=/head/; revision=311275
* Fix up FreeBSD tag for files not from a vendor branchEd Maste2013-10-311-1/+1
| | | | | | | | | | | Unexpand the tag, remove the fbsd:nokeywords property and add the svn:keywords property. This should eliminate the gratuituous diffs that appear on these files in projects branches. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=257462
* MFV: Update zlib to 1.2.7.Xin LI2012-06-211-1/+1
| | | | | | | | | | | (x86 assembler optimization disabled for now because it requires the new .cfi_* directives that is not supported by base system binutils). MFC after: 1 week Notes: svn path=/head/; revision=237410
* Document zlib update procedure and provide future maintainers aTim Kientzle2005-05-111-0/+44
snapshot of the current state of the import. MFC after: 2 weeks Notes: svn path=/head/; revision=146082