FreshPorts -- The Place For Ports notbug Thu, 9 Feb 2012 10:22 PM GMT
Port details
cyrus-sasl2-saslauthd 2.1.25 security on this many watch lists=86 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 04:25:30
Also Listed In: ipv6
License: BSD


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
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: security/cyrus-sasl2
There are no ports dependent upon this port

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.25:
     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: 64

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.1.25
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
24 Sep 2011 09:13:35
Original commit files touched by this commit  2.1.25
ume search for other commits by this committer
Update to 2.1.25.
24 Nov 2010 11:48:14
Original commit files touched by this commit  2.1.23
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
28 Oct 2010 21:00:21
Original commit files touched by this commit  2.1.23
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
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.1.23
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
15 Jul 2009 16: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 01: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 15: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 16: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 15: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 09: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 10: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 05: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 20: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 17: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 12: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 15: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 03: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 16: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 12: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 18: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 15: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 16: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 10: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 16: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 16: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 17: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 10: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 17: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 15: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 13: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 09: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 06: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 20: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 18: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 07: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 19: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 18: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 16: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 04: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 05: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 04: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: 64

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01

14 vulnerabilities affecting 33 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 23142
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 62
new 24 hours 1
new 48 hours9
new 7 days48
new fortnight72
new month138

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

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