History log of /openbsd-src/gnu/usr.bin/perl/shlib_version (Results 1 – 25 of 28)
Revision Date Author Comments
# e0a54000 28-Jan-2025 afresh1 <afresh1@openbsd.org>

Apply local patches - perl-5.40.1

ok sthen@
sooner rather than later deraadt@


# fac98b93 14-May-2024 afresh1 <afresh1@openbsd.org>

Apply local patches - perl-5.38.2

ok gkoehler@
Commit and we'll fix fallout bluhm@
Right away, please deraadt@


# fdcd7346 15-Feb-2023 afresh1 <afresh1@openbsd.org>

Apply local patches - perl-5.36.0

OK bluhm@
a good time naddy@


# 9dc91179 01-Mar-2021 afresh1 <afresh1@openbsd.org>

Apply local patches, remove excess files - perl-5.32.1

OK sthen@


# 5c3ce5c2 20-Feb-2021 afresh1 <afresh1@openbsd.org>

Recommit upstream alignment fix plus libperl version bump

This reapplies commit e0lLUzj1XNW7pJMh and moves libperl to 21.0
The ABI change appears to be fine after XS modules are rebuilt.

OK sthen@


# d0bd1485 30-Dec-2019 afresh1 <afresh1@openbsd.org>

Apply local patches, remove excess files - perl-5.30.1

Timing is good deraadt@, OK sthen@


# 4e4b60bf 13-Feb-2019 afresh1 <afresh1@openbsd.org>

Apply local patches, remove excess files - perl-5.28.1

looking good sthen@, Great! bluhm@


# 014083a1 14-Aug-2017 afresh1 <afresh1@openbsd.org>

Apply local patches - perl-5.24.2

OK bluhm@, Reads ok sthen@


# cbfb5651 05-Feb-2017 afresh1 <afresh1@openbsd.org>

Apply local patches - perl-5.24.1


# 2f878dc6 25-Apr-2015 afresh1 <afresh1@openbsd.org>

Apply local patches, remove excess files - perl-5.20.2


# 4d6f1d1c 17-Nov-2014 deraadt <deraadt@openbsd.org>

0, not 00


# dddc9066 17-Nov-2014 afresh1 <afresh1@openbsd.org>

Apply local patches to perl-5.20.1

ok deraadt@ sthen@ espie@ miod@


# e9ce3842 24-Mar-2014 afresh1 <afresh1@openbsd.org>

Merge perl-5.18.2 plus local patches, remove old files

OK espie@ sthen@ deraadt@


# 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 ...


# 815c3279 25-Mar-2013 sthen <sthen@openbsd.org>

bump to perl.so.13.0


# 0dc2eace 24-Sep-2010 millert <millert@openbsd.org>

merge in perl 5.12.2 plus local changes


# df042708 12-Oct-2009 millert <millert@openbsd.org>

Merge in perl 5.10.1


# 7bfa9f44 29-Sep-2008 millert <millert@openbsd.org>

fix conflicts and merge in local changes to perl 5.10.0


# ad15181a 28-Mar-2006 millert <millert@openbsd.org>

merge in perl 5.8.8


# 04bf48b9 09-Aug-2004 millert <millert@openbsd.org>

merge 5.8.5 into HEAD
remove now-unused files
crank libperl shared library major number
update Makefile.bsd-wrapper
tweak openbsd hints file for arm and m68k


# 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 ...


# 09e75b67 07-Apr-2004 millert <millert@openbsd.org>

merge local changes into perl-5.8.3


# f64b279a 03-Dec-2003 millert <millert@openbsd.org>

Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffolding


# 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 ...


# 79cd0b9a 27-Oct-2002 millert <millert@openbsd.org>

Resolve conflicts, remove old files, merge local changes


12