History log of /src/sys/contrib/zlib/FAQ (Results 1 – 5 of 5)
Revision Date Author Comments
# 7aa1dba6 13-Mar-2026 Xin LI <delphij@FreeBSD.org>

MFV: zlib 1.3.2.

Relnotes: yes
MFC after: 2 weeks


# 6255c67c 18-Feb-2024 Xin LI <delphij@FreeBSD.org>

MFV: zlib 1.3.1.

MFC after: 1 week


# 4717628e 20-Aug-2023 Xin LI <delphij@FreeBSD.org>

MFV: zlib 1.3

Relnotes: yes
MFC after: 2 weeks


# c9083b85 08-May-2019 Xin LI <delphij@FreeBSD.org>

Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
This is a prerequisite of unifying kernel zlib instances.

Submitted by: Yoshihiro Ota <ota at j.email.ne.jp>
MFC after: 2 weeks

Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
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

show more ...


# e16f0839 04-Jan-2017 Xin LI <delphij@FreeBSD.org>

Restructure libz, place vendor files in contrib/zlib like other third
party software, this provides more standarized import workflow and
makes future upgrades easier.

The following files are new wit

Restructure libz, place vendor files in contrib/zlib like other third
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

show more ...