Commit Graph

88 Commits

Author SHA1 Message Date
ajacoutot
d195f120e6 Unbreak. 2011-12-22 10:00:35 +00:00
pea
3ebee1957e Install sample and rcscript before fragments to avoid wrong permissions
with the ldap flavor.

ok ajacoutot@
2011-12-21 14:36:15 +00:00
pea
b50d6efafc Install .la files.
They are needed by, at least, mutt and postfix.

ok ajacoutot@
2011-09-29 09:13:01 +00:00
ajacoutot
326d7a7e09 Update to cyrus-sasl-2.1.25.
sqlite FLAVOR replaced with sqlite3.
2011-09-20 23:01:29 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
naddy
1e2bbe8777 bump all (sub)packages that depend on db/v4; requested by and help from espie@ 2011-09-12 18:02:34 +00:00
naddy
003265780c * Don't turn an mdoc(7) page into a cat page. Install the source page.
* No need to explicitly recurse into saslauthd.  The build framework
  does that already.

ok ajacoutot@
2011-07-03 22:51:25 +00:00
ajacoutot
2d702b0153 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 08:24:40 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
espie
be2f93f11d since db/v4 has db->=4,<5 as default, no need to specify it explicitly 2010-11-26 14:50:09 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
ajacoutot
761594762a Add RCS IDs to rc scripts. 2010-10-29 12:54:43 +00:00
ajacoutot
be7818c4e8 Add rc script for saslauthd. 2010-10-28 11:21:05 +00:00
espie
2ef1026971 USE_GROFF=Yes 2010-10-18 21:41:44 +00:00
ajacoutot
df46f237d1 New HOMEPAGE+MASTER_SITES. 2010-09-03 15:36:26 +00:00
ajacoutot
49f68bd49e Fix some implicit declarations.
Move to REVISION and new DEPENDS.
2010-07-16 12:44:43 +00:00
jasper
0dcf7241ef these should be last BROKEN -> ERRORS
ok aja@
2010-04-16 07:49:26 +00:00
ajacoutot
0536001aad - SECURITY update to cyrus-sasl-2.1.23
* lib/saslutil.c: Fixed CERT VU#238019 (make sure sasl_encode64()
  always NUL terminates output or returns SASL_BUFOVER).
2009-05-16 09:09:59 +00:00
sthen
160e81646d fix depends 2009-03-16 22:44:19 +00:00
ajacoutot
343de25039 - add sasldb and ldapdb auxprop plugins
from Pedro Almeida <palmeida at securenetworks dot pt>
2008-05-14 07:38:42 +00:00
ajacoutot
6fb3bea15a - provide @sample saslauthd.conf for saslauthd LDAP auth
- also add LDAP_SASLAUTHD doc
2008-03-15 12:50:46 +00:00
steven
e68b25b9ba db.=4 -> db.>=4 in preparation of db4 update
ok sthen@
2007-10-25 21:05:33 +00:00
ajacoutot
79b1a483cd - add a sample Sendmail.conf-sql for Sendmail authentication (*sql FLAVORS only)
based on a bigger diff by Mike Erdely <mike at erdelynet dot com>
2007-07-25 16:25:57 +00:00
ajacoutot
ce10372b9e - add NTLM support
from Mikolaj Kucharski <mikolaj at kucharski dot name>
2007-07-07 15:03:35 +00:00
ajacoutot
610c24112b - long due update to 2.1.22
- merge the 3 PLISTs for sql related FLAVORS (sqlite, pgsql and mysql)
into one
- use a VARIABLE for the "incompatible FLAVORS" message
- post-extract -> post-configure, to ease patches updates
- fmt pkg/DESCR

"go ahead" robert@
2007-06-18 12:31:20 +00:00
ajacoutot
27b1c0dad1 - fix sqlite FLAVOR lib_depends 2007-06-01 16:49:22 +00:00
ajacoutot
f2d3c7696f - clean the Makefile a bit so it is easier for me to read it
- zap $VERSION
- tweak post-install
- post-extract -> pre-configure
- add available FLAVORS to DESCR
no functionnal changes
2007-06-01 15:24:26 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
ajacoutot
d3a2f5804b - take over maintainership
- bump PKGNAME

ok jakob@ (obviously), pvalchev@
2007-02-13 13:00:14 +00:00
espie
444cc3c520 new lib specs 2006-08-03 23:28:11 +00:00
steven
07befc477c - remove unneeded MODGNU_SHARED_LIBS and related patches
- use correct ${SYSCONFDIR} in man page, fix from Antoine Jacoutot
2006-02-02 22:23:28 +00:00
jakob
292ced1cf8 fix broken kerberos support 2006-02-02 18:41:20 +00:00
sturm
a1927cdea5 forgot these 2005-12-25 10:40:27 +00:00
sturm
7c759dbddd SHARED_LIBS
USE_LIBTOOL where appropriate
2005-12-24 20:52:58 +00:00
pvalchev
4316a23b31 compile -fPIC as needed; ok jakob 2005-12-20 05:57:19 +00:00
jakob
1b2247dfa0 kill more libresolv; from Matthias Kilian 2005-12-19 18:11:27 +00:00
jakob
caa6471e90 update to 2.1.21; work by naddy and me 2005-12-18 10:37:26 +00:00
aanriot
24964ea90b remove blank lines which produce blank pages with nroff.
help and 'looks fine' jmc@, ok espie@
2005-11-01 23:41:13 +00:00
sturm
e544fde653 create /var/sasl2/ in PLIST
from Antoine Jacoutot <ajacoutot at lphp.org>
maintainer timeout
2005-10-29 14:57:45 +00:00
jakob
cfefa49110 fix memory overwrite bug; patch from Marcus Redivo 2005-10-18 10:02:12 +00:00
aanriot
4ceb000288 unbreak sqlite flavor.
ok naddy@
2005-08-07 22:19:49 +00:00
jakob
cc9fc325b5 fix plugin location instead of creating soft line from /usr/lib/sasl2
bump pkgname
2005-05-09 14:28:22 +00:00
sturm
b1d1e479a4 better and consistent LIB_DEPENDS on db; this fixes a few possible
build time failures, where the wrong version of db could be found
2005-01-12 21:31:05 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
jakob
d6fee654eb rename sql flavour to mysql
add new flavours for pgsql and sqlite
2005-01-05 10:03:14 +00:00
jakob
fc3a46e7e2 remove 2005-01-05 09:47:53 +00:00
alek
4a75f5f4b5 - Disable sqlite explicitly as it's picked up automatically by configure
script
- Add WANTLIB marker
- Bump PKGNAME

ok jakob@
2004-12-27 16:12:33 +00:00
jakob
1eb0fe70b9 remove bogus patch for plaintext password checking 2004-11-19 07:25:09 +00:00
jakob
b48f786b0e update to Cyrus SASL 2.1.20; thanks to Ben Hooper for diffs 2004-11-03 10:33:31 +00:00