notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/cyrus-sasl2-saslauthd/Makefile

Number of commits found: 99

Tuesday, 16 Jan 2024
17:11 Hajimu UMEMOTO (ume) search for other commits by this committer
security/cyrus-sasl2{,-saslauthd}: Restore GNU_CONFIGURE
commit hash: c1124878708ec79c4b5b48726f348d1a03241a8c commit hash: c1124878708ec79c4b5b48726f348d1a03241a8c commit hash: c1124878708ec79c4b5b48726f348d1a03241a8c commit hash: c1124878708ec79c4b5b48726f348d1a03241a8c c112487
11:43 Hajimu UMEMOTO (ume) search for other commits by this committer
security/cyrus-sasl2{,-saslauthd}: Move manpages to ${PREFIX}/share
commit hash: e574905acf941235a52aa51abe5464db9a97b1bf commit hash: e574905acf941235a52aa51abe5464db9a97b1bf commit hash: e574905acf941235a52aa51abe5464db9a97b1bf commit hash: e574905acf941235a52aa51abe5464db9a97b1bf e574905
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 16 May 2022
09:42 Hajimu UMEMOTO (ume) search for other commits by this committer
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>
commit hash: d0e87be06b8e74633e19c4759ff6747050e0c7d7 commit hash: d0e87be06b8e74633e19c4759ff6747050e0c7d7 commit hash: d0e87be06b8e74633e19c4759ff6747050e0c7d7 commit hash: d0e87be06b8e74633e19c4759ff6747050e0c7d7 d0e87be
Monday, 28 Feb 2022
12:29 Hajimu UMEMOTO (ume) search for other commits by this committer
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
commit hash: d29e6c03261c9cf685efd70824f085f2e422bdcc commit hash: d29e6c03261c9cf685efd70824f085f2e422bdcc commit hash: d29e6c03261c9cf685efd70824f085f2e422bdcc commit hash: d29e6c03261c9cf685efd70824f085f2e422bdcc d29e6c0
Sunday, 1 Aug 2021
08:32 Xin LI (delphij) search for other commits by this committer
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
commit hash: 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 commit hash: 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 commit hash: 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 commit hash: 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 974e13b
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 16 Mar 2021
11:21 ume search for other commits by this committer
Add LMDB support for saslauthd.

PR:		254321
Submitted by:	nork
Original commitRevision:568555 
Saturday, 12 Jan 2019
09:25 ume search for other commits by this committer
Make sure that the owner of /var/run/saslauthd is `cyrus'.
Original commitRevision:490037 
Saturday, 17 Nov 2018
18:47 ume search for other commits by this committer
Update to 2.1.27.
Original commitRevision:485191 
Sunday, 11 Nov 2018
15:38 danfe search for other commits by this committer
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)
Original commitRevision:484696 
Thursday, 12 May 2016
11:06 ume search for other commits by this committer
Use USES=bdb and USES=mysql.
Original commitRevision:415058 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Thursday, 31 Mar 2016
17:35 ume search for other commits by this committer
Add OPENLDAP_SASL option for changing LIB_DEPENDS
to openldap-sasl-client.
Original commitRevision:412277 
Tuesday, 22 Mar 2016
05:58 ume search for other commits by this committer
Make it buildable with GDBM on.

PR:		208194
Reported by:	vas__at__mpeks.tomsk.su
Original commitRevision:411636 
Wednesday, 2 Mar 2016
14:13 ume search for other commits by this committer
- Make SASLdb excludable.
- Make SASLdb buildable with GDBM.
- Make sure to disable the plugins where it is not required.
Original commitRevision:409943 
Saturday, 27 Feb 2016
05:15 ume search for other commits by this committer
Move the common part of the cyrus-sasl2 separated ports into
Makefile.common, to make further maintenance easier.
Original commitRevision:409651 
Friday, 26 Feb 2016
06:51 ume search for other commits by this committer
Use gssapi related descriptions in bsd.options.desc.mk.
Original commitRevision:409581 
Thursday, 12 Nov 2015
11:21 ume search for other commits by this committer
Use OPTIONS helper.
Original commitRevision:401324 
Friday, 9 Oct 2015
14:35 ume search for other commits by this committer
- Use USES=gssapi.
- OPTIONSfy Kerberos.
Original commitRevision:398920 
14:22 ume search for other commits by this committer
Fix build with clang and MIT Kerberos.

Reported by:	Beat Siegenthaler <beat.siegenthaler__at__beatsnet.com>
Original commitRevision:398919 
Friday, 2 Oct 2015
10:41 mat search for other commits by this committer
Backout r398328 and r398370, they break packages depending on them.

With hat:	portmgr
MFH:		2015Q4
Sponsored by:	Absolight, The FreeBSD Foundation
Original commitRevision:398428 
Thursday, 1 Oct 2015
15:58 ume search for other commits by this committer
Sync package name with origin.

PR:		202756
Original commitRevision:398328 
Tuesday, 23 Sep 2014
09:46 bapt search for other commits by this committer
Simplify plist
Original commitRevision:369015 
Friday, 12 Sep 2014
14:16 tijl search for other commits by this committer
Remove a comment about USE_AUTOTOOLS=libtool
Original commitRevision:368027 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
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

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:362835 
Thursday, 8 May 2014
15:12 ume search for other commits by this committer
- Use USES=libtool
- Add one more MASTER_SITE
- Add DOCS to OPTIONS_DEFINE
Original commitRevision:353315 
Monday, 30 Dec 2013
15:55 ume search for other commits by this committer
Update LICENSE.
Original commitRevision:338126 
Sunday, 13 Oct 2013
18:35 ume search for other commits by this committer
use opt_USE knob.

Spotted by:	sunpoet
Original commitRevision:330242 
17:36 ume search for other commits by this committer
- enable stage.
- use modern OPTIONS helper.
- use modern LIB_DEPENDS format.
Original commitRevision:330241 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Sunday, 17 Feb 2013
16:44 ume search for other commits by this committer
Update MASTER_SITES as I forgot to update it when updating
to 2.1.26.

Spotted by:	Marten Vijn <info__at__martenvijn.nl>
Original commitRevision:312427 
Tuesday, 8 Jan 2013
15:15 ume search for other commits by this committer
Don't search lib32 on FreeBSD/i386.
Original commitRevision:310093 
Sunday, 6 Jan 2013
16:56 ume search for other commits by this committer
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>
Original commitRevision:310002 
Saturday, 5 Jan 2013
18:01 ume search for other commits by this committer
When building with security/krb5 (specifying KRB5_HOME), make
sure to link mit-krb5 libs.
Original commitRevision:309969 
Thursday, 27 Dec 2012
15:37 ume search for other commits by this committer
Mark cyrus-sasl2 as MAKE_JOBS_SAFE.

Submitted by:	Kevin Zheng <kevinz5000__at__gmail.com>
Original commitRevision:309543 
Monday, 10 Dec 2012
15:10 ume search for other commits by this committer
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Original commitRevision:308609 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
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
Original commit
Wednesday, 13 Jun 2012
16:47 ume search for other commits by this committer
Convert to use new OPTIONS framework.
Original commit
Saturday, 24 Sep 2011
09:13 ume search for other commits by this committer
Update to 2.1.25.
Original commit
Wednesday, 24 Nov 2010
11:48 ume search for other commits by this committer
- 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
Original commit
Thursday, 28 Oct 2010
21:00 erwin search for other commits by this committer
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
Original commit
Friday, 15 May 2009
01:17 ume search for other commits by this committer
Update to 2.1.23.

Security:       http://www.kb.cert.org/vuls/id/238019
Original commit
Tuesday, 6 Jan 2009
17:59 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Monday, 13 Oct 2008
15:10 ume search for other commits by this committer
- 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>
Original commit
Tuesday, 7 Aug 2007
16:46 ume search for other commits by this committer
- Use OPTIONS.
- Obey the default BDB version defined in bsd.database.mk.
Original commit
Monday, 6 Aug 2007
15:01 ume search for other commits by this committer
Allow to build with db45 and db46 as well.
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Saturday, 7 Oct 2006
10:26 ume search for other commits by this committer
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>
Original commit
Sunday, 17 Sep 2006
05:25 ume search for other commits by this committer
krb5 1.5.1 won't build .a files by default, just .so files.

Submitted by:   Paul Vixie <paul__at__vix.com>
Original commit
Friday, 19 May 2006
20:45 ume search for other commits by this committer
Update to 2.1.22.
Original commit
Tuesday, 18 Apr 2006
17:48 ume search for other commits by this committer
Give sensible sentences for IGNORE.

Requested by:   kris
Original commit
12:33 ume search for other commits by this committer
Replace BROKEN with IGNORE.
Original commit
Sunday, 16 Apr 2006
15:49 ume search for other commits by this committer
Enable support for db-4.4.
Original commit
Monday, 26 Dec 2005
14:52 ume search for other commits by this committer
change /var/state/saslauthd to /var/run/saslauthd as respect hier(7).

PR:             ports/90810
Submitted by:   Artis Caune <Artis.Caune__at__latnet.lv>
Original commit
Tuesday, 8 Nov 2005
16:51 ume search for other commits by this committer
- use USB_BDB.
- add SHA256.
Original commit
Tuesday, 17 May 2005
16:36 ume search for other commits by this committer
Update to 2.1.21.
Original commit
Monday, 28 Feb 2005
05:20 ume search for other commits by this committer
fix dependency.  don't forget `+'.
Original commit
Friday, 25 Feb 2005
16:12 ume search for other commits by this committer
simplify.
Original commit
Wednesday, 23 Feb 2005
21:18 ume search for other commits by this committer
Allow to use Berkeley DB 4.3.

PR:             ports/76154
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit
Thursday, 10 Feb 2005
19:32 ume search for other commits by this committer
use new scheme of USE_RC_SUBR.
Original commit
Tuesday, 30 Nov 2004
16:42 ume search for other commits by this committer
build & install two useful programs; testsaslauthd and saslcache.

Submitted by:   Yuri Ryazantsev <yuri@unix.ru>
Original commit
Sunday, 28 Nov 2004
09:42 ume search for other commits by this committer
remove needless definition.
Original commit
07:09 ume search for other commits by this committer
cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42.

PR:             ports/74463
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
Wednesday, 24 Nov 2004
16:35 ume search for other commits by this committer
Fix build with gssapi and krb5

PR:             ports/74321
Submitted by:   Florian Kraft <lra.hassberge@gmx.de>
Original commit
Monday, 25 Oct 2004
12:42 ume search for other commits by this committer
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.
Original commit
Wednesday, 14 Jul 2004
18:01 ume search for other commits by this committer
Update to 2.1.19.
Original commit
Friday, 11 Jun 2004
15:49 ume search for other commits by this committer
use `command_args' instead of overriding `flags'.
Original commit
Wednesday, 12 May 2004
16:12 ume search for other commits by this committer
make the default location of running directory of saslauthd
customizable by SASLAUTHD_RUNPATH variable.

PR:             ports/66521
Original commit
Friday, 7 May 2004
10:13 ume search for other commits by this committer
use LOCALBASE for dependent packages instead of PREFIX.
Original commit
Wednesday, 31 Mar 2004
16:32 ume search for other commits by this committer
- 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]
Original commit
Thursday, 11 Mar 2004
17:16 ume search for other commits by this committer
Update to 2.1.18.
Original commit
Saturday, 17 Jan 2004
15:35 ume search for other commits by this committer
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>
Original commit
Friday, 19 Dec 2003
17:40 ume search for other commits by this committer
- 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]
Original commit
14:52 ume search for other commits by this committer
${OSVERSION} must be after including bsd.port.pre.mk.

Reported by:    "Dan Langille" <dan@langille.org>
Original commit
04:48 ume search for other commits by this committer
since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as
default on 5-CURRENT.

Submitted by:   Sean McNeil <sean@mcneil.com>
Original commit
04:29 ume search for other commits by this committer
fix build with heimdal.

Submitted by:   tiamat@komi.mts.ru
Original commit
Thursday, 4 Dec 2003
08:06 ume search for other commits by this committer
Update to 2.1.17.
Original commit
Tuesday, 11 Nov 2003
07:44 ume search for other commits by this committer
build package again.  the problem was fixed by bsd.port.mk
1.469 (PR 58885).

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Tuesday, 4 Nov 2003
17:27 ume search for other commits by this committer
mark NO_PACKAGE instead of BROKEN.  Though it fails to build
package on bento, at least it can be installed from port.
Original commit
Monday, 3 Nov 2003
03:56 kris search for other commits by this committer
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.
Original commit
Wednesday, 1 Oct 2003
17:56 ume search for other commits by this committer
the start/stop scripts failed when booting on 5.x machines

Submitted by:   Barry Pederson <bp@barryp.org>
Original commit
Monday, 1 Sep 2003
10:44 ume search for other commits by this committer
USE_OPENSSL must be set before including bsd.port.pre.mk.

Reported by:    Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
Original commit
Thursday, 28 Aug 2003
17:44 ume search for other commits by this committer
Use USE_RC_SUBR.
Original commit
15:53 ume search for other commits by this committer
Use USE_OPENSSL.
Original commit
13:11 ume search for other commits by this committer
Use USE_OPENLDAP.
Original commit
Thursday, 14 Aug 2003
09:31 ume search for other commits by this committer
Depends on net/openldap*-client instead of net/openldap*.
Original commit
Sunday, 20 Jul 2003
06:29 ume search for other commits by this committer
Stop installing Sendmail.conf by cyrus-sasl2, and it is now installed
by cyrus-sasl2-saslauthd.  Since if Sendmail.conf is not installed,
SASL2 uses auxprop by default, it is enough to install Sendmail.conf
by saslauthd port.
Original commit
Friday, 18 Jul 2003
20:00 ume search for other commits by this committer
Broken manpage was installed.  Remove pre-generated manpage to be
make sure to generate it by FreeBSD's man system.

Reported by:    Drew Tomlinson <drew@mykitchentable.net>
Original commit
Tuesday, 15 Jul 2003
18:32 ume search for other commits by this committer
Update to 2.1.15.
Original commit
Saturday, 5 Jul 2003
07:07 ume search for other commits by this committer
Workaround to make it buildable without enabling gsspai.  It is
known problem of cyrus-sasl-2.1.14.

Reported by:    many
Original commit
Thursday, 3 Jul 2003
19:07 ume search for other commits by this committer
Add support for OpenLDAP22.

PR:             ports/53932
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Monday, 30 Jun 2003
18:43 ume search for other commits by this committer
- made old distfile fetchable after an update.
- install missing document which was added during update to 2.1.14.

PR:             ports/53932 (partly)
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
16:51 ume search for other commits by this committer
Update to 2.1.14.
Original commit
Sunday, 1 Jun 2003
05:45 ume search for other commits by this committer
remove unused variables.
Original commit
04:24 ume search for other commits by this committer
Add saslauthd as a separated port from cyrus-sasl2 to avoid
dependency loop between cyrus-sasl2 and openldap.
Original commit

Number of commits found: 99