aboutsummaryrefslogtreecommitdiffstats
path: root/security/cyrus-sasl2
Commit message (Collapse)AuthorAgeFilesLines
* SASL GSSAPI authentication plugin is divided into portume2013-12-262-19/+3
| | | | | | | different from cyrus-sasl2. Spotted by: Erick Turnquist <jhujhiti__at__adjectivism.org>, Scot Hetzel <swhetzel__at__gmail.com>
* Strip shared library.ume2013-11-031-1/+2
|
* use opt_USE knob.ume2013-10-141-17/+5
| | | | Spotted by: sunpoet
* enable stage.ume2013-10-142-31/+53
|
* - use modern OPTIONS helper.ume2013-10-141-85/+29
| | | | - remove LATEST_LINK as this port has no package name collision.
* - Try to unbreak parallel (-jX) buildsdanfe2013-09-241-21/+28
| | | | | | | - Improve knobs sort order within Makefile Reported by: crees, marino Approved by: ume (maintainer timeout, 3 weeks)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* Mark security/cyrus-sasl2 MAKE_JOBS_UNSAFE.ume2013-08-301-1/+2
| | | | | PR: ports/181626 Submitted by: amdmi3
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Add http mirror in case FTP is not availablebapt2013-04-061-1/+2
| | | | Approved by: portmgr (implicit)
* Don't search lib32 on FreeBSD/i386.ume2013-01-081-0/+1
|
* Use proper krb5-config when using HEIMDAL in ports.ume2013-01-072-17/+33
|
* When building with security/krb5 (specifying KRB5_HOME), makeume2013-01-061-0/+1
| | | | sure to link mit-krb5 libs.
* Mark cyrus-sasl2 as MAKE_JOBS_SAFE.ume2012-12-271-0/+2
| | | | Submitted by: Kevin Zheng <kevinz5000__at__gmail.com>
* Add upstream commit to define size_t in sasl.h.ume2012-12-262-1/+24
| | | | | | PR: ports/174379, ports/174692 Submitted by: rakuco Obtained from: http://git.cyrusimap.org/cyrus-sasl/commit/include/sasl.h?id=67a188693796a14e3a76ac603104807fbbfddfc4
* - Use OPTIONS_RADIO and OPTIONS_GROUP.ume2012-12-161-27/+20
| | | | | | - Remove useless DEV_URANDOM option. [1] Spotted by: des[1]
* Commit the patch that was forgotten when myume2012-12-112-1/+14
| | | | | | previous commit. Pointy hat to: ume
* Update cyrus-sasl2 to 2.1.26.ume2012-12-107-128/+18
| | | | This bumps shlib version of libsasl2.
* Convert to use new OPTIONS framework.ume2012-06-141-44/+47
|
* Fix broken get_fqhostname() logic. Without that fix mail/mutt-develnovel2012-03-202-1/+60
| | | | | | | | | | | compiled with WITH_MUTT_CYRUS_SASL2 option is not able to connect to IMAPS mailbox. PR: 161890 Submitted by: novel (myself) Approved by: maintainer timeout (more than 4 months) Obtained from: https://bugzilla.cyrusimap.org/show_bug.cgi?id=3589 Feature safe: yes
* Fix GSSAPI client crash, NULL ptr dereference.ume2011-10-082-1/+23
| | | | | Submitted by: Phil Pennock <cyrus-sasl-phil__at__spodhuis.org> Obtained from: http://lists.andrew.cmu.edu/pipermail/cyrus-sasl/2011-October/002358.html
* Update to 2.1.25.ume2011-09-2410-153/+96
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Try to fix GSSAPI when using heimdal from ports.ume2011-02-061-0/+12
| | | | | Submitted by: Graham Todd <gtodd__at__bellanet.org> Feature safe: yes
* Backout previous commit.ume2011-02-062-29/+13
| | | | | | | | Unfortunately, it broke GSSAPI when using heimdal in base. I have no idea how to detect whether heimdal is in base or from ports, now. Feature safe: yes
* * Fix GSSAPI when using heimdal from portsmiwi2011-02-052-13/+29
| | | | | | | PR: 152071 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: maintainer timeout Feature safe: yes
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Remove KERBEROS4 option which depends on a removed portume2010-11-243-18/+5
| | | | | | | | | (security/krb4) - Use dirrmtry on PREFIX/lib/sasl2 where configurations may stay - Remove MD5 in distinfo PR: ports/152261 Submitted by: sunpoet
* Make it buildable with db50.ume2010-05-272-0/+26
|
* Fix compilation with gcc44.ume2010-03-121-0/+20
| | | | | | | | It seems there is this fix in cyrus-sasl-2.1.24rc1. PR: 132573 Submitted by: Anonymous <swell.k__at__gmail.com> Reviewed by: OISHI Masakuni <yamasa__at__bsdhouse.org>
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Update to 2.1.23.ume2009-05-152-5/+5
| | | | Security: http://www.kb.cert.org/vuls/id/238019
* Be able to install as non-root.ume2009-05-131-1/+1
| | | | | PR: ports/133791 Submitted by: jhb
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-11/+1
|
* Change authdaemond_path from /dev/null toume2008-10-241-1/+3
| | | | | | | | | /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>
* - Install saslauthd.mdoc to ${PREFIX}/man/man8/saslauthd.8.ume2008-10-132-2/+4
| | | | | | | - Use ${BDB_LIB_DIR}. PR: ports/127809 Submitted by: "Scot W. Hetzel" <swhetzel__at__gmail.com>
* Oops, forgot to commit the fixkevlo2008-05-211-12/+19
|
* - Fix build on -HEADkevlo2008-05-211-1/+1
| | | | | | - Bump PORTREVISIO Approved by: maintainer timeout
* - Use OPTIONS.ume2007-08-081-17/+19
| | | | - Obey the default BDB version defined in bsd.database.mk.
* Allow to build with db45 and db46 as well.ume2007-08-061-2/+3
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | 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
* - Fix build on amd64 by using -fPICsat2007-06-131-0/+4
| | | | | | PR: ports/108697 Submitted by: Gardner Bell <gbell72@rogers.com> Approved by: ume (maintainer timeout, since 2 February 2007)
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+13
|
* make it compilable with gcc 4.1.ume2006-12-151-0/+13
| | | | Reported by: pointyhat via kris
* Change the MASTER_SITES entries fromume2006-10-071-1/+1
| | | | | | | | ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke <stb__at__lassitu.de>
* krb5 1.5.1 won't build .a files by default, just .so files.ume2006-09-171-1/+1
| | | | Submitted by: Paul Vixie <paul__at__vix.com>
* s,INSTALLS_SHLIB,USE_LDCONFIG,gume2006-08-161-1/+1
|
* Correct pathname in warning message.ume2006-05-271-1/+1
| | | | Reported by: nork
* Update to 2.1.22.ume2006-05-206-74/+46
|
* Give sensible sentences for IGNORE.ume2006-04-191-1/+1
| | | | Requested by: kris
* Replace BROKEN with IGNORE.ume2006-04-181-1/+1
|
* Enable support for db-4.4.ume2006-04-161-9/+5
|
* The Project Cyrus web site is migrated to a new server.ume2006-04-011-1/+1
|
* change /var/state/saslauthd to /var/run/saslauthd as respect hier(7).ume2005-12-261-2/+2
| | | | | PR: ports/90810 Submitted by: Artis Caune <Artis.Caune__at__latnet.lv>
* activate use of USE_SQLITE.ume2005-11-121-2/+1
|
* - use USB_BDB.ume2005-11-092-10/+6
| | | | - add SHA256.
* install missed components.html document.ume2005-11-072-3/+5
| | | | | PR: ports/88596 Submitted by: skv
* make security/cyrus-sasl2-ldapdb buildable with OpenLDAP 2.3.ume2005-11-031-1/+10
| | | | | PR: ports/88324 Submitted by: skv
* make it compilable with OpenSSL 0.9.8.ume2005-09-281-0/+12
| | | | | PR: ports/86452 Submitted by: Dirk Meyer <dirk.meyer__at__dinoex.sub.org>
* Update to 2.1.21.ume2005-05-187-113/+106
| | | | | | 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.
* fix dependency. don't forget `+'.ume2005-02-281-1/+1
|
* backout use of USE_INC_LIBTOOL_VER. libtool13 is marked asume2005-02-272-1/+33
| | | | | | | 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>
* simplify.ume2005-02-261-11/+12
|
* use USE_INC_LIBTOOL_VER.ume2005-02-252-33/+1
|
* Allow to use Berkeley DB 4.3.ume2005-02-241-1/+4
| | | | | PR: ports/76154 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Split the postgresql ports into a server and a client part.girgen2005-01-311-2/+1
| | | | | | | | 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)
* Clean up SQLite and related ports.nork2004-12-231-2/+2
| | | | | | | | | 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
* remove needless definition.ume2004-11-281-5/+0
|
* cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42.ume2004-11-281-1/+6
| | | | | PR: ports/74463 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Fix build with gssapi and krb5ume2004-11-251-1/+1
| | | | | PR: ports/74321 Submitted by: Florian Kraft <lra.hassberge@gmx.de>
* warn to create sasldb2 by yourself in BATCH mode.ume2004-11-091-0/+4
| | | | Suggested by: matusita
* Update to 2.1.20.ume2004-10-255-97/+89
| | | | | | | | * 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.
* add WITH_AUTHDAEMON option to allow use of courier authdaemond.ume2004-10-121-0/+4
| | | | | PR: ports/72093 Submitted by: Marcin Gryszkalis
* fix http://vuxml.freebsd.org/92268205-1947-11d9-bc4a-000c41e2cdad.htmlume2004-10-092-1/+17
| | | | | | 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
* Update to 2.1.19.ume2004-07-153-63/+17
|
* correct the path to match the path where the HTML docs are installed.ume2004-06-122-4/+5
| | | | | PR: ports/67836 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
* Add WITH_SQLITE option to support sql plugin with SQLiteume2004-05-293-8/+61
| | | | | | | | using nork's patch. His patch was already merged into cyrus-sasl2 and will be included in next release. Requested by: nork
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* make the default location of running directory of saslauthdume2004-05-131-1/+3
| | | | | | customizable by SASLAUTHD_RUNPATH variable. PR: ports/66521
* use LOCALBASE for dependent packages instead of PREFIX.ume2004-05-071-3/+3
|
* prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.ume2004-04-011-1/+3
| | | | Requested by: nork
* When there is user cyrus, don't overwrite the user. It helpsume2004-03-301-3/+1
| | | | updating cyrus-sasl2 without updating cyrus-imapd*.
* cosmetic changes.ume2004-03-302-7/+7
|
* PGSQL may be built with GSSAPI.ume2004-03-251-1/+10
| | | | Reported by: "Wolfram A. Kraushaar" <wak@prioris.dstm.de>
* Don't allow enabling MySQL or PGSQL implicitly.ume2004-03-181-0/+4
| | | | Submitted by: nork
* Update to 2.1.18.ume2004-03-125-43/+39
|
* Set an appropriate LATEST_LINK to avoid conflicts with other ports.ume2004-02-071-0/+2
| | | | Reported by: kris
* SIZEfyume2004-02-041-0/+1
|
* Support Berkeley DB 4.2.ume2004-01-173-10/+69
| | | | | | | | 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>
* add WITHOUT_LOGIN and WITHOUT_PLAIN.ume2004-01-162-7/+19
| | | | Requested by: Hans Hbner <hans@huebner.org>
* add WITH_PGSQL knob which supports sql plugin with postgresql backend.ume2003-12-281-1/+11
| | | | | PR: ports/60606 Submitted by: mat
* - space before and after `(' and ')' [1]ume2003-12-201-2/+2
| | | | | | | | - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko <os@rsu.ru> [1] Reported by: jeh [2]
* ${OSVERSION} must be after including bsd.port.pre.mk.ume2003-12-191-2/+2
| | | | Reported by: "Dan Langille" <dan@langille.org>
* since 5-CURRENT has Kerberos5 as default, enable Kerberos5 asume2003-12-191-1/+1
| | | | | | default on 5-CURRENT. Submitted by: Sean McNeil <sean@mcneil.com>
* fix build with heimdal.ume2003-12-191-1/+1
| | | | Submitted by: tiamat@komi.mts.ru
* Update to 2.1.17.ume2003-12-045-65/+81
|
* add WITH_ALWAYSTRUE option.ume2003-12-041-0/+4
| | | | Requested by: Ted Cabeen <secabeen@pobox.com>
* USE_OPENSSL must be set before including bsd.port.pre.mk.ume2003-09-011-5/+2
| | | | Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
* Use USE_OPENSSL.ume2003-08-281-1/+1
|
* Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined.ume2003-08-281-1/+1
|
* Use USE_MYSQL.ume2003-08-281-8/+6
|
* Remove obsoleted comment about use of saslauthd.ume2003-08-211-6/+1
| | | | Reported by: nork
* Add WITH_DEV_URANDOM option to use /dev/urandom instead ofume2003-08-121-0/+4
| | | | /dev/random.
* Stop installing Sendmail.conf by cyrus-sasl2, and it is now installedume2003-07-202-29/+0
| | | | | | 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.
* Update to 2.1.15.ume2003-07-166-52/+20
|
* Reduce warnings during build on 5-CURRENT.ume2003-07-021-1/+19
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - made old distfile fetchable after an update.ume2003-07-012-5/+7
| | | | | | | - install missing document which was added during update to 2.1.14. PR: ports/53932 (partly) Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* It seems MySQL 4.X support in 2.1.14 is still incomplete.ume2003-07-011-0/+12
|
* Update to 2.1.14.ume2003-07-018-109/+59
|
* Sync with cyrus-sasl port. There is no functional change.ume2003-06-072-10/+11
| | | | Obtained from: cyrus-sasl port
* fix plist.ume2003-06-041-3/+3
| | | | Submitted by: bento via kris
* - Make saslauthd a separate port to avoid dependency loop betweenume2003-06-018-419/+80
| | | | | | cyrus-sasl2 and openldap. - Stop using configuration menu. I believe it ease to maintain consistency with other SASL related ports.
* remove useless trailing backslant.ume2003-06-011-1/+1
|
* make MySQL plugin work with MySQL 4.X.ume2003-06-011-0/+19
|
* add WITHOUT_SASLAUTHD option.ume2003-05-163-20/+44
|
* Sync the way how to handle Kerberos with latest security/cyrus-sasl.ume2003-05-162-5/+20
| | | | Obtained from: security/cyrus-sasl
* When sending mail localy on a system compiled woth SASL AUTH, theume2003-05-061-3/+18
| | | | | | | | | | | | | | 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>
* Add option WITHOUT_NTLM.ume2003-04-292-4/+11
| | | | Submitted by: Dan Larsson <dl@tyfon.net>
* Change the group of /var/state/saslauthd mail to be sync withume2003-04-251-2/+2
| | | | | | | /usr/local/etc/sasldb2. The postfix should belongs to only mail group. Reported by: "Denis N. Peplin" <info@volginfo.ru>
* Use security/openssl/bsd.openssl.mk.ume2003-04-251-2/+7
| | | | | PR: ports/51090 Submitted by: Oleg Sharoiko <os@rsu.ru> (with modification by me)
* Make MySQL 3.23, 4.0 and 4.1 selectable.ume2003-04-242-26/+55
| | | | Requested by: Matthias Fechner <idefix@fechner.net>
* - The pidfile of saslauthd was changed.ume2003-04-185-11/+10
| | | | | | | - The configure script should select correct version of Berkeley DB. PR: ports/51041 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* make configure script pickking up the Heimdal Kerberos that'sume2003-04-172-0/+36
| | | | | | in FreeBSD's base. Submitted by: Graeme Mathieson <mathie@wossname.org.uk>
* make WITH_LDAP21 work.ume2003-04-171-1/+1
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* add missing files which should be committed by previous committed.ume2003-04-163-0/+69
|
* - update to 2.1.13ume2003-04-166-31/+114
| | | | | | | | | | - 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>
* mandir should follow MANPREFIX.ume2003-03-241-0/+1
| | | | Requested by: Tomki <tomki@alink.net>
* Add WITHOUT_KERBEROS option to prevent cyrus-sasl2 from enablingume2003-03-241-1/+1
| | | | | | Kerberos even if libkrb is installed. Requested by: Troy Dixler <troy@twisted.net>
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-2/+2
|
* De-pkg-comment.ume2003-02-212-1/+1
|
* - Update to 2.1.12.ume2003-02-113-5/+5
| | | | | | | - Fix installation of saslauthd.8. PR: ports/48162 Submitted by: Paulius Bulotas <paulius@kaktusas.org>
* Update to 2.1.11.ume2003-02-022-3/+4
|
* Add CYRUS_USER and CYRUS_GROUP options to be able to configureume2003-01-303-10/+23
| | | | | | psuedo user for cyrus. Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
* fix package building.ume2003-01-201-1/+0
| | | | Reported by: bento via kris
* Add WITH_MYSQL option.ume2003-01-173-7/+40
| | | | Requested by: Przemyslaw Ciesielski <pck@blue.pl>
* Add WITHOUT_CRAM and WITHOUT_DIGEST to don't build cram and digestume2003-01-022-6/+18
| | | | | | authentication. Submitted by: Dan Larsson <dl@tyfon.net>
* Update to 2.1.10.ume2002-12-104-23/+19
| | | | | | | | | 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
* - Add WITH_LDAP option which includes OpenLDAP2 support intoume2002-10-162-1/+21
| | | | | | saslauthd(8). - Install saslauthd(8) related docs. OpenLDAP2 support is described in LDAP_SASLAUTHD.
* Update to 2.1.9.ume2002-10-154-177/+15
|
* Update to 2.1.8.ume2002-10-125-21/+195
|
* Correct path of /var/state.ume2002-10-061-2/+2
| | | | Submitted by: Ayumu Kato <akato@sysrdc.ns-sol.co.jp>
* SASLv2 support of Sendmail is started with 8.12.4.ume2002-10-061-0/+2
| | | | | PR: ports/43719 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* fix plist in case of WITHOUT_OTP.ume2002-09-142-3/+5
|
* Add option WITHOUT_OTP which disable OTP authentication.ume2002-09-131-0/+4
| | | | Requested by: Marc G. Fournier <scrappy@hub.org>
* Fix typo. Sendmail.conf should be in lib/sasl2.ume2002-08-301-1/+1
|
* PR: ports/41599ume2002-08-301-1/+2
| | | | | | Submitted by: Sean Chittenden <sean@chittenden.org> Don't use `install -d' for the version of FreeBSD that didn't have it.
* Add description about sendmail with SASLv2.ume2002-08-307-2/+81
|
* We don't need automake.ume2002-08-241-3/+0
| | | | Reported by: Jason Mealins <jason_mealins@bigfix.com>
* BerkeleyDB cleanup - stage 2ade2002-08-232-2/+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
* load plugins from plugin directry explicitly.ume2002-08-142-0/+17
|
* Update to 2.1.7.ume2002-08-103-2/+15
|
* Correct installation of docs.ume2002-08-082-6/+9
|
* Add cyrus-sasl-2.1.6 after repo. copy.ume2002-08-0819-697/+218
|
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-293-10/+10
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* - Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgzpat2002-06-274-5/+25
| | | | | | | | | 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
* fix configure on -currentijliao2002-06-182-13/+26
| | | | | | | update Sendmail.README for sendmail 8.10-8.12 PR: 38646 Submitted by: maintainer
* Do not add a shell to cyrus user.dwcjr2002-05-242-22/+31
| | | | | PR: 38434 Submitted by: maintainer
* Fix for DB3 & KRB4dwcjr2002-05-213-15/+74
| | | | | PR: 38363 Submitted by: maintainer
* new PORTREVISION, using newer patchfiledinoex2002-05-164-109/+7
| | | | | | | minor Update of the Readme PR: 37607,37913 Submitted by: hetzels@westbend.net
* Remove defunct Sourceforge site.trevor2002-05-151-1/+0
| | | | | PR: 38100 Submitted by: Alan Batie
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.pat2002-02-033-8/+36
| | | | | PR: 34561 Submitted by: maintainer
* Fix placement of .include <bsd.port.pre.mk> which I screwed up inpat2002-02-021-8/+7
| | | | | | the last commit. Submitted by: maintainer
* Fix plist and dont use -w flag with fmt on older releases.pat2002-02-022-5/+10
| | | | | PR: 34541 Submitted by: maintainer
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
| | | | | | 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.
* Fix build when KRB5_HOME is definedpat2002-01-221-0/+15
| | | | | PR: 34149 Submitted by: maintainer
* Fix OpenLDAP v1 errorsdwcjr2002-01-2110-48/+405
| | | | | | | | Allow PAM aware pwcheck daemon Add JavaSASL PR: 34068 Submitted by: maintainer
* Update to version 1.5.27kevlo2002-01-1714-632/+166
| | | | | PR: 33603 Submitted by: MAINTAINER
* This port requires automake 1.4 and cannot work with 1.5.will2002-01-071-1/+1
| | | | Submitted by: bento 4-exp
* Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}steve2001-12-251-0/+4
| | | | instead since ${.CURDIR} can be a read-only filesystem.
* refer to correct location in pkg-messageijliao2001-12-206-18/+37
| | | | | | | | correct db filename fix pkg-install script PR: 29731 Submitted by: maintainer
* Fix formatting string bugdwcjr2001-12-092-4/+14
| | | | | | | | Remove old MASTER_SITE PR: 32555 Submitted by: alx@cii.sumy.ua Approved by: maintainer
* Fix automake build problemdwcjr2001-11-231-1/+0
| | | | | PR: 32026 Submitted by: maintainer
* Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,petef2001-10-301-1/+1
| | | | | | | set ${AUTOMAKE_ARGS} to --add-missing --include-deps. PR: 31593 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* USE DOCSDIR and PORTDOCSdwcjr2001-08-134-34/+33
| | | | | | | ADD IPv6 support PR: 29404 Submitted by: maintainer
* Back out the db3 port update because some of these dependent ports hadknu2001-08-012-2/+2
| | | | | | | | | | 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.
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-252-2/+2
|
* Cosmetic change only: make the MAN3 section fit an 80 column screen.olgeni2001-05-221-5/+6
|
* Fix the DB3 support. DB3's shlib version is now at 2.knu2001-03-061-1/+1
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-5/+5
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Use mktemp(1) to create a temporary file instead of using a shortjedgar2000-12-191-4/+6
| | | | | | guessable filename during configuration. Approved by: Maintainer
* Update Sendmail.README with instructions on how to enable thesteve2000-12-111-4/+30
| | | | | | | GroupReadableSASLFile option for DONT_BLAME_SENDMAIL. PR: 23149 Submitted by: maintainer
* - Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-installkevlo2000-11-173-6/+8
| | | | | | | - Add support for Heimdal Kerberos V port PR: 22894 Submitted by: MAINTAINER
* PostFix requires 770 permissons on the /var/pwcheck directory.jeh2000-11-022-2/+2
| | | | | PR: 22490 Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
* New filejeh2000-11-011-0/+39
| | | | PR: 22462
* - Change /var/pwcheck permissions so Postfix can use pwcheck for SASL ↵jeh2000-11-015-89/+44
| | | | | | | | | | | 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 <hetzels@westbend.net> MAINTAINER
* Missing /SASL at the end of the path to install Sendmail.READMEjeh2000-10-261-1/+1
| | | | Submitted by: bento
* The last commit should have bumped PORTREVISIONjeh2000-10-241-1/+1
|
* autodetected DB3, but fails to find includesjeh2000-10-243-12/+69
| | | | | PR: 21411 Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-1/+1
| | | | | | | 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.
* Update the sendmail build information in light of the new SENDMAIL_* make.confgshapiro2000-09-201-16/+6
| | | | | | flags. Approved by: maintainer, ade
* Cyrus-SASL 1.5.24 sources changed on Aug 15thade2000-09-1913-22/+728
| | | | | | | | | | | | -- 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
* Update to 1.5.24nbm2000-08-133-25/+4
| | | | | | PR: ports/20376 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Approved by: Scot W. Hetzel <hetzels@westbend.net> (maintainer)
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-3/+2
| | | | ldconfig in PLIST need personal consideration.
* Update to 1.5.21.knu2000-06-114-51/+121
| | | | | | | | | | 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
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-212-5/+4
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Fix build error by adding ${OPENSSLINC}/openssl to the include path.dirk2000-02-291-1/+1
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* USE_OPENSSLkris2000-02-142-8/+23
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Update to version 1.5.15.steve2000-01-247-53/+115
| | | | | PR: 16130 Submitted by: maintainer
* Use OpenSSL instaed of librc4 so this port's package can be exported.steve1999-12-294-44/+87
| | | | | | | Also incorporate Garrett Wollman's kerberos fixes. PR: 15732 Submitted by: maintainer
* Adding cyrus-sasl version 1.5.13.steve1999-12-277-0/+187
An RFC 2222 SASL (Simple Authentication and Security Layer). PR: 14619 Submitted by: Scot W. Hetzel <hetzels@westbend.net>