git: 6b1d152d892d - main - UPDATING: add entry for recent pkgbase changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Apr 2024 04:34:24 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=6b1d152d892d481986bd650e3806724718fe6970
commit 6b1d152d892d481986bd650e3806724718fe6970
Author: Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-04-29 04:28:49 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-29 04:32:55 +0000
UPDATING: add entry for recent pkgbase changes
Reviewed by: imp, manu
Pull Request: https://github.com/freebsd/freebsd-src/pull/1196
---
UPDATING | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/UPDATING b/UPDATING
index aae30936a8b5..0c0134022861 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20240424:
+ cron, lpr, and ntpd have been moved from FreeBSD-utilities into their
+ own packages. If you use pkgbase, you should install the relevant
+ packages: FreeBSD-cron, FreeBSD-lp, or FreeBSD-ntp.
+
20240205:
For dynamically linked programs, system calls are now made from
libsys rather than libc. No change in linkage is required as