| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
15 Jul 2009 17:56:10
2.1.23
|
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. |
15 May 2009 02:17:58
2.1.23
|
ume  |
Update to 2.1.23.
Security: http://www.kb.cert.org/vuls/id/238019 |
06 Jan 2009 17:59:31
2.1.22_1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
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> |
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 |
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> |
19 May 2006 21:45:37
2.1.22
|
ume  |
Update to 2.1.22. |
18 Apr 2006 18:48:29
2.1.21_1
|
ume  |
Give sensible sentences for IGNORE.
Requested by: kris |
18 Apr 2006 13:33:21
2.1.21_1
|
ume  |
Replace BROKEN with IGNORE. |
16 Apr 2006 16:49:24
2.1.21_1
|
ume  |
Enable support for db-4.4. |
01 Apr 2006 04:38:37
2.1.21_1
|
ume  |
The Project Cyrus web site is migrated to a new server. |
20 Feb 2006 20:47:50
2.1.21_1
|
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. |
26 Dec 2005 14:52:22
2.1.21_1
|
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> |
08 Nov 2005 16:51:09
2.1.21
|
ume  |
- use USB_BDB.
- add SHA256. |
17 May 2005 17:36:55
2.1.21
|
ume  |
Update to 2.1.21. |
28 Feb 2005 05:20:11
2.1.20_1
|
ume  |
fix dependency. don't forget `+'. |
25 Feb 2005 16:12:54
2.1.20_1
|
ume  |
simplify. |
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> |
10 Feb 2005 19:32:10
2.1.20_1
|
ume  |
use new scheme of USE_RC_SUBR. |
30 Nov 2004 16:42:36
2.1.20_1
|
ume  |
build & install two useful programs; testsaslauthd and saslcache.
Submitted by: Yuri Ryazantsev <yuri@unix.ru> |
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> |
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. |
14 Jul 2004 19:01:22
2.1.19
|
ume  |
Update to 2.1.19. |
11 Jun 2004 16:49:48
2.1.18_2
|
ume  |
use `command_args' instead of overriding `flags'. |
12 May 2004 17:12:11
2.1.18_1
|
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_1
|
ume  |
use LOCALBASE for dependent packages instead of PREFIX. |
31 Mar 2004 17:33:00
2.1.18
|
ume  |
oops, I forget to add this file. |
31 Mar 2004 17:32:17
2.1.18_1
|
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] |
11 Mar 2004 17:16:41
2.1.18
|
ume  |
Update to 2.1.18. |
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> |
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. |
11 Nov 2003 07:44:22
2.1.15_3
|
ume  |
build package again. the problem was fixed by bsd.port.mk
1.469 (PR 58885).
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
04 Nov 2003 17:27:23
2.1.15_3
|
ume  |
mark NO_PACKAGE instead of BROKEN. Though it fails to build
package on bento, at least it can be installed from port. |
03 Nov 2003 03:56:42
2.1.15_3
|
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. |
01 Oct 2003 18:56:06
2.1.15_3
|
ume  |
the start/stop scripts failed when booting on 5.x machines
Submitted by: Barry Pederson <bp@barryp.org> |
01 Sep 2003 11:44:42
2.1.15_2
|
ume  |
USE_OPENSSL must be set before including bsd.port.pre.mk.
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> |
28 Aug 2003 18:44:28
2.1.15_2
|
ume  |
Use USE_RC_SUBR. |
28 Aug 2003 16:53:34
2.1.15_1
|
ume  |
Use USE_OPENSSL. |
28 Aug 2003 14:11:25
2.1.15_1
|
ume  |
Use USE_OPENLDAP. |
14 Aug 2003 10:31:04
2.1.15_1
|
ume  |
Depends on net/openldap*-client instead of net/openldap*. |
20 Jul 2003 07:29:25
2.1.15_1
|
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. |
18 Jul 2003 21:00:51
2.1.15_1
|
ume  |
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> |
15 Jul 2003 19:32:58
2.1.15
|
ume  |
Update to 2.1.15. |
05 Jul 2003 08:07:37
2.1.14
|
ume  |
Workaround to make it buildable without enabling gsspai. It is
known problem of cyrus-sasl-2.1.14.
Reported by: many |
03 Jul 2003 20:07:18
2.1.14
|
ume  |
Add support for OpenLDAP22.
PR: ports/53932
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
30 Jun 2003 19:43:19
2.1.14
|
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 17:51:00
2.1.14
|
ume  |
Update to 2.1.14. |
10 Jun 2003 05:16:10
2.1.13
|
ume  |
When installing by package, it set wrong permission
to /var/state/saslauthd. |
01 Jun 2003 06:45:41
2.1.13
|
ume  |
remove unused variables. |
01 Jun 2003 05:24:15
2.1.13
|
ume  |
Add saslauthd as a separated port from cyrus-sasl2 to avoid
dependency loop between cyrus-sasl2 and openldap. |