From owner-cvs-all@FreeBSD.ORG Sun Jun 10 09:57:43 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E8F21065672; Sun, 10 Jun 2012 09:57:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FA648FC17; Sun, 10 Jun 2012 09:57:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5A9vhsb034192; Sun, 10 Jun 2012 09:57:43 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5A9vhL1034191; Sun, 10 Jun 2012 09:57:43 GMT (envelope-from miwi) Message-Id: <201206100957.q5A9vhL1034191@repoman.freebsd.org> From: Martin Wilke Date: Sun, 10 Jun 2012 09:57:43 +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 Makefile ports/security/munge Makefile distinfo pkg-descr pkg-plist ports/security/munge/files munged.in patch-configure patch-src-etc-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2012 09:57:43 -0000 miwi 2012-06-10 09:57:43 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/munge Makefile distinfo pkg-descr pkg-plist security/munge/files munged.in patch-configure patch-src-etc-Makefile.in Log: MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials. It is designed to be highly scalable for use in an HPC cluster environment. It allows a process to authenticate the UID and GID of another local or remote process within a group of hosts having common users and groups. These hosts form a security realm that is defined by a shared cryptographic key. Clients within this security realm can create and validate credentials without the use of root privileges, reserved ports, or platform-specific methods. WWW: http://code.google.com/p/munge/ PR: ports/166386 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Revision Changes Path 1.1277 +1 -0 ports/security/Makefile 1.1 +43 -0 ports/security/munge/Makefile (new) 1.1 +2 -0 ports/security/munge/distinfo (new) 1.1 +45 -0 ports/security/munge/files/munged.in (new) 1.1 +11 -0 ports/security/munge/files/patch-configure (new) 1.1 +28 -0 ports/security/munge/files/patch-src-etc-Makefile.in (new) 1.1 +10 -0 ports/security/munge/pkg-descr (new) 1.1 +14 -0 ports/security/munge/pkg-plist (new)