- Add a SASL port option
- Fix the KERBEROS ports option - it was a no-op, setting a
configure flag which modifies how Kerberos was used without
setting the flag that actually enables it.
- Use GSSAPI instead of $ENV{KRB5CCNAME} to set the credential
cache. The latter pollutes the unsuspecting application's
environment and does not always work (for instance, it breaks when
nss_ldap is invoked from OpenSSH, although I haven't quite
determined why)
- Add patches to support Heimdal in addition to MIT Kerberos. Note
that I tried to ensure that the code is unchanged in the
non-Heimdal case, but that I have no way of testing with MIT
Kerberos.
With the above changes, I have successfully configured a FreeBSD 9.2
server to authenticate users against a Microsoft Windows 2012 Active
Directory server.
Non-functional changes:
- Modernize and stagify
- Remove text in pkg-message about a change that was made ten years ago
- Take maintainership as current maintainer has been AWOL for 2+ years
- Bump PORTREVISION
Approved by: maintainer hasn't been heard of for 2+ years
<ChangeLog>
*) Feature: IPv6 support in resolver.
*) Feature: the "listen" directive supports the "fastopen" parameter.
Thanks to Mathew Rodley.
*) Feature: SSL support in the ngx_http_uwsgi_module.
Thanks to Roberto De Ioris.
*) Feature: vim syntax highlighting scripts were added to contrib.
Thanks to Evan Miller.
*) Bugfix: a timeout might occur while reading client request body in an
SSL connection using chunked transfer encoding.
*) Bugfix: the "master_process" directive did not work correctly in
nginx/Windows.
*) Bugfix: the "setfib" parameter of the "listen" directive might not
work.
*) Bugfix: in the ngx_http_spdy_module.
</ChangeLog>
<ChangeLog>
# UPGRADE URGENCY: MODERATE for Redis and Sentinel.
* [FIX] Makefile compatibility with non common make variants improved.
* [FIX] SDIFF crash in very unlikely to trigger state fixed.
* [FIX] Config rewriting fixed: don't wipe options unknown to the rewrite
process.
* [FIX] Set TCP port to 0 works again to disable TCP networking.
* [FIX] Fixed replication with old Redis instances as masters by not
sending REPLCONF ACK to them.
* [FIX] Fix keyspace notifications rewrite and CONFIG GET output.
* [FIX] Fix RESTORE TTL handling in 32 bit systems (32 bit overflow).
* [NEW] Sentinel now has a run time configuration API.
* [NEW] Log when we lost connection with master or slave.
* [NEW] When instance is turned from slave to master now inherits the
old master replication offset when possible. This improves the
Sentinel failover procedure.
</ChangeLog>
camera raw format photographs using pthreads.
Multiraw uses the graphics/dcraw-m or graphics/dcraw ports and their
executables. dcraw-m is a modified version of dcraw which automatically
rotates exported thumbnails and has a camera timezone offset adjustment
variable.
WWW: https://dx.burplex.com/bin/multiraw.html
PR: ports/177492
Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com>
- Update to 0.3.5
- Update pkg-plist
- Add missing PKGNAMEPREFIX
- Enable STAGE support
- Switch BUILD_DEPENDS from swig13 to swig20
- Add LICENSE (LGPL21)
- Replace USE_SCONS / SCONS_* with USES=scons
- Re-order USE_* section
- Patch and backport Sconscript changes to:
a) Silence addition warnings [1]
b) Set SWIG includes and outdir that are not being honoured by
scons at the moment
This commit combined with that from ports/185684 fixes building on 10.0+.
[1] https://github.com/fifengine/fifengine/issues/792
PR: ports/182433
Approved by: Green Dog <fiziologus@gmail.com> (maintainer, via email)
MFH: 2014Q1
- Update to 2.0.11
- Update pkg-plist
- Enable STAGE support
- Backport C++11 SWIG fixes from upstream for games/py-fife [1][2]
- Use GNU Make as recommended by upstream [3]
- Modernise LIB_DEPENDS
- Add regression-test: target to make running the test suite easier
- pkg-descr: Tab to space in WWW:
[1] Commit: 92128eef44
[2] Issue: https://github.com/swig/swig/issues/73
[3] http://www.swig.org/Doc2.0/Preface.html
PR: ports/185684
Submitted by: koobs
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
MFH: 2014Q1
instead of applying simpler rules (like guessing and backtracking) many
times. These complex logical rules are exactly the same ones that people
use with paper and pen.
WWW: http://sudoku-sensei.sourceforge.net/
PR: ports/173888
Submitted by: nemysis (self)