aboutsummaryrefslogtreecommitdiff
path: root/security/courier-authlib
Commit message (Collapse)AuthorAgeFilesLines
* update to 0.59.1Oliver Lehmann2007-01-172-4/+4
| | | | Notes: svn path=/head/; revision=182583
* update to 0.59Oliver Lehmann2007-01-014-51/+51
| | | | Notes: svn path=/head/; revision=181219
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Conversion to a single libtool environment.Ade Lovett2006-02-237-2/+21
| | | | | | | 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-201-1/+1
| | | | | | | | | | 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
* make it possible to change the program which is used for authpipeOliver Lehmann2006-02-111-0/+10
| | | | | | | | PR: ports/92681 Submitted by: Henry Karpatskij <henkka@spheroid.info> Notes: svn path=/head/; revision=155732
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-222-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* remove ldconfig_compatOliver Lehmann2006-01-121-1/+1
| | | | | | | Requested by: flz Notes: svn path=/head/; revision=153367
* make courier-authdaemon work if it's build with MySQL support by changingOliver Lehmann2006-01-122-2/+2
| | | | | | | the rcNg startscript. Notes: svn path=/head/; revision=153362
* update to 0.58Oliver Lehmann2005-12-092-3/+4
| | | | Notes: svn path=/head/; revision=150735
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+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
* Just remove the user if BATCH is set in env, don't ask for users feedback.Oliver Lehmann2005-07-301-1/+1
| | | | | | | | PR: 84349 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=140500
* update to 0.57Oliver Lehmann2005-07-234-31/+63
| | | | Notes: svn path=/head/; revision=139973
* Fix restart logic in rc.subr(8) start/stop script.Kirill Ponomarev2005-06-111-1/+1
| | | | | | | Submitted by: Alex Lyashkov <umka at sevcity dot net> Notes: svn path=/head/; revision=137277
* use mkstemp(3) in locktest.c instead of executing mktemp(1) in MakefileOliver Lehmann2005-05-172-11/+81
| | | | Notes: svn path=/head/; revision=135507
* update to 0.56Oliver Lehmann2005-05-133-4/+6
| | | | Notes: svn path=/head/; revision=135199
* fix pkg-plist-ldap (remove etc/openldap if empty)Oliver Lehmann2005-04-281-1/+2
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=134291
* move mail/courier-authlib to security/courier-authlib which is a meta-port now.Oliver Lehmann2005-04-2630-307/+811
| | | | | | | | Submitted by: Yarema <yds@CoolRat.org> In corporation with: Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself Notes: svn path=/head/; revision=134220
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Merge sysconfdir and userdb configurable from courier-imap [1]Oliver Lehmann2005-04-022-9/+20
| | | | | | | | | | | - Make the port conflicts with mail/courier [1] - add an option to disable make install-configure to merge new otpions into old cfg files PR: ports/79062 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Notes: svn path=/head/; revision=132191
* - stop creatng /var/run/authdaemond during the package installationOliver Lehmann2005-03-153-10/+14
| | | | | | | | | | | - create /var/run/authdaemond within the rc.subr Script in case the directory doesn't exist. - Bump PORTREVISION Suggested By: brooks Notes: svn path=/head/; revision=131330
* - change socket and pid location from /usr/local/var/spool/authdaemon/ to ↵Oliver Lehmann2005-03-153-16/+14
| | | | | | | | | | | | /var/run/authdaemond/ - fix default user/group premissions. PR: 78866 Submitted by: Artis Caune <Artis.Caune@latnet.lv> Notes: svn path=/head/; revision=131315
* fix building for cases where WRKDIR is a nfs mountOliver Lehmann2005-03-121-0/+5
| | | | Notes: svn path=/head/; revision=131029
* update to 0.55Oliver Lehmann2005-03-052-16/+21
| | | | | | | | | | | | migrate to OPTIONS [1] add WITH_SYSLOG_FACILITY knob [2] PR: 78362 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Sascha Holzleiter <sascha@daemonground.de> [2] Notes: svn path=/head/; revision=130407
* Add BSD master.passwd processing to pw2userdbOliver Lehmann2005-03-012-1/+105
| | | | | | | | | | Bump PORTREVISION PR: ports/78163 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=130118
* - fix Makefile [1]Oliver Lehmann2005-03-012-1/+5
| | | | | | | | | | | | - Bump PORTREVISION - create and remove PREFIX/var/spool/authdaemon on (de)installation [2] PR: ports/78613 [1] - partly Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Noted by: Gustavo A. Baratto <gbaratto@superb.net> [2] Notes: svn path=/head/; revision=130112
* update to 0.54Oliver Lehmann2005-02-132-3/+3
| | | | Notes: svn path=/head/; revision=128690
* VPOPMAILDIR?= ${LOCALBASE}/vpopmailOliver Lehmann2005-02-043-12/+32
| | | | | | | | | | update to 0.53 new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net> Notes: svn path=/head/; revision=128045
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-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) Notes: svn path=/head/; revision=127737
* fix pkg-plistOliver Lehmann2005-01-251-2/+4
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=127338
* don't sed ${WRKSRC}/Makefile.in twiceOliver Lehmann2005-01-211-2/+2
| | | | | | | Noted By: Atanas <atanas@aplus.net> Notes: svn path=/head/; revision=126984
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0Oliver Lehmann2005-01-084-7/+28
| | | | | | | Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com> Notes: svn path=/head/; revision=125759
* Add courier-authlibOliver Lehmann2004-12-1910-0/+478
<quote> Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages would've automatically installed this authentication code. The authentication library is now a separate, standalone package. This authentication library must now be installed, separately, before upgrading to the following builds (or if installing them for the first time): Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information. </quote> http://www.courier-mta.org/authlib/ Notes: svn path=/head/; revision=124478