git: 603608e520f0 - releng/14.2 - 14.2: create releng/14.2 branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Nov 2024 00:03:37 UTC
The branch releng/14.2 has been created by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=603608e520f01b4626b63d98a6926cef5b297887
commit 603608e520f01b4626b63d98a6926cef5b297887
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-11-01 00:02:35 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-11-01 00:02:35 +0000
14.2: create releng/14.2 branch
Update from PRERELEASE to BETA1
Switch pkg(8) configuration to use the quarterly repository
Bump __FreeBSD_version
Approved by: re (implicit)
Sponsored by: Amazon
---
release/pkg_repos/release-dvd.conf | 2 +-
sys/conf/newvers.sh | 2 +-
sys/sys/param.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/release/pkg_repos/release-dvd.conf b/release/pkg_repos/release-dvd.conf
index c2e64c43a56f..600c309d5979 100644
--- a/release/pkg_repos/release-dvd.conf
+++ b/release/pkg_repos/release-dvd.conf
@@ -1,5 +1,5 @@
release: {
- url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
+ url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 9176ee00e9e3..385b47891a43 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.2"
-BRANCH="PRERELEASE"
+BRANCH="BETA1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index a900131fe8ec..5d9c19974d6b 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1401503
+#define __FreeBSD_version 1402000
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,