mod_auth_mellon is an authentication module for Apache. It authenticates
the user against a SAML 2.0 IdP, and grants access to directories
depending on attributes received from the IdP.
WWW: https://github.com/latchset/mod_auth_mellon
Update converters/libiconv to 1.16.
This update removes the extra patches for CP932 and EUCJP-MS, as they are
not compatible with this release.
Add an UPDATING entry for this change.
ABI/API stable, no need to bump dependent ports:
https://abi-laboratory.pro/index.php?view=timeline&l=libiconv
PR: 240954
Submitted by: Yuichiro NAITO
Exp-run by: antoine
Approved by: maintainer timeout (gnome@)
* GenIdea: Use new content element for each source path
* Respect `skipIdea` in more places
* Fix generator for ivy.xml when using extra publish artifacts
* Fix Sonatype requests retrying too fast
* Made scoverage more robust and better configurable
* Added .mill-version file
* Scala 2.13.2
* Disable client daemon mode in WSL
* Avoid duplicate target with __ and fix resolve __
* try to avoid weird 'Cleaner terminated abnormally' error
* Upgrade coursier
* fix the lineCount task to use correct os methods
* Align JNA API/platform version
* fix broken cmds and outputs
* add doc for visualizePlan of two modules
* make -w/--watch work with T.source targets
* Swap out custom scheduler for Futures
* Improve logging for parallel builds
* add missing flush() forward to CallbackStream
* Use double-checked locking around scala compiler bridge compilation
* Stripe locking around compiler bridge initialization
* fix coloring and make them support the command-line flag
* Rename .test with .testUncached to avoid duplicate resolution
* Ability to pass GPG arguments to publish
PR: 246523
Submitted by: freebsd-ports@jan0sch.de (maintainer)
The automated package builds for net/dpdk are failing on 13-CURRENT
because of changes to the FreeBSD code in the 13 tree. This update
provides minor tweaks to the code to fix compatibility with BSD 13.
Two issues were observed:
* rename of CPU_NAND to CPU_ANDNOT
* change in vm_page_replace parameters and behaviour
Both issues only required small changes to a single file, and both
fixes are in the diff attached.
PR: 243058
Submitted by: Bruce Richardson <bruce.richardson@intel.com> (maintainer)
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.
Reported by: antoine
- add patch to fix kerberos_ldap_group helper work with heimdal
- regenerate two patches to follow upstreamed versions
- fix pinger in plist and bump portrevision
PR: 246355
Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer)
From ChangeLog (https://github.com/nifty-site-manager/nsm/releases/tag/v2.3.9):
* added exprtk_disable_caseinsensitivity for ExprTk
* merged PR from Mamadou fixing support for compiling with Lua 5.2
and 5.1
* added !mf option to definitions
* added in types std::vector<double> and std::vector<string>
* added in std::vector. fns at, erase, pop_back, push_back, set, size
(also member fns)
* added in stream. fns close, open (also member fns)
* added in exprtk.compile, exprtk.eval, exprtk.load and exprtk.str fns
for f++/n++
* added in exprtk_compile, exprtk_eval, exprtk_load and exprtk_str fns
for Lua
* added in to_string fn for ExprTk
* fixed so that fn name/options/params are parsed with f++ always
* fixed various bugs
* made various improvements
PR: 246489
Submitted by: info@babaei.net (maintainer)