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/ For Committers Reference : http://tb.s.ubze.ro//logs/9.0-FreeBSD/amd64/munge-0.5.10.log http://tb.s.ubze.ro//logs/8.2-RELEASE/i386/munge-0.5.10.log http://tb.s.ubze.ro//logs/9.0-FreeBSD/i386/munge-0.5.10.log http://tb.s.ubze.ro//logs/8.2-RELEASE/amd64/munge-0.5.10.log http://tb.s.ubze.ro//logs/10.0-RELEASE/i386/munge-0.5.10.log http://tb.s.ubze.ro//logs/7.4-FreeBSD/i386/munge-0.5.10.log http://tb.s.ubze.ro//logs/7.4-FreeBSD/amd64/munge-0.5.10.log http://tb.s.ubze.ro//errors/10.0-RELEASE/amd64/munge-0.5.10.log It does not build on 10.0-amd64 due to a dependancy installation error. Generated with FreeBSD Port Tools 0.99_4 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!