From owner-cvs-all Sat Feb 3 12:56:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A65737B491; Sat, 3 Feb 2001 12:56:33 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f13KuXS95103; Sat, 3 Feb 2001 12:56:33 -0800 (PST) (envelope-from jkh) Message-Id: <200102032056.f13KuXS95103@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 3 Feb 2001 12:56:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/02/03 12:56:33 PST Modified files: usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c Log: Add a -g flag for verifying an installed package against its recorded checksums (to see if it's been modified post-installation). Naturally, this mechanism is only as secure as the contents of /var/db/pkg if you're using it for auditing purposes. Submitted by: Roman Shterenzon Revision Changes Path 1.15 +2 -1 src/usr.sbin/pkg_install/info/info.h 1.28 +6 -2 src/usr.sbin/pkg_install/info/main.c 1.33 +3 -1 src/usr.sbin/pkg_install/info/perform.c 1.33 +4 -2 src/usr.sbin/pkg_install/info/pkg_info.1 1.19 +31 -1 src/usr.sbin/pkg_install/info/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message