Mon Sep 22 18:16:36 2008 UTC ()
tickets 1203, 1204


(bouyer)
diff -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-4.0.1

cvs diff -r1.1.2.47 -r1.1.2.48 src/doc/Attic/CHANGES-4.0.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.0.1 2008/09/18 18:27:05 1.1.2.47
+++ src/doc/Attic/CHANGES-4.0.1 2008/09/22 18:16:36 1.1.2.48
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.0.1,v 1.1.2.47 2008/09/18 18:27:05 bouyer Exp $ 1# $NetBSD: CHANGES-4.0.1,v 1.1.2.48 2008/09/22 18:16:36 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.0.1 3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.0.1
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 4.0.0_PATCH 11 Welcome to 4.0.0_PATCH
12 12
13xsrc/xfree/xc/lib/font/bitmap/pcfread.c 1.3 13xsrc/xfree/xc/lib/font/bitmap/pcfread.c 1.3
14 14
@@ -838,13 +838,41 @@ libexec/ftpd/version.h 1.66 @@ -838,13 +838,41 @@ libexec/ftpd/version.h 1.66
838libexec/ftpd/extern.h 1.58 838libexec/ftpd/extern.h 1.58
839libexec/ftpd/ftpcmd.y 1.88 839libexec/ftpd/ftpcmd.y 1.88
840libexec/ftpd/ftpd.c 1.187 840libexec/ftpd/ftpd.c 1.187
841libexec/ftpd/version.h patch 841libexec/ftpd/version.h patch
842 842
843 Don't split large commands into multiple commands; just fail on them. 843 Don't split large commands into multiple commands; just fail on them.
844 This prevents CSRF-like attacks, when a web browser is used to access 844 This prevents CSRF-like attacks, when a web browser is used to access
845 an ftp server. 845 an ftp server.
846 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>. 846 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
847 Fix mostly derived from OpenBSD, written by 847 Fix mostly derived from OpenBSD, written by
848 Moritz Jodeit <moritz@OpenBSD.org> 848 Moritz Jodeit <moritz@OpenBSD.org>
849 [lukem, ticket #1202] 849 [lukem, ticket #1202]
850 850
 851distrib/notes/common/main 1.417 - 1.420
 852distrib/notes/common/postinstall 1.68, 1.69
 853
 854 Various update and fixes to developers lists.
 855 Update URLs for packages PKG_PATH
 856 Add a note about a version mismatch warning of pkg_add(1) command.
 857 [tsutsui, ticket #1203]
 858
 859distrib/hpcarm/Makefile 1.4 - 1.6
 860distrib/hpcarm/instkernel/Makefile 1.1
 861distrib/hpcarm/stand/Makefile 1.1 - 1.2
 862distrib/hpcmips/Makefile 1.29 - 1.33
 863distrib/hpcmips/instkernel/Makefile 1.1
 864distrib/hpcmips/stand/Makefile 1.1 - 1.2
 865distrib/hpcsh/Makefile 1.7 - 1.9
 866distrib/hpcsh/instkernel/Makefile 1.1
 867distrib/hpcsh/stand/Makefile 1.1 - 1.2
 868distrib/miniroot/Makefile 1.65 - 1.66
 869etc/etc.hpcarm/Makefile.inc 1.6 - 1.8
 870etc/etc.hpcmips/Makefile.inc 1.9 - 1.10
 871etc/etc.hpcsh/Makefile.inc 1.4 - 1.5
 872
 873 Fix the following problems:
 874 - builds for hpcarm and hpcsh fail on build.sh -jN (even if N=1)
 875 - hpcarm miniroot.fs.gz isn't installed into proper dir
 876 - no cksum files in (some) miniroot dirs
 877 [tsutsui, ticket #1204]
 878