The FreeBSD Ports Archive
FreeBSD security : cyrus-sasl4>
RFC 2222 SASL (Simple Authentication and Security Layer)
This is a port of Cyrus SASL (Simple Authentication and Security Layer).
SASL is a method for adding authentication support to connection-based
protocols. To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection of
subsequent protocol interactions. If its use is negotiated, a security layer is
inserted between the protocol and the connection.
The following mechanisms are included in this distribution: ANONYMOUS,
CRAM-MD5, DIGEST-MD5, GSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5), KERBEROS_V4
and PLAIN.
The library can use a Berkeley DB, gdbm or ndbm file on the server side
to store per-user authentication secrets. The utility saslpasswd has been
included for adding authentication secrets to the file.
PLAIN can either check /etc/passwd, Kerberos V4, use PAM, or the sasl
secrets database. By default PAM is used if PAM is found, then Kerberos,
finally /etc/passwd (non-shadow). This is tweakable in the configuration file.
Please see "${PREFIX}/share/doc/sasl/sysadmin.html".
The sample directory contains two programs which provide a reference for
using the library, as well as making it easy to test a mechanism on the command
line. See "${PREFIX}/share/doc/sasl/programming.html" for more information.
http://cyrusimap.web.cmu.edu/
|
cyrus-sasl history
v. 1.68
date: 2007/10/04 00:00:37; author: edwin; state: Exp; lines: +0 -4
Remove support for OSVERSION < 5
v. 1.67
date: 2006/12/03 20:43:03; author: erwin; state: Exp; lines: +3 -0
- Deprecate
- Set EXPIRATION_DATE
PR: 106236
Submitted by: gabor
v. 1.66
date: 2006/10/07 10:26:49; author: ume; state: Exp; lines: +1 -1
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke
v. 1.65
date: 2006/08/15 01:04:48; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.64
date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.63
date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -3
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.62
date: 2005/10/07 05:50:35; author: fenner; state: Exp; lines: +2 -2
Remove trailing backslash from MASTER_SITES which caused the
MASTER_SITE_SUBDIR= line to be treated as 4 more sites.
Add slash to MASTER_SITE_SUBDIR using the group syntax.
(The file's not there anyway, but at least it's looking
in the right spot now.)
v. 1.61
date: 2004/11/15 09:50:05; author: ume; state: Exp; lines: +1 -1
fix CAN-2004-0884.
Obtained from: security/cyrus-sasl2
v. 1.60
date: 2004/07/09 17:42:46; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.59
date: 2004/06/04 17:29:31; author: ade; state: Exp; lines: +1 -0
Sync with new bsd.autotools.mk
v. 1.58
date: 2004/04/25 14:59:48; author: lofi; state: Exp; lines: +1 -1
Fix typo in saslauthd startup script.
Reported by: Thomas Abthorpe
Guido Berhoerster
Approved by: marcus (portmgr)
v. 1.57
date: 2004/03/20 18:46:28; author: eik; state: Exp; lines: +1 -1
Reset undeliverable maintainer address
v. 1.56
date: 2004/03/18 19:31:22; author: trevor; state: Exp; lines: +1 -1
Use maintainer's other (older?) e-mail address, due to bounced e-mail:
: host pop.hnet.net[65.114.87.100] said: 550
5.1.1 User unknown; rejecting
Obtained from: PR 61650
v. 1.55
date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.54
date: 2004/03/05 19:33:56; author: clement; state: Exp; lines: +9 -9
- Fix startup scripts to not override settings found
in /etc/rc.conf upon startup.
- Pass maintainership to submitter
PR: 63289
Submitted by: Scot W. Hetzel
v. 1.53
date: 2004/02/22 02:16:43; author: kris; state: Exp; lines: +1 -1
Reset undeliverable maintainer address
v. 1.52
date: 2003/11/05 21:37:29; author: linimon; state: Exp; lines: +17 -18
Update maintainer's email address per his request. While here, attempt
to pacify portlint a little bit.
v. 1.51
date: 2003/08/27 04:38:36; author: marcus; state: Exp; lines: +4 -1
Add RC_SUBR support.
PR: 54116
Submitted by: Scot W. Hetzel
v. 1.50
date: 2003/05/09 12:41:21; author: arved; state: Exp; lines: +82 -22
* Fix some problems with building the Kerberos IV and 5 mechs.
* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].
* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
WITH_KERBEROS4 - use security/krb4 port
if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
doesn't exist
WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf
* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.
PR: 51505
Submitted by: maintainer
v. 1.49
date: 2003/02/26 11:25:55; author: edwin; state: Exp; lines: +25 -14
security/cyrus-sasl: Bento fails to build libkerberos + Upgrade
Bento fails to proberly package the port on -CURRENT due
to -CURRENT no longer has libdes.* as the des functions
have been moved to the libcrypto.* library.
PR: 48442
Submitted by: Scot W. Hetzel
v. 1.48
date: 2003/02/21 13:26:42; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.47
date: 2002/09/01 16:38:33; author: dwcjr; state: Exp; lines: +20 -1
add an example PAM file for saslauthd and pwcheck_pam daemons
update the Sendmail.README file to include instructions for
using the security/cyrus-sasl2 port.
PR: 42153
Submitted by: maintainer
v. 1.46
date: 2002/08/22 19:13:36; author: ade; state: Exp; lines: +1 -1
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.45
date: 2002/08/14 18:39:45; author: knu; state: Exp; lines: +21 -6
Add saslauthd as default general password checking daemon (replaces
pwcheck{_pam}).
PR: ports/41653
Submitted by: "Scot W. Hetzel" (MAINTAINER)
v. 1.44
date: 2002/07/28 17:26:11; author: ume; state: Exp; lines: +2 -2
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288
Submitted by: Mathieu Arnold
Approved by: knu
v. 1.43
date: 2002/06/26 18:49:21; author: pat; state: Exp; lines: +1 -1
- Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz
author fixed bug in patch but didn't increment version.
- Fix problem when openldap v1 is selected.
- Bump PORTREVISION
PR: ports/39800
Submitted by: maintainer
v. 1.42
date: 2002/05/16 02:45:25; author: dinoex; state: Exp; lines: +5 -6
new PORTREVISION, using newer patchfile
minor Update of the Readme
PR: 37607,37913
Submitted by: hetzels@westbend.net
v. 1.41
date: 2002/05/15 07:13:54; author: trevor; state: Exp; lines: +0 -1
Remove defunct Sourceforge site.
PR: 38100
Submitted by: Alan Batie
v. 1.40
date: 2002/03/25 09:19:20; author: sobomax; state: Exp; lines: +1 -0
Add USE_SUBMAKE, where it might be necessary.
v. 1.39
date: 2002/02/03 01:16:49; author: pat; state: Exp; lines: +8 -8
Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.
PR: 34561
Submitted by: maintainer
v. 1.38
date: 2002/02/02 08:46:32; author: pat; state: Exp; lines: +7 -8
Fix placement of .include which I screwed up in
the last commit.
Submitted by: maintainer
v. 1.37
date: 2002/02/02 04:09:27; author: pat; state: Exp; lines: +10 -3
Fix plist and dont use -w flag with fmt on older releases.
PR: 34541
Submitted by: maintainer
v. 1.36
date: 2002/01/29 11:58:39; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.35
date: 2002/01/20 19:23:17; author: dwcjr; state: Exp; lines: +12 -8
Fix OpenLDAP v1 errors
Allow PAM aware pwcheck daemon
Add JavaSASL
PR: 34068
Submitted by: maintainer
v. 1.34
date: 2002/01/17 15:04:35; author: kevlo; state: Exp; lines: +48 -43
Update to version 1.5.27
PR: 33603
Submitted by: MAINTAINER
v. 1.33
date: 2002/01/07 03:30:21; author: will; state: Exp; lines: +1 -1
This port requires automake 1.4 and cannot work with 1.5.
Submitted by: bento 4-exp
v. 1.32
date: 2001/12/24 21:58:42; author: steve; state: Exp; lines: +4 -0
Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}
instead since ${.CURDIR} can be a read-only filesystem.
v. 1.31
date: 2001/12/20 12:18:57; author: ijliao; state: Exp; lines: +13 -1
refer to correct location in pkg-message
correct db filename
fix pkg-install script
PR: 29731
Submitted by: maintainer
v. 1.30
date: 2001/12/09 03:07:36; author: dwcjr; state: Exp; lines: +3 -4
Fix formatting string bug
Remove old MASTER_SITE
PR: 32555
Submitted by: alx@cii.sumy.ua
Approved by: maintainer
v. 1.29
date: 2001/11/23 04:39:31; author: dwcjr; state: Exp; lines: +0 -1
Fix automake build problem
PR: 32026
Submitted by: maintainer
v. 1.28
date: 2001/10/30 01:49:15; author: petef; state: Exp; lines: +2 -2
Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,
set ${AUTOMAKE_ARGS} to --add-missing --include-deps.
PR: 31593
Submitted by: TOGAWA Satoshi
v. 1.27
date: 2001/08/13 04:01:25; author: dwcjr; state: Exp; lines: +11 -12
USE DOCSDIR and PORTDOCS
ADD IPv6 support
PR: 29404
Submitted by: maintainer
v. 1.26
date: 2001/08/01 11:56:19; author: knu; state: Exp; lines: +2 -2
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
v. 1.25
date: 2001/07/25 15:05:11; author: knu; state: Exp; lines: +2 -2
Reflect databases/db3's shlib version bump from 2 to 3.
v. 1.24
date: 2001/05/21 20:30:49; author: olgeni; state: Exp; lines: +7 -6
Cosmetic change only: make the MAN3 section fit an 80 column screen.
v. 1.23
date: 2001/01/16 17:32:17; author: sobomax; state: Exp; lines: +6 -6
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.22
date: 2001/01/01 10:15:09; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.21
date: 2000/11/17 15:06:21; author: kevlo; state: Exp; lines: +4 -2
- Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-install
- Add support for Heimdal Kerberos V port
PR: 22894
Submitted by: MAINTAINER
v. 1.20
date: 2000/11/02 00:16:45; author: jeh; state: Exp; lines: +2 -2
PostFix requires 770 permissons on the /var/pwcheck directory.
PR: 22490
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.19
date: 2000/11/01 11:59:16; author: jeh; state: Exp; lines: +3 -3
- Change /var/pwcheck permissions so Postfix can use pwcheck for SASL Authentication.
- Update MySQL & LDAP Authentication Methods
- Correct bento warning for extra file (Sendmail.conf).
- Correct mysql detection code in configure.sasl, and use LIB_DEPENDS for db3.
PR: 22462
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.18
date: 2000/10/25 16:56:35; author: jeh; state: Exp; lines: +2 -2
Missing /SASL at the end of the path to install Sendmail.README
Submitted by: bento
v. 1.17
date: 2000/10/24 10:27:50; author: jeh; state: Exp; lines: +2 -2
The last commit should have bumped PORTREVISION
v. 1.16
date: 2000/10/24 02:03:08; author: jeh; state: Exp; lines: +12 -6
autodetected DB3, but fails to find includes
PR: 21411
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.15
date: 2000/10/08 10:22:51; author: asami; state: Exp; lines: +3 -3
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.14
date: 2000/09/22 01:58:59; author: kris; state: Exp; lines: +2 -2
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
v. 1.13
date: 2000/09/19 02:59:24; author: ade; state: Exp; lines: +24 -12
Cyrus-SASL 1.5.24 sources changed on Aug 15th
-- changed a hard coded value to a variable.
Kerberos IV detection fails due to double check on krb_mk_priv
(with/without com_err), used cached value from first check for krb_mk_priv.
Added addtional pwcheck methods (MySQL & LDAP Authentication).
PR: 21383
Submitted by: maintainer
v. 1.12
date: 2000/08/12 19:14:49; author: nbm; state: Exp; lines: +2 -2
Update to 1.5.24
PR: ports/20376
Submitted by: Dmitry S. Sivachenko
Approved by: Scot W. Hetzel (maintainer)
v. 1.11
date: 2000/06/29 07:02:49; author: obrien; state: Exp; lines: +3 -2
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
v. 1.10
date: 2000/06/16 21:52:00; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.9
date: 2000/06/16 10:37:15; author: sobomax; state: Exp; lines: +3 -2
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.8
date: 2000/06/11 08:05:33; author: knu; state: Exp; lines: +61 -27
Update to 1.5.21.
Fix detection of kerberos4. (Now support for kerberos4 is always build
if /usr/lib/libkrb.a exists)
Make use of PLIST_SUB.
PR: ports/19187
Submitted by: Maintainer
v. 1.7
date: 2000/04/21 08:18:15; author: mharo; state: Exp; lines: +4 -5
Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.6
date: 2000/04/09 18:29:30; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.5
date: 2000/02/14 04:12:21; author: kris; state: Exp; lines: +9 -6
USE_OPENSSL
Submitted by: Jim Bloom
v. 1.4
date: 2000/02/08 09:28:46; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.3
date: 2000/01/24 05:22:04; author: steve; state: Exp; lines: +18 -24
Update to version 1.5.15.
PR: 16130
Submitted by: maintainer
v. 1.2
date: 1999/12/29 07:06:17; author: steve; state: Exp; lines: +24 -24
Use OpenSSL instaed of librc4 so this port's package can be exported.
Also incorporate Garrett Wollman's kerberos fixes.
PR: 15732
Submitted by: maintainer
v. 1.1
date: 1999/12/27 01:52:20; author: steve; state: Exp;
Adding cyrus-sasl version 1.5.13.
An RFC 2222 SASL (Simple Authentication and Security Layer).
PR: 14619
Submitted by: Scot W. Hetzel
=============================================================================
v. 1.68
date: 2007/10/04 00:00:37; author: edwin; state: Exp; lines: +0 -4
Remove support for OSVERSION < 5
v. 1.67
date: 2006/12/03 20:43:03; author: erwin; state: Exp; lines: +3 -0
- Deprecate
- Set EXPIRATION_DATE
PR: 106236
Submitted by: gabor
v. 1.66
date: 2006/10/07 10:26:49; author: ume; state: Exp; lines: +1 -1
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke
v. 1.65
date: 2006/08/15 01:04:48; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.64
date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.63
date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -3
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.62
date: 2005/10/07 05:50:35; author: fenner; state: Exp; lines: +2 -2
Remove trailing backslash from MASTER_SITES which caused the
MASTER_SITE_SUBDIR= line to be treated as 4 more sites.
Add slash to MASTER_SITE_SUBDIR using the group syntax.
(The file's not there anyway, but at least it's looking
in the right spot now.)
v. 1.61
date: 2004/11/15 09:50:05; author: ume; state: Exp; lines: +1 -1
fix CAN-2004-0884.
Obtained from: security/cyrus-sasl2
v. 1.60
date: 2004/07/09 17:42:46; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.59
date: 2004/06/04 17:29:31; author: ade; state: Exp; lines: +1 -0
Sync with new bsd.autotools.mk
v. 1.58
date: 2004/04/25 14:59:48; author: lofi; state: Exp; lines: +1 -1
Fix typo in saslauthd startup script.
Reported by: Thomas Abthorpe
Guido Berhoerster
Approved by: marcus (portmgr)
v. 1.57
date: 2004/03/20 18:46:28; author: eik; state: Exp; lines: +1 -1
Reset undeliverable maintainer address
v. 1.56
date: 2004/03/18 19:31:22; author: trevor; state: Exp; lines: +1 -1
Use maintainer's other (older?) e-mail address, due to bounced e-mail:
: host pop.hnet.net[65.114.87.100] said: 550
5.1.1 User unknown; rejecting
Obtained from: PR 61650
v. 1.55
date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.54
date: 2004/03/05 19:33:56; author: clement; state: Exp; lines: +9 -9
- Fix startup scripts to not override settings found
in /etc/rc.conf upon startup.
- Pass maintainership to submitter
PR: 63289
Submitted by: Scot W. Hetzel
v. 1.53
date: 2004/02/22 02:16:43; author: kris; state: Exp; lines: +1 -1
Reset undeliverable maintainer address
v. 1.52
date: 2003/11/05 21:37:29; author: linimon; state: Exp; lines: +17 -18
Update maintainer's email address per his request. While here, attempt
to pacify portlint a little bit.
v. 1.51
date: 2003/08/27 04:38:36; author: marcus; state: Exp; lines: +4 -1
Add RC_SUBR support.
PR: 54116
Submitted by: Scot W. Hetzel
v. 1.50
date: 2003/05/09 12:41:21; author: arved; state: Exp; lines: +82 -22
* Fix some problems with building the Kerberos IV and 5 mechs.
* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].
* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
WITH_KERBEROS4 - use security/krb4 port
if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
doesn't exist
WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf
* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.
PR: 51505
Submitted by: maintainer
v. 1.49
date: 2003/02/26 11:25:55; author: edwin; state: Exp; lines: +25 -14
security/cyrus-sasl: Bento fails to build libkerberos + Upgrade
Bento fails to proberly package the port on -CURRENT due
to -CURRENT no longer has libdes.* as the des functions
have been moved to the libcrypto.* library.
PR: 48442
Submitted by: Scot W. Hetzel
v. 1.48
date: 2003/02/21 13:26:42; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.47
date: 2002/09/01 16:38:33; author: dwcjr; state: Exp; lines: +20 -1
add an example PAM file for saslauthd and pwcheck_pam daemons
update the Sendmail.README file to include instructions for
using the security/cyrus-sasl2 port.
PR: 42153
Submitted by: maintainer
v. 1.46
date: 2002/08/22 19:13:36; author: ade; state: Exp; lines: +1 -1
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.45
date: 2002/08/14 18:39:45; author: knu; state: Exp; lines: +21 -6
Add saslauthd as default general password checking daemon (replaces
pwcheck{_pam}).
PR: ports/41653
Submitted by: "Scot W. Hetzel" (MAINTAINER)
v. 1.44
date: 2002/07/28 17:26:11; author: ume; state: Exp; lines: +2 -2
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288
Submitted by: Mathieu Arnold
Approved by: knu
v. 1.43
date: 2002/06/26 18:49:21; author: pat; state: Exp; lines: +1 -1
- Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz
author fixed bug in patch but didn't increment version.
- Fix problem when openldap v1 is selected.
- Bump PORTREVISION
PR: ports/39800
Submitted by: maintainer
v. 1.42
date: 2002/05/16 02:45:25; author: dinoex; state: Exp; lines: +5 -6
new PORTREVISION, using newer patchfile
minor Update of the Readme
PR: 37607,37913
Submitted by: hetzels@westbend.net
v. 1.41
date: 2002/05/15 07:13:54; author: trevor; state: Exp; lines: +0 -1
Remove defunct Sourceforge site.
PR: 38100
Submitted by: Alan Batie
v. 1.40
date: 2002/03/25 09:19:20; author: sobomax; state: Exp; lines: +1 -0
Add USE_SUBMAKE, where it might be necessary.
v. 1.39
date: 2002/02/03 01:16:49; author: pat; state: Exp; lines: +8 -8
Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.
PR: 34561
Submitted by: maintainer
v. 1.38
date: 2002/02/02 08:46:32; author: pat; state: Exp; lines: +7 -8
Fix placement of .include which I screwed up in
the last commit.
Submitted by: maintainer
v. 1.37
date: 2002/02/02 04:09:27; author: pat; state: Exp; lines: +10 -3
Fix plist and dont use -w flag with fmt on older releases.
PR: 34541
Submitted by: maintainer
v. 1.36
date: 2002/01/29 11:58:39; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.35
date: 2002/01/20 19:23:17; author: dwcjr; state: Exp; lines: +12 -8
Fix OpenLDAP v1 errors
Allow PAM aware pwcheck daemon
Add JavaSASL
PR: 34068
Submitted by: maintainer
v. 1.34
date: 2002/01/17 15:04:35; author: kevlo; state: Exp; lines: +48 -43
Update to version 1.5.27
PR: 33603
Submitted by: MAINTAINER
v. 1.33
date: 2002/01/07 03:30:21; author: will; state: Exp; lines: +1 -1
This port requires automake 1.4 and cannot work with 1.5.
Submitted by: bento 4-exp
v. 1.32
date: 2001/12/24 21:58:42; author: steve; state: Exp; lines: +4 -0
Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}
instead since ${.CURDIR} can be a read-only filesystem.
v. 1.31
date: 2001/12/20 12:18:57; author: ijliao; state: Exp; lines: +13 -1
refer to correct location in pkg-message
correct db filename
fix pkg-install script
PR: 29731
Submitted by: maintainer
v. 1.30
date: 2001/12/09 03:07:36; author: dwcjr; state: Exp; lines: +3 -4
Fix formatting string bug
Remove old MASTER_SITE
PR: 32555
Submitted by: alx@cii.sumy.ua
Approved by: maintainer
v. 1.29
date: 2001/11/23 04:39:31; author: dwcjr; state: Exp; lines: +0 -1
Fix automake build problem
PR: 32026
Submitted by: maintainer
v. 1.28
date: 2001/10/30 01:49:15; author: petef; state: Exp; lines: +2 -2
Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,
set ${AUTOMAKE_ARGS} to --add-missing --include-deps.
PR: 31593
Submitted by: TOGAWA Satoshi
v. 1.27
date: 2001/08/13 04:01:25; author: dwcjr; state: Exp; lines: +11 -12
USE DOCSDIR and PORTDOCS
ADD IPv6 support
PR: 29404
Submitted by: maintainer
v. 1.26
date: 2001/08/01 11:56:19; author: knu; state: Exp; lines: +2 -2
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
v. 1.25
date: 2001/07/25 15:05:11; author: knu; state: Exp; lines: +2 -2
Reflect databases/db3's shlib version bump from 2 to 3.
v. 1.24
date: 2001/05/21 20:30:49; author: olgeni; state: Exp; lines: +7 -6
Cosmetic change only: make the MAN3 section fit an 80 column screen.
v. 1.23
date: 2001/01/16 17:32:17; author: sobomax; state: Exp; lines: +6 -6
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.22
date: 2001/01/01 10:15:09; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.21
date: 2000/11/17 15:06:21; author: kevlo; state: Exp; lines: +4 -2
- Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-install
- Add support for Heimdal Kerberos V port
PR: 22894
Submitted by: MAINTAINER
v. 1.20
date: 2000/11/02 00:16:45; author: jeh; state: Exp; lines: +2 -2
PostFix requires 770 permissons on the /var/pwcheck directory.
PR: 22490
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.19
date: 2000/11/01 11:59:16; author: jeh; state: Exp; lines: +3 -3
- Change /var/pwcheck permissions so Postfix can use pwcheck for SASL Authentication.
- Update MySQL & LDAP Authentication Methods
- Correct bento warning for extra file (Sendmail.conf).
- Correct mysql detection code in configure.sasl, and use LIB_DEPENDS for db3.
PR: 22462
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.18
date: 2000/10/25 16:56:35; author: jeh; state: Exp; lines: +2 -2
Missing /SASL at the end of the path to install Sendmail.README
Submitted by: bento
v. 1.17
date: 2000/10/24 10:27:50; author: jeh; state: Exp; lines: +2 -2
The last commit should have bumped PORTREVISION
v. 1.16
date: 2000/10/24 02:03:08; author: jeh; state: Exp; lines: +12 -6
autodetected DB3, but fails to find includes
PR: 21411
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.15
date: 2000/10/08 10:22:51; author: asami; state: Exp; lines: +3 -3
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.14
date: 2000/09/22 01:58:59; author: kris; state: Exp; lines: +2 -2
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
v. 1.13
date: 2000/09/19 02:59:24; author: ade; state: Exp; lines: +24 -12
Cyrus-SASL 1.5.24 sources changed on Aug 15th
-- changed a hard coded value to a variable.
Kerberos IV detection fails due to double check on krb_mk_priv
(with/without com_err), used cached value from first check for krb_mk_priv.
Added addtional pwcheck methods (MySQL & LDAP Authentication).
PR: 21383
Submitted by: maintainer
v. 1.12
date: 2000/08/12 19:14:49; author: nbm; state: Exp; lines: +2 -2
Update to 1.5.24
PR: ports/20376
Submitted by: Dmitry S. Sivachenko
Approved by: Scot W. Hetzel (maintainer)
v. 1.11
date: 2000/06/29 07:02:49; author: obrien; state: Exp; lines: +3 -2
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
v. 1.10
date: 2000/06/16 21:52:00; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.9
date: 2000/06/16 10:37:15; author: sobomax; state: Exp; lines: +3 -2
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.8
date: 2000/06/11 08:05:33; author: knu; state: Exp; lines: +61 -27
Update to 1.5.21.
Fix detection of kerberos4. (Now support for kerberos4 is always build
if /usr/lib/libkrb.a exists)
Make use of PLIST_SUB.
PR: ports/19187
Submitted by: Maintainer
v. 1.7
date: 2000/04/21 08:18:15; author: mharo; state: Exp; lines: +4 -5
Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.6
date: 2000/04/09 18:29:30; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.5
date: 2000/02/14 04:12:21; author: kris; state: Exp; lines: +9 -6
USE_OPENSSL
Submitted by: Jim Bloom
v. 1.4
date: 2000/02/08 09:28:46; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.3
date: 2000/01/24 05:22:04; author: steve; state: Exp; lines: +18 -24
Update to version 1.5.15.
PR: 16130
Submitted by: maintainer
v. 1.2
date: 1999/12/29 07:06:17; author: steve; state: Exp; lines: +24 -24
Use OpenSSL instaed of librc4 so this port's package can be exported.
Also incorporate Garrett Wollman's kerberos fixes.
PR: 15732
Submitted by: maintainer
v. 1.1
date: 1999/12/27 01:52:20; author: steve; state: Exp;
Adding cyrus-sasl version 1.5.13.
An RFC 2222 SASL (Simple Authentication and Security Layer).
PR: 14619
Submitted by: Scot W. Hetzel
=============================================================================
v. 1.68
date: 2007/10/04 00:00:37; author: edwin; state: Exp; lines: +0 -4
Remove support for OSVERSION < 5
v. 1.67
date: 2006/12/03 20:43:03; author: erwin; state: Exp; lines: +3 -0
- Deprecate
- Set EXPIRATION_DATE
PR: 106236
Submitted by: gabor
v. 1.66
date: 2006/10/07 10:26:49; author: ume; state: Exp; lines: +1 -1
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke
v. 1.65
date: 2006/08/15 01:04:48; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.64
date: 2006/02/23 10:38:54; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.63
date: 2005/11/15 06:50:55; author: ade; state: Exp; lines: +1 -3
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.62
date: 2005/10/07 05:50:35; author: fenner; state: Exp; lines: +2 -2
Remove trailing backslash from MASTER_SITES which caused the
MASTER_SITE_SUBDIR= line to be treated as 4 more sites.
Add slash to MASTER_SITE_SUBDIR using the group syntax.
(The file's not there anyway, but at least it's looking
in the right spot now.)
v. 1.61
date: 2004/11/15 09:50:05; author: ume; state: Exp; lines: +1 -1
fix CAN-2004-0884.
Obtained from: security/cyrus-sasl2
v. 1.60
date: 2004/07/09 17:42:46; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.59
date: 2004/06/04 17:29:31; author: ade; state: Exp; lines: +1 -0
Sync with new bsd.autotools.mk
v. 1.58
date: 2004/04/25 14:59:48; author: lofi; state: Exp; lines: +1 -1
Fix typo in saslauthd startup script.
Reported by: Thomas Abthorpe
Guido Berhoerster
Approved by: marcus (portmgr)
v. 1.57
date: 2004/03/20 18:46:28; author: eik; state: Exp; lines: +1 -1
Reset undeliverable maintainer address
v. 1.56
date: 2004/03/18 19:31:22; author: trevor; state: Exp; lines: +1 -1
Use maintainer's other (older?) e-mail address, due to bounced e-mail:
: host pop.hnet.net[65.114.87.100] said: 550
5.1.1 User unknown; rejecting
Obtained from: PR 61650
v. 1.55
date: 2004/03/14 06:17:18; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.54
date: 2004/03/05 19:33:56; author: clement; state: Exp; lines: +9 -9
- Fix startup scripts to not override settings found
in /etc/rc.conf upon startup.
- Pass maintainership to submitter
PR: 63289
Submitted by: Scot W. Hetzel
v. 1.53
date: 2004/02/22 02:16:43; author: kris; state: Exp; lines: +1 -1
Reset undeliverable maintainer address
v. 1.52
date: 2003/11/05 21:37:29; author: linimon; state: Exp; lines: +17 -18
Update maintainer's email address per his request. While here, attempt
to pacify portlint a little bit.
v. 1.51
date: 2003/08/27 04:38:36; author: marcus; state: Exp; lines: +4 -1
Add RC_SUBR support.
PR: 54116
Submitted by: Scot W. Hetzel
v. 1.50
date: 2003/05/09 12:41:21; author: arved; state: Exp; lines: +82 -22
* Fix some problems with building the Kerberos IV and 5 mechs.
* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].
* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
WITH_KERBEROS4 - use security/krb4 port
if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
doesn't exist
WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf
* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.
PR: 51505
Submitted by: maintainer
v. 1.49
date: 2003/02/26 11:25:55; author: edwin; state: Exp; lines: +25 -14
security/cyrus-sasl: Bento fails to build libkerberos + Upgrade
Bento fails to proberly package the port on -CURRENT due
to -CURRENT no longer has libdes.* as the des functions
have been moved to the libcrypto.* library.
PR: 48442
Submitted by: Scot W. Hetzel
v. 1.48
date: 2003/02/21 13:26:42; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.47
date: 2002/09/01 16:38:33; author: dwcjr; state: Exp; lines: +20 -1
add an example PAM file for saslauthd and pwcheck_pam daemons
update the Sendmail.README file to include instructions for
using the security/cyrus-sasl2 port.
PR: 42153
Submitted by: maintainer
v. 1.46
date: 2002/08/22 19:13:36; author: ade; state: Exp; lines: +1 -1
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.45
date: 2002/08/14 18:39:45; author: knu; state: Exp; lines: +21 -6
Add saslauthd as default general password checking daemon (replaces
pwcheck{_pam}).
PR: ports/41653
Submitted by: "Scot W. Hetzel" (MAINTAINER)
v. 1.44
date: 2002/07/28 17:26:11; author: ume; state: Exp; lines: +2 -2
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288
Submitted by: Mathieu Arnold
Approved by: knu
v. 1.43
date: 2002/06/26 18:49:21; author: pat; state: Exp; lines: +1 -1
- Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz
author fixed bug in patch but didn't increment version.
- Fix problem when openldap v1 is selected.
- Bump PORTREVISION
PR: ports/39800
Submitted by: maintainer
v. 1.42
date: 2002/05/16 02:45:25; author: dinoex; state: Exp; lines: +5 -6
new PORTREVISION, using newer patchfile
minor Update of the Readme
PR: 37607,37913
Submitted by: hetzels@westbend.net
v. 1.41
date: 2002/05/15 07:13:54; author: trevor; state: Exp; lines: +0 -1
Remove defunct Sourceforge site.
PR: 38100
Submitted by: Alan Batie
v. 1.40
date: 2002/03/25 09:19:20; author: sobomax; state: Exp; lines: +1 -0
Add USE_SUBMAKE, where it might be necessary.
v. 1.39
date: 2002/02/03 01:16:49; author: pat; state: Exp; lines: +8 -8
Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.
PR: 34561
Submitted by: maintainer
v. 1.38
date: 2002/02/02 08:46:32; author: pat; state: Exp; lines: +7 -8
Fix placement of .include which I screwed up in
the last commit.
Submitted by: maintainer
v. 1.37
date: 2002/02/02 04:09:27; author: pat; state: Exp; lines: +10 -3
Fix plist and dont use -w flag with fmt on older releases.
PR: 34541
Submitted by: maintainer
v. 1.36
date: 2002/01/29 11:58:39; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.35
date: 2002/01/20 19:23:17; author: dwcjr; state: Exp; lines: +12 -8
Fix OpenLDAP v1 errors
Allow PAM aware pwcheck daemon
Add JavaSASL
PR: 34068
Submitted by: maintainer
v. 1.34
date: 2002/01/17 15:04:35; author: kevlo; state: Exp; lines: +48 -43
Update to version 1.5.27
PR: 33603
Submitted by: MAINTAINER
v. 1.33
date: 2002/01/07 03:30:21; author: will; state: Exp; lines: +1 -1
This port requires automake 1.4 and cannot work with 1.5.
Submitted by: bento 4-exp
v. 1.32
date: 2001/12/24 21:58:42; author: steve; state: Exp; lines: +4 -0
Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}
instead since ${.CURDIR} can be a read-only filesystem.
v. 1.31
date: 2001/12/20 12:18:57; author: ijliao; state: Exp; lines: +13 -1
refer to correct location in pkg-message
correct db filename
fix pkg-install script
PR: 29731
Submitted by: maintainer
v. 1.30
date: 2001/12/09 03:07:36; author: dwcjr; state: Exp; lines: +3 -4
Fix formatting string bug
Remove old MASTER_SITE
PR: 32555
Submitted by: alx@cii.sumy.ua
Approved by: maintainer
v. 1.29
date: 2001/11/23 04:39:31; author: dwcjr; state: Exp; lines: +0 -1
Fix automake build problem
PR: 32026
Submitted by: maintainer
v. 1.28
date: 2001/10/30 01:49:15; author: petef; state: Exp; lines: +2 -2
Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,
set ${AUTOMAKE_ARGS} to --add-missing --include-deps.
PR: 31593
Submitted by: TOGAWA Satoshi
v. 1.27
date: 2001/08/13 04:01:25; author: dwcjr; state: Exp; lines: +11 -12
USE DOCSDIR and PORTDOCS
ADD IPv6 support
PR: 29404
Submitted by: maintainer
v. 1.26
date: 2001/08/01 11:56:19; author: knu; state: Exp; lines: +2 -2
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
v. 1.25
date: 2001/07/25 15:05:11; author: knu; state: Exp; lines: +2 -2
Reflect databases/db3's shlib version bump from 2 to 3.
v. 1.24
date: 2001/05/21 20:30:49; author: olgeni; state: Exp; lines: +7 -6
Cosmetic change only: make the MAN3 section fit an 80 column screen.
v. 1.23
date: 2001/01/16 17:32:17; author: sobomax; state: Exp; lines: +6 -6
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.22
date: 2001/01/01 10:15:09; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.21
date: 2000/11/17 15:06:21; author: kevlo; state: Exp; lines: +4 -2
- Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-install
- Add support for Heimdal Kerberos V port
PR: 22894
Submitted by: MAINTAINER
v. 1.20
date: 2000/11/02 00:16:45; author: jeh; state: Exp; lines: +2 -2
PostFix requires 770 permissons on the /var/pwcheck directory.
PR: 22490
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.19
date: 2000/11/01 11:59:16; author: jeh; state: Exp; lines: +3 -3
- Change /var/pwcheck permissions so Postfix can use pwcheck for SASL Authentication.
- Update MySQL & LDAP Authentication Methods
- Correct bento warning for extra file (Sendmail.conf).
- Correct mysql detection code in configure.sasl, and use LIB_DEPENDS for db3.
PR: 22462
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.18
date: 2000/10/25 16:56:35; author: jeh; state: Exp; lines: +2 -2
Missing /SASL at the end of the path to install Sendmail.README
Submitted by: bento
v. 1.17
date: 2000/10/24 10:27:50; author: jeh; state: Exp; lines: +2 -2
The last commit should have bumped PORTREVISION
v. 1.16
date: 2000/10/24 02:03:08; author: jeh; state: Exp; lines: +12 -6
autodetected DB3, but fails to find includes
PR: 21411
Submitted by: Scot W. Hetzel MAINTAINER
v. 1.15
date: 2000/10/08 10:22:51; author: asami; state: Exp; lines: +3 -3
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.14
date: 2000/09/22 01:58:59; author: kris; state: Exp; lines: +2 -2
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
v. 1.13
date: 2000/09/19 02:59:24; author: ade; state: Exp; lines: +24 -12
Cyrus-SASL 1.5.24 sources changed on Aug 15th
-- changed a hard coded value to a variable.
Kerberos IV detection fails due to double check on krb_mk_priv
(with/without com_err), used cached value from first check for krb_mk_priv.
Added addtional pwcheck methods (MySQL & LDAP Authentication).
PR: 21383
Submitted by: maintainer
v. 1.12
date: 2000/08/12 19:14:49; author: nbm; state: Exp; lines: +2 -2
Update to 1.5.24
PR: ports/20376
Submitted by: Dmitry S. Sivachenko
Approved by: Scot W. Hetzel (maintainer)
v. 1.11
date: 2000/06/29 07:02:49; author: obrien; state: Exp; lines: +3 -2
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
v. 1.10
date: 2000/06/16 21:52:00; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.9
date: 2000/06/16 10:37:15; author: sobomax; state: Exp; lines: +3 -2
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.8
date: 2000/06/11 08:05:33; author: knu; state: Exp; lines: +61 -27
Update to 1.5.21.
Fix detection of kerberos4. (Now support for kerberos4 is always build
if /usr/lib/libkrb.a exists)
Make use of PLIST_SUB.
PR: ports/19187
Submitted by: Maintainer
v. 1.7
date: 2000/04/21 08:18:15; author: mharo; state: Exp; lines: +4 -5
Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.6
date: 2000/04/09 18:29:30; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.5
date: 2000/02/14 04:12:21; author: kris; state: Exp; lines: +9 -6
USE_OPENSSL
Submitted by: Jim Bloom
v. 1.4
date: 2000/02/08 09:28:46; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.3
date: 2000/01/24 05:22:04; author: steve; state: Exp; lines: +18 -24
Update to version 1.5.15.
PR: 16130
Submitted by: maintainer
v. 1.2
date: 1999/12/29 07:06:17; author: steve; state: Exp; lines: +24 -24
Use OpenSSL instaed of librc4 so this port's package can be exported.
Also incorporate Garrett Wollman's kerberos fixes.
PR: 15732
Submitted by: maintainer
v. 1.1
date: 1999/12/27 01:52:20; author: steve; state: Exp;
Adding cyrus-sasl version 1.5.13.
An RFC 2222 SASL (Simple Authentication and Security Layer).
PR: 14619
Submitted by: Scot W. Hetzel
=============================================================================
|
| |

|