From f90281631a27c7df0e15e3b66df1a6e5393cee49 Mon Sep 17 00:00:00 2001 From: Chris Dunlap Date: Tue, 14 Jan 2020 12:41:03 -0800 Subject: [PATCH] Update metadata for 0.5.14 release Signed-off-by: Chris Dunlap --- HISTORY | 1 + NEWS | 28 ++++++++++++++++++++++++++++ PLATFORMS | 28 +++++++++++----------------- THANKS | 1 + configure.ac | 4 ++-- extra/munge.spec-centos.6 | 2 +- munge.spec | 2 +- 7 files changed, 45 insertions(+), 21 deletions(-) diff --git a/HISTORY b/HISTORY index f990b452..55bc9a2a 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,4 @@ +0.5.14 2020-01-14 0.5.13 2017-09-26 0.5.12 2016-02-25 0.5.11 2013-08-27 diff --git a/NEWS b/NEWS index 7406bb61..bac8f95c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +munge-0.5.14 (2020-01-14): +- Added mungekey command for key generation via HKDF. (5fc870e) +- Added negative caching of user lookups for processing supplementary groups. (#26, d51fec8) +- Added munged --origin cmdline opt. (#69, #23) +- Added munged --stop cmdline opt. (06306b8) +- Added unmunge --numeric cmdline opt. (171abe2) +- Added configure --with-logrotateddir opt and logrotate config. (2d35713) +- Added configure --with-munge-socket opt. (565db69) +- Added configure --with-pkgconfigdir opt. (9abebcd) +- Added configure --with-runstatedir opt. (25eef52) +- Added configure --with-sysconfigdir opt. (9abebcd) +- Added configure --with-systemdunitdir opt. (9abebcd) +- Added configure --with-sysvinitddir opt. (9abebcd) +- Added systemd EnvironmentFile to set sysconfig options. (#68, #64) +- Added systemd RuntimeDirectory to replace tmpfiles.d conf. (3eed37e) +- Added GPG verification of source to RPM specfile. (5bb8912, 24f18a1) +- Added "make check" test suite. +- Changed logging of non-existent users to only log once for a given user. (#26, 7b00d81) +- Changed default name of munged seedfile. (df8c22a) +- Fixed pidfile corruption when starting new daemon while socket still in use. (258b67e) +- Fixed munged signal handlers to be async-signal-safe. (be39512) +- Fixed "Logging stopped due to error" behavior for transient errors. (6176b42) +- Fixed misleading "Lockfile not found" error message. (34fcdb6) +- Fixed conversion-specifier / argument mismatch in error message. (0079630) +- Fixed installation directory variable substitution. (2affe07) +- Fixed manpage variable substitution. (a8ff2fe) +- Removed autotools-generated files from version control. (46dd77b) + munge-0.5.13 (2017-09-26): - Added support for OpenSSL 1.1.0. (#54) - Added support for UID/GID values >= 2^31. diff --git a/PLATFORMS b/PLATFORMS index 9ea2d24a..f837ebfa 100644 --- a/PLATFORMS +++ b/PLATFORMS @@ -1,17 +1,11 @@ -MUNGE 0.5.13 has been built and tested on the following systems: - -- CentOS 6.9 -- CentOS 7.4.1708 -- Debian 9.1 -- Fedora 26 -- FreeBSD 11.1 -- NetBSD 7.1 -- OpenBSD 6.1 -- Ubuntu 16.04.3 -- Ubuntu 17.04 - - -RPMs have been built and tested on the following systems: - -- CentOS 7.4.1708 -- Fedora 26 +MUNGE 0.5.14 has been built and tested on the following systems: + +- Arch Linux +- CentOS 8.0.1905, 7.7.1908, 6.10 +- Debian 10.2, 9.11, 8.11 +- Fedora 31, 30 +- FreeBSD 12.1, 11.3 +- NetBSD 8.1, 7.2 +- OpenBSD 6.6, 6.5 +- openSUSE Leap 15.1 +- Ubuntu 19.10, 18.04.3 LTS, 16.04.6 LTS diff --git a/THANKS b/THANKS index e33ed317..449a8115 100644 --- a/THANKS +++ b/THANKS @@ -10,3 +10,4 @@ Gennaro Oliva Mark A. Grondona Michael Fenn Petter Reinholdtsen +Ward Poelmans diff --git a/configure.ac b/configure.ac index 2b96ceab..7c27ad32 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,8 @@ # Prologue. ## AC_PREREQ([2.61]) -AC_INIT([MUNGE], [0.5.13]) -AC_SUBST([DATE], ["2017-09-26"]) +AC_INIT([MUNGE], [0.5.14]) +AC_SUBST([DATE], ["2020-01-14"]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) diff --git a/extra/munge.spec-centos.6 b/extra/munge.spec-centos.6 index f4fe5acd..54ece943 100644 --- a/extra/munge.spec-centos.6 +++ b/extra/munge.spec-centos.6 @@ -2,7 +2,7 @@ # - CentOS 6.10 Name: munge -Version: 0.5.13 +Version: 0.5.14 Release: 1%{?dist} # Disable test suite by default; add "--with check" to enable. diff --git a/munge.spec b/munge.spec index 06f2fc93..b4799c21 100644 --- a/munge.spec +++ b/munge.spec @@ -1,5 +1,5 @@ Name: munge -Version: 0.5.13 +Version: 0.5.14 Release: 1%{?dist} # Disable test suite by default; add "--with check" to enable.