From owner-cvs-all@FreeBSD.ORG Fri Jan 14 19:25:56 2005 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 EB39216A4CE; Fri, 14 Jan 2005 19:25:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF1F343D58; Fri, 14 Jan 2005 19:25:56 +0000 (GMT) (envelope-from adamw@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 j0EJPukt099511; Fri, 14 Jan 2005 19:25:56 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0EJPuhU099510; Fri, 14 Jan 2005 19:25:56 GMT (envelope-from adamw) Message-Id: <200501141925.j0EJPuhU099510@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 14 Jan 2005 19:25:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libgnomesu Makefile pkg-message pkg-plist ports/security/libgnomesu/files gnomesu-pam.4.x.sample patch-pam-backend_pam.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: Fri, 14 Jan 2005 19:25:57 -0000 adamw 2005-01-14 19:25:56 UTC FreeBSD ports repository Modified files: security/libgnomesu Makefile pkg-plist security/libgnomesu/files patch-pam-backend_pam.c Added files: security/libgnomesu pkg-message security/libgnomesu/files gnomesu-pam.4.x.sample gnomesu-pam.5.x.sample patch-pam-backend_Makefile.in Log: Extra super OMFG-I'd-be-screwed-without-you thanks to marcus for the sleuthing here. - Stop libgnomesu from causing 4.x machines to catch fire and break all your dishes. - Don't install stuff into /etc/pam.d by default. - Install example "gnomesu-pam"s, and include a pkg-message explaining what to do with them (HINT: copy the appropriate one into /etc/pam.d and name it gnomesu-pam). - Fix a double-free. With these fixes, the gnomeu binary in libgnomesu provides a much more comprehensive GNOME su frontend, and the Great Red Eye of Adamwdor is now turned towards sysutils/gnomesu. Revision Changes Path 1.5 +7 -8 ports/security/libgnomesu/Makefile 1.1 +3 -0 ports/security/libgnomesu/files/gnomesu-pam.4.x.sample (new) 1.1 +3 -0 ports/security/libgnomesu/files/gnomesu-pam.5.x.sample (new) 1.1 +11 -0 ports/security/libgnomesu/files/patch-pam-backend_Makefile.in (new) 1.2 +10 -2 ports/security/libgnomesu/files/patch-pam-backend_pam.c 1.1 +17 -0 ports/security/libgnomesu/pkg-message (new) 1.2 +3 -0 ports/security/libgnomesu/pkg-plist