aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2007-02-14 22:30:33 +0000
committerColin Percival <cperciva@FreeBSD.org>2007-02-14 22:30:33 +0000
commit7f9161735d514ab289c27c62f4a0358b3862195f (patch)
tree1999feb69a700f1718069e5d3acc843dff60fd0f /UPDATING
parent3adbb43be311e66231e4f5d4461a9cf1d88d729b (diff)
downloadsrc-7f9161735d514ab289c27c62f4a0358b3862195f.tar.gz
src-7f9161735d514ab289c27c62f4a0358b3862195f.zip
Correct problems with locking, namei leakage, and symlinkreleng/6.0
creation in the NFS subsystem. Approved by: so (cperciva) Submitted by: re (hrs) Errata: FreeBSD-EN-07:01.nfs
Notes
Notes: svn path=/releng/6.0/; revision=166720
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f844d13530d7..cede9016bbf1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -8,6 +8,10 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running
portupgrade.
+20070214: p18 FreeBSD-EN-07:01.nfs
+ Correct problems with locking, namei leakage, and symlink
+ creation in the NFS subsystem.
+
20070111: p17 FreeBSD-SA-07:01.jail
Correct jail rc.d script privilege escalation.