History log of /openbsd-src/lib/libz/shlib_version (Results 1 – 14 of 14)
Revision Date Author Comments
# 92f420e6 02-Aug-2024 tb <tb@openbsd.org>

bump minor after yesterday's symbol addition

requested by kettenis


# 21dd91f2 20-Jul-2022 tb <tb@openbsd.org>

bump major due to struct size change on ILP32 architectures


# 1b9205cb 08-May-2022 tb <tb@openbsd.org>

Bump minor after symbol addition


# 619c8ef2 04-Jul-2021 tb <tb@openbsd.org>

bump major after zlib update


# 91a535ff 13-Aug-2013 guenther <guenther@openbsd.org>

Switch time_t, ino_t, clock_t, and struct kevent's ident and data
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything

Switch time_t, ino_t, clock_t, and struct kevent's ident and data
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments. Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir. Build perl with -DBIG_TIME.

Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.

DANGER: ABI incompatibility. Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.

Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@

show more ...


# d76b9bfa 20-Jul-2005 millert <millert@openbsd.org>

Update to zlib 1.2.3; OK deraadt@


# 0ede50fc 13-Jul-2004 marc <marc@openbsd.org>

errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src &&

errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build

show more ...


# c7548012 16-Dec-2003 henning <henning@openbsd.org>

bump major
ok millert@ (previous as well)


# 3b5f5f03 03-Dec-2002 millert <millert@openbsd.org>

Crank all library major numbers. Needed due to the fact that we
now build libraries with propolice enabled. Without this, existing
binaries (such as ports/packages) that link with any system librar

Crank all library major numbers. Needed due to the fact that we
now build libraries with propolice enabled. Without this, existing
binaries (such as ports/packages) that link with any system library
other than libc will fail with an undefined symbol of "___guard"
(__guard on ELF).
Pointed out by markus@ and discussed with deraadt@

show more ...


# 1fe9f477 15-Mar-2002 millert <millert@openbsd.org>

increment minor due to security fix


# 15ce0796 08-Aug-1998 millert <millert@openbsd.org>

zlib 1.1.3


# f503157c 19-Jan-1997 millert <millert@openbsd.org>

zlib 1.0.4


# 1614cbff 27-Oct-1996 millert <millert@openbsd.org>

incremented since we added gz_iszipped.


# 2af503bc 27-Jul-1996 tholo <tholo@openbsd.org>

Integrate zlib v1.0.3