1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

130 Commits

Author SHA1 Message Date
Hajimu UMEMOTO
f6d66d8cb6 make the default location of running directory of saslauthd
customizable by SASLAUTHD_RUNPATH variable.

PR:		ports/66521
2004-05-12 16:12:11 +00:00
Hajimu UMEMOTO
f3147bb437 use LOCALBASE for dependent packages instead of PREFIX. 2004-05-07 10:13:37 +00:00
Hajimu UMEMOTO
026ebc1dee prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.
Requested by:	nork
2004-03-31 16:56:31 +00:00
Hajimu UMEMOTO
4350c75ac8 When there is user cyrus, don't overwrite the user. It helps
updating cyrus-sasl2 without updating cyrus-imapd*.
2004-03-30 15:33:55 +00:00
Hajimu UMEMOTO
9fc0a4b074 cosmetic changes. 2004-03-30 15:28:07 +00:00
Hajimu UMEMOTO
df96daf576 PGSQL may be built with GSSAPI.
Reported by:	"Wolfram A. Kraushaar" <wak@prioris.dstm.de>
2004-03-24 19:27:30 +00:00
Hajimu UMEMOTO
b3ec68c311 Don't allow enabling MySQL or PGSQL implicitly.
Submitted by:	nork
2004-03-18 15:25:14 +00:00
Hajimu UMEMOTO
f81c417e8a Update to 2.1.18. 2004-03-11 17:16:41 +00:00
Hajimu UMEMOTO
4e6c2f5ad4 Set an appropriate LATEST_LINK to avoid conflicts with other ports.
Reported by:	kris
2004-02-06 17:29:28 +00:00
Hajimu UMEMOTO
a5b60fe19e SIZEfy 2004-02-04 13:57:19 +00:00
Hajimu UMEMOTO
153d604e24 Support Berkeley DB 4.2.
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>
2004-01-17 15:35:34 +00:00
Hajimu UMEMOTO
acbb60393b add WITHOUT_LOGIN and WITHOUT_PLAIN.
Requested by:	Hans Hbner <hans@huebner.org>
2004-01-15 21:08:57 +00:00
Hajimu UMEMOTO
094e9b4741 add WITH_PGSQL knob which supports sql plugin with postgresql backend.
PR:		ports/60606
Submitted by:	mat
2003-12-27 16:58:08 +00:00
Hajimu UMEMOTO
72300db3c3 - space before and after `(' and ')' [1]
- bump version [2]

PR:		ports/60392 [1]
Submitted by:	Oleg Sharoiko <os@rsu.ru> [1]
Reported by:	jeh [2]
2003-12-19 17:40:04 +00:00
Hajimu UMEMOTO
4d1d79eb80 ${OSVERSION} must be after including bsd.port.pre.mk.
Reported by:	"Dan Langille" <dan@langille.org>
2003-12-19 14:52:12 +00:00
Hajimu UMEMOTO
26ebc4ff54 since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as
default on 5-CURRENT.

Submitted by:	Sean McNeil <sean@mcneil.com>
2003-12-19 04:48:16 +00:00
Hajimu UMEMOTO
fa6289a40d fix build with heimdal.
Submitted by:	tiamat@komi.mts.ru
2003-12-19 04:29:13 +00:00
Hajimu UMEMOTO
8d4df4b343 Update to 2.1.17. 2003-12-04 08:06:03 +00:00
Hajimu UMEMOTO
fa1dd0fe6c add WITH_ALWAYSTRUE option.
Requested by:	Ted Cabeen <secabeen@pobox.com>
2003-12-04 06:33:54 +00:00
Hajimu UMEMOTO
d6c32c2c40 USE_OPENSSL must be set before including bsd.port.pre.mk.
Reported by:	Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
2003-09-01 10:44:42 +00:00
Hajimu UMEMOTO
646d8a6bc5 Use USE_OPENSSL. 2003-08-28 15:53:34 +00:00
Hajimu UMEMOTO
9b954c0e2a Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined. 2003-08-28 12:16:05 +00:00
Hajimu UMEMOTO
e7e704bd6a Use USE_MYSQL. 2003-08-28 12:08:50 +00:00
Hajimu UMEMOTO
6dd285b187 Remove obsoleted comment about use of saslauthd.
Reported by:	nork
2003-08-21 14:11:32 +00:00
Hajimu UMEMOTO
b32f59c7bc Add WITH_DEV_URANDOM option to use /dev/urandom instead of
/dev/random.
2003-08-11 19:48:21 +00:00
Hajimu UMEMOTO
f0922b5aa5 Stop installing Sendmail.conf by cyrus-sasl2, and it is now installed
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.
2003-07-20 06:29:25 +00:00
Hajimu UMEMOTO
bcf750fff8 Update to 2.1.15. 2003-07-15 18:32:58 +00:00
Hajimu UMEMOTO
3daa1a78aa Reduce warnings during build on 5-CURRENT.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-02 09:42:15 +00:00
Hajimu UMEMOTO
a8637096c3 - made old distfile fetchable after an update.
- install missing document which was added during update to 2.1.14.

PR:		ports/53932 (partly)
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-06-30 18:43:18 +00:00
Hajimu UMEMOTO
2fa6eec717 It seems MySQL 4.X support in 2.1.14 is still incomplete. 2003-06-30 17:04:10 +00:00
Hajimu UMEMOTO
a02fef83a0 Update to 2.1.14. 2003-06-30 16:51:00 +00:00
Hajimu UMEMOTO
e174cc8477 Sync with cyrus-sasl port. There is no functional change.
Obtained from:	cyrus-sasl port
2003-06-07 11:46:04 +00:00
Hajimu UMEMOTO
44d66a7787 fix plist.
Submitted by:	bento via kris
2003-06-04 11:15:52 +00:00
Hajimu UMEMOTO
10a0e3c217 - Make saslauthd a separate port to avoid dependency loop between
cyrus-sasl2 and openldap.
- Stop using configuration menu.  I believe it ease to maintain
  consistency with other SASL related ports.
2003-06-01 04:21:06 +00:00
Hajimu UMEMOTO
4db2a48741 remove useless trailing backslant. 2003-06-01 03:56:44 +00:00
Hajimu UMEMOTO
ea0e64f4a1 make MySQL plugin work with MySQL 4.X. 2003-06-01 03:55:35 +00:00
Hajimu UMEMOTO
c109d23603 add WITHOUT_SASLAUTHD option. 2003-05-16 10:46:04 +00:00
Hajimu UMEMOTO
e3080ee5ce Sync the way how to handle Kerberos with latest security/cyrus-sasl.
Obtained from:	security/cyrus-sasl
2003-05-16 08:12:37 +00:00
Hajimu UMEMOTO
69ba81477e When sending mail localy on a system compiled woth SASL AUTH, the
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>
2003-05-06 12:32:14 +00:00
Hajimu UMEMOTO
f183b01d25 Add option WITHOUT_NTLM.
Submitted by:	Dan Larsson <dl@tyfon.net>
2003-04-29 15:04:43 +00:00
Hajimu UMEMOTO
fc645c780e Change the group of /var/state/saslauthd mail to be sync with
/usr/local/etc/sasldb2.  The postfix should belongs to only
mail group.

Reported by:	"Denis N. Peplin" <info@volginfo.ru>
2003-04-25 11:29:34 +00:00
Hajimu UMEMOTO
ecd654ca77 Use security/openssl/bsd.openssl.mk.
PR:		ports/51090
Submitted by:	Oleg Sharoiko <os@rsu.ru> (with modification by me)
2003-04-24 16:36:26 +00:00
Hajimu UMEMOTO
1589b46341 Make MySQL 3.23, 4.0 and 4.1 selectable.
Requested by:	 Matthias Fechner <idefix@fechner.net>
2003-04-24 15:33:29 +00:00
Hajimu UMEMOTO
7c68e37ee3 - The pidfile of saslauthd was changed.
- The configure script should select correct version of Berkeley DB.

PR:		ports/51041
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-04-17 17:54:43 +00:00
Hajimu UMEMOTO
48f2e38af8 make configure script pickking up the Heimdal Kerberos that's
in FreeBSD's base.

Submitted by:	Graeme Mathieson <mathie@wossname.org.uk>
2003-04-16 17:28:05 +00:00
Hajimu UMEMOTO
06eefa7d9c make WITH_LDAP21 work.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-04-16 16:59:21 +00:00
Hajimu UMEMOTO
a9e1af35e5 add missing files which should be committed by previous committed. 2003-04-15 18:09:30 +00:00
Hajimu UMEMOTO
45e33242b8 - update to 2.1.13
- 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>
2003-04-15 17:03:28 +00:00
Hajimu UMEMOTO
1ba1a158a8 mandir should follow MANPREFIX.
Requested by:	Tomki <tomki@alink.net>
2003-03-24 09:20:28 +00:00
Hajimu UMEMOTO
668f42d804 Add WITHOUT_KERBEROS option to prevent cyrus-sasl2 from enabling
Kerberos even if libkrb is installed.

Requested by:	Troy Dixler <troy@twisted.net>
2003-03-23 19:19:55 +00:00