The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD security : cyrus-sasl2

RFC 2222 SASL (Simple Authentication and Security Layer)

 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. 

http://cyrusimap.web.cmu.edu/



cyrus-sasl2 history


v. 1.134
date: 2007/08/07 16:46:21;  author: ume;  state: Exp;  lines: +19 -17
- Use OPTIONS.
- Obey the default BDB version defined in bsd.database.mk.

v. 1.133 date: 2007/08/06 15:01:21; author: ume; state: Exp; lines: +3 -2 Allow to build with db45 and db46 as well.
v. 1.132 date: 2007/07/23 09:36:27; author: rafan; state: Exp; lines: +0 -1 - 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
v. 1.131 date: 2007/06/13 11:05:47; author: sat; state: Exp; lines: +4 -0 - Fix build on amd64 by using -fPIC PR: ports/108697 Submitted by: Gardner Bell Approved by: ume (maintainer timeout, since 2 February 2007)
v. 1.130 date: 2007/02/01 02:41:54; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.129 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.128 date: 2006/09/17 05:25:21; author: ume; state: Exp; lines: +1 -1 krb5 1.5.1 won't build .a files by default, just .so files. Submitted by: Paul Vixie
v. 1.127 date: 2006/08/15 16:47:37; author: ume; state: Exp; lines: +1 -1 s,INSTALLS_SHLIB,USE_LDCONFIG,g
v. 1.126 date: 2006/05/19 20:45:36; author: ume; state: Exp; lines: +16 -11 Update to 2.1.22.
v. 1.125 date: 2006/04/18 17:48:29; author: ume; state: Exp; lines: +1 -1 Give sensible sentences for IGNORE. Requested by: kris
v. 1.124 date: 2006/04/18 12:33:21; author: ume; state: Exp; lines: +1 -1 Replace BROKEN with IGNORE.
v. 1.123 date: 2006/04/16 15:49:23; author: ume; state: Exp; lines: +5 -9 Enable support for db-4.4.
v. 1.122 date: 2005/12/26 14:52:21; author: ume; state: Exp; lines: +2 -2 change /var/state/saslauthd to /var/run/saslauthd as respect hier(7). PR: ports/90810 Submitted by: Artis Caune
v. 1.121 date: 2005/11/12 09:58:31; author: ume; state: Exp; lines: +1 -2 activate use of USE_SQLITE.
v. 1.120 date: 2005/11/08 16:51:08; author: ume; state: Exp; lines: +5 -10 - use USB_BDB. - add SHA256.
v. 1.119 date: 2005/11/07 15:22:44; author: ume; state: Exp; lines: +4 -3 install missed components.html document. PR: ports/88596 Submitted by: skv
v. 1.118 date: 2005/05/17 16:35:40; author: ume; state: Exp; lines: +11 -11 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.
v. 1.117 date: 2005/02/28 05:20:11; author: ume; state: Exp; lines: +1 -1 fix dependency. don't forget `+'.
v. 1.116 date: 2005/02/26 20:23:14; author: ume; state: Exp; lines: +0 -1 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
v. 1.115 date: 2005/02/25 16:12:53; author: ume; state: Exp; lines: +12 -11 simplify.
v. 1.114 date: 2005/02/25 14:57:26; author: ume; state: Exp; lines: +1 -0 use USE_INC_LIBTOOL_VER.
v. 1.113 date: 2005/02/23 21:18:46; author: ume; state: Exp; lines: +4 -1 Allow to use Berkeley DB 4.3. PR: ports/76154 Submitted by: Sunpoet Po-Chuan Hsieh
v. 1.112 date: 2005/01/31 00:35:53; author: girgen; state: Exp; lines: +1 -2 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)
v. 1.111 date: 2004/12/23 08:25:47; author: nork; state: Exp; lines: +2 -2 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
v. 1.110 date: 2004/11/28 09:42:03; author: ume; state: Exp; lines: +0 -5 remove needless definition.
v. 1.109 date: 2004/11/28 07:09:12; author: ume; state: Exp; lines: +6 -1 cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42. PR: ports/74463 Submitted by: NIIMI Satoshi
v. 1.108 date: 2004/11/24 16:35:34; author: ume; state: Exp; lines: +1 -1 Fix build with gssapi and krb5 PR: ports/74321 Submitted by: Florian Kraft
v. 1.107 date: 2004/10/25 12:42:40; author: ume; state: Exp; lines: +2 -2 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.
v. 1.106 date: 2004/10/12 14:10:43; author: ume; state: Exp; lines: +4 -0 add WITH_AUTHDAEMON option to allow use of courier authdaemond. PR: ports/72093 Submitted by: Marcin Gryszkalis
v. 1.105 date: 2004/10/08 18:09:15; author: ume; state: Exp; lines: +1 -1 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
v. 1.104 date: 2004/07/14 18:01:21; author: ume; state: Exp; lines: +2 -5 Update to 2.1.19.
v. 1.103 date: 2004/06/11 18:13:39; author: ume; state: Exp; lines: +1 -1 correct the path to match the path where the HTML docs are installed. PR: ports/67836 Submitted by: Linh Pham
v. 1.102 date: 2004/05/28 17:47:34; author: ume; state: Exp; lines: +17 -7 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
v. 1.101 date: 2004/05/25 09:19:42; author: mat; state: Exp; lines: +1 -1 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
v. 1.100 date: 2004/05/12 16:12:10; author: ume; state: Exp; lines: +3 -1 make the default location of running directory of saslauthd customizable by SASLAUTHD_RUNPATH variable. PR: ports/66521
v. 1.99 date: 2004/05/07 10:13:37; author: ume; state: Exp; lines: +3 -3 use LOCALBASE for dependent packages instead of PREFIX.
v. 1.98 date: 2004/03/18 15:25:14; author: ume; state: Exp; lines: +4 -0 Don't allow enabling MySQL or PGSQL implicitly. Submitted by: nork
v. 1.97 date: 2004/03/11 17:16:40; author: ume; state: Exp; lines: +6 -10 Update to 2.1.18.
v. 1.96 date: 2004/02/06 17:29:28; author: ume; state: Exp; lines: +2 -0 Set an appropriate LATEST_LINK to avoid conflicts with other ports. Reported by: kris
v. 1.95 date: 2004/01/17 15:35:33; author: ume; state: Exp; lines: +11 -8 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
v. 1.94 date: 2004/01/15 21:08:57; author: ume; state: Exp; lines: +13 -1 add WITHOUT_LOGIN and WITHOUT_PLAIN. Requested by: Hans Hbner
v. 1.93 date: 2003/12/27 16:58:08; author: ume; state: Exp; lines: +11 -1 add WITH_PGSQL knob which supports sql plugin with postgresql backend. PR: ports/60606 Submitted by: mat
v. 1.92 date: 2003/12/19 17:40:04; author: ume; state: Exp; lines: +2 -2 - space before and after `(' and ')' [1] - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko [1] Reported by: jeh [2]
v. 1.91 date: 2003/12/19 14:52:12; author: ume; state: Exp; lines: +2 -2 ${OSVERSION} must be after including bsd.port.pre.mk. Reported by: "Dan Langille"
v. 1.90 date: 2003/12/19 04:48:16; author: ume; state: Exp; lines: +1 -1 since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as default on 5-CURRENT. Submitted by: Sean McNeil
v. 1.89 date: 2003/12/19 04:29:13; author: ume; state: Exp; lines: +1 -1 fix build with heimdal. Submitted by: tiamat@komi.mts.ru
v. 1.88 date: 2003/12/04 08:06:03; author: ume; state: Exp; lines: +9 -9 Update to 2.1.17.
v. 1.87 date: 2003/12/04 06:33:54; author: ume; state: Exp; lines: +4 -0 add WITH_ALWAYSTRUE option. Requested by: Ted Cabeen
v. 1.86 date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5 USE_OPENSSL must be set before including bsd.port.pre.mk. Reported by: Fritz Heinrichmeyer
v. 1.85 date: 2003/08/28 15:53:33; author: ume; state: Exp; lines: +1 -1 Use USE_OPENSSL.
v. 1.84 date: 2003/08/28 12:16:05; author: ume; state: Exp; lines: +1 -1 Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined.
v. 1.83 date: 2003/08/28 12:08:50; author: ume; state: Exp; lines: +6 -8 Use USE_MYSQL.
v. 1.82 date: 2003/08/11 19:48:21; author: ume; state: Exp; lines: +4 -0 Add WITH_DEV_URANDOM option to use /dev/urandom instead of /dev/random.
v. 1.81 date: 2003/07/15 18:32:58; author: ume; state: Exp; lines: +11 -10 Update to 2.1.15.
v. 1.80 date: 2003/06/30 18:43:18; author: ume; state: Exp; lines: +6 -5 - 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
v. 1.79 date: 2003/06/30 16:51:00; author: ume; state: Exp; lines: +9 -10 Update to 2.1.14.
v. 1.78 date: 2003/06/04 11:15:52; author: ume; state: Exp; lines: +3 -3 fix plist. Submitted by: bento via kris
v. 1.77 date: 2003/06/01 04:21:05; author: ume; state: Exp; lines: +54 -71 - 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.
v. 1.76 date: 2003/06/01 03:56:44; author: ume; state: Exp; lines: +1 -1 remove useless trailing backslant.
v. 1.75 date: 2003/05/16 10:46:03; author: ume; state: Exp; lines: +14 -2 add WITHOUT_SASLAUTHD option.
v. 1.74 date: 2003/05/16 08:12:37; author: ume; state: Exp; lines: +19 -4 Sync the way how to handle Kerberos with latest security/cyrus-sasl. Obtained from: security/cyrus-sasl
v. 1.73 date: 2003/04/29 15:04:43; author: ume; state: Exp; lines: +8 -1 Add option WITHOUT_NTLM. Submitted by: Dan Larsson
v. 1.72 date: 2003/04/25 11:29:34; author: ume; state: Exp; lines: +2 -2 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"
v. 1.71 date: 2003/04/24 16:36:26; author: ume; state: Exp; lines: +7 -2 Use security/openssl/bsd.openssl.mk. PR: ports/51090 Submitted by: Oleg Sharoiko (with modification by me)
v. 1.70 date: 2003/04/24 15:33:29; author: ume; state: Exp; lines: +6 -1 Make MySQL 3.23, 4.0 and 4.1 selectable. Requested by: Matthias Fechner
v. 1.69 date: 2003/04/17 17:54:43; author: ume; state: Exp; lines: +1 -1 - The pidfile of saslauthd was changed. - The configure script should select correct version of Berkeley DB. PR: ports/51041 Submitted by: Oliver Eikemeier
v. 1.68 date: 2003/04/15 17:03:27; author: ume; state: Exp; lines: +5 -4 - 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
v. 1.67 date: 2003/03/24 09:20:28; author: ume; state: Exp; lines: +1 -0 mandir should follow MANPREFIX. Requested by: Tomki
v. 1.66 date: 2003/03/23 19:19:55; author: ume; state: Exp; lines: +1 -1 Add WITHOUT_KERBEROS option to prevent cyrus-sasl2 from enabling Kerberos even if libkrb is installed. Requested by: Troy Dixler
v. 1.65 date: 2003/02/20 20:10:04; author: ume; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.64 date: 2003/02/11 05:09:55; author: ume; state: Exp; lines: +3 -4 - Update to 2.1.12. - Fix installation of saslauthd.8. PR: ports/48162 Submitted by: Paulius Bulotas
v. 1.63 date: 2003/02/01 17:42:38; author: ume; state: Exp; lines: +3 -2 Update to 2.1.11.
v. 1.62 date: 2003/01/30 14:04:02; author: ume; state: Exp; lines: +8 -1 Add CYRUS_USER and CYRUS_GROUP options to be able to configure psuedo user for cyrus. Requested by: Cyrus Anderson Yunker
v. 1.61 date: 2003/01/20 09:42:54; author: ume; state: Exp; lines: +0 -1 fix package building. Reported by: bento via kris
v. 1.60 date: 2003/01/17 11:49:04; author: ume; state: Exp; lines: +4 -7 Add WITH_MYSQL option. Requested by: Przemyslaw Ciesielski
v. 1.59 date: 2003/01/01 16:25:46; author: ume; state: Exp; lines: +12 -0 Add WITHOUT_CRAM and WITHOUT_DIGEST to don't build cram and digest authentication. Submitted by: Dan Larsson
v. 1.58 date: 2002/12/09 18:26:46; author: ume; state: Exp; lines: +12 -9 Update to 2.1.10. This version corrects a number of DIGEST-MD5 interoperability issues, as well as corrects some potential buffer overflows. It is recommended that all sites using a 2.x release upgrade to 2.1.10. Approved by: portmgr
v. 1.57 date: 2002/10/15 20:30:25; author: ume; state: Exp; lines: +13 -1 - Add WITH_LDAP option which includes OpenLDAP2 support into saslauthd(8). - Install saslauthd(8) related docs. OpenLDAP2 support is described in LDAP_SASLAUTHD.
v. 1.56 date: 2002/10/14 17:52:06; author: ume; state: Exp; lines: +1 -2 Update to 2.1.9.
v. 1.55 date: 2002/10/11 23:16:26; author: ume; state: Exp; lines: +5 -4 Update to 2.1.8.
v. 1.54 date: 2002/09/13 16:23:23; author: ume; state: Exp; lines: +2 -0 fix plist in case of WITHOUT_OTP.
v. 1.53 date: 2002/09/13 15:47:19; author: ume; state: Exp; lines: +4 -0 Add option WITHOUT_OTP which disable OTP authentication. Requested by: Marc G. Fournier
v. 1.52 date: 2002/08/29 19:14:16; author: ume; state: Exp; lines: +2 -1 PR: ports/41599 Submitted by: Sean Chittenden Don't use `install -d' for the version of FreeBSD that didn't have it.
v. 1.51 date: 2002/08/29 17:57:31; author: ume; state: Exp; lines: +5 -2 Add description about sendmail with SASLv2.
v. 1.50 date: 2002/08/23 17:17:23; author: ume; state: Exp; lines: +0 -3 We don't need automake. Reported by: Jason Mealins
v. 1.49 date: 2002/08/22 19:13:41; 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.48 date: 2002/08/14 14:28:45; author: ume; state: Exp; lines: +1 -0 load plugins from plugin directry explicitly.
v. 1.47 date: 2002/08/09 19:11:41; author: ume; state: Exp; lines: +1 -1 Update to 2.1.7.
v. 1.46 date: 2002/08/08 14:22:50; author: ume; state: Exp; lines: +7 -4 Correct installation of docs.
v. 1.45 date: 2002/08/08 14:04:43; author: ume; state: Exp; lines: +46 -69 Add cyrus-sasl-2.1.6 after repo. copy.
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.134 date: 2007/08/07 16:46:21; author: ume; state: Exp; lines: +19 -17 - Use OPTIONS. - Obey the default BDB version defined in bsd.database.mk.
v. 1.133 date: 2007/08/06 15:01:21; author: ume; state: Exp; lines: +3 -2 Allow to build with db45 and db46 as well.
v. 1.132 date: 2007/07/23 09:36:27; author: rafan; state: Exp; lines: +0 -1 - 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
v. 1.131 date: 2007/06/13 11:05:47; author: sat; state: Exp; lines: +4 -0 - Fix build on amd64 by using -fPIC PR: ports/108697 Submitted by: Gardner Bell Approved by: ume (maintainer timeout, since 2 February 2007)
v. 1.130 date: 2007/02/01 02:41:54; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.129 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.128 date: 2006/09/17 05:25:21; author: ume; state: Exp; lines: +1 -1 krb5 1.5.1 won't build .a files by default, just .so files. Submitted by: Paul Vixie
v. 1.127 date: 2006/08/15 16:47:37; author: ume; state: Exp; lines: +1 -1 s,INSTALLS_SHLIB,USE_LDCONFIG,g
v. 1.126 date: 2006/05/19 20:45:36; author: ume; state: Exp; lines: +16 -11 Update to 2.1.22.
v. 1.125 date: 2006/04/18 17:48:29; author: ume; state: Exp; lines: +1 -1 Give sensible sentences for IGNORE. Requested by: kris
v. 1.124 date: 2006/04/18 12:33:21; author: ume; state: Exp; lines: +1 -1 Replace BROKEN with IGNORE.
v. 1.123 date: 2006/04/16 15:49:23; author: ume; state: Exp; lines: +5 -9 Enable support for db-4.4.
v. 1.122 date: 2005/12/26 14:52:21; author: ume; state: Exp; lines: +2 -2 change /var/state/saslauthd to /var/run/saslauthd as respect hier(7). PR: ports/90810 Submitted by: Artis Caune
v. 1.121 date: 2005/11/12 09:58:31; author: ume; state: Exp; lines: +1 -2 activate use of USE_SQLITE.
v. 1.120 date: 2005/11/08 16:51:08; author: ume; state: Exp; lines: +5 -10 - use USB_BDB. - add SHA256.
v. 1.119 date: 2005/11/07 15:22:44; author: ume; state: Exp; lines: +4 -3 install missed components.html document. PR: ports/88596 Submitted by: skv
v. 1.118 date: 2005/05/17 16:35:40; author: ume; state: Exp; lines: +11 -11 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.
v. 1.117 date: 2005/02/28 05:20:11; author: ume; state: Exp; lines: +1 -1 fix dependency. don't forget `+'.
v. 1.116 date: 2005/02/26 20:23:14; author: ume; state: Exp; lines: +0 -1 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
v. 1.115 date: 2005/02/25 16:12:53; author: ume; state: Exp; lines: +12 -11 simplify.
v. 1.114 date: 2005/02/25 14:57:26; author: ume; state: Exp; lines: +1 -0 use USE_INC_LIBTOOL_VER.
v. 1.113 date: 2005/02/23 21:18:46; author: ume; state: Exp; lines: +4 -1 Allow to use Berkeley DB 4.3. PR: ports/76154 Submitted by: Sunpoet Po-Chuan Hsieh
v. 1.112 date: 2005/01/31 00:35:53; author: girgen; state: Exp; lines: +1 -2 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)
v. 1.111 date: 2004/12/23 08:25:47; author: nork; state: Exp; lines: +2 -2 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
v. 1.110 date: 2004/11/28 09:42:03; author: ume; state: Exp; lines: +0 -5 remove needless definition.
v. 1.109 date: 2004/11/28 07:09:12; author: ume; state: Exp; lines: +6 -1 cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42. PR: ports/74463 Submitted by: NIIMI Satoshi
v. 1.108 date: 2004/11/24 16:35:34; author: ume; state: Exp; lines: +1 -1 Fix build with gssapi and krb5 PR: ports/74321 Submitted by: Florian Kraft
v. 1.107 date: 2004/10/25 12:42:40; author: ume; state: Exp; lines: +2 -2 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.
v. 1.106 date: 2004/10/12 14:10:43; author: ume; state: Exp; lines: +4 -0 add WITH_AUTHDAEMON option to allow use of courier authdaemond. PR: ports/72093 Submitted by: Marcin Gryszkalis
v. 1.105 date: 2004/10/08 18:09:15; author: ume; state: Exp; lines: +1 -1 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
v. 1.104 date: 2004/07/14 18:01:21; author: ume; state: Exp; lines: +2 -5 Update to 2.1.19.
v. 1.103 date: 2004/06/11 18:13:39; author: ume; state: Exp; lines: +1 -1 correct the path to match the path where the HTML docs are installed. PR: ports/67836 Submitted by: Linh Pham
v. 1.102 date: 2004/05/28 17:47:34; author: ume; state: Exp; lines: +17 -7 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
v. 1.101 date: 2004/05/25 09:19:42; author: mat; state: Exp; lines: +1 -1 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
v. 1.100 date: 2004/05/12 16:12:10; author: ume; state: Exp; lines: +3 -1 make the default location of running directory of saslauthd customizable by SASLAUTHD_RUNPATH variable. PR: ports/66521
v. 1.99 date: 2004/05/07 10:13:37; author: ume; state: Exp; lines: +3 -3 use LOCALBASE for dependent packages instead of PREFIX.
v. 1.98 date: 2004/03/18 15:25:14; author: ume; state: Exp; lines: +4 -0 Don't allow enabling MySQL or PGSQL implicitly. Submitted by: nork
v. 1.97 date: 2004/03/11 17:16:40; author: ume; state: Exp; lines: +6 -10 Update to 2.1.18.
v. 1.96 date: 2004/02/06 17:29:28; author: ume; state: Exp; lines: +2 -0 Set an appropriate LATEST_LINK to avoid conflicts with other ports. Reported by: kris
v. 1.95 date: 2004/01/17 15:35:33; author: ume; state: Exp; lines: +11 -8 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
v. 1.94 date: 2004/01/15 21:08:57; author: ume; state: Exp; lines: +13 -1 add WITHOUT_LOGIN and WITHOUT_PLAIN. Requested by: Hans Hbner
v. 1.93 date: 2003/12/27 16:58:08; author: ume; state: Exp; lines: +11 -1 add WITH_PGSQL knob which supports sql plugin with postgresql backend. PR: ports/60606 Submitted by: mat
v. 1.92 date: 2003/12/19 17:40:04; author: ume; state: Exp; lines: +2 -2 - space before and after `(' and ')' [1] - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko [1] Reported by: jeh [2]
v. 1.91 date: 2003/12/19 14:52:12; author: ume; state: Exp; lines: +2 -2 ${OSVERSION} must be after including bsd.port.pre.mk. Reported by: "Dan Langille"
v. 1.90 date: 2003/12/19 04:48:16; author: ume; state: Exp; lines: +1 -1 since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as default on 5-CURRENT. Submitted by: Sean McNeil
v. 1.89 date: 2003/12/19 04:29:13; author: ume; state: Exp; lines: +1 -1 fix build with heimdal. Submitted by: tiamat@komi.mts.ru
v. 1.88 date: 2003/12/04 08:06:03; author: ume; state: Exp; lines: +9 -9 Update to 2.1.17.
v. 1.87 date: 2003/12/04 06:33:54; author: ume; state: Exp; lines: +4 -0 add WITH_ALWAYSTRUE option. Requested by: Ted Cabeen
v. 1.86 date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5 USE_OPENSSL must be set before including bsd.port.pre.mk. Reported by: Fritz Heinrichmeyer
v. 1.85 date: 2003/08/28 15:53:33; author: ume; state: Exp; lines: +1 -1 Use USE_OPENSSL.
v. 1.84 date: 2003/08/28 12:16:05; author: ume; state: Exp; lines: +1 -1 Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined.
v. 1.83 date: 2003/08/28 12:08:50; author: ume; state: Exp; lines: +6 -8 Use USE_MYSQL.
v. 1.82 date: 2003/08/11 19:48:21; author: ume; state: Exp; lines: +4 -0 Add WITH_DEV_URANDOM option to use /dev/urandom instead of /dev/random.
v. 1.81 date: 2003/07/15 18:32:58; author: ume; state: Exp; lines: +11 -10 Update to 2.1.15.
v. 1.80 date: 2003/06/30 18:43:18; author: ume; state: Exp; lines: +6 -5 - 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
v. 1.79 date: 2003/06/30 16:51:00; author: ume; state: Exp; lines: +9 -10 Update to 2.1.14.
v. 1.78 date: 2003/06/04 11:15:52; author: ume; state: Exp; lines: +3 -3 fix plist. Submitted by: bento via kris
v. 1.77 date: 2003/06/01 04:21:05; author: ume; state: Exp; lines: +54 -71 - 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.
v. 1.76 date: 2003/06/01 03:56:44; author: ume; state: Exp; lines: +1 -1 remove useless trailing backslant.
v. 1.75 date: 2003/05/16 10:46:03; author: ume; state: Exp; lines: +14 -2 add WITHOUT_SASLAUTHD option.
v. 1.74 date: 2003/05/16 08:12:37; author: ume; state: Exp; lines: +19 -4 Sync the way how to handle Kerberos with latest security/cyrus-sasl. Obtained from: security/cyrus-sasl
v. 1.73 date: 2003/04/29 15:04:43; author: ume; state: Exp; lines: +8 -1 Add option WITHOUT_NTLM. Submitted by: Dan Larsson
v. 1.72 date: 2003/04/25 11:29:34; author: ume; state: Exp; lines: +2 -2 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"
v. 1.71 date: 2003/04/24 16:36:26; author: ume; state: Exp; lines: +7 -2 Use security/openssl/bsd.openssl.mk. PR: ports/51090 Submitted by: Oleg Sharoiko (with modification by me)
v. 1.70 date: 2003/04/24 15:33:29; author: ume; state: Exp; lines: +6 -1 Make MySQL 3.23, 4.0 and 4.1 selectable. Requested by: Matthias Fechner
v. 1.69 date: 2003/04/17 17:54:43; author: ume; state: Exp; lines: +1 -1 - The pidfile of saslauthd was changed. - The configure script should select correct version of Berkeley DB. PR: ports/51041 Submitted by: Oliver Eikemeier
v. 1.68 date: 2003/04/15 17:03:27; author: ume; state: Exp; lines: +5 -4 - 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
v. 1.67 date: 2003/03/24 09:20:28; author: ume; state: Exp; lines: +1 -0 mandir should follow MANPREFIX. Requested by: Tomki
v. 1.66 date: 2003/03/23 19:19:55; author: ume; state: Exp; lines: +1 -1 Add WITHOUT_KERBEROS option to prevent cyrus-sasl2 from enabling Kerberos even if libkrb is installed. Requested by: Troy Dixler
v. 1.65 date: 2003/02/20 20:10:04; author: ume; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.64 date: 2003/02/11 05:09:55; author: ume; state: Exp; lines: +3 -4 - Update to 2.1.12. - Fix installation of saslauthd.8. PR: ports/48162 Submitted by: Paulius Bulotas
v. 1.63 date: 2003/02/01 17:42:38; author: ume; state: Exp; lines: +3 -2 Update to 2.1.11.
v. 1.62 date: 2003/01/30 14:04:02; author: ume; state: Exp; lines: +8 -1 Add CYRUS_USER and CYRUS_GROUP options to be able to configure psuedo user for cyrus. Requested by: Cyrus Anderson Yunker
v. 1.61 date: 2003/01/20 09:42:54; author: ume; state: Exp; lines: +0 -1 fix package building. Reported by: bento via kris
v. 1.60 date: 2003/01/17 11:49:04; author: ume; state: Exp; lines: +4 -7 Add WITH_MYSQL option. Requested by: Przemyslaw Ciesielski
v. 1.59 date: 2003/01/01 16:25:46; author: ume; state: Exp; lines: +12 -0 Add WITHOUT_CRAM and WITHOUT_DIGEST to don't build cram and digest authentication. Submitted by: Dan Larsson
v. 1.58 date: 2002/12/09 18:26:46; author: ume; state: Exp; lines: +12 -9 Update to 2.1.10. This version corrects a number of DIGEST-MD5 interoperability issues, as well as corrects some potential buffer overflows. It is recommended that all sites using a 2.x release upgrade to 2.1.10. Approved by: portmgr
v. 1.57 date: 2002/10/15 20:30:25; author: ume; state: Exp; lines: +13 -1 - Add WITH_LDAP option which includes OpenLDAP2 support into saslauthd(8). - Install saslauthd(8) related docs. OpenLDAP2 support is described in LDAP_SASLAUTHD.
v. 1.56 date: 2002/10/14 17:52:06; author: ume; state: Exp; lines: +1 -2 Update to 2.1.9.
v. 1.55 date: 2002/10/11 23:16:26; author: ume; state: Exp; lines: +5 -4 Update to 2.1.8.
v. 1.54 date: 2002/09/13 16:23:23; author: ume; state: Exp; lines: +2 -0 fix plist in case of WITHOUT_OTP.
v. 1.53 date: 2002/09/13 15:47:19; author: ume; state: Exp; lines: +4 -0 Add option WITHOUT_OTP which disable OTP authentication. Requested by: Marc G. Fournier
v. 1.52 date: 2002/08/29 19:14:16; author: ume; state: Exp; lines: +2 -1 PR: ports/41599 Submitted by: Sean Chittenden Don't use `install -d' for the version of FreeBSD that didn't have it.
v. 1.51 date: 2002/08/29 17:57:31; author: ume; state: Exp; lines: +5 -2 Add description about sendmail with SASLv2.
v. 1.50 date: 2002/08/23 17:17:23; author: ume; state: Exp; lines: +0 -3 We don't need automake. Reported by: Jason Mealins
v. 1.49 date: 2002/08/22 19:13:41; 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.48 date: 2002/08/14 14:28:45; author: ume; state: Exp; lines: +1 -0 load plugins from plugin directry explicitly.
v. 1.47 date: 2002/08/09 19:11:41; author: ume; state: Exp; lines: +1 -1 Update to 2.1.7.
v. 1.46 date: 2002/08/08 14:22:50; author: ume; state: Exp; lines: +7 -4 Correct installation of docs.
v. 1.45 date: 2002/08/08 14:04:43; author: ume; state: Exp; lines: +46 -69 Add cyrus-sasl-2.1.6 after repo. copy.
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.134 date: 2007/08/07 16:46:21; author: ume; state: Exp; lines: +19 -17 - Use OPTIONS. - Obey the default BDB version defined in bsd.database.mk.
v. 1.133 date: 2007/08/06 15:01:21; author: ume; state: Exp; lines: +3 -2 Allow to build with db45 and db46 as well.
v. 1.132 date: 2007/07/23 09:36:27; author: rafan; state: Exp; lines: +0 -1 - 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
v. 1.131 date: 2007/06/13 11:05:47; author: sat; state: Exp; lines: +4 -0 - Fix build on amd64 by using -fPIC PR: ports/108697 Submitted by: Gardner Bell Approved by: ume (maintainer timeout, since 2 February 2007)
v. 1.130 date: 2007/02/01 02:41:54; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.129 date: 2006/10/07 10:26:49; author: ume; state: Exp



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm