File munge.changes of Package munge
-------------------------------------------------------------------
Wed Oct 19 15:48:26 UTC 2016 - eich@suse.com
- Adding to SLE12 SP2 FATE#321706.
-------------------------------------------------------------------
Mon Oct 17 13:24:31 UTC 2016 - eich@suse.com
- Setting 'download_files' service to mode='localonly'
and adding source tarball. (Required for Factory).
-------------------------------------------------------------------
Mon Oct 17 06:10:25 UTC 2016 - eich@suse.com
- Add baselib.conf as Source to spec file.
- Remove tar ball of version 0.5.11.
-------------------------------------------------------------------
Sat Oct 15 18:43:05 UTC 2016 - eich@suse.com
- version 0.5.12
* Changed project homepage to <https://dun.github.io/munge/>.
* Changed RPM specfile from sysvinit to systemd. (#33)
* Added --max-ttl cmdline opt to munged. (#28)
* Added --pid-file cmdline opt to munged. (#41)
-------------------------------------------------------------------
Fri Oct 14 11:07:23 UTC 2016 - eich@suse.com
- Add source service to download sources.
- Remove static libraries: If they are needed, they should be packaged
separately.
- Add a %define have_systemd to clearer identify systemd relevant parts.
- Add define of lversion insead of hard conding this.
- remove README.MULTILIB: Package is built already.
- Add BuildRequires: for bzip2-devel, systemd-rpm-macros.
- Spell out files under %{_sysconfdir}/
- Fix symlink to %{_sbindir}/rcmunge for initV and systemd.
-------------------------------------------------------------------
Thu Oct 9 09:36:15 UTC 2014 - bugs@vdm-design.de
- Create /run/munge when package is installed
before a restart was needed for the directory to be created
-------------------------------------------------------------------
Thu Sep 18 14:01:22 UTC 2014 - bugs@vdm-design.de
- We are using daemon:root as user and group for munge.
Therefor start it with this user instead of munge:munge
-------------------------------------------------------------------
Sat Jul 26 10:02:26 UTC 2014 - scorot@free.fr
- version 0.5.11
* 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.
- add systemd support openSUSE >= 12.1
-------------------------------------------------------------------
Fri Nov 16 20:59:41 UTC 2012 - scorot@free.fr
- first package based on spec file from hornos project