Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.16 28 Jul 2024 13:15:11 |
Muhammad Moinur Rahman (bofh) |
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 |
0.5.15_2 19 Feb 2024 06:26:39 |
Muhammad Moinur Rahman (bofh) Author: Jason W. Bacon |
security/munge: Fix rc script
The problem is that the munged_stop() function does not wait until the
kill completes. This can cause start to fail with "munged already
running" when the system is heavily loaded and kill is slower than
usual.
PR: 277003 |
0.5.15_1 27 Jan 2024 23:07:09 |
Muhammad Moinur Rahman (bofh) |
security/munge: Moved man to share/man |
0.5.15 16 Apr 2023 19:02:03 |
Muhammad Moinur Rahman (bofh) Author: Thierry Thomas |
security/munge: Update version 0.5.14=>0.5.15
- Add TEST_TARGET
Changelog: https://github.com/dun/munge/releases/tag/munge-0.5.15
PR: 270882 |
0.5.14_1 26 Oct 2022 16:55:27 |
Dan Langille (dvl) |
databases/and_others: Fix rc.d script comment
I found this typo while researching something else. It seems to have
propgated around the tree.
Approved by: blanket |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.14_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.14_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.14_1 25 Jan 2022 08:24:29 |
Daniel Engberg (diizzy) |
security/munge: Use release archive and rearrange Makefile
Use release archive as suggested by Porters Handbook, this also
removes the need to use USES= autoreconf
Rearrange Makefile to follow Porters Handbook more closely
PR: 261027
Reviewed by: bofh@ (maintainer) |
0.5.14_1 21 Oct 2021 14:27:06 |
Stefan Eßer (se) |
security/munge: Add CPE information
Approved by: portmgr (blanket) |
0.5.14_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.14_1 12 Feb 2020 22:00:05 |
bofh |
security/munge: Fix rc script
PR: 243917
Submitted by: chris.m.dunlap@gmail.com |
0.5.14 05 Feb 2020 13:39:38 |
bofh |
security/munge: Update version 0.5.13=>0.5.14
Relnotes:https://github.com/dun/munge/releases |
0.5.13_1 07 Jan 2018 23:32:12 |
bofh |
security/munge: Fix patch file
Reported by: antoine |
0.5.13 07 Jan 2018 19:51:40 |
bofh |
security/munge: Update version 0.5.12=>0.5.13
- Fix GH_TAGNAME: use tag name instead of hash [1]
- Fix indent [1]
PR: 224707 [1]
Submitted by: sunpoet [1]
Relnotes: https://github.com/dun/munge/releases |
0.5.12 24 Sep 2016 16:53:58 |
bofh |
security/munge: UNBREAK and Update version 0.5.11=>0.5.12
- Move MASTER_SITES to GITHUB from GOOGLE_CODE
- Update WWW
PR: 212712
Submitted by: monwarez@mailoo.org |
0.5.11_2 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.5.11_2 11 Sep 2016 14:20:04 |
antoine |
- Honor SSL_DEFAULT
- Remove redundant arg from CONFIGURE_ARGS |
0.5.11_2 11 Sep 2016 02:34:24 |
marino |
security/munge: Document SSL requirement
Approved by: SSL blanket |
0.5.11_2 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.5.11_1 02 Jun 2015 14:58:24 |
bofh |
security/munge: Add munged_flags in rc file
PR: 200401
Submitted by: jrm@ftfl.ca |
0.5.11_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.5.11_1 23 Sep 2014 09:33:02 |
bapt |
Simplify plist
Strip binaries |
0.5.11_1 18 Aug 2014 16:43:25 |
bdrewery |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr |
0.5.11_1 07 Jul 2014 11:27:24 |
tijl |
- USES=libtool pathfix tar:bzip2
- Set localstatedir in CONFIGURE_ARGS instead of using a patch
- Install pkgconfig file
- Fix pkg-plist for directories under /var |
0.5.11 15 Nov 2013 17:55:35 |
sunpoet |
- Update to 0.5.11
- Add LICENSE
- Support STAGEDIR
Changes: https://code.google.com/p/munge/wiki/ReleaseNotes
PR: ports/183988
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
0.5.10_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.5.10_1 11 Sep 2013 17:17:47 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.5.10_1 20 Oct 2012 07:53:54 |
jhale |
- Add upstream patch to fix CPU consumption and termination bug
http://code.google.com/p/munge/issues/detail?id=18
- Bump PORTREVISION since runtime behavior will change
While here:
- Trim Makefile header
- Remove indefinite article from COMMENT
PR: ports/172856
Submitted by: Loic Pefferkorn <loic-freebsd@loicp.eu>
Approved by: maintainer
makc, avilla (mentors, implicit)
Feature safe: yes |
0.5.10 10 Jun 2012 09:57:43 |
miwi |
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and
validating credentials. It is designed to be highly scalable for use in an HPC
cluster environment. It allows a process to authenticate the UID and GID of
another local or remote process within a group of hosts having common users and
groups. These hosts form a security realm that is defined by a shared
cryptographic key. Clients within this security realm can create and validate
credentials without the use of root privileges, reserved ports, or
platform-specific methods.
WWW: http://code.google.com/p/munge/
PR: ports/166386
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |