git: a2829ff9d10f - releng/15.0 - 15.0: create releng/15.0 branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 23:59:10 UTC
The branch releng/15.0 has been created by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=a2829ff9d10fe2b13ec2aee5e6a4b86dec295044 commit a2829ff9d10fe2b13ec2aee5e6a4b86dec295044 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-10-09 23:59:00 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-10-09 23:59:00 +0000 15.0: create releng/15.0 branch Update from ALPHA5 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 0b9080f43fdc..d933d23c1639 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="ALPHA5" +BRANCH="BETA1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi diff --git a/sys/sys/param.h b/sys/sys/param.h index aa1d4fe36ae5..d980de307a3d 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -74,7 +74,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500066 +#define __FreeBSD_version 1500067 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,