Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.28_5 17 Jun 2008 19:01:59
 |
pav  |
Delete security/cyrus-sasl, it has been expired for a year and a half. |
1.5.28_5 04 Oct 2007 00:00:38
 |
edwin  |
Remove support for OSVERSION < 5 |
1.5.28_5 03 Dec 2006 20:43:03
 |
erwin  |
- Deprecate
- Set EXPIRATION_DATE
PR: 106236
Submitted by: gabor |
1.5.28_5 07 Oct 2006 10:26:49
 |
ume  |
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke <stb__at__lassitu.de> |
1.5.28_5 15 Aug 2006 01:04:55
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.5.28_5 26 May 2006 18:49:05
 |
ume  |
Correct pathname in warning message.
Reported by: nork |
1.5.28_5 01 Apr 2006 03:38:37
 |
ume  |
The Project Cyrus web site is migrated to a new server. |
1.5.28_5 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.5.28_4 20 Feb 2006 20:47:50
 |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
1.5.28_4 25 Nov 2005 18:01:16
 |
pav  |
- Add SHA256 |
1.5.28_4 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
1.5.28_4 07 Oct 2005 05:50:35
 |
fenner  |
Remove trailing backslash from MASTER_SITES which caused the
MASTER_SITE_SUBDIR= line to be treated as 4 more sites.
Add slash to MASTER_SITE_SUBDIR using the group syntax.
(The file's not there anyway, but at least it's looking
in the right spot now.) |
1.5.28_4 09 Dec 2004 10:06:04
 |
vs  |
Chase OpenLDAP 2.2
PR: ports/74069
Submitted by: ceri |
1.5.28_4 15 Nov 2004 09:50:05
 |
ume  |
fix CAN-2004-0884.
Obtained from: security/cyrus-sasl2 |
1.5.28_3 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.5.28_3 04 Jun 2004 17:29:38
 |
ade  |
Sync with new bsd.autotools.mk |
1.5.28_3 25 Apr 2004 14:59:49
 |
lofi  |
Fix typo in saslauthd startup script.
Reported by: Thomas Abthorpe <thomas@stthomasanglican.org>
Guido Berhoerster <ich@guido-berhoerster.org>
Approved by: marcus (portmgr) |
1.5.28_2 10 Apr 2004 17:11:02
 |
trevor  |
Cram into 80 columns by 24 rows. |
1.5.28_2 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.5.28_2 20 Mar 2004 18:46:28
 |
eik  |
Reset undeliverable maintainer address |
1.5.28_2 18 Mar 2004 19:31:22
 |
trevor  |
Use maintainer's other (older?) e-mail address, due to bounced e-mail:
<FreeBSD-Maintainer@westbend.net>: host pop.hnet.net[65.114.87.100] said: 550
5.1.1 <FreeBSD-Maintainer@westbend.net> User unknown; rejecting
Obtained from: PR 61650 |
1.5.28_2 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.5.28_2 05 Mar 2004 19:33:57
 |
clement  |
- Fix startup scripts to not override settings found
in /etc/rc.conf upon startup.
- Pass maintainership to submitter
PR: 63289
Submitted by: Scot W. Hetzel <freebsd-maintainer@westbend.net> |
1.5.28_2 22 Feb 2004 02:16:44
 |
kris  |
Reset undeliverable maintainer address |
1.5.28_2 05 Nov 2003 21:37:29
 |
linimon  |
Update maintainer's email address per his request. While here, attempt
to pacify portlint a little bit. |
1.5.28_2 27 Aug 2003 04:38:37
 |
marcus  |
Add RC_SUBR support.
PR: 54116
Submitted by: Scot W. Hetzel <hetzels@westbend.net> |
1.5.28_1 15 Aug 2003 00:49:31
 |
kuriyama  |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento... |
1.5.28_1 12 Aug 2003 18:56:08
 |
erwin  |
Add better identification for configuration dialog, especially
nice to have in with portupgrade
PR: 54299
Submitted by: Mark Linimon <linimon@lonesome.com>
Approved by: maintainer timeout (> 1 month) |
1.5.28_1 09 May 2003 12:41:21
 |
arved  |
* Fix some problems with building the Kerberos IV and 5 mechs.
* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].
* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
WITH_KERBEROS4 - use security/krb4 port
if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
doesn't exist
WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf
* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.
PR: 51505
Submitted by: maintainer |
1.5.28 06 May 2003 12:32:14
 |
ume  |
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> |
1.5.28 28 Mar 2003 23:37:36
 |
edwin  |
Fix shell-syntax.
PR: ports/48953
Submitted by: JoeHorn <joehorn@leobbs.net> and lots of others. |
1.5.28 26 Feb 2003 11:25:55
 |
edwin  |
security/cyrus-sasl: Bento fails to build libkerberos + Upgrade
Bento fails to proberly package the port on -CURRENT due
to -CURRENT no longer has libdes.* as the des functions
have been moved to the libcrypto.* library.
PR: 48442
Submitted by: Scot W. Hetzel <hetzels@westbend.net> |
1.5.27_7 24 Feb 2003 02:56:37
 |
edwin  |
Point dependencies on net/openldap2 to net/openldap20 |
1.5.27_7 24 Feb 2003 02:26:55
 |
edwin  |
Point dependencies on net/openldap to net/openldap12 |
1.5.27_7 21 Feb 2003 13:26:58
 |
knu  |
De-pkg-comment. |
1.5.27_7 05 Oct 2002 19:38:18
 |
ume  |
SASLv2 support of Sendmail is started with 8.12.4.
PR: ports/43719
Submitted by: Scot W. Hetzel <hetzels@westbend.net> |
1.5.27_7 01 Sep 2002 16:38:33
 |
dwcjr  |
add an example PAM file for saslauthd and pwcheck_pam daemons
update the Sendmail.README file to include instructions for
using the security/cyrus-sasl2 port.
PR: 42153
Submitted by: maintainer |
1.5.27_7 22 Aug 2002 19:13:46
 |
ade  |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x |
1.5.27_6 14 Aug 2002 18:39:46
 |
knu  |
Add saslauthd as default general password checking daemon (replaces
pwcheck{_pam}).
PR: ports/41653
Submitted by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER) |
1.5.27_5 14 Aug 2002 18:16:02
 |
knu  |
Include <sys/types.h> before including <security/pam_appl.h> and
unbreak for -current's PAM.
Approved by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER) |
1.5.27_5 14 Aug 2002 00:14:07
 |
anders  |
Fix startup-scripts for -current /bin/sh issues. |
1.5.27_5 28 Jul 2002 17:26:12
 |
ume  |
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu |
1.5.27_4 26 Jun 2002 18:49:23
 |
pat  |
- 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 |
1.5.27_3 18 Jun 2002 06:16:47
 |
ijliao  |
fix configure on -current
update Sendmail.README for sendmail 8.10-8.12
PR: 38646
Submitted by: maintainer |
1.5.27_3 24 May 2002 02:01:13
 |
dwcjr  |
Do not add a shell to cyrus user.
PR: 38434
Submitted by: maintainer |
1.5.27_3 21 May 2002 15:08:58
 |
dwcjr  |
Fix for DB3 & KRB4
PR: 38363
Submitted by: maintainer |
1.5.27_3 16 May 2002 02:45:25
 |
dinoex  |
new PORTREVISION, using newer patchfile
minor Update of the Readme
PR: 37607,37913
Submitted by: hetzels@westbend.net |
1.5.27_2 15 May 2002 07:13:54
 |
trevor  |
Remove defunct Sourceforge site.
PR: 38100
Submitted by: Alan Batie |
1.5.27_2 25 Mar 2002 09:19:21
 |
sobomax  |
Add USE_SUBMAKE, where it might be necessary. |
03 Feb 2002 01:16:51
    |
pat  |
Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined. |
02 Feb 2002 08:46:32
    |
pat  |
Fix placement of .include <bsd.port.pre.mk> which I screwed up in the last
commit. |
02 Feb 2002 04:09:27
    |
pat  |
Fix plist and dont use -w flag with fmt on older releases. |
29 Jan 2002 11:58:52
    |
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
22 Jan 2002 05:30:03
    |
pat  |
Fix build when KRB5_HOME is defined |
20 Jan 2002 19:23:30
    |
dwcjr  |
Fix OpenLDAP v1 errors Allow PAM aware pwcheck daemon Add JavaSASL |
17 Jan 2002 15:04:40
    |
kevlo  |
Update to version 1.5.27 |
07 Jan 2002 03:30:21
    |
will  |
This port requires automake 1.4 and cannot work with 1.5. |
24 Dec 2001 21:58:42
    |
steve  |
Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}
instead since ${.CURDIR} can be a read-only filesystem. |
20 Dec 2001 12:18:57
    |
ijliao  |
refer to correct location in pkg-message correct db filename fix pkg-install
script |
09 Dec 2001 03:07:36
    |
dwcjr  |
Fix formatting string bug Remove old MASTER_SITE |
23 Nov 2001 04:39:31
    |
dwcjr  |
Fix automake build problem |
30 Oct 2001 01:49:15
    |
petef  |
Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps, set
${AUTOMAKE_ARGS} to --add-missing --include-deps. |
13 Aug 2001 05:01:27
    |
dwcjr  |
USE DOCSDIR and PORTDOCS ADD IPv6 support |
01 Aug 2001 12:56:25
    |
knu  |
Back out the db3 port update because some of these dependent ports had been
broken by the incompatibility between db3.2 and db3.3. |
25 Jul 2001 16:05:11
    |
knu  |
Reflect databases/db3's shlib version bump from 2 to 3. |
21 May 2001 21:30:49
    |
olgeni  |
Cosmetic change only: make the MAN3 section fit an 80 column screen. |
05 Mar 2001 22:15:25
    |
knu  |
Fix the DB3 support. DB3's shlib version is now at 2. |
21 Jan 2001 15:40:47
    |
dirk  |
Switch from mysql322-{client,server} to mysql323-{client,server}. |
16 Jan 2001 17:33:20
    |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
01 Jan 2001 10:15:17
    |
will  |
Goodbye, YEAR2000. Hello, 2001. |
19 Dec 2000 11:35:16
    |
jedgar  |
Use mktemp(1) to create a temporary file instead of using a short guessable
filename during configuration. |
11 Dec 2000 02:33:58
    |
steve  |
Update Sendmail.README with instructions on how to enable the
GroupReadableSASLFile option for DONT_BLAME_SENDMAIL. |
17 Nov 2000 15:06:24
    |
kevlo  |
- Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-install - Add support
for Heimdal Kerberos V port |
02 Nov 2000 00:16:46
    |
jeh  |
PostFix requires 770 permissons on the /var/pwcheck directory. |
01 Nov 2000 12:00:14
    |
jeh  |
New file |
01 Nov 2000 11:59:18
    |
jeh  |
- 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. |
25 Oct 2000 17:56:35
    |
jeh  |
Missing /SASL at the end of the path to install Sendmail.README |
24 Oct 2000 11:27:50
    |
jeh  |
The last commit should have bumped PORTREVISION |
24 Oct 2000 03:03:09
    |
jeh  |
autodetected DB3, but fails to find includes |
08 Oct 2000 11:23:49
    |
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 07:30:58
    |
asami  |
Convert category security to new layout. |
22 Sep 2000 02:59:06
    |
kris  |
Update all ports using OpenSSL and RSA to work without rsaref since it is no
longer required. Apologies to the various maintainers whom I did not yet hear
back from, but the ports freeze is coming up in a few hours and I will be
verifying all of these ports on a 4.1 machine myself to catch any problems.
|
20 Sep 2000 02:34:46
    |
gshapiro  |
Update the sendmail build information in light of the new SENDMAIL_* make.conf
flags. |
19 Sep 2000 03:59:29
    |
ade  |
Cyrus-SASL 1.5.24 sources changed on Aug 15th -- changed a hard coded value to
a variable. |
12 Aug 2000 20:14:52
    |
nbm  |
Update to 1.5.24 |
29 Jun 2000 08:03:02
    |
obrien  |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site. |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51
    |
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
11 Jun 2000 09:05:34
    |
knu  |
Update to 1.5.21. |