aboutsummaryrefslogtreecommitdiff
path: root/security/munge
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/munge: Fix rc scriptMuhammad Moinur Rahman2020-02-122-3/+2
| | | | | | | | PR: 243917 Submitted by: chris.m.dunlap@gmail.com Notes: svn path=/head/; revision=525976
* security/munge: Update version 0.5.13=>0.5.14Muhammad Moinur Rahman2020-02-054-44/+7
| | | | | | | Relnotes:https://github.com/dun/munge/releases Notes: svn path=/head/; revision=525273
* security/munge: Fix patch fileMuhammad Moinur Rahman2018-01-072-9/+9
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=458392
* security/munge: Update version 0.5.12=>0.5.13Muhammad Moinur Rahman2018-01-072-8/+8
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=458379
* security/munge: UNBREAK and Update version 0.5.11=>0.5.12Muhammad Moinur Rahman2016-09-245-15/+51
| | | | | | | | | | | - Move MASTER_SITES to GITHUB from GOOGLE_CODE - Update WWW PR: 212712 Submitted by: monwarez@mailoo.org Notes: svn path=/head/; revision=422733
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422140
* - Honor SSL_DEFAULTAntoine Brodin2016-09-111-1/+1
| | | | | | | - Remove redundant arg from CONFIGURE_ARGS Notes: svn path=/head/; revision=421823
* security/munge: Document SSL requirementJohn Marino2016-09-111-1/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421781
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* security/munge: Add munged_flags in rc fileMuhammad Moinur Rahman2015-06-021-12/+9
| | | | | | | | PR: 200401 Submitted by: jrm@ftfl.ca Notes: svn path=/head/; revision=388362
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Simplify plistBaptiste Daroussin2014-09-232-11/+5
| | | | | | | Strip binaries Notes: svn path=/head/; revision=369010
* - Move RESETPREFIX to default PLIST_SUBBryan Drewery2014-08-181-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365325
* - USES=libtool pathfix tar:bzip2Tijl Coosemans2014-07-074-31/+25
| | | | | | | | | - Set localstatedir in CONFIGURE_ARGS instead of using a patch - Install pkgconfig file - Fix pkg-plist for directories under /var Notes: svn path=/head/; revision=361052
* - Update to 0.5.11Sunpoet Po-Chuan Hsieh2013-11-157-70/+40
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=333900
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+1
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326996
* - Add upstream patch to fix CPU consumption and termination bugJason E. Hale2012-10-202-6/+14
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=306167
* MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating andMartin Wilke2012-06-107-0/+153
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> Notes: svn path=/head/; revision=298922