git: 3f5f38755b8f - releng/14.1 - 14.1: create releng/14.1 branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 May 2024 06:18:32 UTC
The branch releng/14.1 has been created by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=3f5f38755b8f521401283370770bc375fe71a725 commit 3f5f38755b8f521401283370770bc375fe71a725 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-05-03 06:13:50 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-05-03 06:13:50 +0000 14.1: create releng/14.1 branch Update from PRERELEASE to BETA1 Switch pkg(8) configuration to use the quarterly repository Bump __FreeBSD_version Approved by: re (implicit) Sponsored by: https://www.patreon.com/cperciva --- 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 144584e90147..ff68b4d3f474 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.1" -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 46f0cf211cff..716ea8af959e 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 1400511 +#define __FreeBSD_version 1401000 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,