Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8C8585059 for ; Sat, 21 Oct 2023 20:45:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id j_TsXOBU9Uq2 for ; Sat, 21 Oct 2023 20:45:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 13AB884E68 for ; Sat, 21 Oct 2023 20:45:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0727BFADC; Sat, 21 Oct 2023 20:45:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169792110318490" MIME-Version: 1.0 Date: Sat, 21 Oct 2023 20:45:03 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/sysutils/auto-admin To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20231021204503.0727BFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169792110318490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Sat Oct 21 20:45:02 UTC 2023 Modified Files: pkgsrc/sysutils/auto-admin: Makefile PLIST distinfo Log Message: sysutils/auto-admin: Update to 0.8.0 Numerous small UI improvements Several bug fixes Add OpenBSD support to some of the most common scripts Changes: https://github.com/outpaddling/auto-admin/releases To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/auto-admin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/auto-admin/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/auto-admin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169792110318490 Content-Disposition: inline Content-Length: 3630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/auto-admin/Makefile diff -u pkgsrc/sysutils/auto-admin/Makefile:1.17 pkgsrc/sysutils/auto-admin/Makefile:1.18 --- pkgsrc/sysutils/auto-admin/Makefile:1.17 Sun Sep 24 11:54:20 2023 +++ pkgsrc/sysutils/auto-admin/Makefile Sat Oct 21 20:45:02 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2023/09/24 11:54:20 bacon Exp $ +# $NetBSD: Makefile,v 1.18 2023/10/21 20:45:02 bacon Exp $ -DISTNAME= auto-admin-0.7.18.8 +DISTNAME= auto-admin-0.8.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/} -GITHUB_TAG= d9c08f3783445b4ec8fdb9dab62c80a497d4d7bf OWNER= bacon@NetBSD.org HOMEPAGE= https://github.com/outpaddling/auto-admin Index: pkgsrc/sysutils/auto-admin/PLIST diff -u pkgsrc/sysutils/auto-admin/PLIST:1.16 pkgsrc/sysutils/auto-admin/PLIST:1.17 --- pkgsrc/sysutils/auto-admin/PLIST:1.16 Sun Sep 24 11:54:20 2023 +++ pkgsrc/sysutils/auto-admin/PLIST Sat Oct 21 20:45:02 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2023/09/24 11:54:20 bacon Exp $ +@comment $NetBSD: PLIST,v 1.17 2023/10/21 20:45:02 bacon Exp $ bin/auto-append-line bin/auto-ask bin/auto-backup-file @@ -20,6 +20,7 @@ bin/auto-pkgsrc-branch bin/auto-pkgsrc-checkout bin/auto-pkgsrc-delete-all bin/auto-pkgsrc-dir +bin/auto-pkgsrc-non-removable bin/auto-pkgsrc-prefix bin/auto-pkgsrc-remote-x11 bin/auto-pkgsrc-setup @@ -31,10 +32,11 @@ bin/auto-ssh-reverse-authorize bin/auto-update-pkgsrc bin/auto-using-pkgsrc bin/auto-wacom-map-display -man/man1/auto-add-swap.1 -man/man1/auto-admin.1 -man/man1/auto-image2dev.1 -man/man1/auto-update-system.1 +man/man8/auto-add-swap.8 +man/man8/auto-admin.8 +man/man8/auto-image2dev.8 +man/man8/auto-pkgsrc-non-removable.8 +man/man8/auto-update-system.8 sbin/auto-add-fdesc-mount sbin/auto-add-group sbin/auto-add-hosts-entry @@ -116,6 +118,7 @@ sbin/auto-nfs-client-setup sbin/auto-nfs-restart sbin/auto-nfs-server-setup sbin/auto-os-release +sbin/auto-os-variant sbin/auto-ostype sbin/auto-package-installed sbin/auto-passwd-user-expiration @@ -123,6 +126,7 @@ sbin/auto-password-status sbin/auto-ports-branch sbin/auto-ports-checkout sbin/auto-ports-setup +sbin/auto-ports-wip-checkout sbin/auto-power-manager sbin/auto-print-make-variable sbin/auto-print-timezone @@ -169,3 +173,5 @@ sbin/auto-wifi-failover sbin/auto-write-cache-toggle sbin/auto-xdm-toggle share/auto-admin/ipfw-rules.sh +share/auto-admin/local_early +share/auto-admin/rc.local_early Index: pkgsrc/sysutils/auto-admin/distinfo diff -u pkgsrc/sysutils/auto-admin/distinfo:1.18 pkgsrc/sysutils/auto-admin/distinfo:1.19 --- pkgsrc/sysutils/auto-admin/distinfo:1.18 Sun Sep 24 11:54:20 2023 +++ pkgsrc/sysutils/auto-admin/distinfo Sat Oct 21 20:45:02 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2023/09/24 11:54:20 bacon Exp $ +$NetBSD: distinfo,v 1.19 2023/10/21 20:45:02 bacon Exp $ -BLAKE2s (auto-admin-0.7.18.8-d9c08f3783445b4ec8fdb9dab62c80a497d4d7bf.tar.gz) = d46134a56f433eec8419e32a6d7bfa29d0e2affd19184286662ecdf962eba217 -SHA512 (auto-admin-0.7.18.8-d9c08f3783445b4ec8fdb9dab62c80a497d4d7bf.tar.gz) = 0d5ad4a7e71dd75f758d59cb3d699121cf7aec64af1b879f399199fe4e90e0e14c65a4e8f993c2e00a52da2a50aae175a626987686d4c26ace15f00d3ec84ed7 -Size (auto-admin-0.7.18.8-d9c08f3783445b4ec8fdb9dab62c80a497d4d7bf.tar.gz) = 132885 bytes +BLAKE2s (auto-admin-0.8.0.tar.gz) = be37cb3de6be12555255eef29051152c6f95dbab3d393496fccbd55044011210 +SHA512 (auto-admin-0.8.0.tar.gz) = 75dd912331ea5f64a916ec95fab26f62e673e6075b02813aceef1b574c43bc9a464394a15674f6f899be79cff52ed2667c5ec20739a5edf7fd87a117c926e185 +Size (auto-admin-0.8.0.tar.gz) = 135404 bytes --_----------=_169792110318490--