From owner-cvs-all@FreeBSD.ORG Tue Sep 9 08:52:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E3BA16A4BF; Tue, 9 Sep 2003 08:52:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF15E43FBF; Tue, 9 Sep 2003 08:52:57 -0700 (PDT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h89Fqv0U091624; Tue, 9 Sep 2003 08:52:57 -0700 (PDT) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h89Fqvj7091623; Tue, 9 Sep 2003 08:52:57 -0700 (PDT) Message-Id: <200309091552.h89Fqvj7091623@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 9 Sep 2003 08:52:56 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/op Makefile pkg-plist ports/security/op/files patch-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 15:52:58 -0000 osa 2003/09/09 08:52:56 PDT FreeBSD ports repository Modified files: security/op Makefile pkg-plist Added files: security/op/files patch-main.c Log: Security update with following changes: Makefile: PLIST_SUB added (CONF_DIR), fix ${NOPORTDOCS}, bump ${PORTREVISION} pkg-plist: etc -> %%CONF_DIR%%, utilize ${DOCSDIR} Setuid misplaced (security fix) for main.c Thanks to cyrill@econ.krasnoyarsk.su for submitting this patch. Also makes portlint happy. Submitted by: Clement Laforet (maintainer) PR: 56614 Revision Changes Path 1.10 +7 -4 ports/security/op/Makefile 1.1 +53 -0 ports/security/op/files/patch-main.c (new) 1.4 +5 -5 ports/security/op/pkg-plist