Bug 166386 - [NEW PORT] security/munge: An authentication service for creating and validating credentials
Summary: [NEW PORT] security/munge: An authentication service for creating and validat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-25 11:20 UTC by Muhammad Moinur Rahman
Modified: 2012-06-10 11:00 UTC (History)
0 users

See Also:


Attachments
.shar (6.05 KB, text/plain)
2012-03-25 11:20 UTC, Muhammad Moinur Rahman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2012-03-25 11:20:11 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-25 11:20:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-10 10:57:58 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2012-06-10 10:58:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!