From noreply at github.com Mon Mar 23 14:49:38 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 11:49:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 1915d8: Add the amd-cppc driver implementation from Rob Au... Message-ID: Branch: refs/heads/feature/amdcppc Home: https://github.com/MidnightBSD/src Commit: 1915d87bd94d9ffe49d8abba2c3241b9d8071e58 https://github.com/MidnightBSD/src/commit/1915d87bd94d9ffe49d8abba2c3241b9d8071e58 Author: Lucas Holt Date: 2026-03-23 (Mon, 23 Mar 2026) Changed paths: A share/man/man4/amdcppc.4 A sys/dev/amdcppc/amdcppc.c M sys/modules/Makefile A sys/modules/amdcppc/Makefile Log Message: ----------- Add the amd-cppc driver implementation from Rob Augustinus. https://github.com/raugustinus/freebsd-amd-cppc/ AI-Assisted-by: Claude Code (c file), GitHub Copilot (claude opus 4.6 model) man page To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Mon Mar 23 14:52:33 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 11:52:33 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] e5c6c1: Add the amd-cppc driver implementation from Rob Au... Message-ID: Branch: refs/heads/feature/amdcppc Home: https://github.com/MidnightBSD/src Commit: e5c6c193581c33198a50962e48470b88f7d5d28e https://github.com/MidnightBSD/src/commit/e5c6c193581c33198a50962e48470b88f7d5d28e Author: Lucas Holt Date: 2026-03-23 (Mon, 23 Mar 2026) Changed paths: A share/man/man4/amdcppc.4 A sys/dev/amdcppc/amdcppc.c M sys/modules/Makefile A sys/modules/amdcppc/Makefile Log Message: ----------- Add the amd-cppc driver implementation from Rob Augustinus. https://github.com/raugustinus/freebsd-amd-cppc/ AI-Assisted-by: Claude Code (c file), GitHub Copilot (claude opus 4.6 model) man page Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 00:21:30 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 21:21:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 2cea1f: fix device hint Message-ID: Branch: refs/heads/feature/amdcppc Home: https://github.com/MidnightBSD/src Commit: 2cea1fd4024a8627ee61adca0b2283eb7eae65b3 https://github.com/MidnightBSD/src/commit/2cea1fd4024a8627ee61adca0b2283eb7eae65b3 Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: M share/man/man4/amdcppc.4 Log Message: ----------- fix device hint To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 00:29:57 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 21:29:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 6e802a: cast to larger type to avoid overflow Message-ID: Branch: refs/heads/feature/amdcppc Home: https://github.com/MidnightBSD/src Commit: 6e802a06461bba49cf42fc93856f6142623d09b6 https://github.com/MidnightBSD/src/commit/6e802a06461bba49cf42fc93856f6142623d09b6 Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: M sys/dev/amdcppc/amdcppc.c Log Message: ----------- cast to larger type to avoid overflow To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 00:33:54 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 21:33:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] c244e0: Add the amd-cppc driver implementation from Rob Au... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: c244e0aa12748d89c330d97193cb413f169c8819 https://github.com/MidnightBSD/src/commit/c244e0aa12748d89c330d97193cb413f169c8819 Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: A share/man/man4/amdcppc.4 A sys/dev/amdcppc/amdcppc.c M sys/modules/Makefile A sys/modules/amdcppc/Makefile Log Message: ----------- Add the amd-cppc driver implementation from Rob Augustinus. (#314) * Add the amd-cppc driver implementation from Rob Augustinus. https://github.com/raugustinus/freebsd-amd-cppc/ AI-Assisted-by: Claude Code (c file), GitHub Copilot (claude opus 4.6 model) man page Signed-off-by: Lucas Holt * fix device hint * cast to larger type to avoid overflow --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 00:33:58 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 21:33:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/feature/amdcppc Home: https://github.com/MidnightBSD/src To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 00:37:33 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 21:37:33 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] dc02e4: Update UPDATING with new amdcppc(4) module info Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: dc02e4795feebf67878bebe8acadc076b006e97f https://github.com/MidnightBSD/src/commit/dc02e4795feebf67878bebe8acadc076b006e97f Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: M UPDATING Log Message: ----------- Update UPDATING with new amdcppc(4) module info Added information about the new amdcppc(4) kernel module for AMD CPPC support. Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 00:41:47 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 21:41:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] e75064: Add the amd-cppc driver implementation from Rob Au... Message-ID: Branch: refs/heads/stable/4.0 Home: https://github.com/MidnightBSD/src Commit: e75064669306b3daecfd51bdb1fc8778babae6ef https://github.com/MidnightBSD/src/commit/e75064669306b3daecfd51bdb1fc8778babae6ef Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: A share/man/man4/amdcppc.4 A sys/dev/amdcppc/amdcppc.c M sys/modules/Makefile A sys/modules/amdcppc/Makefile Log Message: ----------- Add the amd-cppc driver implementation from Rob Augustinus. (#314) * Add the amd-cppc driver implementation from Rob Augustinus. https://github.com/raugustinus/freebsd-amd-cppc/ AI-Assisted-by: Claude Code (c file), GitHub Copilot (claude opus 4.6 model) man page Signed-off-by: Lucas Holt * fix device hint * cast to larger type to avoid overflow --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 01:14:02 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 22:14:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 0ed0e6: Add groups for mport agev integration. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 0ed0e6eed4b0da42154e2b3bd093d8179ccf8ed6 https://github.com/MidnightBSD/src/commit/0ed0e6eed4b0da42154e2b3bd093d8179ccf8ed6 Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: M etc/group Log Message: ----------- Add groups for mport agev integration. To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 01:14:23 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Mar 2026 22:14:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] bd468c: Add groups for mport agev integration. Message-ID: Branch: refs/heads/stable/4.0 Home: https://github.com/MidnightBSD/src Commit: bd468c288cec6e3880f226a0bf6712e8d545c421 https://github.com/MidnightBSD/src/commit/bd468c288cec6e3880f226a0bf6712e8d545c421 Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: M etc/group Log Message: ----------- Add groups for mport agev integration. To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 09:05:24 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Mar 2026 06:05:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/stable/4.0 Home: https://github.com/MidnightBSD/src To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 09:05:25 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Mar 2026 06:05:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 09:06:36 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Mar 2026 06:06:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 02fb03: add or remove users from group memberships based o... Message-ID: Branch: refs/heads/feature/agev_groups Home: https://github.com/MidnightBSD/src Commit: 02fb030243d14ba1dc04b267798180a40b88cd7b https://github.com/MidnightBSD/src/commit/02fb030243d14ba1dc04b267798180a40b88cd7b Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: M usr.sbin/aged/aged.c Log Message: ----------- add or remove users from group memberships based on their age. AI-Assisted-by: gemini 2.5 pro Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 09:09:00 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Mar 2026 06:09:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 0ed0e6: Add groups for mport agev integration. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 0ed0e6eed4b0da42154e2b3bd093d8179ccf8ed6 https://github.com/MidnightBSD/src/commit/0ed0e6eed4b0da42154e2b3bd093d8179ccf8ed6 Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: M etc/group Log Message: ----------- Add groups for mport agev integration. To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Tue Mar 24 09:09:29 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Mar 2026 06:09:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 5a3e26: Revise age verification terms for MidnightBSD Message-ID: Branch: refs/heads/stable/4.0 Home: https://github.com/MidnightBSD/src Commit: 5a3e26607bc23cdbc74dbadeb31f2165c9bd3343 https://github.com/MidnightBSD/src/commit/5a3e26607bc23cdbc74dbadeb31f2165c9bd3343 Author: Lucas Holt Date: 2026-03-08 (Sun, 08 Mar 2026) Changed paths: M COPYRIGHT Log Message: ----------- Revise age verification terms for MidnightBSD Updated age verification restrictions for MidnightBSD usage. Commit: 9de4a8e6aa805f6365f2709feab35395cd8fccbf https://github.com/MidnightBSD/src/commit/9de4a8e6aa805f6365f2709feab35395cd8fccbf Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M libexec/mport.check-fake/mport.check-fake.c M libmport/Makefile A libmport/age.c M libmport/install_primative.c M libmport/mport_private.h M libmport/update_primative.c M libmport/upgrade.c M libmport/util.c Log Message: ----------- Import mport 2.7.6 Commit: ef51e87620eb72649f64bf59d8a89251e3bcad33 https://github.com/MidnightBSD/src/commit/ef51e87620eb72649f64bf59d8a89251e3bcad33 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M Changes M Makefile.am M Makefile.in M README.md M configure.ac M doc/Makefile.in M doc/reference.html M doc/xmlwf.1 M doc/xmlwf.xml M examples/Makefile.in A expat.pc.in M expat_config.h.in M fix-xmltest-log.sh M lib/Makefile.am M lib/Makefile.in M lib/expat.h M lib/expat_external.h M lib/internal.h M lib/xmlparse.c M lib/xmlrole.c M lib/xmltok.c M lib/xmltok_ns.c M tests/Makefile.in M tests/basic_tests.c M tests/benchmark/Makefile.in M tests/handlers.c M tests/handlers.h M tests/misc_tests.c M tests/nsalloc_tests.c M xmlwf/Makefile.in M xmlwf/xmlfile.c M xmlwf/xmlwf.c M xmlwf/xmlwf_helpgen.py Log Message: ----------- Import 2.7.5 (trimmed) Commit: 412874700f72a5b2471253f27e987123a1811e07 https://github.com/MidnightBSD/src/commit/412874700f72a5b2471253f27e987123a1811e07 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M contrib/expat/Changes M contrib/expat/Makefile.am M contrib/expat/Makefile.in M contrib/expat/README.md M contrib/expat/configure.ac M contrib/expat/doc/Makefile.in M contrib/expat/doc/reference.html M contrib/expat/doc/xmlwf.1 M contrib/expat/doc/xmlwf.xml M contrib/expat/examples/Makefile.in A contrib/expat/expat.pc.in M contrib/expat/expat_config.h.in M contrib/expat/fix-xmltest-log.sh M contrib/expat/lib/Makefile.am M contrib/expat/lib/Makefile.in M contrib/expat/lib/expat.h M contrib/expat/lib/expat_external.h M contrib/expat/lib/internal.h M contrib/expat/lib/xmlparse.c M contrib/expat/lib/xmlrole.c M contrib/expat/lib/xmltok.c M contrib/expat/lib/xmltok_ns.c M contrib/expat/tests/Makefile.in M contrib/expat/tests/basic_tests.c M contrib/expat/tests/benchmark/Makefile.in M contrib/expat/tests/handlers.c M contrib/expat/tests/handlers.h M contrib/expat/tests/misc_tests.c M contrib/expat/tests/nsalloc_tests.c M contrib/expat/xmlwf/Makefile.in M contrib/expat/xmlwf/xmlfile.c M contrib/expat/xmlwf/xmlwf.c M contrib/expat/xmlwf/xmlwf_helpgen.py Log Message: ----------- Merge commit 'ef51e87620eb72649f64bf59d8a89251e3bcad33' into stable/4.0 Commit: 3947c9ca4f758a7a80d6fcefc4fc12b5158ad1d9 https://github.com/MidnightBSD/src/commit/3947c9ca4f758a7a80d6fcefc4fc12b5158ad1d9 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M lib/libexpat/expat_config.h M lib/libexpat/libbsdxml.3 Log Message: ----------- fixup config Commit: d35de5f7ac4c03f8b25fed1a05eb4ff57012984c https://github.com/MidnightBSD/src/commit/d35de5f7ac4c03f8b25fed1a05eb4ff57012984c Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M UPDATING M sys/conf/newvers.sh Log Message: ----------- bump version Commit: 84bfef79fca545ae08c198e748cf5ef36d2b57b2 https://github.com/MidnightBSD/src/commit/84bfef79fca545ae08c198e748cf5ef36d2b57b2 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M contrib/mport/libexec/mport.check-fake/mport.check-fake.c M contrib/mport/libmport/Makefile A contrib/mport/libmport/age.c M contrib/mport/libmport/install_primative.c M contrib/mport/libmport/mport_private.h M contrib/mport/libmport/update_primative.c M contrib/mport/libmport/upgrade.c M contrib/mport/libmport/util.c Log Message: ----------- Merge commit '9de4a8e6aa805f6365f2709feab35395cd8fccbf' into stable/4.0 Commit: 0998504ff3506106109ce79958ff8555d053d72d https://github.com/MidnightBSD/src/commit/0998504ff3506106109ce79958ff8555d053d72d Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M lib/libmport/Makefile Log Message: ----------- add age.c Commit: 02764656fa21e788d8a53fd5ebac4747fc1a244d https://github.com/MidnightBSD/src/commit/02764656fa21e788d8a53fd5ebac4747fc1a244d Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M etc/group M etc/master.passwd M etc/mtree/BSD.var.dist M libexec/rc/rc.conf M libexec/rc/rc.d/Makefile A libexec/rc/rc.d/aged M usr.sbin/Makefile A usr.sbin/agectl/Makefile A usr.sbin/agectl/agectl.1 A usr.sbin/agectl/agectl.c A usr.sbin/aged/Makefile A usr.sbin/aged/Makefile.depend A usr.sbin/aged/aged.8 A usr.sbin/aged/aged.c Log Message: ----------- Create an age verification daemon called aged to query and store age verification data. (#302) * Create an initial age verification daemon to comply with some age verification laws in the following US states: California (passed) Colorado (pending) Illinois (pending) This will not comply with Brazil or the proposed law in New York. (they require ID checks) This is not hooked up to the user creation flow yet at OS install time or integrated with mport package manager. Commit: 529f32cccfdd8a9db8f95f725b00bb92252e5a70 https://github.com/MidnightBSD/src/commit/529f32cccfdd8a9db8f95f725b00bb92252e5a70 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M usr.sbin/aged/aged.c Log Message: ----------- Use syslog logging for aged(8) (#304) * Use syslog logging * fix some non critical stuff * add some rudimentry input validation * move openlog up * fix some resource leaks when there are errors in the loop Commit: 8cd0b6450d8b78fd3bd2d9e7bacf8d4a58361b1d https://github.com/MidnightBSD/src/commit/8cd0b6450d8b78fd3bd2d9e7bacf8d4a58361b1d Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M lib/libutil/Makefile A lib/libutil/agev.3 A lib/libutil/agev.c M lib/libutil/libutil.h Log Message: ----------- Introduce age verification helper functions to get the bracket (#310) * Introduce age verification helper functions to get the bracket Commit: 24cb56fe69f845c407c9848edfa31088e44c8273 https://github.com/MidnightBSD/src/commit/24cb56fe69f845c407c9848edfa31088e44c8273 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M usr.sbin/agectl/Makefile R usr.sbin/agectl/agectl.1 A usr.sbin/agectl/agectl.8 Log Message: ----------- move to agectl(8) Commit: 70f64212367a99f161eeaaa59ffa7dd4f17a0bd2 https://github.com/MidnightBSD/src/commit/70f64212367a99f161eeaaa59ffa7dd4f17a0bd2 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M usr.sbin/adduser/adduser.8 M usr.sbin/adduser/adduser.sh Log Message: ----------- add age to adduser Commit: 578cb428635577546732bfc6faa88863ce159672 https://github.com/MidnightBSD/src/commit/578cb428635577546732bfc6faa88863ce159672 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M lib/libutil/agev.c Log Message: ----------- add header Commit: 292f615aca5902b1addec63b2df8cebd746188b2 https://github.com/MidnightBSD/src/commit/292f615aca5902b1addec63b2df8cebd746188b2 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M usr.sbin/aged/aged.c Log Message: ----------- assume 18+ for root user if undefined. there's no way to do limits for admins Commit: 1b3baad87430f04b36117b4c3f7344066de17a19 https://github.com/MidnightBSD/src/commit/1b3baad87430f04b36117b4c3f7344066de17a19 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M contrib/mport/libmport/age.c Log Message: ----------- don't die when age is missing for now. Commit: 807cb90ba62e80db9f56d1e52a96a11e56b10127 https://github.com/MidnightBSD/src/commit/807cb90ba62e80db9f56d1e52a96a11e56b10127 Author: Lucas Holt Date: 2026-03-18 (Wed, 18 Mar 2026) Changed paths: M sys/sys/param.h Log Message: ----------- bump for age Commit: a6d004869610be15935471e9ad9daafc61c9a111 https://github.com/MidnightBSD/src/commit/a6d004869610be15935471e9ad9daafc61c9a111 Author: Lucas Holt Date: 2026-03-20 (Fri, 20 Mar 2026) Changed paths: M usr.sbin/aged/aged.c Log Message: ----------- Set a default for service accounts also. We can assume they are 18+. Commit: e75064669306b3daecfd51bdb1fc8778babae6ef https://github.com/MidnightBSD/src/commit/e75064669306b3daecfd51bdb1fc8778babae6ef Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: A share/man/man4/amdcppc.4 A sys/dev/amdcppc/amdcppc.c M sys/modules/Makefile A sys/modules/amdcppc/Makefile Log Message: ----------- Add the amd-cppc driver implementation from Rob Augustinus. (#314) * Add the amd-cppc driver implementation from Rob Augustinus. https://github.com/raugustinus/freebsd-amd-cppc/ AI-Assisted-by: Claude Code (c file), GitHub Copilot (claude opus 4.6 model) man page Signed-off-by: Lucas Holt * fix device hint * cast to larger type to avoid overflow --------- Signed-off-by: Lucas Holt Commit: bd468c288cec6e3880f226a0bf6712e8d545c421 https://github.com/MidnightBSD/src/commit/bd468c288cec6e3880f226a0bf6712e8d545c421 Author: Lucas Holt Date: 2026-03-24 (Tue, 24 Mar 2026) Changed paths: M etc/group Log Message: ----------- Add groups for mport agev integration. Compare: https://github.com/MidnightBSD/src/compare/44f6fd8fd34a...bd468c288cec To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Thu Mar 26 00:17:28 2026 From: noreply at github.com (Lucas Holt) Date: Wed, 25 Mar 2026 21:17:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] b88311: add or remove users from group memberships based o... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: b883117ded1b5c8236718c9452b55d52550c6f4d https://github.com/MidnightBSD/src/commit/b883117ded1b5c8236718c9452b55d52550c6f4d Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M usr.sbin/aged/aged.c Log Message: ----------- add or remove users from group memberships based on their age. (#317) AI-Assisted-by: gemini 2.5 pro Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Thu Mar 26 00:17:32 2026 From: noreply at github.com (Lucas Holt) Date: Wed, 25 Mar 2026 21:17:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/feature/agev_groups Home: https://github.com/MidnightBSD/src To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Thu Mar 26 08:26:56 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 26 Mar 2026 05:26:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 5d0c19: Remote code execution via RPCSEC_GSS packet valida... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 5d0c1917cc8afaab24d0e6e2d1ee43579e33b48a https://github.com/MidnightBSD/src/commit/5d0c1917cc8afaab24d0e6e2d1ee43579e33b48a Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M lib/librpcsec_gss/svc_rpcsec_gss.c M sys/rpc/rpcsec_gss/svc_rpcsec_gss.c Log Message: ----------- Remote code execution via RPCSEC_GSS packet validation Each RPCSEC_GSS data packet is validated by a routine which checks a signature in the packet. This routine copies a portion of the packet into a stack buffer, but fails to ensure that the buffer is sufficiently large, and a malicious client can trigger a stack overflow. Notably, this does not require the client to authenticate itself first. Obtained from: FreeBSD To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Thu Mar 26 08:27:15 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 26 Mar 2026 05:27:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 6ddcd2: Remote code execution via RPCSEC_GSS packet valida... Message-ID: Branch: refs/heads/stable/4.0 Home: https://github.com/MidnightBSD/src Commit: 6ddcd2b5d1383b15797b66c06becda71aa98d7b6 https://github.com/MidnightBSD/src/commit/6ddcd2b5d1383b15797b66c06becda71aa98d7b6 Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M lib/librpcsec_gss/svc_rpcsec_gss.c M sys/rpc/rpcsec_gss/svc_rpcsec_gss.c Log Message: ----------- Remote code execution via RPCSEC_GSS packet validation Each RPCSEC_GSS data packet is validated by a routine which checks a signature in the packet. This routine copies a portion of the packet into a stack buffer, but fails to ensure that the buffer is sufficiently large, and a malicious client can trigger a stack overflow. Notably, this does not require the client to authenticate itself first. Obtained from: FreeBSD To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Thu Mar 26 08:32:20 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 26 Mar 2026 05:32:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 78d48e: fix aged(8) build Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 78d48eee8eddfa1be08f7937d4fe08eaa2d7d905 https://github.com/MidnightBSD/src/commit/78d48eee8eddfa1be08f7937d4fe08eaa2d7d905 Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M usr.sbin/aged/aged.c Log Message: ----------- fix aged(8) build To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Thu Mar 26 14:27:29 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 26 Mar 2026 11:27:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 15790a: move logic to do group membership to agectl. Sinc... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 15790a1bd78457de6c637b5a5cba787cd090d3eb https://github.com/MidnightBSD/src/commit/15790a1bd78457de6c637b5a5cba787cd090d3eb Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M usr.sbin/agectl/agectl.c M usr.sbin/aged/aged.c Log Message: ----------- move logic to do group membership to agectl. Since aged isn't running as root, and i'd rather not do that, do it at the time of the command run. To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Thu Mar 26 14:33:31 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 26 Mar 2026 11:33:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 26ad5c: output newlines for group msgs Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 26ad5c5753d8c25b67827306849a198e86cd2274 https://github.com/MidnightBSD/src/commit/26ad5c5753d8c25b67827306849a198e86cd2274 Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M usr.sbin/agectl/agectl.c Log Message: ----------- output newlines for group msgs To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Thu Mar 26 14:42:00 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 26 Mar 2026 11:42:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 1a3e08: add or remove users from group memberships based o... Message-ID: Branch: refs/heads/stable/4.0 Home: https://github.com/MidnightBSD/src Commit: 1a3e084c8f058d98a4f1eeb61475b5bac03028aa https://github.com/MidnightBSD/src/commit/1a3e084c8f058d98a4f1eeb61475b5bac03028aa Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M usr.sbin/aged/aged.c Log Message: ----------- add or remove users from group memberships based on their age. (#317) AI-Assisted-by: gemini 2.5 pro Signed-off-by: Lucas Holt Commit: 390a91aa57900eba1e1e43d8a641b4612d861152 https://github.com/MidnightBSD/src/commit/390a91aa57900eba1e1e43d8a641b4612d861152 Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M usr.sbin/aged/aged.c Log Message: ----------- fix aged(8) build Commit: 78df48cec5d42c5b72822fbbd29d6e79745b6037 https://github.com/MidnightBSD/src/commit/78df48cec5d42c5b72822fbbd29d6e79745b6037 Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M usr.sbin/agectl/agectl.c M usr.sbin/aged/aged.c Log Message: ----------- move logic to do group membership to agectl. Since aged isn't running as root, and i'd rather not do that, do it at the time of the command run. Commit: f15ca36de6538a0440f4eb26689b981b0011474f https://github.com/MidnightBSD/src/commit/f15ca36de6538a0440f4eb26689b981b0011474f Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M usr.sbin/agectl/agectl.c Log Message: ----------- output newlines for group msgs Compare: https://github.com/MidnightBSD/src/compare/6ddcd2b5d138...f15ca36de653 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri Mar 27 15:56:42 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 27 Mar 2026 12:56:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 533e3e: archivers/7-zip: update Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 533e3eed2313bc239936733a8bc7c13d6087a487 https://github.com/MidnightBSD/mports/commit/533e3eed2313bc239936733a8bc7c13d6087a487 Author: Lucas Holt Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M archivers/7-zip/Makefile M archivers/7-zip/distinfo A archivers/7-zip/files/patch-C_CpuArch.h Log Message: ----------- archivers/7-zip: update Commit: d5ffbfb7d4f56ba48eb78b63eb2e983459f90227 https://github.com/MidnightBSD/mports/commit/d5ffbfb7d4f56ba48eb78b63eb2e983459f90227 Author: Lucas Holt Date: 2026-03-27 (Fri, 27 Mar 2026) Changed paths: M GIDs Log Message: ----------- GIDs: age groups Compare: https://github.com/MidnightBSD/mports/compare/e3314d19e8f4...d5ffbfb7d4f5 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri Mar 27 15:57:25 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 27 Mar 2026 12:57:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5e994d: Tools/magus: switch to ollama Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 5e994d6f809424898b0e14f2acea282be38fe72d https://github.com/MidnightBSD/mports/commit/5e994d6f809424898b0e14f2acea282be38fe72d Author: Lucas Holt Date: 2026-03-27 (Fri, 27 Mar 2026) Changed paths: M Tools/magus/www/data/magus/auth/llm.cgi Log Message: ----------- Tools/magus: switch to ollama Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri Mar 27 15:58:57 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 27 Mar 2026 12:58:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 29558b: graphics/libglvnd: test off Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 29558b343a1a8b0d42a0eda10f12d5222183022e https://github.com/MidnightBSD/mports/commit/29558b343a1a8b0d42a0eda10f12d5222183022e Author: Lucas Holt Date: 2026-03-27 (Fri, 27 Mar 2026) Changed paths: M graphics/libglvnd/Makefile Log Message: ----------- graphics/libglvnd: test off To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri Mar 27 16:06:04 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 27 Mar 2026 13:06:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3b94ca: devel/apache-commons-daemon: 1.5.1 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3b94ca49b11011940fe1d8f5d2b803985e18e927 https://github.com/MidnightBSD/mports/commit/3b94ca49b11011940fe1d8f5d2b803985e18e927 Author: Lucas Holt Date: 2026-03-27 (Fri, 27 Mar 2026) Changed paths: M devel/apache-commons-daemon/Makefile M devel/apache-commons-daemon/distinfo R devel/apache-commons-daemon/files/patch-configure M devel/apache-commons-daemon/files/patch-native_arguments.c M devel/apache-commons-daemon/files/patch-native_jsvc-unix.c Log Message: ----------- devel/apache-commons-daemon: 1.5.1 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat Mar 28 12:16:50 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 28 Mar 2026 09:16:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 81afed: www/squid: update to 7.4 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 81afede5e060679264cee9c8d8f9ae79c6c3294d https://github.com/MidnightBSD/mports/commit/81afede5e060679264cee9c8d8f9ae79c6c3294d Author: Lucas Holt Date: 2026-03-28 (Sat, 28 Mar 2026) Changed paths: M www/squid/Makefile M www/squid/distinfo M www/squid/files/extra-patch-gen-stacktrace M www/squid/files/patch-configure Log Message: ----------- www/squid: update to 7.4 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat Mar 28 12:18:03 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 28 Mar 2026 09:18:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 427533: www/yt-dlp: 2026.03.17 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 42753334148bb1d14f24df8b2ed3828790c7ebbd https://github.com/MidnightBSD/mports/commit/42753334148bb1d14f24df8b2ed3828790c7ebbd Author: Lucas Holt Date: 2026-03-28 (Sat, 28 Mar 2026) Changed paths: M www/yt-dlp/Makefile M www/yt-dlp/distinfo M www/yt-dlp/files/patch-Makefile M www/yt-dlp/files/patch-yt__dlp_update.py Log Message: ----------- www/yt-dlp: 2026.03.17 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat Mar 28 12:19:03 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 28 Mar 2026 09:19:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0319ec: drop go122 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0319ec9db57702a18f92613372c2ea7bcdf75b36 https://github.com/MidnightBSD/mports/commit/0319ec9db57702a18f92613372c2ea7bcdf75b36 Author: Lucas Holt Date: 2026-03-28 (Sat, 28 Mar 2026) Changed paths: M lang/Makefile R lang/go122/Makefile R lang/go122/distinfo R lang/go122/files/patch-src_cmd_dist_build.go R lang/go122/files/patch-src_cmd_go_internal_modload_vendor.go M www/youtube/Makefile Log Message: ----------- drop go122 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat Mar 28 12:19:46 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 28 Mar 2026 09:19:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 610573: lang/p5-Error: update Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 610573e4562d34aaf91e844750f95924935a11b9 https://github.com/MidnightBSD/mports/commit/610573e4562d34aaf91e844750f95924935a11b9 Author: Lucas Holt Date: 2026-03-28 (Sat, 28 Mar 2026) Changed paths: M lang/p5-Error/Makefile M lang/p5-Error/distinfo Log Message: ----------- lang/p5-Error: update To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun Mar 29 12:14:41 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 29 Mar 2026 09:14:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] f85377: start the aged daemon before adduser runs so that ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: f8537733544d11c8694a9608e394245ab33ee552 https://github.com/MidnightBSD/src/commit/f8537733544d11c8694a9608e394245ab33ee552 Author: Lucas Holt Date: 2026-03-29 (Sun, 29 Mar 2026) Changed paths: A usr.sbin/bsdinstall/scripts/adduser.sh Log Message: ----------- start the aged daemon before adduser runs so that ages can be saved To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Sun Mar 29 12:21:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 29 Mar 2026 09:21:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 962346: start the aged daemon before adduser runs so that ... Message-ID: Branch: refs/heads/stable/4.0 Home: https://github.com/MidnightBSD/src Commit: 962346c7d3edfc3bb2562adca546ae7fd37cdc7c https://github.com/MidnightBSD/src/commit/962346c7d3edfc3bb2562adca546ae7fd37cdc7c Author: Lucas Holt Date: 2026-03-29 (Sun, 29 Mar 2026) Changed paths: A usr.sbin/bsdinstall/scripts/adduser.sh Log Message: ----------- start the aged daemon before adduser runs so that ages can be saved To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Sun Mar 29 12:24:14 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 29 Mar 2026 09:24:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d00763: fixup go Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d00763987f20d2858b358da4e67a319d76dcc6e9 https://github.com/MidnightBSD/mports/commit/d00763987f20d2858b358da4e67a319d76dcc6e9 Author: Lucas Holt Date: 2026-03-29 (Sun, 29 Mar 2026) Changed paths: M Mk/extensions/go.mk M lang/go125/Makefile M lang/go125/distinfo Log Message: ----------- fixup go To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications