git: 187da1388dc1 - releng/14.5 - 14.5: create releng/14.5 branch

Colin Percival <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.src,gmane.os.freebsd.devel.stable.scm
Message-ID <[email protected]>
The branch releng/14.5 has been created by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=187da1388dc1cc27c2a7d5ec5e9ff75fbdbebf06

commit 187da1388dc1cc27c2a7d5ec5e9ff75fbdbebf06
Author:     Colin Percival <[email protected]>
AuthorDate: 2026-08-07 00:00:00 +0000
Commit:     Colin Percival <[email protected]>
CommitDate: 2026-08-07 00:00:00 +0000

    14.5: create releng/14.5 branch
    
    Update from PRERELEASE to BETA1
    Switch pkg(8) configuration to use the quarterly repositories
    Bump __FreeBSD_version to 1405000
    
    Approved by:    re (implicit)
    Sponsored by:   OpenSats Initiative
---
 release/pkg_repos/release-dvd.conf | 4 ++--
 sys/conf/newvers.sh                | 2 +-
 sys/sys/param.h                    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/release/pkg_repos/release-dvd.conf b/release/pkg_repos/release-dvd.conf
index d2db295c53c8..ebe29b72df99 100644
--- a/release/pkg_repos/release-dvd.conf
+++ b/release/pkg_repos/release-dvd.conf
@@ -1,12 +1,12 @@
 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",
   enabled: yes
 }
 release-kmods: {
-  url: "pkg+http://pkg.FreeBSD.org/${ABI}/kmods_latest",
+  url: "pkg+http://pkg.FreeBSD.org/${ABI}/kmods_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 6f3cf56042d4..39d95a250aa1 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.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 ace58ea27385..1ef8a5b8a223 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1404501
+#define __FreeBSD_version 1405000
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.