Hajimu UMEMOTO
bdfd2cf4bb
make it compilable with gcc 4.1.
...
Reported by: pointyhat via kris
2006-12-15 02:08:58 +00:00
Hajimu UMEMOTO
15f9163193
Update to 2.1.22.
2006-05-19 20:45:37 +00:00
Hajimu UMEMOTO
994f87828f
make security/cyrus-sasl2-ldapdb buildable with OpenLDAP 2.3.
...
PR: ports/88324
Submitted by: skv
2005-11-02 18:37:57 +00:00
Hajimu UMEMOTO
c9540832a2
make it compilable with OpenSSL 0.9.8.
...
PR: ports/86452
Submitted by: Dirk Meyer <dirk.meyer__at__dinoex.sub.org>
2005-09-27 20:12:38 +00:00
Hajimu UMEMOTO
3254625489
Update to 2.1.21.
...
LDAPDB auxprop plugin was added since this version. Unfortunately,
we cannot simply enable it in ports tree to avoid dependency loop
with OpenLDAP port. So, I'll add separete port for it later.
2005-05-17 16:35:40 +00:00
Hajimu UMEMOTO
acd5ef69f9
backout use of USE_INC_LIBTOOL_VER. libtool13 is marked as
...
DEPRECATED. libtool15 is incompatible, and I couldn't find
how to build and install static libs by libtool15.
Suggensted by: Angelo Turetta <aturetta@commit.it>
2005-02-26 20:23:15 +00:00
Hajimu UMEMOTO
e3cc8a90f2
use USE_INC_LIBTOOL_VER.
2005-02-25 14:57:26 +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
adeb789b91
fix http://vuxml.freebsd.org/92268205-1947-11d9-bc4a-000c41e2cdad.html
...
Reported by: nectar
Approved by: portmgr (krion)
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sasl/lib/common.c#rev1.104
2004-10-08 18:09:16 +00:00
Hajimu UMEMOTO
08de8a9c7e
Update to 2.1.19.
2004-07-14 18:01:22 +00:00
Hajimu UMEMOTO
359c6f9dd8
Add WITH_SQLITE option to support sql plugin with SQLite
...
using nork's patch.
His patch was already merged into cyrus-sasl2 and will be
included in next release.
Requested by: nork
2004-05-28 17:47:34 +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
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
8d4df4b343
Update to 2.1.17.
2003-12-04 08:06:03 +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
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
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
ea0e64f4a1
make MySQL plugin work with MySQL 4.X.
2003-06-01 03:55:35 +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
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
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
0f9e559736
Update to 2.1.10.
...
This version corrects a number of DIGEST-MD5 interoperability
issues, as well as corrects some potential buffer overflows.
It is recommended that all sites using a 2.x release upgrade
to 2.1.10.
Approved by: portmgr
2002-12-09 18:26:46 +00:00
Hajimu UMEMOTO
c4ed92e069
Update to 2.1.9.
2002-10-14 17:52:07 +00:00
Hajimu UMEMOTO
b7c02cfa39
Update to 2.1.8.
2002-10-11 23:16:26 +00:00
Hajimu UMEMOTO
4622622972
SASLv2 support of Sendmail is started with 8.12.4.
...
PR: ports/43719
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2002-10-05 19:38:18 +00:00
Hajimu UMEMOTO
480d566d08
Fix typo. Sendmail.conf should be in lib/sasl2.
2002-08-30 06:17:28 +00:00
Hajimu UMEMOTO
895b4cb756
Add description about sendmail with SASLv2.
2002-08-29 17:57:31 +00:00
Hajimu UMEMOTO
0d630d5a99
load plugins from plugin directry explicitly.
2002-08-14 14:28:45 +00:00
Hajimu UMEMOTO
c24c681470
Update to 2.1.7.
2002-08-09 19:11:41 +00:00
Hajimu UMEMOTO
eb3a008899
Add cyrus-sasl-2.1.6 after repo. copy.
2002-08-08 14:04:44 +00:00
Hajimu UMEMOTO
b211a1e6c4
moving saslv1 includes files to make it easier to add saslv2
...
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu
2002-07-28 17:26:12 +00:00
Patrick Li
6803492f67
- Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgz
...
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
2002-06-26 18:49:22 +00:00
Ying-Chieh Liao
cbe827fe7c
fix configure on -current
...
update Sendmail.README for sendmail 8.10-8.12
PR: 38646
Submitted by: maintainer
2002-06-18 06:16:47 +00:00
David W. Chapman Jr.
fe250dd90d
Fix for DB3 & KRB4
...
PR: 38363
Submitted by: maintainer
2002-05-21 15:08:58 +00:00
Dirk Meyer
cf5b40d956
new PORTREVISION, using newer patchfile
...
minor Update of the Readme
PR: 37607,37913
Submitted by: hetzels@westbend.net
2002-05-16 02:45:25 +00:00
Patrick Li
f158a7cd19
Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.
...
PR: 34561
Submitted by: maintainer
2002-02-03 01:16:50 +00:00
Patrick Li
668b77986b
Fix build when KRB5_HOME is defined
...
PR: 34149
Submitted by: maintainer
2002-01-22 05:30:03 +00:00
David W. Chapman Jr.
cfa957e244
Fix OpenLDAP v1 errors
...
Allow PAM aware pwcheck daemon
Add JavaSASL
PR: 34068
Submitted by: maintainer
2002-01-20 19:23:25 +00:00
Kevin Lo
1dc48b9c06
Update to version 1.5.27
...
PR: 33603
Submitted by: MAINTAINER
2002-01-17 15:04:40 +00:00
David W. Chapman Jr.
73358a5ab0
Fix formatting string bug
...
Remove old MASTER_SITE
PR: 32555
Submitted by: alx@cii.sumy.ua
Approved by: maintainer
2001-12-09 03:07:36 +00:00
Steve Price
2fca6090bb
Update Sendmail.README with instructions on how to enable the
...
GroupReadableSASLFile option for DONT_BLAME_SENDMAIL.
PR: 23149
Submitted by: maintainer
2000-12-11 02:33:58 +00:00
Kevin Lo
eebfde9690
- Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-install
...
- Add support for Heimdal Kerberos V port
PR: 22894
Submitted by: MAINTAINER
2000-11-17 15:06:24 +00:00
James E. Housley
a4303046f0
- Change /var/pwcheck permissions so Postfix can use pwcheck for SASL Authentication.
...
- Update MySQL & LDAP Authentication Methods
- Correct bento warning for extra file (Sendmail.conf).
- Correct mysql detection code in configure.sasl, and use LIB_DEPENDS for db3.
PR: 22462
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
2000-11-01 11:59:18 +00:00
James E. Housley
94124a586b
autodetected DB3, but fails to find includes
...
PR: 21411
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
2000-10-24 02:03:09 +00:00
Gregory Neil Shapiro
c9b4da9692
Update the sendmail build information in light of the new SENDMAIL_* make.conf
...
flags.
Approved by: maintainer, ade
2000-09-20 01:34:45 +00:00