Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v rcsdiff: /ftp/cvs/cvsroot/src/UPDATING,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.83 retrieving revision 1.86 diff -u -p -r1.83 -r1.86 --- src/UPDATING 2003/01/29 09:17:08 1.83 +++ src/UPDATING 2003/04/10 08:12:29 1.86 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.83 2003/01/29 09:17:08 kei Exp $ +$NetBSD: UPDATING,v 1.86 2003/04/10 08:12:29 kleink Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -8,6 +8,19 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20030324: + sendmail version 8.12.8 was imported. Since sendmail is + now setgid to the smmsp group, and runs in "collection" + mode for most common activities, there is a new config + file called submit.cf that needs to live in /etc/mail. + The generic submit.cf sample in /usr/share/sendmail/cf + is named netbsd-msp.cf. Upgrading your regular sendmail + configuration file is also strongly advised. + + See the section named "MESSAGE SUBMISSION PROGRAM" in + the updated /usr/share/sendmail/README file for more + information. + 20030117: Texinfo was updated to 4.3. To avoid failures when trying to build the included texinfo files, do: @@ -159,6 +172,17 @@ Recent changes: Solution: update and reinstall usr.bin/crunch +20020605: + smmsp user/group has been added for sendmail. + + Add the following into /etc/group: + + smmsp:*:17: + + and the following to /etc/master.passwd (via vipw): + + smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin + 20020515: sshd user/group has been added. Need to hand add this in, or sshd will not let you log in (with default, or UsePrivlegeSeparation=yes) @@ -534,7 +558,7 @@ Fix: Rebuild and install usr.bin/menuc Symptom:mklocale not found during build in share/locale/ctype Fix: Build and install usr.bin/mklocale -Symptom:undefined reference to `__assert13' +Symptom:undefined reference to `__assert13' or `__unsetenv13' Fix: Rebuild and install lib/libc Symptom:usr.sbin/config fails to build.