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

42 Commits

Author SHA1 Message Date
Hajimu UMEMOTO
f897ca0089 Update to 2.1.21. 2005-05-17 16:36:55 +00:00
Hajimu UMEMOTO
0e67d7c1ed fix dependency. don't forget `+'. 2005-02-28 05:20:11 +00:00
Hajimu UMEMOTO
08679fc01d simplify. 2005-02-25 16:12:53 +00:00
Hajimu UMEMOTO
8cac5725b5 Allow to use Berkeley DB 4.3.
PR:		ports/76154
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2005-02-23 21:18:46 +00:00
Hajimu UMEMOTO
d8c58fe303 use new scheme of USE_RC_SUBR. 2005-02-10 19:32:10 +00:00
Hajimu UMEMOTO
67b415bb40 build & install two useful programs; testsaslauthd and saslcache.
Submitted by:	Yuri Ryazantsev <yuri@unix.ru>
2004-11-30 16:42:36 +00:00
Hajimu UMEMOTO
c306c511b4 remove needless definition. 2004-11-28 09:42:03 +00:00
Hajimu UMEMOTO
78fe274d6c cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42.
PR:		ports/74463
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2004-11-28 07:09:12 +00:00
Hajimu UMEMOTO
88bbd748e9 Fix build with gssapi and krb5
PR:		ports/74321
Submitted by:	Florian Kraft <lra.hassberge@gmx.de>
2004-11-24 16:35:34 +00:00
Hajimu UMEMOTO
718daad6eb Update to 2.1.20.
* Fixes to cram plugin to avoid attempting to canonify uninitialized data.
  * NTLM portability fixes.
  * Avoid potential attack using SASL_PATH when sasl is used in a setuid
    environment.
  * A trivial number of small bugfixes.
2004-10-25 12:42:40 +00:00
Hajimu UMEMOTO
08de8a9c7e Update to 2.1.19. 2004-07-14 18:01:22 +00:00
Hajimu UMEMOTO
b244688d9b use command_args' instead of overriding flags'. 2004-06-11 15:54:34 +00:00
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
d821e98035 oops, I forget to add this file. 2004-03-31 16:33:00 +00:00
Hajimu UMEMOTO
26d924929a - add saslauthd_runpath option to change run path which is specified
by -m option of saslauthd.  since this option affects a location of
  a pidfile, we need to separate it from saslauthd_flags.[1]
- change the default of saslauthd_enable to NO as other potrs do.

Requested by:	"Paul-Andrew Joseph Miseiko" <esoteric@teardrop.ca> [1]
2004-03-31 16:32:17 +00:00
Hajimu UMEMOTO
f81c417e8a Update to 2.1.18. 2004-03-11 17:16:41 +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
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
60fd47a5f8 build package again. the problem was fixed by bsd.port.mk
1.469 (PR 58885).

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-11 07:44:22 +00:00
Hajimu UMEMOTO
e85f1e7db6 mark NO_PACKAGE instead of BROKEN. Though it fails to build
package on bento, at least it can be installed from port.
2003-11-04 17:27:23 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Hajimu UMEMOTO
0bfa2a5bc6 the start/stop scripts failed when booting on 5.x machines
Submitted by:	Barry Pederson <bp@barryp.org>
2003-10-01 17:56:06 +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
750c3517cf Use USE_RC_SUBR. 2003-08-28 17:44:28 +00:00
Hajimu UMEMOTO
646d8a6bc5 Use USE_OPENSSL. 2003-08-28 15:53:34 +00:00
Hajimu UMEMOTO
70973459ec Use USE_OPENLDAP. 2003-08-28 13:11:25 +00:00
Hajimu UMEMOTO
4209c52acf Depends on net/openldap*-client instead of net/openldap*. 2003-08-14 09:31:04 +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
4625bdd7f2 Broken manpage was installed. Remove pre-generated manpage to be
make sure to generate it by FreeBSD's man system.

Reported by:	Drew Tomlinson <drew@mykitchentable.net>
2003-07-18 20:00:50 +00:00
Hajimu UMEMOTO
bcf750fff8 Update to 2.1.15. 2003-07-15 18:32:58 +00:00
Hajimu UMEMOTO
cec71a952a Workaround to make it buildable without enabling gsspai. It is
known problem of cyrus-sasl-2.1.14.

Reported by:	many
2003-07-05 07:07:37 +00:00
Hajimu UMEMOTO
af4a2810c6 Add support for OpenLDAP22.
PR:		ports/53932
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-03 19:07:18 +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
a02fef83a0 Update to 2.1.14. 2003-06-30 16:51:00 +00:00
Hajimu UMEMOTO
11b46a4709 When installing by package, it set wrong permission
to /var/state/saslauthd.
2003-06-10 04:16:10 +00:00
Hajimu UMEMOTO
9951bae48c remove unused variables. 2003-06-01 05:45:41 +00:00
Hajimu UMEMOTO
73cde847fe Add saslauthd as a separated port from cyrus-sasl2 to avoid
dependency loop between cyrus-sasl2 and openldap.
2003-06-01 04:24:15 +00:00