Next | Query returned 190 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2009-08-16 01:18:11 by Zafer Aydogan | Files touched by this commit (1) | Package updated
Log message:
update master sites. remove dead mirror.
   2009-06-14 22:45:12 by Joerg Sonnenberger | Files touched by this commit (16)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-03-24 22:05:42 by John Nemeth | Files touched by this commit (2)
Log message:
fix unprivileged builds
   2009-03-21 22:30:58 by John Nemeth | Files touched by this commit (2)
Log message:
- various pkglint cleanups
- add user-destdir support

- this should fix PR/41004
   2009-03-21 22:20:28 by John Nemeth | Files touched by this commit (3)
Log message:
As owner of the package, I have not approved this patch.  Having
had a chance to closely examine it, I would prefer it be done
slightly differently.  Also, the patch patches multiple files in
direct contravention of pkgsrc guidelines.  One of the files is
also patched by a different patch.  Having multiple patches applied
to a single file makes maitenance much more difficult.
   2009-03-10 13:41:14 by Emmanuel Dreyfus | Files touched by this commit (1)
Log message:
Fix bad patch checksum
   2009-03-09 22:24:00 by Emmanuel Dreyfus | Files touched by this commit (3)
Log message:
This patch fixes an important reliability fix when Sendmail performs local
mail delivery with non local NSS passwd source, such as LDAP.

Stock LDAP uses getpwnam(3) to lookup recipients. As mandated by SUSv2,
getpwnam(3) does not set errno, so Sendmail has no way of distinguishing
a non existing user and an error with a remote NSS source. Therefore,
when the LDAP server goes down, Sendmail bounces mail to valid recipients.

A first workround is to remove F=w from Mlocal in sendmail.cf. This will
inhibit local recipient lookups, but it has a two drawbacks
- ~/.forward do not work anymore
- For multi-recipient mails with a single inexistent user, mail.local
cause a DSN reporting an error for all users, whereas all valid users
do get the message.

A better workaround is this patch, which calls getpwnam_r(3). This newer
API do set errno and do return an error code. Sendmail is therefore able
to detect that it had a transcient error in NSS, and it will react by
queuing the message. This is what you really want to happen when LDAP
is down.

I have not been able to get any feedback from Sendmail developers about
this patch.
   2008-11-14 15:09:20 by Matthias Scheler | Files touched by this commit (1)
Log message:
Use "c99" to build under NetBSD if available. This makes \ 
"sendmail" build
until PR toolchain/38983 has been fixed.

Next | Query returned 190 messages, browsing 71 to 80 | Previous