diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-10-26 11:42:25 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-10-26 11:42:25 +0000 |
commit | 009e7aaa36cdc634402b808846ff82869c79b076 (patch) | |
tree | 87ec8a7d959d10b98fa9068d0c72ebea6c14f0fb /sys/conf/newvers.sh | |
parent | 9f2ff1c7f301609664a1ef5f55688b9254c1b424 (diff) | |
download | src-009e7aaa36cdc634402b808846ff82869c79b076.tar.gz src-009e7aaa36cdc634402b808846ff82869c79b076.zip |
Upgrade NTP to 4.2.8p4.
Security: FreeBSD-SA-15:25.ntp
Security: CVE-2015-7871
Security: CVE-2015-7855
Security: CVE-2015-7854
Security: CVE-2015-7853
Security: CVE-2015-7852
Security: CVE-2015-7851
Security: CVE-2015-7850
Security: CVE-2015-7849
Security: CVE-2015-7848
Security: CVE-2015-7701
Security: CVE-2015-7703
Security: CVE-2015-7704, CVE-2015-7705
Security: CVE-2015-7691, CVE-2015-7692, CVE-2015-7702
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=290001
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f508fc1abbc6..b0def081d26a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p28" +BRANCH="RELEASE-p29" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |