aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2006-01-11 08:03:18 +0000
committerColin Percival <cperciva@FreeBSD.org>2006-01-11 08:03:18 +0000
commitbc57f3a1422a1b5c2a202ae2fb8f1318b4cd91d8 (patch)
tree5c4f166fba42de9628d2f399897cfb9f1ce0110d /UPDATING
parentd533a1a06567aa73eee52054355deac734d2b4a0 (diff)
downloadsrc-bc57f3a1422a1b5c2a202ae2fb8f1318b4cd91d8.tar.gz
src-bc57f3a1422a1b5c2a202ae2fb8f1318b4cd91d8.zip
Correct insecure temporary file usage in texindex. [06:01]
Correct insecure temporary file usage in ee. [06:02] Correct a race condition when setting file permissions, sanitize file names by default, and fix a buffer overflow when handling files larger than 4GB in cpio. [06:03] Fix an error in the handling of IP fragments in ipfw which can cause a kernel panic. [06:04] Security: FreeBSD-SA-06:01.texindex Security: FreeBSD-SA-06:02.ee Security: FreeBSD-SA-06:03.cpio Security: FreeBSD-SA-06:04.ipfw Approved by: so (cperciva)
Notes
Notes: svn path=/releng/6.0/; revision=154217
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ccf7a1180f5f..95f75efae913 100644
--- a/UPDATING
+++ b/UPDATING
@@ -8,6 +8,19 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running
portupgrade.
+20060111: p2 FreeBSD-SA-06:01.texindex, FreeBSD-SA-06:02.ee,
+ FreeBSD-SA-06:03.cpio, FreeBSD-SA-06:04.ipfw
+ Correct insecure temporary file usage in texindex. [06:01]
+
+ Correct insecure temporary file usage in ee. [06:02]
+
+ Correct a race condition when setting file permissions,
+ sanitize file names by default, and fix a buffer overflow
+ when handling files larger than 4GB in cpio. [06:03]
+
+ Fix an error in the handling of IP fragments in ipfw which
+ can cause a kernel panic. [06:04]
+
20051219: p1 FreeBSD-EN-05:04.nfs
Correct a locking issue in nfs_lookup() where a call to vrele()
might be made while holding the vnode mutex, which resulted