FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 3:25 AM GMT
Port details
mod_authn_sasl 1.2 www on this many watch lists=1 search for ports that depend on this port
Allows user authentication based on libsasl2 mechanisms on apache 2.2
Maintained by: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Feb 2009 15:36:24
License: AL2
This module provides the mod_auth_basic authentication front-end a way to
authenticate users by checking credentials via the Cyrus SASL library.
This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or
LDAP) already running at a machine use SASL to authenticate users.

WWW: http://mod-authn-sasl.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: www/apache22
Required To Run: www/apache22
Required Libraries: security/cyrus-sasl2
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/mod_authn_sasl/ && make install clean
To add the package: pkg_add -r ap22-mod_authn_sasl


Configuration Options
===> The following configuration options are available for ap22-mod_authn_sasl-1.2:
     SASLAUTHD=off (default) "Register dependency for cyrus-sasl2-saslauthd"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://sunet.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://iweb.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://switch.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://surfnet.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://kent.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://freefr.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://voxel.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://jaist.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://osdn.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://nchc.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://ncu.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://transact.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://softlayer.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://internode.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://ufpr.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
http://waix.dl.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 11

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Jan 2012 15:41:08
Original commit files touched by this commit  1.2
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
19 Jun 2011 21:01:17
Original commit files touched by this commit  1.2
ohauer search for other commits by this committer
- update to mod_authn_sasl-1.2
- fix linker arguments ( reference to libsasl2 was missing ) [1]
- extend portdocs

[1] Noted on apache@FreeBSD list by Felix Janssen

Changelog:
    * m4/apache.m4: fix httpd version regex to match vendor extended
      version strings
    * Makefile.am: add Changelog to tarball
    * doc/index.html: let configure update the module version
    * mod_authn_sasl.c: fix segfault in cleanup code, closes ID: 3015155
    * mod_authn_sasl.c: make AuthSaslRealm a multi-value directive,
      if the username contains a realm it must now match one of these
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.1
miwi search for other commits by this committer
- Get Rid MD5 support
26 May 2010 21:43:21
Original commit files touched by this commit  1.1
pgollucci search for other commits by this committer
- Update to 1.1
- A few cleanups

With Hat:   apache@
18 May 2010 04:08:06
Original commit files touched by this commit  1.0.2_2
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
05 May 2010 21:54:08
Original commit files touched by this commit  1.0.2_1
pgollucci search for other commits by this committer
5/5: Chase www/apache22 (bundled apr shlib bump)

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
22 Aug 2009 00:38:34
Original commit files touched by this commit  1.0.2
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with W
17 May 2009 07:24:35
Original commit files touched by this commit  1.0.2
pgollucci search for other commits by this committer
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
12 May 2009 22:34:36
Original commit files touched by this commit  1.0.2
pgollucci search for other commits by this committer
over to apache@
12 May 2009 22:32:29
Original commit files touched by this commit  1.0.2
linimon search for other commits by this committer
Release these ports into the wild due to maintainer-timeouts and no
response to email.  We hope to see him back again sometime.
18 Feb 2009 15:35:11
Original commit files touched by this commit  1.0.2
itetcu search for other commits by this committer
This module provides the mod_auth_basic authentication front-end a way to
authenticate users by checking credentials via the Cyrus SASL library.
This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or
LDAP) already running at a machine use SASL to authenticate users.

WWW: http://mod-authn-sasl.sourceforge.net/

PR:             ports/131750
Submitted by:   Joerg Pulz <Joerg.Pulz at frm2.tum.de>

Number of commits found: 11

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month141

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.048 seconds.