From owner-cvs-all@FreeBSD.ORG Sat Oct 8 21:32:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 EB76116A41F; Sat, 8 Oct 2005 21:32:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC9943D45; Sat, 8 Oct 2005 21:32:20 +0000 (GMT) (envelope-from pav@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 j98LWKTA008010; Sat, 8 Oct 2005 21:32:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j98LWK5A008009; Sat, 8 Oct 2005 21:32:20 GMT (envelope-from pav) Message-Id: <200510082132.j98LWK5A008009@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 8 Oct 2005 21:32:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pwman Makefile ports/security/pwman/files patch-src-pwlist.c patch-src-pwman.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Oct 2005 21:32:21 -0000 pav 2005-10-08 21:32:20 UTC FreeBSD ports repository Modified files: security/pwman Makefile Added files: security/pwman/files patch-src-pwlist.c patch-src-pwman.h Log: - Fix handling of & sign, it need to be escaped for XML storage PR: ports/85240 Submitted by: Maurice Castro Approved by: maintainer timeout (anders, 17 days) - While here, fix runtime crash on 64bit platforms by explicitly declaring getenv() (via including header) Revision Changes Path 1.6 +5 -1 ports/security/pwman/Makefile 1.1 +40 -0 ports/security/pwman/files/patch-src-pwlist.c (new) 1.1 +10 -0 ports/security/pwman/files/patch-src-pwman.h (new)