diff options
author | delphij <delphij@FreeBSD.org> | 2017-08-10 06:59:43 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2017-08-10 06:59:43 +0000 |
commit | 4f0def8d48a1ccf838d52033ac2ddb87600faaaf (patch) | |
tree | 9e70c8027bce9c432770b6c412b82bca6a293dd2 /sys | |
parent | dc92a5e2298774036551d0b9cdfb9a8814a6414b (diff) | |
download | FreeBSD-src-releng/10.3.zip FreeBSD-src-releng/10.3.tar.gz |
Fix OpenSSH Denial of Service vulnerability. [SA-17:06]releng/10.3
Approved by: so
Diffstat (limited to 'sys')
-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 00b7996..9782a67 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.3" -BRANCH="RELEASE-p20" +BRANCH="RELEASE-p21" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |