summaryrefslogtreecommitdiffstats
path: root/security/cyrus-sasl
Commit message (Collapse)AuthorAgeFilesLines
* The Project Cyrus web site is migrated to a new server.ume2006-04-011-1/+1
|
* Conversion to a single libtool environment.ade2006-02-232-2/+11
| | | | Approved by: portmgr (kris)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-203-3/+2
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* - Add SHA256pav2005-11-251-0/+4
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-3/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Remove trailing backslash from MASTER_SITES which caused thefenner2005-10-071-2/+2
| | | | | | | MASTER_SITE_SUBDIR= line to be treated as 4 more sites. Add slash to MASTER_SITE_SUBDIR using the group syntax. (The file's not there anyway, but at least it's looking in the right spot now.)
* Chase OpenLDAP 2.2vs2004-12-091-4/+4
| | | | | PR: ports/74069 Submitted by: ceri
* fix CAN-2004-0884.ume2004-11-152-1/+20
| | | | Obtained from: security/cyrus-sasl2
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Sync with new bsd.autotools.mkade2004-06-041-0/+1
|
* Fix typo in saslauthd startup script.lofi2004-04-252-2/+2
| | | | | | Reported by: Thomas Abthorpe <thomas@stthomasanglican.org> Guido Berhoerster <ich@guido-berhoerster.org> Approved by: marcus (portmgr)
* Cram into 80 columns by 24 rows.trevor2004-04-101-34/+19
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+4
|
* Reset undeliverable maintainer addresseik2004-03-201-1/+1
|
* Use maintainer's other (older?) e-mail address, due to bounced e-mail:trevor2004-03-181-1/+1
| | | | | | | <FreeBSD-Maintainer@westbend.net>: host pop.hnet.net[65.114.87.100] said: 550 5.1.1 <FreeBSD-Maintainer@westbend.net> User unknown; rejecting Obtained from: PR 61650
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Fix startup scripts to not override settings foundclement2004-03-054-25/+135
| | | | | | | | in /etc/rc.conf upon startup. - Pass maintainership to submitter PR: 63289 Submitted by: Scot W. Hetzel <freebsd-maintainer@westbend.net>
* Reset undeliverable maintainer addresskris2004-02-221-1/+1
|
* Update maintainer's email address per his request. While here, attemptlinimon2003-11-051-18/+17
| | | | to pacify portlint a little bit.
* Add RC_SUBR support.marcus2003-08-273-119/+18
| | | | | PR: 54116 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-2/+2
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Add better identification for configuration dialog, especiallyerwin2003-08-121-1/+1
| | | | | | | | nice to have in with portupgrade PR: 54299 Submitted by: Mark Linimon <linimon@lonesome.com> Approved by: maintainer timeout (> 1 month)
* * Fix some problems with building the Kerberos IV and 5 mechs.arved2003-05-0910-172/+228
| | | | | | | | | | | | | | | | | | | * Made the port to optionally not build the mechs, define WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN]. * The Kerberos IV case is special, as we can use the base kerberos 4x (<=5.0-RELEASE), or use the security/krb4 port. WITH_KERBEROS4 - use security/krb4 port if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a doesn't exist WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a (<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf * Changed the combined rcNG/rcOG scripts, so that the defaults are at the top of the rc.d script and not in an external file to the script. PR: 51505 Submitted by: maintainer
* When sending mail localy on a system compiled woth SASL AUTH, theume2003-05-061-0/+11
| | | | | | | | | | | | | | 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>
* Fix shell-syntax.edwin2003-03-281-2/+2
| | | | | PR: ports/48953 Submitted by: JoeHorn <joehorn@leobbs.net> and lots of others.
* security/cyrus-sasl: Bento fails to build libkerberos + Upgradeedwin2003-02-2612-220/+405
| | | | | | | | | Bento fails to proberly package the port on -CURRENT due to -CURRENT no longer has libdes.* as the des functions have been moved to the libcrypto.* library. PR: 48442 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-2/+2
|
* Point dependencies on net/openldap to net/openldap12edwin2003-02-241-2/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* SASLv2 support of Sendmail is started with 8.12.4.ume2002-10-051-1/+1
| | | | | PR: ports/43719 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* add an example PAM file for saslauthd and pwcheck_pam daemonsdwcjr2002-09-014-7/+58
| | | | | | | | update the Sendmail.README file to include instructions for using the security/cyrus-sasl2 port. PR: 42153 Submitted by: maintainer
* BerkeleyDB cleanup - stage 2ade2002-08-222-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
* Add saslauthd as default general password checking daemon (replacesknu2002-08-149-26/+158
| | | | | | | pwcheck{_pam}). PR: ports/41653 Submitted by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
* Include <sys/types.h> before including <security/pam_appl.h> andknu2002-08-141-0/+1
| | | | | | unbreak for -current's PAM. Approved by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
* Fix startup-scripts for -current /bin/sh issues.anders2002-08-141-1/+2
|
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-283-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-264-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-2010-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
OpenPOWER on IntegriCloud