From owner-p4-projects@FreeBSD.ORG Thu Jun 16 13:47:30 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 60E3216A420; Thu, 16 Jun 2005 13:47:30 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23EC016A41C for ; Thu, 16 Jun 2005 13:47:30 +0000 (GMT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED1AA43D4C for ; Thu, 16 Jun 2005 13:47:29 +0000 (GMT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GDlTV5023285 for ; Thu, 16 Jun 2005 13:47:29 GMT (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GDlTuA023282 for perforce@freebsd.org; Thu, 16 Jun 2005 13:47:29 GMT (envelope-from des@freebsd.org) Date: Thu, 16 Jun 2005 13:47:29 GMT Message-Id: <200506161347.j5GDlTuA023282@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Cc: Subject: PERFORCE change 78628 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 13:47:31 -0000 http://perforce.freebsd.org/chv.cgi?CH=78628 Change 78628 by des@des.at.des.no on 2005/06/16 13:46:58 Roll OpenPAM Figwort. Affected files ... .. //depot/projects/openpam/HISTORY#24 edit .. //depot/projects/openpam/RELNOTES#22 edit .. //depot/projects/openpam/include/security/openpam_version.h#14 edit Differences ... ==== //depot/projects/openpam/HISTORY#24 (text+ko) ==== @@ -1,3 +1,16 @@ +OpenPAM Figwort 2005-06-16 + + - BUGFIX: Correct several small signedness and initialization bugs + discovered during review by the NetBSD team. + + - BUGFIX: Modify gendoc.pl to sort cross-references in dictionary + order within each section. + + - ENHANCE: if a policy specifies a relative module path, prepend the + module directory so we never call dlopen(3) with a relative path. + + - ENHANCE: add a pam.conf(5) manual page. +============================================================================ OpenPAM Feterita 2005-02-01 - BUGFIX: Correct numerous markup errors, invalid cross-references, @@ -16,7 +29,6 @@ - ENHANCE: Minor overhaul of the autoconf / build system. - ENHANCE: Add openpam_free_envlist(3). - ============================================================================ OpenPAM Eelgrass 2004-02-10 @@ -292,4 +304,4 @@ First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#23 $ +$P4: //depot/projects/openpam/HISTORY#24 $ ==== //depot/projects/openpam/RELNOTES#22 (text+ko) ==== @@ -1,6 +1,6 @@ - Release notes for OpenPAM Feterita - ================================== + Release notes for OpenPAM Figwort + ================================= This release corresponds to the code used in FreeBSD-CURRENT as of the release date. It has also been tested on several other platforms, and @@ -26,4 +26,4 @@ Please direct bug reports and inquiries to . -$P4: //depot/projects/openpam/RELNOTES#21 $ +$P4: //depot/projects/openpam/RELNOTES#22 $ ==== //depot/projects/openpam/include/security/openpam_version.h#14 (text+ko) ==== @@ -31,14 +31,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/include/security/openpam_version.h#13 $ + * $P4: //depot/projects/openpam/include/security/openpam_version.h#14 $ */ #ifndef _OPENPAM_VERSION_H_INCLUDED #define _OPENPAM_VERSION_H_INCLUDED #define _OPENPAM -#define _OPENPAM_VERSION 20050201 -#define _OPENPAM_RELEASE "Feterita" +#define _OPENPAM_VERSION 20050616 +#define _OPENPAM_RELEASE "Figwort" #endif