svn commit: r342900 - in releng/12.0: . sys/conf

Ed Maste emaste at FreeBSD.org
Wed Jan 9 19:10:15 UTC 2019


Author: emaste
Date: Wed Jan  9 19:10:13 2019
New Revision: 342900
URL: https://svnweb.freebsd.org/changeset/base/342900

Log:
  UPDATING and newvers entries for 12.0-p2
  
  Approved by:	so
  Security:	FreeBSD-EN-19:01.cc_cubic
  Security:	FreeBSD-EN-19:02.tcp
  Security:	FreeBSD-EN-19:03.sqlite
  Security:	FreeBSD-EN-19:04.tzdata

Modified:
  releng/12.0/UPDATING
  releng/12.0/sys/conf/newvers.sh

Modified: releng/12.0/UPDATING
==============================================================================
--- releng/12.0/UPDATING	Wed Jan  9 18:57:38 2019	(r342899)
+++ releng/12.0/UPDATING	Wed Jan  9 19:10:13 2019	(r342900)
@@ -16,6 +16,19 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 
 the tip of head, and then rebuild without this option. The bootstrap process
 from older version of current across the gcc/clang cutover is a bit fragile.
 
+20190109:	p2	FreeBSD-EN-19:01.cc_cubic
+			FreeBSD-EN-19:02.tcp
+			FreeBSD-EN-19:03.sqlite
+			FreeBSD-EN-19:04.tzdata
+
+	Revert CC Cubic: fix underflow for cubic_cwnd() [EN-19:01.cc_cubic]
+
+	Fix a TCP handling of received segments. [EN-19:02.tcp]
+
+	Update sqlite3-3.23.1 --> sqlite3-3.26.0 (3260000) [EN-19:03.sqlite]
+
+	Import tzdata 2018h, 2018i [EN-19:04.tzdata]
+
 20181219:	p1	FreeBSD-SA-18:15.bootpd
 
 	bootpd: validate hardware type [SA-18:15.bootpd]

Modified: releng/12.0/sys/conf/newvers.sh
==============================================================================
--- releng/12.0/sys/conf/newvers.sh	Wed Jan  9 18:57:38 2019	(r342899)
+++ releng/12.0/sys/conf/newvers.sh	Wed Jan  9 19:10:13 2019	(r342900)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list