FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:48 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
cyrus-sasl2-saslauthd 2.1.23 security on this many watch lists=85 search for ports that depend on this port
SASL authentication server for cyrus-sasl2
Maintained by: ume@FreeBSD.org search for ports maintained by this maintainer
Port Added: 01 Jun 2003 05:25:30
Also Listed In: ipv6


saslauthd is a daemon process that handles plaintext authentication
requests on behalf of the SASL library.
 
The server fulfills two roles: it isolates all code requiring
superuser privileges into a single process, and it can be used to
provide proxy authentication services to clients that do not
understand SASL based authentication.


WWW: http://cyrusimap.web.cmu.edu/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required Libraries: security/cyrus-sasl2

To install the port: cd /usr/ports/security/cyrus-sasl2-saslauthd/ && make install clean
To add the package: pkg_add -r cyrus-sasl-saslauthd


Configuration Options
===> The following configuration options are available for cyrus-sasl-saslauthd-2.1.23:
     BDB=off (default) "Use Berkeley DB"
     OPENLDAP=off (default) "Use OpenLDAP"
     HTTPFORM=off (default) "Enable HTTP form authentication"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/./
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
ftp://ftp.westbend.net/pub/cyrus-mail/./
ftp://ftp.westbend.net/pub/cyrus-mail/OLD-VERSIONS/sasl/
http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/./
http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 59

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Jul 2009 17:56:10
Original commit files touched by this commit  2.1.23
dougb search for other commits by this committer
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
Original commit files touched by this commit  2.1.23
ume search for other commits by this committer
Update to 2.1.23.

Security:       http://www.kb.cert.org/vuls/id/238019
06 Jan 2009 17:59:31
Original commit files touched by this commit  2.1.22_1
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
13 Oct 2008 16:10:44
Original commit files touched by this commit  2.1.22_1
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>
07 Aug 2007 17:46:22
Original commit files touched by this commit  2.1.22
ume search for other commits by this committer
- Use OPTIONS.
- Obey the default BDB version defined in bsd.database.mk.
06 Aug 2007 16:01:21
Original commit files touched by this commit  2.1.22
ume search for other commits by this committer
Allow to build with db45 and db46 as well.
23 Jul 2007 10:36:52
Original commit files touched by this commit  2.1.22
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
07 Oct 2006 11:26:49
Original commit files touched by this commit  2.1.22
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>
17 Sep 2006 06:25:21
Original commit files touched by this commit  2.1.22
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>
19 May 2006 21:45:37
Original commit files touched by this commit  2.1.22
ume search for other commits by this committer
Update to 2.1.22.
18 Apr 2006 18:48:29
Original commit files touched by this commit  2.1.21_1
ume search for other commits by this committer
Give sensible sentences for IGNORE.

Requested by:   kris
18 Apr 2006 13:33:21
Original commit files touched by this commit  2.1.21_1
ume search for other commits by this committer
Replace BROKEN with IGNORE.
16 Apr 2006 16:49:24
Original commit files touched by this commit  2.1.21_1
ume search for other commits by this committer
Enable support for db-4.4.
01 Apr 2006 04:38:37
Original commit files touched by this commit  2.1.21_1
ume search for other commits by this committer
The Project Cyrus web site is migrated to a new server.
20 Feb 2006 20:47:50
Original commit files touched by this commit  2.1.21_1
dougb search for other commits by this committer
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
Original commit files touched by this commit  2.1.21_1
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>
08 Nov 2005 16:51:09
Original commit files touched by this commit  2.1.21
ume search for other commits by this committer
- use USB_BDB.
- add SHA256.
17 May 2005 17:36:55
Original commit files touched by this commit  2.1.21
ume search for other commits by this committer
Update to 2.1.21.
28 Feb 2005 05:20:11
Original commit files touched by this commit  2.1.20_1
ume search for other commits by this committer
fix dependency.  don't forget `+'.
25 Feb 2005 16:12:54
Original commit files touched by this commit  2.1.20_1
ume search for other commits by this committer
simplify.
23 Feb 2005 21:18:47
Original commit files touched by this commit  2.1.20_1
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>
10 Feb 2005 19:32:10
Original commit files touched by this commit  2.1.20_1
ume search for other commits by this committer
use new scheme of USE_RC_SUBR.
30 Nov 2004 16:42:36
Original commit files touched by this commit  2.1.20_1
ume search for other commits by this committer
build & install two useful programs; testsaslauthd and saslcache.

Submitted by:   Yuri Ryazantsev <yuri@unix.ru>
28 Nov 2004 09:42:03
Original commit files touched by this commit  2.1.20
ume search for other commits by this committer
remove needless definition.
28 Nov 2004 07:09:12
Original commit files touched by this commit  2.1.20
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>
24 Nov 2004 16:35:34
Original commit files touched by this commit  2.1.20
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>
25 Oct 2004 13:42:40
Original commit files touched by this commit  2.1.20
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.
14 Jul 2004 19:01:22
Original commit files touched by this commit  2.1.19
ume search for other commits by this committer
Update to 2.1.19.
11 Jun 2004 16:49:48
Original commit files touched by this commit  2.1.18_2
ume search for other commits by this committer
use `command_args' instead of overriding `flags'.
12 May 2004 17:12:11
Original commit files touched by this commit  2.1.18_1
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
07 May 2004 11:13:38
Original commit files touched by this commit  2.1.18_1
ume search for other commits by this committer
use LOCALBASE for dependent packages instead of PREFIX.
31 Mar 2004 17:33:00
Original commit files touched by this commit  2.1.18
ume search for other commits by this committer
oops, I forget to add this file.
31 Mar 2004 17:32:17
Original commit files touched by this commit  2.1.18_1
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]
11 Mar 2004 17:16:41
Original commit files touched by this commit  2.1.18
ume search for other commits by this committer
Update to 2.1.18.
17 Jan 2004 15:35:34
Original commit files touched by this commit  2.1.17_1
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>
19 Dec 2003 17:40:04
Original commit files touched by this commit  2.1.17_1
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]
19 Dec 2003 14:52:13
Original commit files touched by this commit  2.1.17
ume search for other commits by this committer
${OSVERSION} must be after including bsd.port.pre.mk.

Reported by:    "Dan Langille" <dan@langille.org>
19 Dec 2003 04:48:16
Original commit files touched by this commit  2.1.17
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>
19 Dec 2003 04:29:13
Original commit files touched by this commit  2.1.17
ume search for other commits by this committer
fix build with heimdal.

Submitted by:   tiamat@komi.mts.ru
04 Dec 2003 08:06:03
Original commit files touched by this commit  2.1.17
ume search for other commits by this committer
Update to 2.1.17.
11 Nov 2003 07:44:22
Original commit files touched by this commit  2.1.15_3
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>
04 Nov 2003 17:27:23
Original commit files touched by this commit  2.1.15_3
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.
03 Nov 2003 03:56:42
Original commit files touched by this commit  2.1.15_3
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.
01 Oct 2003 18:56:06
Original commit files touched by this commit  2.1.15_3
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>
01 Sep 2003 11:44:42
Original commit files touched by this commit  2.1.15_2
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>
28 Aug 2003 18:44:28
Original commit files touched by this commit  2.1.15_2
ume search for other commits by this committer
Use USE_RC_SUBR.
28 Aug 2003 16:53:34
Original commit files touched by this commit  2.1.15_1
ume search for other commits by this committer
Use USE_OPENSSL.
28 Aug 2003 14:11:25
Original commit files touched by this commit  2.1.15_1
ume search for other commits by this committer
Use USE_OPENLDAP.
14 Aug 2003 10:31:04
Original commit files touched by this commit  2.1.15_1
ume search for other commits by this committer
Depends on net/openldap*-client instead of net/openldap*.
20 Jul 2003 07:29:25
Original commit files touched by this commit  2.1.15_1
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.
18 Jul 2003 21:00:51
Original commit files touched by this commit  2.1.15_1
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>
15 Jul 2003 19:32:58
Original commit files touched by this commit  2.1.15
ume search for other commits by this committer
Update to 2.1.15.
05 Jul 2003 08:07:37
Original commit files touched by this commit  2.1.14
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
03 Jul 2003 20:07:18
Original commit files touched by this commit  2.1.14
ume search for other commits by this committer
Add support for OpenLDAP22.

PR:             ports/53932
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
30 Jun 2003 19:43:19
Original commit files touched by this commit  2.1.14
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>
30 Jun 2003 17:51:00
Original commit files touched by this commit  2.1.14
ume search for other commits by this committer
Update to 2.1.14.
10 Jun 2003 05:16:10
Original commit files touched by this commit  2.1.13
ume search for other commits by this committer
When installing by package, it set wrong permission
to /var/state/saslauthd.
01 Jun 2003 06:45:41
Original commit files touched by this commit  2.1.13
ume search for other commits by this committer
remove unused variables.
01 Jun 2003 05:24:15
Original commit files touched by this commit  2.1.13
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.

Number of commits found: 59

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.434 seconds.