summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200765
* - DeprecateErwin Lansing2006-12-031-0/+3
| | | | | | | | | | - Set EXPIRATION_DATE PR: 106236 Submitted by: gabor Notes: svn path=/head/; revision=178725
* Change the MASTER_SITES entries fromHajimu UMEMOTO2006-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> Notes: svn path=/head/; revision=174734
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* Correct pathname in warning message.Hajimu UMEMOTO2006-05-261-1/+1
| | | | | | | Reported by: nork Notes: svn path=/head/; revision=163531
* The Project Cyrus web site is migrated to a new server.Hajimu UMEMOTO2006-04-011-1/+1
| | | | Notes: svn path=/head/; revision=158512
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+11
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-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. Notes: svn path=/head/; revision=156534
* - Add SHA256Pav Lucistnik2005-11-251-0/+4
| | | | Notes: svn path=/head/; revision=149451
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Remove trailing backslash from MASTER_SITES which caused theBill Fenner2005-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.) Notes: svn path=/head/; revision=144446
* Chase OpenLDAP 2.2Volker Stolz2004-12-091-4/+4
| | | | | | | | PR: ports/74069 Submitted by: ceri Notes: svn path=/head/; revision=123549
* fix CAN-2004-0884.Hajimu UMEMOTO2004-11-152-1/+20
| | | | | | | Obtained from: security/cyrus-sasl2 Notes: svn path=/head/; revision=121648
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* Fix typo in saslauthd startup script.Michael Nottebrock2004-04-252-2/+2
| | | | | | | | | Reported by: Thomas Abthorpe <thomas@stthomasanglican.org> Guido Berhoerster <ich@guido-berhoerster.org> Approved by: marcus (portmgr) Notes: svn path=/head/; revision=107809
* Cram into 80 columns by 24 rows.Trevor Johnson2004-04-101-34/+19
| | | | Notes: svn path=/head/; revision=106669
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+4
| | | | Notes: svn path=/head/; revision=105747
* Reset undeliverable maintainer addressOliver Eikemeier2004-03-201-1/+1
| | | | Notes: svn path=/head/; revision=104764
* Use maintainer's other (older?) e-mail address, due to bounced e-mail:Trevor Johnson2004-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 Notes: svn path=/head/; revision=104524
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* - Fix startup scripts to not override settings foundClement Laforet2004-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> Notes: svn path=/head/; revision=103045
* Reset undeliverable maintainer addressKris Kennaway2004-02-221-1/+1
| | | | Notes: svn path=/head/; revision=101656
* Update maintainer's email address per his request. While here, attemptMark Linimon2003-11-051-18/+17
| | | | | | | to pacify portlint a little bit. Notes: svn path=/head/; revision=93186
* Add RC_SUBR support.Joe Marcus Clarke2003-08-273-119/+18
| | | | | | | | PR: 54116 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=87764
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-2/+2
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* Add better identification for configuration dialog, especiallyErwin Lansing2003-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) Notes: svn path=/head/; revision=86860
* * Fix some problems with building the Kerberos IV and 5 mechs.Tilman Keskinoz2003-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 Notes: svn path=/head/; revision=80547
* When sending mail localy on a system compiled woth SASL AUTH, theHajimu UMEMOTO2003-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> Notes: svn path=/head/; revision=80262
* Fix shell-syntax.Edwin Groothuis2003-03-281-2/+2
| | | | | | | | PR: ports/48953 Submitted by: JoeHorn <joehorn@leobbs.net> and lots of others. Notes: svn path=/head/; revision=77659
* security/cyrus-sasl: Bento fails to build libkerberos + UpgradeEdwin Groothuis2003-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> Notes: svn path=/head/; revision=76492
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76346
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76344
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* SASLv2 support of Sendmail is started with 8.12.4.Hajimu UMEMOTO2002-10-051-1/+1
| | | | | | | | PR: ports/43719 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=67391
* add an example PAM file for saslauthd and pwcheck_pam daemonsDavid W. Chapman Jr.2002-09-014-7/+58
| | | | | | | | | | | update the Sendmail.README file to include instructions for using the security/cyrus-sasl2 port. PR: 42153 Submitted by: maintainer Notes: svn path=/head/; revision=65427
* BerkeleyDB cleanup - stage 2Ade Lovett2002-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 Notes: svn path=/head/; revision=64836
* Add saslauthd as default general password checking daemon (replacesAkinori MUSHA2002-08-149-26/+158
| | | | | | | | | | pwcheck{_pam}). PR: ports/41653 Submitted by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER) Notes: svn path=/head/; revision=64513
* Include <sys/types.h> before including <security/pam_appl.h> andAkinori MUSHA2002-08-141-0/+1
| | | | | | | | | unbreak for -current's PAM. Approved by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER) Notes: svn path=/head/; revision=64512
* Fix startup-scripts for -current /bin/sh issues.Anders Nordby2002-08-141-1/+2
| | | | Notes: svn path=/head/; revision=64482
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-283-10/+10
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671
* - Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgzPatrick Li2002-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 Notes: svn path=/head/; revision=62040
* fix configure on -currentYing-Chieh Liao2002-06-182-13/+26
| | | | | | | | | | update Sendmail.README for sendmail 8.10-8.12 PR: 38646 Submitted by: maintainer Notes: svn path=/head/; revision=61477
* Do not add a shell to cyrus user.David W. Chapman Jr.2002-05-242-22/+31
| | | | | | | | PR: 38434 Submitted by: maintainer Notes: svn path=/head/; revision=59841
* Fix for DB3 & KRB4David W. Chapman Jr.2002-05-213-15/+74
| | | | | | | | PR: 38363 Submitted by: maintainer Notes: svn path=/head/; revision=59628
* new PORTREVISION, using newer patchfileDirk Meyer2002-05-164-109/+7
| | | | | | | | | | minor Update of the Readme PR: 37607,37913 Submitted by: hetzels@westbend.net Notes: svn path=/head/; revision=59221
* Remove defunct Sourceforge site.Trevor Johnson2002-05-151-1/+0
| | | | | | | | PR: 38100 Submitted by: Alan Batie Notes: svn path=/head/; revision=59150
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.Patrick Li2002-02-033-8/+36
| | | | | | | | PR: 34561 Submitted by: maintainer Notes: svn path=/head/; revision=54151
* Fix placement of .include <bsd.port.pre.mk> which I screwed up inPatrick Li2002-02-021-8/+7
| | | | | | | | | the last commit. Submitted by: maintainer Notes: svn path=/head/; revision=54135