Jon Nelson writes:

===

updates to config.sub and config.guess (for example, the config.guess in
maildir is quite old:

  -timestamp='2001-09-04'
  +timestamp='2003-01-10'

and so on for other config.sub and config.guess throughout the package.

config.guess and config.sub in maildir needs to simply be removed. It's an anomaly. The configure script uses config.guess and config.sub in the parent directory.

===

a patch to authlib/authldaplib.c that /appears/ to check if the password
starts with {crypt} and if so, advances said password by 7 spaces.

===

a patch to imap/imapd.c that alters the umask prior to opening
IMAPDEBUGFILE (call umask(027) prior to fopen, then restore old umask
right after).

===

a very slight alteration of the symlink creation for sendmail to rmail
in courier/Makefile.in, to fix a dangling symlink

-   $(LN_S) sendmail $(DESTDIR)$(bindir)/rmail
+   $(LN_S) ../sbin/sendmail $(DESTDIR)$(bindir)/rmail

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203505

===

These three look fine.


a few changes to the lockfiles and pid paths for courier/ldapaliasdrc.h (debian considers /tmp unsafe). Mostly s:/tmp/:/var/run/courier/:g

By default, these directories are not in /tmp.


courier/filters/filterctl.in: pidfile location change (change from @localstatedir@/tmp to @piddir@

See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=149669
for some of the reasoning.

===

courier/cmlm.h: change sendmail's path from bin to sbin

No. Courier's sendmail is in bin, and that's what cmlm wants.


===

courier/module.esmtp/Makefile.in:
  - remove [EMAIL PROTECTED]@ from CLEANFILES
  - remove staticlist.c from CONFIG_CLEAN_FILES

For starters, they are needed, otherwise make distcheck will fail.

Furthermore, if any patching's to be done, it's Makefile.am that needs to be patched.


Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to