Skip to content

Commit

Permalink
Release 0.5.11
Browse files Browse the repository at this point in the history
Update metadata for 0.5.11 release.
  • Loading branch information
dun committed Aug 27, 2013
1 parent d7c4ec4 commit 2cab319
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 34 deletions.
1 change: 1 addition & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.5.11 2013-08-27
0.5.10 2011-02-25
0.5.9 2010-03-23
0.5.8 2007-02-05
Expand Down
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: munge
Version: 0.5.10
Version: 0.5.11
Release: 1
Date: 2011-02-25
Date: 2013-08-27
Author: Chris Dunlap <[email protected]>
LT_Current: 2
LT_Revision: 0
Expand Down
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
munge-0.5.11 (2013-08-27):
- Added --mlockall cmdline opt to munged.
- Added --syslog cmdline opt to munged.
- Added --uid and --gid cmdline opts to munge.
- Added numeric timezone to unmunge timestamp output.
- Added timer to munged for periodically stirring PRNG entropy pool.
- Added support for pkg-config.
- Added support for systemd.
- Changed timer thread to better accommodate misbehaving system clocks.
- Changed behavior of munge --string cmdline opt to not append newline.
- Changed init script chkconfig priority levels to start after ntpd/ntpdate.
- Changed init script so munged runs as munge user by default.
- Fixed HMAC validation timing attack vulnerability.
- Fixed bug with munged being unable to restart if daemon not cleanly shutdown.
- Fixed bug with large groups triggering "numerical result out of range" error.
- Fixed bug causing high CPU utilization on FreeBSD when processing group info.
- Fixed bug causing IPv6-only hosts to exit due to failed hostname resolution.
- Fixed autoconf check that was not portable across shells.
- Fixed init script LSB Header on openSUSE.
- Replaced perl build-time dependency with awk.

munge-0.5.10 (2011-02-25):
- Changed project homepage to <http://munge.googlecode.com/>.
- Fixed bug where munged could deadlock if clients blocked.
Expand Down
44 changes: 13 additions & 31 deletions PLATFORMS
Original file line number Diff line number Diff line change
@@ -1,31 +1,13 @@
This version of MUNGE has been built and tested on the following platforms:

AIX 5.2, 5.3
AUTH_METHOD_GETPEEREID
AUTH_METHOD_RECVFD_MKNOD
Darwin 8.11.0 (powerpc)
AUTH_METHOD_GETPEEREID
AUTH_METHOD_LOCAL_PEERCRED
FreeBSD 4.7 (i386)
AUTH_METHOD_GETPEEREID
AUTH_METHOD_LOCAL_PEERCRED
GNU/kFreeBSD 7.3 (x86_64)
AUTH_METHOD_LOCAL_PEERCRED
Linux 2.6 (i686, ppc64, x86_64)
AUTH_METHOD_SO_PEERCRED
OpenBSD 4.7 (amd64)
AUTH_METHOD_GETPEEREID
SunOS 5.10, 5.11 (sparc)
AUTH_METHOD_GETPEERUCRED
AUTH_METHOD_RECVFD_MKFIFO

Previous versions have also been built on the following platforms:

AIX 5.1
Darwin 8.7.0
FreeBSD 4.8, 4.10, 6.1
Linux 2.4
SunOS 5.8

The current version may build there as well, but I no longer have
access to those platforms for testing.
MUNGE 0.5.11 has been built and tested on the following systems:

- AIX 5.2
- Debian 7.1
- Fedora 19
- FreeBSD 9.1
- GNU/kFreeBSD 8.1
- NetBSD 6.0
- OpenBSD 5.3
- openSUSE 12.3
- RHEL 6.4
- SunOS 5.10
- Ubuntu 13.04
2 changes: 1 addition & 1 deletion munge.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: munge
Version: 0.5.10
Version: 0.5.11
Release: 1%{?dist}

Summary: MUNGE authentication service
Expand Down

0 comments on commit 2cab319

Please sign in to comment.