<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release, branch release/13.5.0-p5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.5.0-p5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.5.0-p5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-02-28T00:48:26Z</updated>
<entry>
<title>13.5: Switch from "quarterly" to "release" pkgs</title>
<updated>2025-02-28T00:48:26Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-02-28T00:48:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=956fb94dd608b252ac332bee27b4ab4fa7089494'/>
<id>urn:sha1:956fb94dd608b252ac332bee27b4ab4fa7089494</id>
<content type='text'>
Approved by:	re (implicit)
Sponsored by:	Amazon
</content>
</entry>
<entry>
<title>pkg-stage.sh: Remove kde entirely</title>
<updated>2025-02-21T16:18:19Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-02-21T16:18:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93b7f9301c56867ab1ebdf1ac245106c9bf592d4'/>
<id>urn:sha1:93b7f9301c56867ab1ebdf1ac245106c9bf592d4</id>
<content type='text'>
The package set for FreeBSD 13.5 comes from the 2025Q1 branch, which
doesn't have the new x11/kde (aka KDE 6) port; but shipping x11/kde5
(which is still in the 2025Q1 branch) doesn't make much sense either
since a few weeks after the release that will no longer be available
in either "latest" or "quarterly" package sets.

Just remove KDE packages from the 13.5 DVD entirely; this also makes
the DVD image fit into 4.7 GB size limit of physical DVDs again.

Direct commit to releng/13.5.

With hat:	re
Approved by:	re (cperciva)
Fixes:	ee6c7bf50b93 ("pkg-stage.sh: kde5 -&gt; kde")
Sponsored by:	Amazon
</content>
</entry>
<entry>
<title>pkg-stage.sh: kde5 -&gt; kde</title>
<updated>2025-02-21T00:05:11Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-02-19T19:21:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee6c7bf50b938628347b38123a646925f1b6b75e'/>
<id>urn:sha1:ee6c7bf50b938628347b38123a646925f1b6b75e</id>
<content type='text'>
The "kde5" package no longer exists; KDE goes to 6.

Note: Depending on the size of 13.5-BETA3 DVD images, KDE might end
up being removed from this list in the near future.

With hat:	re@
Approved by:	re (cperciva)
MFC after:	30 seconds
Sponsored by:	Amazon

(cherry picked from commit 0d7b98c06c5ec9638020844ee460af075cfc6e54)
(cherry picked from commit 4ddbb7945c633f2675daac78b70c3450e67d0498)
</content>
</entry>
<entry>
<title>release: Chase location of pkg repo databases</title>
<updated>2025-02-09T21:18:40Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-02-04T00:10:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef6b3c58883d5746084d0a5f7013d9851f232f73'/>
<id>urn:sha1:ef6b3c58883d5746084d0a5f7013d9851f232f73</id>
<content type='text'>
pkg used to store copies of upstream repository databases in
/var/db/pkg/repo-*.sqlite.  About a year ago this was moved to
/var/db/pkg/repos/*/, resulting in FreeBSD cloud images no longer
having those (unhelpful since they'll be long out of date before
the cloud images are launched) databases removed.

Remove the correct location, and hope that future pkg updates don't
break the base system again.

Sponsored by:	Amazon
Approved by:	re (cperciva)

(cherry picked from commit 078e8b34b13d6d0663661542eeac9007806fccdc)
(cherry picked from commit 8984d070d6669669754ba1f66c7acd6d7dca1d2a)
</content>
</entry>
<entry>
<title>13.5: create releng/13.5 branch</title>
<updated>2025-02-07T00:00:00Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-02-07T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8f9845e39e2338519297ef40bf118e9f59bde31'/>
<id>urn:sha1:a8f9845e39e2338519297ef40bf118e9f59bde31</id>
<content type='text'>
Update from PRERELEASE to BETA1
Switch pkg(8) configuration to use the quarterly repository
Bump __FreeBSD_version

Approved by:	re (implicit)
Sponsored by:	Amazon
</content>
</entry>
<entry>
<title>vmimage.subr: Redirect etcupdate log to stdout</title>
<updated>2025-02-06T04:16:23Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-01-29T19:38:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=00db5c7152e858aa010feb0f6c981d0cfd5f40ea'/>
<id>urn:sha1:00db5c7152e858aa010feb0f6c981d0cfd5f40ea</id>
<content type='text'>
While we're here, send the etcupdate log from generating base.txz
to stdout instead of /dev/null (see e972e408d19a) as well.

Reviewed by:	emaste, gordon, jrtc27
MFC after:	1 week
Sponsored by:	Amazon
Differential Revision:	https://reviews.freebsd.org/D48719

(cherry picked from commit ace4637ee0c666c6f5a1c664f8956f7302234edd)
</content>
</entry>
<entry>
<title>release: fix stray OCI_FORMAT</title>
<updated>2024-11-13T14:37:56Z</updated>
<author>
<name>Dave Cottlehuber</name>
<email>dch@FreeBSD.org</email>
</author>
<published>2024-11-13T14:36:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=803a860c61720904b06ca204867fe50824dfadc6'/>
<id>urn:sha1:803a860c61720904b06ca204867fe50824dfadc6</id>
<content type='text'>
The OCI_FORMAT variable was renamed, but this use was missed.

Fixes:	aad6a5f96b7820e2d67b1d01435100353c7f15ac
Sponsored by:	SkunkWerks, GmbH
</content>
</entry>
<entry>
<title>release: bump ORACLE VMSIZE to accommodate growth</title>
<updated>2024-11-13T13:23:25Z</updated>
<author>
<name>Dave Cottlehuber</name>
<email>dch@FreeBSD.org</email>
</author>
<published>2024-11-13T13:08:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75cd2f886164e358c53aedb3e9f18ef683d936d9'/>
<id>urn:sha1:75cd2f886164e358c53aedb3e9f18ef683d936d9</id>
<content type='text'>
Approved by:	emaste
Sponsored by:	SkunkWerks, GmbH
</content>
</entry>
<entry>
<title>release: move OCI to ORACLE</title>
<updated>2024-11-13T13:08:15Z</updated>
<author>
<name>Dave Cottlehuber</name>
<email>dch@FreeBSD.org</email>
</author>
<published>2024-10-15T09:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aad6a5f96b7820e2d67b1d01435100353c7f15ac'/>
<id>urn:sha1:aad6a5f96b7820e2d67b1d01435100353c7f15ac</id>
<content type='text'>
This allows future releng tooling to use OCI for the industry
standard Open Container Initiative tooling, reducing potential
for confusion.

Approved by:	cperciva
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D46975

MFC after:	3 days
Sponsored by:	SkunkWerks, GmbH

(cherry picked from commit 1be84d745bcc11b766ac1fa03afd2c8ea8771737)
</content>
</entry>
<entry>
<title>release.sh: Pass ARCH_FLAGS when setting VMSIZE</title>
<updated>2024-10-16T04:16:18Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2024-07-06T17:15:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=024b595495f240625ef2096efd6969084770855b'/>
<id>urn:sha1:024b595495f240625ef2096efd6969084770855b</id>
<content type='text'>
The default VM size may depend on the architecture.  In particular,
it is currently larged on riscv64 due to a toolchain issue which
results in bloated binaries.

MFC after:	3 days
Fixes:	59c21ed6e811 "release: Bump default VM size for riscv64 to 6 GB"
Sponsored by:	Amazon

(cherry picked from commit ed807f7bcaecbf32b0b81a7d18cee489a3666157)
</content>
</entry>
</feed>
