mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
security/munge: Update version 0.5.15=>0.5.16
- Fix dependent daemon failure Changelog: https://github.com/dun/munge/releases/tag/munge-0.5.16 PR: 280438 Reported by: jwb
This commit is contained in:
parent
df31928768
commit
5a85efe2ca
3 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= munge
|
PORTNAME= munge
|
||||||
DISTVERSION= 0.5.15
|
DISTVERSION= 0.5.16
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= https://github.com/dun/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
|
MASTER_SITES= https://github.com/dun/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
|
||||||
|
|
||||||
|
@ -19,7 +18,6 @@ USE_LDCONFIG= yes
|
||||||
USE_RC_SUBR= munged
|
USE_RC_SUBR= munged
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE}
|
CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE}
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1681668887
|
TIMESTAMP = 1722100598
|
||||||
SHA256 (munge-0.5.15.tar.xz) = 3f979df117a34c74db8fe2835521044bdeb08e3b7d0f168ca97c3547f51da9ba
|
SHA256 (munge-0.5.16.tar.xz) = 6fa6f14de41064c2b56422592df7ad1de2af483912c54460863db2827e6a2861
|
||||||
SIZE (munge-0.5.15.tar.xz) = 459468
|
SIZE (munge-0.5.16.tar.xz) = 448120
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# PROVIDE: munged
|
# PROVIDE: munged
|
||||||
# REQUIRE: LOGIN
|
# REQUIRE: DAEMON
|
||||||
# KEYWORD: shutdown
|
# KEYWORD: shutdown
|
||||||
|
|
||||||
# Add the following line to /etc/rc.conf to enable munged:
|
# Add the following line to /etc/rc.conf to enable munged:
|
||||||
|
|
Loading…
Add table
Reference in a new issue