Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.9_1 14 Feb 2025 23:12:32
    |
Daniel Engberg (diizzy)  |
*/*: Bump consumers of devel/icu
...to avoid library mismatches |
2.6.9 06 Dec 2024 07:59:13
    |
Xin LI (delphij)  Author: O. Hartmann |
net/openldap2[56]-server: Use SETENVI instead of SETENV
PR: ports/277954 |
2.6.9 29 Nov 2024 02:56:03
    |
Xin LI (delphij)  |
net/openldap26-server: upgrade to 2.6.9. |
2.6.8 01 Jun 2024 06:11:07
    |
Xin LI (delphij)  |
net/openldap26-server: upgrade to 2.6.8. |
2.6.7_1 27 May 2024 17:54:49
    |
Xin LI (delphij)  |
net/openldap2{5,6}-server: Fix incorrect PORTREVISION bump.
Fixes: b66e4949cb23218adc602edc35db187f966c5377
Reported by: portmgr |
2.6.7_1 20 May 2024 10:33:03
    |
Vsevolod Stakhov (vsevolod)  |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
2.6.7 09 Mar 2024 21:37:15
    |
Xin LI (delphij)  Author: Dimitry Andric |
net/openldap26-server: fix build with lld 17 and DEBUG option off
If the DEBUG option for the net/openldap26-server is turned off,
building the port will result in:
ld: error: version script assignment of 'OPENLDAP_2.200' to symbol
'ldap_dump_connection' failed: symbol not defined
ld: error: version script assignment of 'OPENLDAP_2.200' to symbol
'ldap_dump_requests_and_responses' failed: symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
This is because the mentioned symbols are in a #ifdef LDAP_DEBUG block,
and will indeed not be defined if DEBUG option is off.
Adjust the port Makefile to delete the undefined symbols from the
ldap.map file, if the DEBUG option is off.
PR: 277585
Reported by: Matt Magoffin <bugs.freebsd.org@msqr.us>
MFH: 2024Q1 |
2.6.7 30 Jan 2024 06:31:20
    |
Xin LI (delphij)  |
net/openldap26-server: upgrade to 2.6.7 |
2.6.6_2 27 Jan 2024 00:30:42
    |
Muhammad Moinur Rahman (bofh)  |
net/openldap26-*: Moved man to share/man
Approved by: portmgr (blanket) |
2.6.6_1 18 Jan 2024 22:54:21
    |
Mikhail Teterin (mi)  |
net/openldap26-server: relax OpenSSL version requirement
The authors' configure insists on OpenSSL-1.1.1, but the software
makes no use of the new features -- and can compile just as well
against the older OpenSSL.
Also remove patch-configure -- the freshly patch configure script
was being overwritten anyway by the autoconf.
PR: 276388 |
2.6.6_1 17 Nov 2023 11:46:00
    |
Jan Beich (jbeich)  |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
2.6.6 10 Aug 2023 07:30:57
    |
Xin LI (delphij)  |
net/openldap26-server: upgrade to 2.6.6. |
2.6.5 11 Jul 2023 08:25:19
    |
Xin LI (delphij)  |
net/openldap26-server: upgrade to 2.6.5. |
2.6.4 01 Mar 2023 05:26:59
    |
Xin LI (delphij)  |
net/openldap26-server: upgrade to 2.6.4. |
2.6.3_2 21 Oct 2022 17:43:12
    |
Xin LI (delphij)  |
net/openldap2[4-6]-server: suppress warning message when chown failed.
On UFS with sujournal enabled, the journal is immutable and chown would
fail. This would cause the script to issue an error when a separate UFS
file system is used as OpenLDAP data store, which is not actionable and
causes confusion.
Reported by: Olivier Nicole <on cs.ait.ac.th>
PR: ports/266811 |
2.6.3_1 19 Oct 2022 08:10:29
    |
Jan Beich (jbeich)  |
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine |
2.6.3 16 Oct 2022 01:02:32
    |
Xin LI (delphij)  Author: Michael Osipov |
net/openldap26-{server,client}: fix proper usage of FETCH/GSSAPI options
* FETCH_DESC is not present with client
* FETCH applies to *both* client and server since both slapd and client tools
use ldif_parse_line2() via libldap which can use libfetch
* GSSAPI is also required for the client as well since ldap*(1) commands can
be used to connect and authenticate to directory servers like Active
Directory
and OpenLDAP with Kerberos via SASL GSSAPI mechanism
PR: ports/267056 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.6.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.6.3 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.6.3 16 Jul 2022 05:54:52
    |
Xin LI (delphij)  |
net/openldap26-server: update to 2.6.3. |
2.6.2 09 Jul 2022 18:28:20
    |
Xin LI (delphij)  |
net/openldap26-server: Fix build with LibreSSL
PR: ports/263998 |
2.6.2 05 May 2022 06:16:55
    |
Xin LI (delphij)  |
net/openldap26-server: Update to 2.6.2.
MFH: 2022Q2 |
2.6.1_2 07 Apr 2022 00:39:10
    |
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
2.6.1_1 07 Feb 2022 00:38:11
    |
Xin LI (delphij)  Author: Tom Warnke |
net/openldap2[456]-server: Fix paths for argsfile and pidfile.
The Makefile patches the slapd.conf file with a changed path for
the argsfile and pidfile, but the slapd.ldif file remains unchanged.
Fix this by patching the paths in the slapd.ldif file as well.
PR: ports/261734 |
2.6.1 22 Jan 2022 06:54:40
    |
Xin LI (delphij)  |
net/openldap26-server: update to 2.6.1. |
2.6.0 30 Nov 2021 06:02:52
    |
Xin LI (delphij)  |
net/openldap2[56]-server: Make GSSAPI option work.
Reported by: sunpoet |
2.6.0 25 Nov 2021 21:40:11
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
2.6.0 21 Nov 2021 22:33:53
    |
Xin LI (delphij)  |
net/openldap26-server: OpenLDAP 2.6.0 |