Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.59_11 30 Sep 2023 02:22:56 |
Muhammad Moinur Rahman (bofh) |
net/openldap24-{client|server}: Remove expired port
2023-09-30 net/openldap24-client: No longer supported by upstream. Please use a
newer version of OpenLDAP instead
2023-09-30 net/openldap24-server: No longer supported by upstream. Please use a
newer version of OpenLDAP instead |
2.4.59_11 30 Jun 2023 03:34:42 |
Muhammad Moinur Rahman (bofh) |
net/openldap24-*: Extend EXPIRATION_DATE
These ports are still used in our cluster. The upgradation work to
openldap26 is still WIP and is expected to be completed before
2023-09-30. So extend the EXPIRATION_DATE.
Reported by: philip
Approved by: portmgr (blanket cluster) |
2.4.59_11 15 Mar 2023 11:08:39 |
Muhammad Moinur Rahman (bofh) |
net/openldap24-*: Extend EXPIRATION_DATE
These ports are still used in our cluster. The upgradation work to
openldap26 is still WIP and is expected to be completed before
2023-06-30. So extend the EXPIRATION_DATE.
Reported by: philip
Approved by: portmgr (blanket cluster) |
2.4.59_11 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
2.4.59_11 30 Dec 2022 08:19:34 |
Muhammad Moinur Rahman (bofh) |
net/openldap24-*: Extend EXPIRATION_DATE
These ports are still used in our cluster. The upgradation work to
openldap26 is still WIP and is expected to be completed before
2023-03-31. So extend the EXPIRATION_DATE.
Reported by: philip
Approved by: portmgr (blanket cluster) |
2.4.59_11 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.4.59_10 21 Oct 2022 16:39:59 |
Xin LI (delphij) |
net/openldap24-server: Deprecate and set expiration date to 2022-12-31
Upstream is no longer supporting OpenLDAP 2.4 series; existing users
should migrate to a newer OpenLDAP release.
Reference:
https://github.com/openldap/openldap.github.io/issues/2#issuecomment-1003778077
Reported by: Michael Osipov
PR: 267149 |
2.4.59_10 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 |
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.4.59_9 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.4.59_9 04 Aug 2022 11:36:44 |
Mateusz Piotrowski (0mp) |
net/openldap24-server: Fix CONFLICTS
Error message:
pkg: openldap26-client-2.6.3 conflicts with openldap24-client-2.4.59_4
(installs files into the same place). Problematic file: /usr/local/bin/ldapadd
Approved by: portmgr blanket |
2.4.59_9 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.4.59_9 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.4.59_8 03 Apr 2022 02:25:55 |
Yasuhiro Kimura (yasu) |
net/openldap24-server: Replace INVALID_BDB_VER with argument of 'USES=bdb'
PR: 263010
Approved by: maintainer |
2.4.59_8 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.4.59_7 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.4.59_7 28 Oct 2021 16:37:30 |
Jan Beich (jbeich) |
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine |
2.4.59_6 25 Oct 2021 06:45:37 |
Xin LI (delphij) |
net/openldap24-client: Install libldap as symlinks to libldap_r.
As of FreeBSD 12.0, OpenSSL is depending on the threading library
and it is no longer possible to build a true non-threaded version
of libldap.
The libldap_r is ABI compatible with libldap and is shipped as the
libldap on Solaris and many Linux distributions, so follow the same
approach. |
2.4.59_6 24 Oct 2021 07:53:09 |
Xin LI (delphij) |
net/openldap2[45]-server: Fix build on systems WITHOUT_KERBEROS when FETCH is
on.
PR: ports/259345
Reported by: mi |
2.4.59_5 08 Sep 2021 06:54:58 |
Xin LI (delphij) |
net/openldap2[45]-server: Fix SMBPWD module |
2.4.59_4 06 Sep 2021 21:27:39 |
Xin LI (delphij) |
net/openldap24-server: Make DEBUG default.
In 616f384d5cce7f52a9f5a2164d405f4185bbcab9 the port was converted
to use the option framework's handling of options. Previously,
when "DEBUG" is unchecked, the port will not pass --disable-debug
and because debug was enabled by default in upstream, the option
is effectively saying build with debug anyways. After the conversion,
we are now correctly building a non-debug build which will also remove
syslog support.
Restore the historical behavior and build with debug option by default
as it's what expected by upstream and the option never worked on FreeBSD
until the recent conversion actually fixed the option to do what it was
intended to do.
PR: ports/257884 |
2.4.59_3 06 Sep 2021 19:15:32 |
Xin LI (delphij) |
net/openldap2[45]-server: Make CONFLICT_INSTALL more preciese. |
2.4.59_3 06 Sep 2021 19:09:22 |
Xin LI (delphij) |
net/openldap2[45]-server: Fix PKGBASE collision. |
2.4.59_3 02 Aug 2021 15:26:39 |
Xin LI (delphij) Author: Robert Backhaus |
net/openldap24-server: Fix build with port OpenSSL
PR: ports/257559
Reported by: many |
2.4.59_3 02 Aug 2021 07:59:54 |
Xin LI (delphij) |
net/openldap24-server: Upon shutdown, backup database in LDIF form.
The upcoming OpenLDAP 2.5 update requires a format change to mdb
databases. It is mandatory for existing slapd-mdb(5) databases to
be exported via an OpenLDAP 2.4 slapcat prior to upgrade, then
reloaded via an OpenLDAP 2.5 slapadd after upgrade.
To make sure that the user always have a backup somewhere, introduce
a backup mechanism (enabled by default, and may be disabled by setting
rc.conf variable slapd_autobackup_enable to "NO") in the slapd rc.d
script upon shutdown.
By default, the backups will be stored at /var/backups/openldap and
a total of 8 backups will be kept, with the oldest backup overwritten
as needed. Backups are compressed using zstd, or, when zstd is not
available, using gzip. The compression can be disabled by setting
slapd_autobackup_compress to "NO", if desirable (e.g. if /var/backups
is located on a file system that is capable of doing compression,
like ZFS). |
2.4.59_2 02 Aug 2021 04:49:32 |
Xin LI (delphij) |
net/openldap24-server: Cleanup and make better use of options framework.
While there also add the following contrib/ overlaies:
- addpartial
- allop
- autogroup
- cloak
- denyop
- lastmod
- nops
- trace |
2.4.59_1 01 Aug 2021 19:10:11 |
Xin LI (delphij) |
net/openldap24-server: Fix GSSAPI dependency
<OPTION>_RUN_DEPENDS has to appear before bsd.options.mk.
PR: 257529 |
2.4.59_1 01 Aug 2021 08:32:35 |
Xin LI (delphij) |
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301 |
2.4.59 07 Jun 2021 06:26:04 |
Xin LI (delphij) Author: Charlie Li |
net/openldap24-server: fix build with LibreSSL
Modify the OpenSSL 1.1.1 preprocessor guards to also account for
LibreSSL missing certain functions, particularly
SSL_CTX_set_ciphersuites(3) and SSL_set_ciphersuites(3). While here,
un-IGNORE for ${SSL_DEFAULT:Mlibressl*}.
PORTREVISION intentionally not bumped as this is a build fix.
PR: 256433 |
2.4.59 06 Jun 2021 22:17:11 |
Xin LI (delphij) |
net/openldap24-server: Mark IGNORE when libressl is chosen for now.
The current release of libressl does not yet provide OpenSSL style
TLSv1.3 API which is required by OpenLDAP cd3567d75 (ITS#9521).
PR: 256433 |
2.4.59 05 Jun 2021 23:17:52 |
Xin LI (delphij) |
net/openldap24-server: upgrade to 2.4.59. |
2.4.58_2 11 May 2021 16:43:39 |
Xin LI (delphij) |
net/openldap24-server: Use local libraries paths for libltdl is used.
Reported by: O. Hartmann
PR: 255795 |
2.4.58_2 11 May 2021 06:10:22 |
Xin LI (delphij) |
Update MASTER_SITES with official mirrors.
Submitted by: jharris widomaker com (earlier version)
PR: ports/240001 |
2.4.58_2 11 May 2021 05:52:18 |
Xin LI (delphij) Author: Balazs Toth |
Modularize OpenLDAP server.
For default installation, build and install most of backends and
overlays as modules.
PR: 213435 |
2.4.58_1 08 Apr 2021 23:33:31 |
Jan Beich (jbeich) |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
2.4.58 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.4.58 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.58 20 Mar 2021 22:30:44 |
delphij |
net/openldap24-server: update to 2.4.58. |
2.4.57 20 Jan 2021 17:04:23 |
delphij |
net/openldap24-server: update to 2.4.57.
MFH: 2021Q1 |
2.4.56 21 Dec 2020 13:03:11 |
brnrd |
net/openldap24-server: Remove LibreSSL patch
PR: 252002
Approved by: delphij (maintainer) |
2.4.56 14 Nov 2020 17:33:18 |
delphij |
net/openldap24-server: update to 2.4.55.
MFH: 2020Q4 |
2.4.51_1 03 Nov 2020 00:56:27 |
jbeich |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
2.4.51 14 Aug 2020 00:39:38 |
delphij |
net/openldap4-server: update to 2.4.51. |
2.4.50 29 Apr 2020 09:32:34 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.4.50 29 Apr 2020 01:31:05 |
delphij |
net/openldap24-server: update to 2.4.50.
PR: 246010
MFH: 2020Q2
Security: CVE-2020-12243 |
2.4.49_3 23 Apr 2020 20:14:49 |
jbeich |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
2.4.49_2 13 Mar 2020 09:47:17 |
jbeich |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
2.4.49_1 09 Feb 2020 04:02:00 |
delphij |
net/openldap24-server: skip database existence check.
PR: 243591
Submitted by: Goran Mekic <meka tilda center> |
2.4.49 03 Feb 2020 07:17:23 |
delphij |
Update to 2.4.49. |
2.4.48_3 07 Dec 2019 23:31:48 |
delphij |
net/openldap24-server: back_mdb: use robust mutexes.
PR: 197514 |
2.4.48_2 07 Dec 2019 19:19:38 |
delphij |
Perform sanity check of configuration at start.
Submitted by: Michael Butler <imb protected-networks net> |
2.4.48_1 01 Dec 2019 03:32:07 |
delphij |
Unbreak KQUEUE
Reported by: tobik |
2.4.48_1 30 Nov 2019 06:19:51 |
delphij |
net/openldap24-server: add support for pbkdf2 password hash
PR: 241471
Submitted by: Joris Dedieu <joris dedieu gmail com> |
2.4.48_1 03 Oct 2019 20:35:30 |
jbeich |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
2.4.48 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
2.4.48 06 Aug 2019 14:23:39 |
delphij |
Update to 2.4.48.
MFH: 2019Q3 |
2.4.47_1 27 Mar 2019 21:11:09 |
jbeich |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
2.4.47 21 Dec 2018 06:40:38 |
delphij |
Update to 2.4.47. |
2.4.46_5 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
2.4.46_5 23 Oct 2018 11:35:04 |
jbeich |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
2.4.46_4 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.4.46_4 10 Aug 2018 02:57:05 |
cy |
Ensure that slapd starts before kdc, as the kdc may be configured to
require LDAP services. If it is configured to require LDAP and the
slapd server is not yet started, the kdc will fail to start.
PR: 229939
Approved by: delphij@ (maintainer)
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16602 |
2.4.46_3 29 Jun 2018 14:22:11 |
jbeich |
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4) |
2.4.46_2 24 Apr 2018 17:10:05 |
brnrd |
net/openldap24-server: Fix regression with LibreSSL 2.6
PR: 227734
Reported by: dewayne heuristicsystems com.au
Approved by: maintainer (delphij) |
2.4.46_2 17 Apr 2018 13:47:03 |
brnrd |
security/openldap-server: Fix build with LibreSSL 2.7
- LibreSSL 2.7 implements OpenSSL 1.1 API
PR: 227192
Approved by: delphij (maintainer) |
2.4.46_2 11 Apr 2018 09:29:25 |
delphij |
Require netif be run before starting slapd.
PR: 213671
Submitted by: arkadiusz.majewski at iptrace.pl |
2.4.46_1 06 Apr 2018 15:53:17 |
jbeich |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61) |
2.4.46 30 Mar 2018 04:06:05 |
delphij |
Update to 2.4.46. |
2.4.45_4 15 Feb 2018 09:50:08 |
brnrd |
net/openldap-server: Not broken with OpenSSL 1.1
Fixed with version 2.4.45 as per changelog
PR: 225878 |
2.4.45_4 14 Jan 2018 21:37:08 |
tijl |
Replace USE_AUTOTOOLS=autoconf with a BUILD_DEPENDS on autoconf and run
autoconf from pre-configure. USES=autoreconf cannot be used because of
upstream modifications (e.g. custom ltmain.sh). |
2.4.45_4 09 Nov 2017 02:31:48 |
jbeich |
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine |
2.4.45_3 30 Oct 2017 05:53:39 |
delphij |
Workaround an issue with kqueue support.
OpenLDAP does slapd_daemon_init() which will initialize kqueue(), but then
calls lutil_detach() which will fork(), and the fork() would invalidate the
kqueue descriptor in the child process.
Completely solving this would require some intrusive changes so workaround
this for now by calling rfork() without RFFDG and reorder file descriptor
closure order.
While I'm there also refrain from stopping slapd when deinstalling. |
2.4.45_2 07 Oct 2017 04:52:53 |
delphij |
Add experimental kqueue support [1]:
===
Added support for using kqueue in slapd (for systems that support kqueue(2).
Patch obtained from:
http://public.me.com/bryan.duncan/bryan-duncan.kqueue.090922.patch
# This patch file is derived from OpenLDAP Software. All of the
# modifications to OpenLDAP Software represented in the following
# patch(es) were developed by Apple. I, Bryan Duncan, am authorized by
# Apple, my employer, to release this work under the following terms.
#
# Copyright 2009 Apple Inc. All rights reserved.
# (Only the first 15 lines of the commit message are shown above ) |
2.4.45_1 27 Sep 2017 06:57:59 |
delphij |
Reorder several variable definitions in Makefile.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org> |
2.4.45_1 27 Sep 2017 06:40:50 |
delphij |
Remove unnecessary '@exec mkdir -p %D/libexec/openldap' line from pkg-plist.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org> |
2.4.45_1 27 Sep 2017 06:31:14 |
delphij |
Unmute all commands at install stage.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org> |
2.4.45_1 27 Sep 2017 06:15:07 |
delphij |
There is no MODULES options, remove it.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org> |
2.4.45_1 27 Sep 2017 06:01:23 |
delphij |
Replace 'EXTRACT_SUFX=.tgz' with 'USES=tar.tgz'.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org> |
2.4.45_1 27 Sep 2017 05:56:07 |
delphij |
Remove ftp.dti.ad.jp from MASTER_SITES. It is unavailable for a log time.
PR: ports/222405
Submitted by: Yasuhiro KIMURA |
2.4.45_1 27 Sep 2017 05:52:54 |
delphij |
Use @preunexec in favor of the deprecated @unexec.
PR: ports/222405
Submitted by: Yasuhiro KIMURA <yasu utahime org> |
2.4.45_1 27 Sep 2017 05:40:09 |
delphij |
Add LASTBIND option.
PR: ports/222623
Submitted by: Trix Farrar <trix basement.net> |
2.4.45 05 Jun 2017 04:20:53 |
delphij |
Fix build with LibreSSL.
PR: 219781
Submitted by: pawel |
2.4.45 04 Jun 2017 08:10:49 |
delphij |
Update to 2.4.45. |
2.4.44 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
2.4.44 14 Nov 2016 11:26:59 |
danfe |
Do not terminate BROKEN messages with period, it is added by the framework. |
2.4.44 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
2.4.44 16 Jun 2016 13:23:13 |
mat |
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577 |
2.4.44 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.4.44 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.4.44 07 Feb 2016 09:04:44 |
delphij |
Update OpenLDAP to 2.4.44.
MFH: 2016Q1 |
2.4.43 10 Jan 2016 20:46:37 |
ohauer |
- mark broken if build with FETCH=on agains OpenSSL from ports
PR: 201372
Submitted by: Michelle Sullivan
Reviewed by: delphij@ |
2.4.43 02 Dec 2015 05:35:50 |
delphij |
Update OpenLDAP to 2.4.43.
While there, revert previous NDEBUG behavior for non-debug builds.
MFH: 2015Q4 |
2.4.42_2 14 Oct 2015 01:07:03 |
delphij |
Use pipe sign (|) instead of comma (,) when doing sed. This fixes a
problem when the variable portion of sed command contains comma, for
instance, when USE_GCC=4.9.
PR: 192297
Submitted by: marino |
2.4.42_2 13 Sep 2015 07:55:26 |
delphij |
Define NDEBUG and disable debugging when DEBUG is disabled, and do so for
both client and server. |
2.4.42_1 12 Sep 2015 04:59:04 |
delphij |
Apply upstream fix for CVE-2015-6908.
Obtained from: OpenLDAP git 6fe51a9ab04fd28bbc171da3cf12f1c1040d6629
Security: CVE-2015-6908
MFH: 2015Q3 |
2.4.42 08 Sep 2015 05:38:53 |
delphij |
Update to 2.4.42.
MFH: 2015Q3 |
2.4.41_1 02 Sep 2015 01:46:15 |
delphij |
Use sa_len instead of sizeof(struct sockaddr_storage) to work around a
FreeBSD kernel check, which would return EINVAL when the passed length
is larger than desired.
PR: ports/202819
Submitted by: brd |
2.4.41 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.4.41 01 Jul 2015 20:53:35 |
delphij |
Update to 2.4.41. |
2.4.40_4 27 May 2015 22:08:40 |
delphij |
Add a patch to resolve symbol conflict between SHA2 module with OpenSSL's
SHA2 implementation.
Without this, e.g. SSHA512 scheme would result in a crash due to stack
corruption, which is a result of different SHA512 context size in the
contributed SHA2 implementation and the OpenSSL one, plus the allocation
is on stack.
PR: 197004
MFH: 2015Q2 |