2004-07-08 02:14:05 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Conflict with exim-exiscan.
|
2004-07-07 10:51:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Set BDB_ACCEPTED to "native db3 db2"; tested to compile against db1 \
and db3.
Does not compile against db4.
Pass down necessary -L/-Wl,-R/-I for all supported versions.
|
2004-07-07 00:38:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Convert to bl3.
|
2004-05-26 11:57:20 by grant beattie | Files touched by this commit (2) |
Log message:
catch up with statvfs on NetBSD 2.0D.
|
2004-05-07 19:47:32 by David Brownlee | Files touched by this commit (21) |
Log message:
Update exim3 to exim-3.36nb2
- Fix buffer overflows listed at http://www.guninski.com/exim1.html
Update exim to exim-4.33nb1 (from 4.22nb5)
- Fix buffer overflow listed at http://www.guninski.com/exim1.html
- Leave nb1 to indicate we have a local change from stock 4.33
- 1086 lines of changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33
- Remove dependancy on exim-user - now looks up EXIM_{USER,GROUP} at runtime
Update exim-exiscan to 4.33_20nb1 (from 4.22-12)
- Fix buffer overflow listed at http://www.guninski.com/exim1.html
- Leave nb1 to indicate we have a local change from stock 4.33_20
- Same exim changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33
- Changes (http://duncanthrax.net/exiscan-acl/CHANGELOG) include
- added option to use multiple spamd servers
- many mime changes
- Added Brightmail Antispam support
- clamd fixes
Update exim-html to 4.30 (from 4.20)
- Update to latest docs
Delete exim-user
- No longer required - exim now looks up EXIM_{USER,GROUP} at runtime
|
2004-05-07 00:34:27 by Jeremy C. Reed | Files touched by this commit (2) |
Log message:
Use @PKG_SYSCONFDIR@ instead of @PREFIX@/etc/exim
for location of configure script check in the exim rc.d script.
Bump PKGREVISION.
|
2004-04-24 00:08:00 by Jeremy C. Reed | Files touched by this commit (109) |
Log message:
mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
|
2004-02-14 00:47:02 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
s/dependant/dependent/
|
2004-01-15 03:05:10 by grant beattie | Files touched by this commit (2) |
Log message:
don't include crypt.h on Darwin, 6.8 at least doesn't have it.
fixes build on Darwin.
|
2003-12-18 03:30:54 by grant beattie | Files touched by this commit (1) |
Log message:
kill some trailing whitespace (mmm, cutnpaste).
|