Sun Apr 24 16:31:01 2011 UTC ()
Tickets 1598-1601.


(riz)
diff -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-5.2

cvs diff -r1.1.2.75 -r1.1.2.76 src/doc/Attic/CHANGES-5.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.2 2011/04/24 15:42:45 1.1.2.75
+++ src/doc/Attic/CHANGES-5.2 2011/04/24 16:31:01 1.1.2.76
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.2,v 1.1.2.75 2011/04/24 15:42:45 riz Exp $ 1# $NetBSD: CHANGES-5.2,v 1.1.2.76 2011/04/24 16:31:01 riz Exp $
2 2
3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.1_STABLE. 9 Welcome to 5.1_STABLE.
10 [riz] 10 [riz]
11 11
12crypto/dist/openssl/ssl/t1_lib.c patch 12crypto/dist/openssl/ssl/t1_lib.c patch
13 13
14 Fix a race condition. (CVE-2010-3864) 14 Fix a race condition. (CVE-2010-3864)
@@ -4995,13 +4995,38 @@ external/mit/xorg/bin/xrdb/Makefile pat @@ -4995,13 +4995,38 @@ external/mit/xorg/bin/xrdb/Makefile pat
4995 [mrg, ticket #1594] 4995 [mrg, ticket #1594]
4996 4996
4997dist/dhcp/client/dhclient.c 1.21 4997dist/dhcp/client/dhclient.c 1.21
4998 4998
4999 CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP 4999 CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP
5000 response values. 5000 response values.
5001 [spz, ticket #1595] 5001 [spz, ticket #1595]
5002 5002
5003lib/libc/gen/glob.c 1.28-1.29 via patch 5003lib/libc/gen/glob.c 1.28-1.29 via patch
5004 5004
5005 Prevent resource DoS from brace expansion. 5005 Prevent resource DoS from brace expansion.
5006 [spz, ticket #1597] 5006 [spz, ticket #1597]
5007 5007
 5008sys/arch/xen/xenbus/xenbus_probe.c 1.30
 5009
 5010 Continue scanning for other frontends when initialization
 5011 of one frontend failed.
 5012 [cegger, ticket #1598]
 5013
 5014sys/arch/xen/xenbus/xenbus_probe.c 1.31 via patch
 5015
 5016 Fix probe so NetBSD DomU can boot on Linux Dom0 with xl.
 5017 [cegger, ticket #1599]
 5018
 5019sys/nfs/nfs_socket.c 1.189
 5020
 5021 Change socket buffer reservations for NFS send/receive
 5022 to 3 times max RPC size, to avoid nasty TCP stalls.
 5023 Will require increase to sbmax via sysctl for those running really
 5024 huge NFS rsize/wsize (>64K).
 5025 [tls, ticket #1600]
 5026
 5027sys/dev/pci/if_bge.c 1.194
 5028
 5029 Perform hardware checksum over the entire packet, as other OS
 5030 drivers do. PR#40018.
 5031 [buhrow, ticket #1601]
 5032