git: a8f9845e39e2 - releng/13.5 - 13.5: create releng/13.5 branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Feb 2025 00:00:04 UTC
The branch releng/13.5 has been created by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=a8f9845e39e2338519297ef40bf118e9f59bde31
commit a8f9845e39e2338519297ef40bf118e9f59bde31
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-02-07 00:00:00 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-02-07 00:00:00 +0000
13.5: create releng/13.5 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 bc2cc8de1cf9..62f49bcc6584 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.5"
-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 c209db90ba1e..b08e5561ef60 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1304501 /* Master, propagated to newvers */
+#define __FreeBSD_version 1305000 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,