git: fce871fe3520 - releng/12.4 - 12.4: create releng/12.4 branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Oct 2022 17:51:03 UTC
The branch releng/12.4 has been created by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=fce871fe35204527a2ce08e43e1572ae9295cc00 commit fce871fe35204527a2ce08e43e1572ae9295cc00 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2022-10-20 17:49:59 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2022-10-20 17:49:59 +0000 12.4: create releng/12.4 branch Update from PRERELEASE to BETA1 Switch pkg(8) configuration to use 'quarterly' Bump __FreeBSD_version Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC ("Netgate") --- 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 95413592b719..34997f2c7067 100644 --- a/release/pkg_repos/release-dvd.conf +++ b/release/pkg_repos/release-dvd.conf @@ -1,6 +1,6 @@ # $FreeBSD$ 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 15b11bff2fd2..35ffdff88590 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.4" -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 cb063fa347b5..e481f9cf5760 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1203508 /* Master, propagated to newvers */ +#define __FreeBSD_version 1204000 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,