diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2020-12-08 19:10:40 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2020-12-08 19:10:40 +0000 |
commit | e30782bbdad59b00537d9c44c17e3fb5b3cec95b (patch) | |
tree | dc92937712ecf800c648164f7f8ac9e6aecd6f19 /sys | |
parent | c944cb7416ea291d56989168890ec13ff98465d0 (diff) | |
download | src-releng/12.1.tar.gz src-releng/12.1.zip |
Fix OpenSSL NULL pointer de-reference.releng/12.1
Approved by: so
Security: FreeBSD-SA-20:33.openssl
Security: CVE-2020-1971
Notes
Notes:
svn path=/releng/12.1/; revision=368463
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 bc67b2d1adb5..b58d86e4e84a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.1" -BRANCH="RELEASE-p11" +BRANCH="RELEASE-p12" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |