FreshPorts -- The Place For Ports Sat, 4 Jul 2009 3:39 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 2.1.23 security on this many watch lists=259 search for ports that depend on this port An older version of this port was marked as vulnerable.
RFC 2222 SASL (Simple Authentication and Security Layer)
Maintained by: ume@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Aug 2002 15:06:20
Also Listed In: ipv6


The Cyrus SASL (Simple Authentication and Security Layer)

SASL is the Simple Authentication and Security Layer, 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.

WWW: http://cyrusimap.web.cmu.edu/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/libtool15

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


Configuration Options
===> The following configuration options are available for cyrus-sasl-2.1.23:
     BDB=off (default) "Use Berkeley DB"
     MYSQL=off (default) "Use MySQL"
     PGSQL=off (default) "Use PostgreSQL"
     SQLITE=off (default) "Use SQLite"
     DEV_URANDOM=off (default) "Use /dev/urandom"
     ALWAYSTRUE=off (default) "Enable the alwaystrue password verifier"
     KEEP_DB_OPEN=off (default) "Keep handle to Berkeley DB open"
     AUTHDAEMOND=on (default) "Enable use of authdaemon"
     LOGIN=on (default) "Enable LOGIN authentication"
     PLAIN=on (default) "Enable PLAIN authentication"
     CRAM=on (default) "Enable CRAM-MD5 authentication"
     DIGEST=on (default) "Enable DIGEST-MD5 authentication"
     OTP=on (default) "Enable OTP authentication"
     NTLM=on (default) "Enable NTLM 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: 121 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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
13 May 2009 04:18:48
Original commit files touched by this commit  2.1.22_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
Be able to install as non-root.

PR:             ports/133791
Submitted by:   jhb
06 Jan 2009 17:59:31
Original commit files touched by this commit  2.1.22_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
23 Oct 2008 18:34:26
Original commit files touched by this commit  2.1.22_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
Change authdaemond_path from /dev/null to
/var/run/authdaemond/socket.  Though, authdaemond_path could
be set by the sasl2 config file, it should be good to have
its default value for ports/security/courier-authlib.

PR:             ports/95102, ports/122234
Submitted by:   Artis Caune <Artis.Caune__at__latnet.lv>
13 Oct 2008 16:10:44
Original commit files touched by this commit  2.1.22_1
 This port version is marked as vulnerable.
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>
21 May 2008 03:34:39
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
kevlo search for other commits by this committer
Oops, forgot to commit the fix
07 Aug 2007 17:46:22
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
13 Jun 2007 12:05:47
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
sat search for other commits by this committer
- Fix build on amd64 by using -fPIC

PR:             ports/108697
Submitted by:   Gardner Bell <gbell72@rogers.com>
Approved by:    ume (maintainer timeout, since 2 February 2007)
01 Feb 2007 02:42:06
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
15 Dec 2006 02:08:58
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
ume search for other commits by this committer
make it compilable with gcc 4.1.

Reported by:    pointyhat via kris
07 Oct 2006 11:26:49
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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>
15 Aug 2006 17:47:38
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
ume search for other commits by this committer
s,INSTALLS_SHLIB,USE_LDCONFIG,g
26 May 2006 19:49:05
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
ume search for other commits by this committer
Correct pathname in warning message.

Reported by:    nork
19 May 2006 21:45:37
Original commit files touched by this commit  2.1.22
 This port version is marked as vulnerable.
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_2
 This port version is marked as vulnerable.
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_2
 This port version is marked as vulnerable.
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_2
 This port version is marked as vulnerable.
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_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
The Project Cyrus web site is migrated to a new server.
26 Dec 2005 14:52:22
Original commit files touched by this commit  2.1.21_2
 This port version is marked as vulnerable.
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>
12 Nov 2005 09:58:31
Original commit files touched by this commit  2.1.21_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
activate use of USE_SQLITE.
08 Nov 2005 16:51:09
Original commit files touched by this commit  2.1.21_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
- use USB_BDB.
- add SHA256.
07 Nov 2005 15:22:44
Original commit files touched by this commit  2.1.21_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
install missed components.html document.

PR:             ports/88596
Submitted by:   skv
02 Nov 2005 18:37:57
Original commit files touched by this commit  2.1.21
 This port version is marked as vulnerable.
ume search for other commits by this committer
make security/cyrus-sasl2-ldapdb buildable with OpenLDAP 2.3.

PR:             ports/88324
Submitted by:   skv
27 Sep 2005 21:12:38
Original commit files touched by this commit  2.1.21
 This port version is marked as vulnerable.
ume search for other commits by this committer
make it compilable with OpenSSL 0.9.8.

PR:             ports/86452
Submitted by:   Dirk Meyer <dirk.meyer__at__dinoex.sub.org>
17 May 2005 17:35:40
Original commit files touched by this commit  2.1.21
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.1.21.
LDAPDB auxprop plugin was added since this version.  Unfortunately,
we cannot simply enable it in ports tree to avoid dependency loop
with OpenLDAP port.  So, I'll add separete port for it later.
28 Feb 2005 05:20:11
Original commit files touched by this commit  2.1.20_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
fix dependency.  don't forget `+'.
26 Feb 2005 20:23:15
Original commit files touched by this commit  2.1.20_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
backout use of USE_INC_LIBTOOL_VER.  libtool13 is marked as
DEPRECATED.  libtool15 is incompatible, and I couldn't find
how to build and install static libs by libtool15.

Suggensted by:  Angelo Turetta <aturetta@commit.it>
25 Feb 2005 16:12:54
Original commit files touched by this commit  2.1.20_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
simplify.
25 Feb 2005 14:57:26
Original commit files touched by this commit  2.1.20_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
use USE_INC_LIBTOOL_VER.
23 Feb 2005 21:18:47
Original commit files touched by this commit  2.1.20_1
 This port version is marked as vulnerable.
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>
31 Jan 2005 00:35:56
Original commit files touched by this commit  2.1.20_1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
23 Dec 2004 08:25:47
Original commit files touched by this commit  2.1.20_1
 This port version is marked as vulnerable.
nork search for other commits by this committer
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:    portmgr, maintainers of sqlite and related ports
28 Nov 2004 09:42:03
Original commit files touched by this commit  2.1.20
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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>
09 Nov 2004 07:47:24
Original commit files touched by this commit  2.1.20
 This port version is marked as vulnerable.
ume search for other commits by this committer
warn to create sasldb2 by yourself in BATCH mode.

Suggested by:   matusita
25 Oct 2004 13:42:40
Original commit files touched by this commit  2.1.20
 This port version is marked as vulnerable.
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.
12 Oct 2004 15:10:43
Original commit files touched by this commit  2.1.19_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
add WITH_AUTHDAEMON option to allow use of courier authdaemond.

PR:             ports/72093
Submitted by:   Marcin Gryszkalis
08 Oct 2004 19:09:16
Original commit files touched by this commit  2.1.19_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
fix http://vuxml.freebsd.org/92268205-1947-11d9-bc4a-000c41e2cdad.html

Reported by:    nectar
Approved by:    portmgr (krion)
Obtained from: 
https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sasl/lib/common.c#rev1.104
14 Jul 2004 19:01:22
Original commit files touched by this commit  2.1.19
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.1.19.
11 Jun 2004 19:13:39
Original commit files touched by this commit  2.1.18_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
correct the path to match the path where the HTML docs are installed.

PR:             ports/67836
Submitted by:   Linh Pham <question+freebsdpr@closedsrc.org>
28 May 2004 18:47:35
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
ume search for other commits by this committer
Add WITH_SQLITE option to support sql plugin with SQLite
using nork's patch.
His patch was already merged into cyrus-sasl2 and will be
included in next release.

Requested by:   nork
25 May 2004 10:19:43
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
mat search for other commits by this committer
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
12 May 2004 17:12:11
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
ume search for other commits by this committer
use LOCALBASE for dependent packages instead of PREFIX.
31 Mar 2004 17:56:31
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
ume search for other commits by this committer
prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.

Requested by:   nork
30 Mar 2004 16:33:55
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
ume search for other commits by this committer
When there is user cyrus, don't overwrite the user.  It helps
updating cyrus-sasl2 without updating cyrus-imapd*.
30 Mar 2004 16:28:07
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
ume search for other commits by this committer
cosmetic changes.
24 Mar 2004 19:27:30
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
ume search for other commits by this committer
PGSQL may be built with GSSAPI.

Reported by:    "Wolfram A. Kraushaar" <wak@prioris.dstm.de>
18 Mar 2004 15:25:14
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
ume search for other commits by this committer
Don't allow enabling MySQL or PGSQL implicitly.

Submitted by:   nork
11 Mar 2004 17:16:41
Original commit files touched by this commit  2.1.18
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.1.18.
06 Feb 2004 17:29:28
Original commit files touched by this commit  2.1.17_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Set an appropriate LATEST_LINK to avoid conflicts with other ports.

Reported by:    kris
04 Feb 2004 13:57:19
Original commit files touched by this commit  2.1.17_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
SIZEfy
17 Jan 2004 15:35:34
Original commit files touched by this commit  2.1.17_1
 This port version is marked as vulnerable.
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>
15 Jan 2004 21:08:57
Original commit files touched by this commit  2.1.17_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
add WITHOUT_LOGIN and WITHOUT_PLAIN.

Requested by:   Hans Hbner <hans@huebner.org>
27 Dec 2003 16:58:08
Original commit files touched by this commit  2.1.17_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
add WITH_PGSQL knob which supports sql plugin with postgresql backend.

PR:             ports/60606
Submitted by:   mat
19 Dec 2003 17:40:04
Original commit files touched by this commit  2.1.17_1
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.1.17.
04 Dec 2003 06:33:54
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
ume search for other commits by this committer
add WITH_ALWAYSTRUE option.

Requested by:   Ted Cabeen <secabeen@pobox.com>
01 Sep 2003 11:44:42
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
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 16:53:34
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
ume search for other commits by this committer
Use USE_OPENSSL.
28 Aug 2003 13:16:06
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
ume search for other commits by this committer
Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined.
28 Aug 2003 13:08:50
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
ume search for other commits by this committer
Use USE_MYSQL.
21 Aug 2003 15:11:32
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
ume search for other commits by this committer
Remove obsoleted comment about use of saslauthd.

Reported by:    nork
11 Aug 2003 20:48:22
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
ume search for other commits by this committer
Add WITH_DEV_URANDOM option to use /dev/urandom instead of
/dev/random.
20 Jul 2003 07:29:25
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
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.
15 Jul 2003 19:32:58
Original commit files touched by this commit  2.1.15
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.1.15.
02 Jul 2003 10:42:15
Original commit files touched by this commit  2.1.14_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Reduce warnings during build on 5-CURRENT.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
30 Jun 2003 19:43:19
Original commit files touched by this commit  2.1.14_1
 This port version is marked as vulnerable.
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 18:04:10
Original commit files touched by this commit  2.1.14
 This port version is marked as vulnerable.
ume search for other commits by this committer
It seems MySQL 4.X support in 2.1.14 is still incomplete.
30 Jun 2003 17:51:00
Original commit files touched by this commit  2.1.14
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.1.14.
07 Jun 2003 12:46:04
Original commit files touched by this commit  2.1.13_4
 This port version is marked as vulnerable.
ume search for other commits by this committer
Sync with cyrus-sasl port.  There is no functional change.

Obtained from:  cyrus-sasl port
04 Jun 2003 12:15:53
Original commit files touched by this commit  2.1.13_4
 This port version is marked as vulnerable.
ume search for other commits by this committer
fix plist.

Submitted by:   bento via kris
01 Jun 2003 05:21:06
Original commit files touched by this commit  2.1.13_3
 This port version is marked as vulnerable.
ume search for other commits by this committer
- Make saslauthd a separate port to avoid dependency loop between
  cyrus-sasl2 and openldap.
- Stop using configuration menu.  I believe it ease to maintain
  consistency with other SASL related ports.
01 Jun 2003 04:56:45
Original commit files touched by this commit  2.1.13_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
remove useless trailing backslant.
01 Jun 2003 04:55:35
Original commit files touched by this commit  2.1.13_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
make MySQL plugin work with MySQL 4.X.
16 May 2003 11:46:04
Original commit files touched by this commit  2.1.13_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
add WITHOUT_SASLAUTHD option.
16 May 2003 09:12:37
Original commit files touched by this commit  2.1.13_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
Sync the way how to handle Kerberos with latest security/cyrus-sasl.

Obtained from:  security/cyrus-sasl
06 May 2003 13:32:14
Original commit files touched by this commit  2.1.13_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
When sending mail localy on a system compiled woth SASL AUTH, the
sendmail mail submission program may log the following error on the
sasldb file:

        error: safesasl(/usr/local/etc/sasldb) failed: Group readable file

Pine by default is using SMTP, and therfore SMTP AUTH if compiled
into sendmail.  To disable SMTP AUTH we need to define DAEMON_OPTIONS
for the loopback interface.

PR:             ports/51680
Submitted by:   Scot W. Hetzel <hetzels@westbend.net>
29 Apr 2003 16:04:43
Original commit files touched by this commit  2.1.13_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
Add option WITHOUT_NTLM.

Submitted by:   Dan Larsson <dl@tyfon.net>
25 Apr 2003 12:29:34
Original commit files touched by this commit  2.1.13_2
 This port version is marked as vulnerable.
ume search for other commits by this committer
Change the group of /var/state/saslauthd mail to be sync with
/usr/local/etc/sasldb2.  The postfix should belongs to only
mail group.

Reported by:    "Denis N. Peplin" <info@volginfo.ru>
24 Apr 2003 17:36:26
Original commit files touched by this commit  2.1.13_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Use security/openssl/bsd.openssl.mk.

PR:             ports/51090
Submitted by:   Oleg Sharoiko <os@rsu.ru> (with modification by me)
24 Apr 2003 16:33:29
Original commit files touched by this commit  2.1.13_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Make MySQL 3.23, 4.0 and 4.1 selectable.

Requested by:    Matthias Fechner <idefix@fechner.net>
17 Apr 2003 18:54:43
Original commit files touched by this commit  2.1.13_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
- The pidfile of saslauthd was changed.
- The configure script should select correct version of Berkeley DB.

PR:             ports/51041
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
16 Apr 2003 18:28:05
Original commit files touched by this commit  2.1.13
 This port version is marked as vulnerable.
ume search for other commits by this committer
make configure script pickking up the Heimdal Kerberos that's
in FreeBSD's base.

Submitted by:   Graeme Mathieson <mathie@wossname.org.uk>
16 Apr 2003 17:59:21
Original commit files touched by this commit  2.1.13
 This port version is marked as vulnerable.
ume search for other commits by this committer
make WITH_LDAP21 work.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
15 Apr 2003 19:09:30
Original commit files touched by this commit  2.1.13
 This port version is marked as vulnerable.
ume search for other commits by this committer
add missing files which should be committed by previous committed.
15 Apr 2003 18:03:28
Original commit files touched by this commit  2.1.13
 This port version is marked as vulnerable.
ume search for other commits by this committer
- update to 2.1.13
- fixes for 5-CURRENT (changed behaviour of 'expr')
- enable NTLM module
- support for db4 and db4.1
- support for OpenLDAP 2.1

PR:             ports/50962
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
24 Mar 2003 09:20:28
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
ume search for other commits by this committer
mandir should follow MANPREFIX.

Requested by:   Tomki <tomki@alink.net>
23 Mar 2003 19:19:55
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
ume search for other commits by this committer
Add WITHOUT_KERBEROS option to prevent cyrus-sasl2 from enabling
Kerberos even if libkrb is installed.

Requested by:   Troy Dixler <troy@twisted.net>
24 Feb 2003 02:56:37
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Point dependencies on net/openldap2 to net/openldap20
20 Feb 2003 20:10:05
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
ume search for other commits by this committer
De-pkg-comment.
11 Feb 2003 05:09:56
Original commit files touched by this commit  2.1.12
 This port version is marked as vulnerable.
ume search for other commits by this committer
- Update to 2.1.12.
- Fix installation of saslauthd.8.

PR:             ports/48162
Submitted by:   Paulius Bulotas <paulius@kaktusas.org>
01 Feb 2003 17:42:38
Original commit files touched by this commit  2.1.11
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.1.11.

Number of commits found: 121 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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 20375
Broken 145
Deprecated 44
Ignore 763
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours3
new 7 days69
new fortnight96
new month180

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