Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.28_2 16 Jan 2024 17:11:02 |
Hajimu UMEMOTO (ume) |
security/cyrus-sasl2{,-saslauthd}: Restore GNU_CONFIGURE |
2.1.28_1 16 Jan 2024 11:43:11 |
Hajimu UMEMOTO (ume) |
security/cyrus-sasl2{,-saslauthd}: Move manpages to ${PREFIX}/share |
2.1.28 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 |
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.1.28 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.1.28 16 May 2022 09:42:09 |
Hajimu UMEMOTO (ume) |
security/cyrus-sasl2{,-saslauthd}: lmdb did not work for postfix
- sasldb2-lock requires write permission for mail group
- introduce SASLDB_IN_VAR option which places sasldb into /var/db
Reported by: Herbert J. Skuhra <herbert@gojira.at> |
2.1.28 28 Feb 2022 12:29:36 |
Hajimu UMEMOTO (ume) |
security/cyrus-sasl2: Update to 2.1.28.
PR: 262133
Relnotes: https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28
Security: CVE-2019-19906, CVE-2022-24407 |
2.1.27_2 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.1.27_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.27_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.1.27_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.27_1 16 Mar 2021 11:21:25 |
ume |
Add LMDB support for saslauthd.
PR: 254321
Submitted by: nork |
2.1.27_1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
2.1.27_1 12 Jan 2019 09:25:33 |
ume |
Make sure that the owner of /var/run/saslauthd is `cyrus'. |
2.1.27 17 Nov 2018 18:47:45 |
ume |
Update to 2.1.27. |
2.1.26_4 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
2.1.26_3 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.1.26_3 12 May 2016 11:06:41 |
ume |
Use USES=bdb and USES=mysql. |
2.1.26_3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.1.26_3 31 Mar 2016 17:35:26 |
ume |
Add OPENLDAP_SASL option for changing LIB_DEPENDS
to openldap-sasl-client. |
2.1.26_3 22 Mar 2016 05:58:51 |
ume |
Make it buildable with GDBM on.
PR: 208194
Reported by: vas__at__mpeks.tomsk.su |
2.1.26_3 02 Mar 2016 14:13:45 |
ume |
- Make SASLdb excludable.
- Make SASLdb buildable with GDBM.
- Make sure to disable the plugins where it is not required. |
2.1.26_3 27 Feb 2016 05:15:57 |
ume |
Move the common part of the cyrus-sasl2 separated ports into
Makefile.common, to make further maintenance easier. |
2.1.26_3 26 Feb 2016 06:51:47 |
ume |
Use gssapi related descriptions in bsd.options.desc.mk. |
2.1.26_3 12 Nov 2015 11:21:48 |
ume |
Use OPTIONS helper. |
2.1.26_3 09 Oct 2015 14:35:10 |
ume |
- Use USES=gssapi.
- OPTIONSfy Kerberos. |
2.1.26_3 09 Oct 2015 14:22:37 |
ume |
Fix build with clang and MIT Kerberos.
Reported by: Beat Siegenthaler <beat.siegenthaler__at__beatsnet.com> |
2.1.26_3 02 Oct 2015 10:41:10 |
mat |
Backout r398328 and r398370, they break packages depending on them.
With hat: portmgr
MFH: 2015Q4
Sponsored by: Absolight, The FreeBSD Foundation |
2.1.26_2 01 Oct 2015 15:58:08 |
ume |
Sync package name with origin.
PR: 202756 |
2.1.26_1 23 Sep 2014 09:46:40 |
bapt |
Simplify plist |
2.1.26_1 12 Sep 2014 14:16:50 |
tijl |
Remove a comment about USE_AUTOTOOLS=libtool |
2.1.26_1 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
2.1.26 10 Jun 2014 19:11:43 |
ume |
fix permission. |
2.1.26 08 May 2014 15:12:55 |
ume |
- Use USES=libtool
- Add one more MASTER_SITE
- Add DOCS to OPTIONS_DEFINE |
2.1.26 30 Dec 2013 15:55:08 |
ume |
Update LICENSE. |
2.1.26 13 Oct 2013 18:35:41 |
ume |
use opt_USE knob.
Spotted by: sunpoet |
2.1.26 13 Oct 2013 17:36:31 |
ume |
- enable stage.
- use modern OPTIONS helper.
- use modern LIB_DEPENDS format. |
2.1.26 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.1.26 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.1.26 17 Feb 2013 16:44:12 |
ume |
Update MASTER_SITES as I forgot to update it when updating
to 2.1.26.
Spotted by: Marten Vijn <info__at__martenvijn.nl> |
2.1.26 08 Jan 2013 15:15:58 |
ume |
Don't search lib32 on FreeBSD/i386. |
2.1.26 06 Jan 2013 16:56:56 |
ume |
If security/krb5 is installed and OPENLDAP option is enabled, it
failed to build unless KRB5_HOME is set properly. Now, only when
KRB5_HOME is set properly, it build with security/krb5.
Spotted by: David Gessel <gessel__at__blackrosetech.com> |
2.1.26 05 Jan 2013 18:01:03 |
ume |
When building with security/krb5 (specifying KRB5_HOME), make
sure to link mit-krb5 libs. |
2.1.26 27 Dec 2012 15:37:03 |
ume |
Mark cyrus-sasl2 as MAKE_JOBS_SAFE.
Submitted by: Kevin Zheng <kevinz5000__at__gmail.com> |
2.1.26 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
2.1.25 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.1.25 13 Jun 2012 16:47:43 |
ume |
Convert to use new OPTIONS framework. |
2.1.25 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.1.25 24 Sep 2011 09:13:35 |
ume |
Update to 2.1.25. |
2.1.23 24 Nov 2010 11:48:14 |
ume |
- Remove KERBEROS4 option which depends on a removed port
(security/krb4)
- Use dirrmtry on PREFIX/lib/sasl2 where configurations may stay
- Remove MD5 in distinfo
PR: ports/152261
Submitted by: sunpoet |
2.1.23 28 Oct 2010 21:00:21 |
erwin |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp |
2.1.23 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.1.23 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
2.1.23 15 May 2009 01:17:58 |
ume |
Update to 2.1.23.
Security: http://www.kb.cert.org/vuls/id/238019 |
2.1.22_1 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
2.1.22_1 13 Oct 2008 15:10:44 |
ume |
- Install saslauthd.mdoc to ${PREFIX}/man/man8/saslauthd.8.
- Use ${BDB_LIB_DIR}.
PR: ports/127809
Submitted by: "Scot W. Hetzel" <swhetzel__at__gmail.com> |
2.1.22 07 Aug 2007 16:46:22 |
ume |
- Use OPTIONS.
- Obey the default BDB version defined in bsd.database.mk. |
2.1.22 06 Aug 2007 15:01:21 |
ume |
Allow to build with db45 and db46 as well. |
2.1.22 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
2.1.22 07 Oct 2006 10:26:49 |
ume |
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke <stb__at__lassitu.de> |
2.1.22 17 Sep 2006 05:25:21 |
ume |
krb5 1.5.1 won't build .a files by default, just .so files.
Submitted by: Paul Vixie <paul__at__vix.com> |
2.1.22 19 May 2006 20:45:37 |
ume |
Update to 2.1.22. |
2.1.21_1 18 Apr 2006 17:48:29 |
ume |
Give sensible sentences for IGNORE.
Requested by: kris |
2.1.21_1 18 Apr 2006 12:33:21 |
ume |
Replace BROKEN with IGNORE. |
2.1.21_1 16 Apr 2006 15:49:24 |
ume |
Enable support for db-4.4. |
2.1.21_1 01 Apr 2006 03:38:37 |
ume |
The Project Cyrus web site is migrated to a new server. |
2.1.21_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
2.1.21_1 26 Dec 2005 14:52:22 |
ume |
change /var/state/saslauthd to /var/run/saslauthd as respect hier(7).
PR: ports/90810
Submitted by: Artis Caune <Artis.Caune__at__latnet.lv> |
2.1.21 08 Nov 2005 16:51:09 |
ume |
- use USB_BDB.
- add SHA256. |
2.1.21 17 May 2005 16:36:55 |
ume |
Update to 2.1.21. |
2.1.20_1 28 Feb 2005 05:20:11 |
ume |
fix dependency. don't forget `+'. |
2.1.20_1 25 Feb 2005 16:12:54 |
ume |
simplify. |
2.1.20_1 23 Feb 2005 21:18:47 |
ume |
Allow to use Berkeley DB 4.3.
PR: ports/76154
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
2.1.20_1 10 Feb 2005 19:32:10 |
ume |
use new scheme of USE_RC_SUBR. |
2.1.20_1 30 Nov 2004 16:42:36 |
ume |
build & install two useful programs; testsaslauthd and saslcache.
Submitted by: Yuri Ryazantsev <yuri@unix.ru> |
2.1.20 28 Nov 2004 09:42:03 |
ume |
remove needless definition. |
2.1.20 28 Nov 2004 07:09:12 |
ume |
cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42.
PR: ports/74463
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
2.1.20 24 Nov 2004 16:35:34 |
ume |
Fix build with gssapi and krb5
PR: ports/74321
Submitted by: Florian Kraft <lra.hassberge@gmx.de> |
2.1.20 25 Oct 2004 12:42:40 |
ume |
Update to 2.1.20.
* Fixes to cram plugin to avoid attempting to canonify uninitialized data.
* NTLM portability fixes.
* Avoid potential attack using SASL_PATH when sasl is used in a setuid
environment.
* A trivial number of small bugfixes. |
2.1.19 14 Jul 2004 18:01:22 |
ume |
Update to 2.1.19. |
2.1.18_2 11 Jun 2004 15:49:48 |
ume |
use `command_args' instead of overriding `flags'. |
2.1.18_1 12 May 2004 16:12:11 |
ume |
make the default location of running directory of saslauthd
customizable by SASLAUTHD_RUNPATH variable.
PR: ports/66521 |
2.1.18_1 07 May 2004 10:13:38 |
ume |
use LOCALBASE for dependent packages instead of PREFIX. |
2.1.18 31 Mar 2004 16:33:00 |
ume |
oops, I forget to add this file. |
2.1.18_1 31 Mar 2004 16:32:17 |
ume |
- add saslauthd_runpath option to change run path which is specified
by -m option of saslauthd. since this option affects a location of
a pidfile, we need to separate it from saslauthd_flags.[1]
- change the default of saslauthd_enable to NO as other potrs do.
Requested by: "Paul-Andrew Joseph Miseiko" <esoteric@teardrop.ca> [1] |
2.1.18 11 Mar 2004 17:16:41 |
ume |
Update to 2.1.18. |
2.1.17_1 17 Jan 2004 15:35:34 |
ume |
Support Berkeley DB 4.2.
Since our db42 requires to include db.h to use. existing configure
script cannot detect our db42. AC_CHECK_LIB() simply test if a
function exists. :(
Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca> |
2.1.17_1 19 Dec 2003 17:40:04 |
ume |
- space before and after `(' and ')' [1]
- bump version [2]
PR: ports/60392 [1]
Submitted by: Oleg Sharoiko <os@rsu.ru> [1]
Reported by: jeh [2] |
2.1.17 19 Dec 2003 14:52:13 |
ume |
${OSVERSION} must be after including bsd.port.pre.mk.
Reported by: "Dan Langille" <dan@langille.org> |
2.1.17 19 Dec 2003 04:48:16 |
ume |
since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as
default on 5-CURRENT.
Submitted by: Sean McNeil <sean@mcneil.com> |
2.1.17 19 Dec 2003 04:29:13 |
ume |
fix build with heimdal.
Submitted by: tiamat@komi.mts.ru |
2.1.17 04 Dec 2003 08:06:03 |
ume |
Update to 2.1.17. |
2.1.15_3 11 Nov 2003 07:44:22 |
ume |
build package again. the problem was fixed by bsd.port.mk
1.469 (PR 58885).
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
2.1.15_3 04 Nov 2003 17:27:23 |
ume |
mark NO_PACKAGE instead of BROKEN. Though it fails to build
package on bento, at least it can be installed from port. |
2.1.15_3 03 Nov 2003 03:56:42 |
kris |
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR. |
2.1.15_3 01 Oct 2003 17:56:06 |
ume |
the start/stop scripts failed when booting on 5.x machines
Submitted by: Barry Pederson <bp@barryp.org> |
2.1.15_2 01 Sep 2003 10:44:42 |
ume |
USE_OPENSSL must be set before including bsd.port.pre.mk.
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> |
2.1.15_2 28 Aug 2003 17:44:28 |
ume |
Use USE_RC_SUBR. |
2.1.15_1 28 Aug 2003 15:53:34 |
ume |
Use USE_OPENSSL. |
2.1.15_1 28 Aug 2003 13:11:25 |
ume |
Use USE_OPENLDAP. |