Fri Jul 24 07:46:03 2015 UTC ()
Ticket #1973


(martin)
diff -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-5.2.4

cvs diff -r1.1.2.33 -r1.1.2.34 src/doc/Attic/CHANGES-5.2.4 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.2.4 2015/07/01 07:19:30 1.1.2.33
+++ src/doc/Attic/CHANGES-5.2.4 2015/07/24 07:46:03 1.1.2.34
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.2.4,v 1.1.2.33 2015/07/01 07:19:30 bouyer Exp $ 1# $NetBSD: CHANGES-5.2.4,v 1.1.2.34 2015/07/24 07:46:03 martin Exp $
2 2
3A complete list of changes from the NetBSD 5.2.3 release to the NetBSD 5.2.4 3A complete list of changes from the NetBSD 5.2.3 release to the NetBSD 5.2.4
4release: 4release:
5 5
6doc/LAST_MINUTE patched by hand 6doc/LAST_MINUTE patched by hand
7doc/README.files patched by hand 7doc/README.files patched by hand
8gnu/usr.bin/groff/tmac/mdoc.local patched by hand 8gnu/usr.bin/groff/tmac/mdoc.local patched by hand
9sys/sys/param.h patched by hand 9sys/sys/param.h patched by hand
10 10
11 Welcome to 5.2.3_PATCH. 11 Welcome to 5.2.3_PATCH.
12 [snj] 12 [snj]
13 13
14sys/dev/raidframe/raidframevar.h 1.17 14sys/dev/raidframe/raidframevar.h 1.17
@@ -2637,13 +2637,21 @@ usr.bin/calendar/calendar.c 1.51 @@ -2637,13 +2637,21 @@ usr.bin/calendar/calendar.c 1.51
2637 2637
2638 Correct privilege handling problems in calendar -a (which runs as root 2638 Correct privilege handling problems in calendar -a (which runs as root
2639 from /etc/daily); do not exec other programs while the real uid is 2639 from /etc/daily); do not exec other programs while the real uid is
2640 still 0. 2640 still 0.
2641 2641
2642 Also, clear the supplementary groups list up front and call initgroups 2642 Also, clear the supplementary groups list up front and call initgroups
2643 when becoming another user, to avoid leaking any extra group 2643 when becoming another user, to avoid leaking any extra group
2644 privileges that we might have. 2644 privileges that we might have.
2645 2645
2646 And finally, don't silently ignore errors changing uid and gid; those 2646 And finally, don't silently ignore errors changing uid and gid; those
2647 are serious if they happen. 2647 are serious if they happen.
2648 [dholland, ticket #1971] 2648 [dholland, ticket #1971]
2649 2649
 2650sys/netinet/tcp_input.c 1.343
 2651sys/netinet/tcp_output.c 1.184
 2652
 2653 If we are sending a window probe and there's unacked data in the
 2654 socket, make sure at least the persist timer is running.
 2655 Make sure that snd_win doesn't go negative.
 2656 [matt, ticket #1973]
 2657