<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2026-02-05T08:55:28Z</updated>
<entry>
<title>loader: Prefer comma-separated list of values for "console"</title>
<updated>2026-02-05T08:55:28Z</updated>
<author>
<name>Michael Osipov</name>
<email>michaelo@FreeBSD.org</email>
</author>
<published>2026-01-28T09:02:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93fbf353b62c02cebd42e08e1ed97225fe526447'/>
<id>urn:sha1:93fbf353b62c02cebd42e08e1ed97225fe526447</id>
<content type='text'>
PR:		292595
Reviewed by:	imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D54923

(cherry picked from commit 56970c3c4b0bc61d972837661a31cc2b9e8e8d7c)
</content>
</entry>
<entry>
<title>release: Pass PKG_INSTALL_EPOCH (take 2)</title>
<updated>2025-04-26T19:49:35Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-04-23T04:39:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ef9c17d68c491064bd00d68f3d417581128b9f3'/>
<id>urn:sha1:2ef9c17d68c491064bd00d68f3d417581128b9f3</id>
<content type='text'>
We need to pass this to cloudware builds, not just VM builds.

MFC after: 4 days
Fixes:	81ca663642ef ("release: Pass PKG_INSTALL_EPOCH to vmimage.subr")
Sponsored by:	Amazon

(cherry picked from commit d14036ea424d5aa3eee20cc6f0b5d7117cc3931b)
</content>
</entry>
<entry>
<title>release: Pass PKG_INSTALL_EPOCH to vmimage.subr</title>
<updated>2025-04-26T19:49:09Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2025-04-10T06:05:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d434f9f58d88ff5157387610b23ae6d7d58ef630'/>
<id>urn:sha1:d434f9f58d88ff5157387610b23ae6d7d58ef630</id>
<content type='text'>
This value, if not already set, comes from the timestamp of the most
recent git commit (which is now also available in src/release code as
GITEPOCH) or 0 if git is not installed.

This should allow /var/db/pkg/local.sqlite to be reproducible in VM
images which have packages installed (e.g. cloudware).

Reviewed by:	emaste, bapt
MFC after:	5 days
Sponsored by:	Amazon
Differential Revision:	https://reviews.freebsd.org/D49760

(cherry picked from commit 81ca663642ef1ed5111a88d2e9102f6788fab407)
</content>
</entry>
<entry>
<title>pkg-stage.sh: kde5 -&gt; kde</title>
<updated>2025-02-19T19:25:50Z</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=4ddbb7945c633f2675daac78b70c3450e67d0498'/>
<id>urn:sha1:4ddbb7945c633f2675daac78b70c3450e67d0498</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@
MFC after:	30 seconds
Sponsored by:	Amazon

(cherry picked from commit 0d7b98c06c5ec9638020844ee460af075cfc6e54)
</content>
</entry>
<entry>
<title>release: Chase location of pkg repo databases</title>
<updated>2025-02-09T21:16:25Z</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=8984d070d6669669754ba1f66c7acd6d7dca1d2a'/>
<id>urn:sha1:8984d070d6669669754ba1f66c7acd6d7dca1d2a</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

(cherry picked from commit 078e8b34b13d6d0663661542eeac9007806fccdc)
</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>
