diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-28 09:20:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-28 09:20:29 +0000 |
commit | c420ced55f0cf741a579c6c2d12575b396ae8915 (patch) | |
tree | a18b41524dcef534ce9b186fd8ba4870c8f99b9a /security/munge | |
parent | 5e14ae8c669dbc406fbf341a20820a1af553a261 (diff) | |
download | pkgsrc-c420ced55f0cf741a579c6c2d12575b396ae8915.tar.gz |
munge: update to 0.5.13 to fix build with openssl-1.1.
munge-0.5.13 (2017-09-26):
- Added support for OpenSSL 1.1.0. (#54)
- Added support for UID/GID values >= 2^31.
- Added support for getentropy() and getrandom().
- Added --trusted-group cmdline opt to munged.
- Added --log-file and --seed-file cmdline opts to munged. (#57)
- Changed default MAC algorithm to SHA-256.
- Fixed autoconf installation directory variable substitution. (#47)
- Fixed all gcc, clang, and valgrind warnings.
- Improved resilience and unpredictability of PRNG.
- Improved hash table performance.
- Removed libmissing dependency from libmunge. (#49)
munge-0.5.12 (2016-02-25):
- 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)
- Added support for "make dist" and "make distcheck". (#45)
- Fixed group-writable permissions error for logfile on Ubuntu. (#31)
- Fixed packaging with missing pkgconfig munge.pc file. (#25)
- Fixed packaging with missing systemd service & tmpfiles.d config. (#34)
- Fixed recursive make command in makefiles. (#40)
Diffstat (limited to 'security/munge')
-rw-r--r-- | security/munge/Makefile | 10 | ||||
-rw-r--r-- | security/munge/PLIST | 8 | ||||
-rw-r--r-- | security/munge/PLIST.NetBSD | 6 | ||||
-rw-r--r-- | security/munge/distinfo | 12 | ||||
-rw-r--r-- | security/munge/patches/patch-src_etc_Makefile.in | 24 |
5 files changed, 27 insertions, 33 deletions
diff --git a/security/munge/Makefile b/security/munge/Makefile index 47339bbfe26..4938563695c 100644 --- a/security/munge/Makefile +++ b/security/munge/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2018/01/01 18:16:39 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2018/02/28 09:20:29 wiz Exp $ -DISTNAME= munge-0.5.11 -PKGREVISION= 7 +DISTNAME= munge-0.5.13 CATEGORIES= security -MASTER_SITES= http://munge.googlecode.com/files/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=dun/} +GITHUB_RELEASE= ${DISTNAME} +EXTRACT_SUFX= .tar.xz MAINTAINER= asau@inbox.ru HOMEPAGE= https://dun.github.io/munge/ diff --git a/security/munge/PLIST b/security/munge/PLIST index 830d9c6806c..2e0683edb23 100644 --- a/security/munge/PLIST +++ b/security/munge/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.4 2014/04/25 10:20:06 asau Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/02/28 09:20:29 wiz Exp $ bin/munge bin/remunge bin/unmunge include/munge.h lib/libmunge.la lib/pkgconfig/munge.pc +lib/systemd/system/munge.service +lib/tmpfiles.d/munge.conf man/man1/munge.1 man/man1/remunge.1 man/man1/unmunge.1 @@ -26,7 +28,3 @@ man/man3/munge_strerror.3 man/man7/munge.7 man/man8/munged.8 sbin/munged -@pkgdir var/run/munge -@pkgdir var/log/munge -@pkgdir var/lib/munge -@pkgdir share/examples/munge diff --git a/security/munge/PLIST.NetBSD b/security/munge/PLIST.NetBSD index b5dc7abb743..35d53cdbec7 100644 --- a/security/munge/PLIST.NetBSD +++ b/security/munge/PLIST.NetBSD @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST.NetBSD,v 1.4 2018/01/01 22:29:54 rillig Exp $ -share/examples/default/munge -share/examples/init.d/munge +@comment $NetBSD: PLIST.NetBSD,v 1.5 2018/02/28 09:20:29 wiz Exp $ +share/munge/examples/default/munge +share/munge/examples/init.d/munge diff --git a/security/munge/distinfo b/security/munge/distinfo index a2cc13bb062..3ea38cff3bf 100644 --- a/security/munge/distinfo +++ b/security/munge/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:17:51 agc Exp $ +$NetBSD: distinfo,v 1.5 2018/02/28 09:20:29 wiz Exp $ -SHA1 (munge-0.5.11.tar.bz2) = 6939ddabc4bc2b3bacdb8bb2bf24766b666d1c0d -RMD160 (munge-0.5.11.tar.bz2) = f7908ba980570519dab99f81023201fb0bd3c195 -SHA512 (munge-0.5.11.tar.bz2) = b9d4cd76c4fe605ad67934af48809205de0f0e5fa1a10dd3b6e382da2cb8bc274bd2a8c0d4bc49d1d58155bf008945a584afd0b6e01cc8052aa1d21c8de2815b -Size (munge-0.5.11.tar.bz2) = 423232 bytes -SHA1 (patch-src_etc_Makefile.in) = 11a79fd9d5e5b3da76a3c637c3e7cf394acbbe5e +SHA1 (munge-0.5.13.tar.xz) = bcb0b89e44c5c0ec21f4bcfaacb4493b82aace61 +RMD160 (munge-0.5.13.tar.xz) = 77c6e9df935ddc1ffe6cd481e015f59e2f74e1b7 +SHA512 (munge-0.5.13.tar.xz) = 2e024c0438f9208379a037daabd1c31f206820ab74a410e2bb69870755e99f9c9fbf60c294c96941008bc43425fbb31dd2374e5f088b7978479e7c65816e9002 +Size (munge-0.5.13.tar.xz) = 389952 bytes +SHA1 (patch-src_etc_Makefile.in) = ca2e4a47a9a6986c962675368eab5e770df99ad3 diff --git a/security/munge/patches/patch-src_etc_Makefile.in b/security/munge/patches/patch-src_etc_Makefile.in index cfda949961c..1ca898b1a7f 100644 --- a/security/munge/patches/patch-src_etc_Makefile.in +++ b/security/munge/patches/patch-src_etc_Makefile.in @@ -1,8 +1,8 @@ -$NetBSD: patch-src_etc_Makefile.in,v 1.3 2013/12/08 22:34:10 joerg Exp $ +$NetBSD: patch-src_etc_Makefile.in,v 1.4 2018/02/28 09:20:29 wiz Exp $ ---- src/etc/Makefile.in.orig 2013-08-27 18:35:31.000000000 +0000 +--- src/etc/Makefile.in.orig 2017-09-26 21:57:53.000000000 +0000 +++ src/etc/Makefile.in -@@ -242,6 +242,7 @@ sbindir = @sbindir@ +@@ -298,6 +298,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ @@ -10,7 +10,7 @@ $NetBSD: patch-src_etc_Makefile.in,v 1.3 2013/12/08 22:34:10 joerg Exp $ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ -@@ -465,18 +466,18 @@ distclean-local:: +@@ -581,15 +582,15 @@ munge.tmpfiles.conf: munge.tmpfiles.conf install-data-local: test -d "/etc/rc.d/init.d" \ @@ -21,6 +21,7 @@ $NetBSD: patch-src_etc_Makefile.in,v 1.3 2013/12/08 22:34:10 joerg Exp $ $(INSTALL) -m 0755 -d "$(DESTDIR)$${INITDIR}"; \ $(INSTALL) -m 0755 \ "$(builddir)/munge.init" "$(DESTDIR)$${INITDIR}/munge" + : test -d "/etc/sysconfig" \ - && CONFDIR="$(sysconfdir)/sysconfig" \ - || CONFDIR="$(sysconfdir)/default"; \ @@ -28,16 +29,11 @@ $NetBSD: patch-src_etc_Makefile.in,v 1.3 2013/12/08 22:34:10 joerg Exp $ + || CONFDIR="$(sysconfexampledir)/default"; \ $(INSTALL) -m 0755 -d "$(DESTDIR)$${CONFDIR}"; \ $(INSTALL) -m 0644 \ - "$(srcdir)/munge.sysconfig" "$(DESTDIR)$${CONFDIR}/munge" -- if test -d "$(libdir)/pkgconfig"; then \ -+ if test -d "${DESTDIR}$(libdir)/pkgconfig"; then \ - $(INSTALL) -m 0755 \ - -d "$(DESTDIR)$(libdir)/pkgconfig"; \ - $(INSTALL) -m 0644 \ -@@ -500,8 +501,8 @@ install-data-local: - "$(srcdir)/munge-tmpfiles.conf" \ - "$(DESTDIR)$(prefix)/lib/tmpfiles.d/munge.conf"; \ - fi + "$(builddir)/munge.sysconfig" "$(DESTDIR)$${CONFDIR}/munge" +@@ -610,8 +611,8 @@ install-data-local: + "$(builddir)/munge.tmpfiles.conf" \ + "$(DESTDIR)$${TMPFILESDIR}/munge.conf" + : - $(INSTALL) -m 0755 -d "$(DESTDIR)$(sysconfdir)" - $(INSTALL) -m 0700 -d "$(DESTDIR)$(sysconfdir)/munge" + $(INSTALL) -m 0755 -d "$(DESTDIR)$(sysconfexampledir)" |