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


(bouyer)
diff -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-4.1

cvs diff -r1.1.2.85 -r1.1.2.86 src/doc/Attic/CHANGES-4.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.1 2008/09/18 18:27:02 1.1.2.85
+++ src/doc/Attic/CHANGES-4.1 2008/09/22 18:16:20 1.1.2.86
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.1,v 1.1.2.85 2008/09/18 18:27:02 bouyer Exp $ 1# $NetBSD: CHANGES-4.1,v 1.1.2.86 2008/09/22 18:16:20 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.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_STABLE 11 Welcome to 4.0_STABLE
12 12
13sys/arch/amd64/amd64/bios32.c 1.6 13sys/arch/amd64/amd64/bios32.c 1.6
14sys/arch/amd64/amd64/mainbus.c 1.17 14sys/arch/amd64/amd64/mainbus.c 1.17
@@ -2095,13 +2095,41 @@ libexec/ftpd/version.h 1.66 @@ -2095,13 +2095,41 @@ libexec/ftpd/version.h 1.66
2095libexec/ftpd/extern.h 1.58 2095libexec/ftpd/extern.h 1.58
2096libexec/ftpd/ftpcmd.y 1.88 2096libexec/ftpd/ftpcmd.y 1.88
2097libexec/ftpd/ftpd.c 1.187 2097libexec/ftpd/ftpd.c 1.187
2098libexec/ftpd/version.h patch 2098libexec/ftpd/version.h patch
2099 2099
2100 Don't split large commands into multiple commands; just fail on them. 2100 Don't split large commands into multiple commands; just fail on them.
2101 This prevents CSRF-like attacks, when a web browser is used to access 2101 This prevents CSRF-like attacks, when a web browser is used to access
2102 an ftp server. 2102 an ftp server.
2103 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>. 2103 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
2104 Fix mostly derived from OpenBSD, written by 2104 Fix mostly derived from OpenBSD, written by
2105 Moritz Jodeit <moritz@OpenBSD.org> 2105 Moritz Jodeit <moritz@OpenBSD.org>
2106 [lukem, ticket #1202] 2106 [lukem, ticket #1202]
2107 2107
 2108distrib/notes/common/main 1.417 - 1.420
 2109distrib/notes/common/postinstall 1.68, 1.69
 2110
 2111 Various update and fixes to developers lists.
 2112 Update URLs for packages PKG_PATH
 2113 Add a note about a version mismatch warning of pkg_add(1) command.
 2114 [tsutsui, ticket #1203]
 2115
 2116distrib/hpcarm/Makefile 1.4 - 1.6
 2117distrib/hpcarm/instkernel/Makefile 1.1
 2118distrib/hpcarm/stand/Makefile 1.1 - 1.2
 2119distrib/hpcmips/Makefile 1.29 - 1.33
 2120distrib/hpcmips/instkernel/Makefile 1.1
 2121distrib/hpcmips/stand/Makefile 1.1 - 1.2
 2122distrib/hpcsh/Makefile 1.7 - 1.9
 2123distrib/hpcsh/instkernel/Makefile 1.1
 2124distrib/hpcsh/stand/Makefile 1.1 - 1.2
 2125distrib/miniroot/Makefile 1.65 - 1.66
 2126etc/etc.hpcarm/Makefile.inc 1.6 - 1.8
 2127etc/etc.hpcmips/Makefile.inc 1.9 - 1.10
 2128etc/etc.hpcsh/Makefile.inc 1.4 - 1.5
 2129
 2130 Fix the following problems:
 2131 - builds for hpcarm and hpcsh fail on build.sh -jN (even if N=1)
 2132 - hpcarm miniroot.fs.gz isn't installed into proper dir
 2133 - no cksum files in (some) miniroot dirs
 2134 [tsutsui, ticket #1204]
 2135