| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Oct 2008 18:34:26
2.1.22_2
|
ume  |
Change authdaemond_path from /dev/null to
/var/run/authdaemond/socket. Though, authdaemond_path could
be set by the sasl2 config file, it should be good to have
its default value for ports/security/courier-authlib.
PR: ports/95102, ports/122234
Submitted by: Artis Caune <Artis.Caune__at__latnet.lv> |
13 Oct 2008 16:10:44
2.1.22_1
|
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> |
21 May 2008 03:34:39
2.1.22
|
kevlo  |
Oops, forgot to commit the fix |
07 Aug 2007 17:46:22
2.1.22
|
ume  |
- Use OPTIONS.
- Obey the default BDB version defined in bsd.database.mk. |
06 Aug 2007 16:01:21
2.1.22
|
ume  |
Allow to build with db45 and db46 as well. |
23 Jul 2007 10:36:52
2.1.22
|
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 |
13 Jun 2007 12:05:47
2.1.22
|
sat  |
- Fix build on amd64 by using -fPIC
PR: ports/108697
Submitted by: Gardner Bell <gbell72@rogers.com>
Approved by: ume (maintainer timeout, since 2 February 2007) |
01 Feb 2007 02:42:06
2.1.22
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
15 Dec 2006 02:08:58
2.1.22
|
ume  |
make it compilable with gcc 4.1.
Reported by: pointyhat via kris |
07 Oct 2006 11:26:49
2.1.22
|
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> |
17 Sep 2006 06:25:21
2.1.22
|
ume  |
krb5 1.5.1 won't build .a files by default, just .so files.
Submitted by: Paul Vixie <paul__at__vix.com> |
15 Aug 2006 17:47:38
2.1.22
|
ume  |
s,INSTALLS_SHLIB,USE_LDCONFIG,g |
26 May 2006 19:49:05
2.1.22
|
ume  |
Correct pathname in warning message.
Reported by: nork |
19 May 2006 21:45:37
2.1.22
|
ume  |
Update to 2.1.22. |
18 Apr 2006 18:48:29
2.1.21_2
|
ume  |
Give sensible sentences for IGNORE.
Requested by: kris |
18 Apr 2006 13:33:21
2.1.21_2
|
ume  |
Replace BROKEN with IGNORE. |
16 Apr 2006 16:49:24
2.1.21_2
|
ume  |
Enable support for db-4.4. |
01 Apr 2006 04:38:37
2.1.21_2
|
ume  |
The Project Cyrus web site is migrated to a new server. |
26 Dec 2005 14:52:22
2.1.21_2
|
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> |
12 Nov 2005 09:58:31
2.1.21_1
|
ume  |
activate use of USE_SQLITE. |
08 Nov 2005 16:51:09
2.1.21_1
|
ume  |
- use USB_BDB.
- add SHA256. |
07 Nov 2005 15:22:44
2.1.21_1
|
ume  |
install missed components.html document.
PR: ports/88596
Submitted by: skv |
02 Nov 2005 18:37:57
2.1.21
|
ume  |
make security/cyrus-sasl2-ldapdb buildable with OpenLDAP 2.3.
PR: ports/88324
Submitted by: skv |
27 Sep 2005 21:12:38
2.1.21
|
ume  |
make it compilable with OpenSSL 0.9.8.
PR: ports/86452
Submitted by: Dirk Meyer <dirk.meyer__at__dinoex.sub.org> |
17 May 2005 17:35:40
2.1.21
|
ume  |
Update to 2.1.21.
LDAPDB auxprop plugin was added since this version. Unfortunately,
we cannot simply enable it in ports tree to avoid dependency loop
with OpenLDAP port. So, I'll add separete port for it later. |
28 Feb 2005 05:20:11
2.1.20_1  |
ume  |
fix dependency. don't forget `+'. |
26 Feb 2005 20:23:15
2.1.20_1  |
ume  |
backout use of USE_INC_LIBTOOL_VER. libtool13 is marked as
DEPRECATED. libtool15 is incompatible, and I couldn't find
how to build and install static libs by libtool15.
Suggensted by: Angelo Turetta <aturetta@commit.it> |
25 Feb 2005 16:12:54
2.1.20_1  |
ume  |
simplify. |
25 Feb 2005 14:57:26
2.1.20_1  |
ume  |
use USE_INC_LIBTOOL_VER. |
23 Feb 2005 21:18:47
2.1.20_1  |
ume  |
Allow to use Berkeley DB 4.3.
PR: ports/76154
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
31 Jan 2005 00:35:56
2.1.20_1  |
girgen  |
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors) |
23 Dec 2004 08:25:47
2.1.20_1  |
nork  |
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports |
28 Nov 2004 09:42:03
2.1.20  |
ume  |
remove needless definition. |
28 Nov 2004 07:09:12
2.1.20  |
ume  |
cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42.
PR: ports/74463
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
24 Nov 2004 16:35:34
2.1.20  |
ume  |
Fix build with gssapi and krb5
PR: ports/74321
Submitted by: Florian Kraft <lra.hassberge@gmx.de> |
09 Nov 2004 07:47:24
2.1.20  |
ume  |
warn to create sasldb2 by yourself in BATCH mode.
Suggested by: matusita |
25 Oct 2004 13:42:40
2.1.20  |
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. |
12 Oct 2004 15:10:43
2.1.19_1  |
ume  |
add WITH_AUTHDAEMON option to allow use of courier authdaemond.
PR: ports/72093
Submitted by: Marcin Gryszkalis |
08 Oct 2004 19:09:16
2.1.19_1  |
ume  |
fix http://vuxml.freebsd.org/92268205-1947-11d9-bc4a-000c41e2cdad.html
Reported by: nectar
Approved by: portmgr (krion)
Obtained from:
https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sasl/lib/common.c#rev1.104 |
14 Jul 2004 19:01:22
2.1.19  |
ume  |
Update to 2.1.19. |
11 Jun 2004 19:13:39
2.1.18_1  |
ume  |
correct the path to match the path where the HTML docs are installed.
PR: ports/67836
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> |
28 May 2004 18:47:35
2.1.18  |
ume  |
Add WITH_SQLITE option to support sql plugin with SQLite
using nork's patch.
His patch was already merged into cyrus-sasl2 and will be
included in next release.
Requested by: nork |
25 May 2004 10:19:43
2.1.18  |
mat  |
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems |
12 May 2004 17:12:11
2.1.18  |
ume  |
make the default location of running directory of saslauthd
customizable by SASLAUTHD_RUNPATH variable.
PR: ports/66521 |
07 May 2004 11:13:38
2.1.18  |
ume  |
use LOCALBASE for dependent packages instead of PREFIX. |
31 Mar 2004 17:56:31
2.1.18  |
ume  |
prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.
Requested by: nork |
30 Mar 2004 16:33:55
2.1.18  |
ume  |
When there is user cyrus, don't overwrite the user. It helps
updating cyrus-sasl2 without updating cyrus-imapd*. |
30 Mar 2004 16:28:07
2.1.18  |
ume  |
cosmetic changes. |
24 Mar 2004 19:27:30
2.1.18  |
ume  |
PGSQL may be built with GSSAPI.
Reported by: "Wolfram A. Kraushaar" <wak@prioris.dstm.de> |
18 Mar 2004 15:25:14
2.1.18  |
ume  |
Don't allow enabling MySQL or PGSQL implicitly.
Submitted by: nork |
11 Mar 2004 17:16:41
2.1.18  |
ume  |
Update to 2.1.18. |
06 Feb 2004 17:29:28
2.1.17_1  |
ume  |
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
Reported by: kris |
04 Feb 2004 13:57:19
2.1.17_1  |
ume  |
SIZEfy |
17 Jan 2004 15:35:34
2.1.17_1  |
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> |
15 Jan 2004 21:08:57
2.1.17_1  |
ume  |
add WITHOUT_LOGIN and WITHOUT_PLAIN.
Requested by: Hans Hbner <hans@huebner.org> |
27 Dec 2003 16:58:08
2.1.17_1  |
ume  |
add WITH_PGSQL knob which supports sql plugin with postgresql backend.
PR: ports/60606
Submitted by: mat |
19 Dec 2003 17:40:04
2.1.17_1  |
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] |
19 Dec 2003 14:52:13
2.1.17  |
ume  |
${OSVERSION} must be after including bsd.port.pre.mk.
Reported by: "Dan Langille" <dan@langille.org> |
19 Dec 2003 04:48:16
2.1.17  |
ume  |
since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as
default on 5-CURRENT.
Submitted by: Sean McNeil <sean@mcneil.com> |
19 Dec 2003 04:29:13
2.1.17  |
ume  |
fix build with heimdal.
Submitted by: tiamat@komi.mts.ru |
04 Dec 2003 08:06:03
2.1.17  |
ume  |
Update to 2.1.17. |
04 Dec 2003 06:33:54
2.1.15  |
ume  |
add WITH_ALWAYSTRUE option.
Requested by: Ted Cabeen <secabeen@pobox.com> |
01 Sep 2003 11:44:42
2.1.15  |
ume  |
USE_OPENSSL must be set before including bsd.port.pre.mk.
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> |
28 Aug 2003 16:53:34
2.1.15  |
ume  |
Use USE_OPENSSL. |
28 Aug 2003 13:16:06
2.1.15  |
ume  |
Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined. |
28 Aug 2003 13:08:50
2.1.15  |
ume  |
Use USE_MYSQL. |
21 Aug 2003 15:11:32
2.1.15  |
ume  |
Remove obsoleted comment about use of saslauthd.
Reported by: nork |
11 Aug 2003 20:48:22
2.1.15  |
ume  |
Add WITH_DEV_URANDOM option to use /dev/urandom instead of
/dev/random. |
20 Jul 2003 07:29:25
2.1.15  |
ume  |
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. |
15 Jul 2003 19:32:58
2.1.15  |
ume  |
Update to 2.1.15. |
02 Jul 2003 10:42:15
2.1.14_1  |
ume  |
Reduce warnings during build on 5-CURRENT.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
30 Jun 2003 19:43:19
2.1.14_1  |
ume  |
- 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> |
30 Jun 2003 18:04:10
2.1.14  |
ume  |
It seems MySQL 4.X support in 2.1.14 is still incomplete. |
30 Jun 2003 17:51:00
2.1.14  |
ume  |
Update to 2.1.14. |
07 Jun 2003 12:46:04
2.1.13_4  |
ume  |
Sync with cyrus-sasl port. There is no functional change.
Obtained from: cyrus-sasl port |
04 Jun 2003 12:15:53
2.1.13_4  |
ume  |
fix plist.
Submitted by: bento via kris |
01 Jun 2003 05:21:06
2.1.13_3  |
ume  |
- Make saslauthd a separate port to avoid dependency loop between
cyrus-sasl2 and openldap.
- Stop using configuration menu. I believe it ease to maintain
consistency with other SASL related ports. |
01 Jun 2003 04:56:45
2.1.13_2  |
ume  |
remove useless trailing backslant. |
01 Jun 2003 04:55:35
2.1.13_2  |
ume  |
make MySQL plugin work with MySQL 4.X. |
16 May 2003 11:46:04
2.1.13_2  |
ume  |
add WITHOUT_SASLAUTHD option. |
16 May 2003 09:12:37
2.1.13_2  |
ume  |
Sync the way how to handle Kerberos with latest security/cyrus-sasl.
Obtained from: security/cyrus-sasl |
06 May 2003 13:32:14
2.1.13_2  |
ume  |
When sending mail localy on a system compiled woth SASL AUTH, the
sendmail mail submission program may log the following error on the
sasldb file:
error: safesasl(/usr/local/etc/sasldb) failed: Group readable file
Pine by default is using SMTP, and therfore SMTP AUTH if compiled
into sendmail. To disable SMTP AUTH we need to define DAEMON_OPTIONS
for the loopback interface.
PR: ports/51680
Submitted by: Scot W. Hetzel <hetzels@westbend.net> |
29 Apr 2003 16:04:43
2.1.13_2  |
ume  |
Add option WITHOUT_NTLM.
Submitted by: Dan Larsson <dl@tyfon.net> |
25 Apr 2003 12:29:34
2.1.13_2  |
ume  |
Change the group of /var/state/saslauthd mail to be sync with
/usr/local/etc/sasldb2. The postfix should belongs to only
mail group.
Reported by: "Denis N. Peplin" <info@volginfo.ru> |
24 Apr 2003 17:36:26
2.1.13_1  |
ume  |
Use security/openssl/bsd.openssl.mk.
PR: ports/51090
Submitted by: Oleg Sharoiko <os@rsu.ru> (with modification by me) |
24 Apr 2003 16:33:29
2.1.13_1  |
ume  |
Make MySQL 3.23, 4.0 and 4.1 selectable.
Requested by: Matthias Fechner <idefix@fechner.net> |
17 Apr 2003 18:54:43
2.1.13_1  |
ume  |
- The pidfile of saslauthd was changed.
- The configure script should select correct version of Berkeley DB.
PR: ports/51041
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
16 Apr 2003 18:28:05
2.1.13  |
ume  |
make configure script pickking up the Heimdal Kerberos that's
in FreeBSD's base.
Submitted by: Graeme Mathieson <mathie@wossname.org.uk> |
16 Apr 2003 17:59:21
 |