pkgsrc/security/munge/Makefile
wiz cd8788b7b0 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)
2018-02-28 09:20:29 +00:00

28 lines
830 B
Makefile

# $NetBSD: Makefile,v 1.18 2018/02/28 09:20:29 wiz Exp $
DISTNAME= munge-0.5.13
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=dun/}
GITHUB_RELEASE= ${DISTNAME}
EXTRACT_SUFX= .tar.xz
MAINTAINER= asau@inbox.ru
HOMEPAGE= https://dun.github.io/munge/
COMMENT= Authentication service for creating and validating credentials
USE_TOOLS= perl pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
INSTALLATION_DIRS+= lib/pkgconfig
OWN_DIRS= ${VARBASE}/lib/munge ${VARBASE}/log/munge ${VARBASE}/run/munge
RCD_SCRIPTS+= munge
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"