- Drop DOCS as Lua API docs aren't available anymore
- Drop ZENITY as it's only used to show FAQ link on crashes
- Move game data to DATADIR, better mimicking hier(7)
Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20171014
MFH: 2017Q4 (for multiplayer)
- Hand over maintainership to antoine
- Unbundle libsmdev and libsmraw
- Remove unneeded .la files and iconv dependency
- Make NLS optional
- Update WWW
PR: 222940
Submitted by: antoine
dns2blackhole is a set of Bourne Shell csh scripts that fetch host files
from public host file providers that contain the FQDN [ Fully Qualified
Domain Names ] of sites that fall into the following categories, adware,
malware, exploit, hijackers, harvesters, tracking, phishing, fake news,
fraud, spam, sex, porn, gambling, advertisements, misleading marketing,
illegal pharmacy, warez/piracy and others. The output of the dns2blackhole
scripts is fed directly into the ports/package versions of unbound, named,
and dnsmask DNS servers to block those FQDN thus protecting user
devices from being compromised or bothered seeing things of no interest.
The base built-in version of unbound titled "local_unbound" can also be
configured to work using the dns2blackhole method. This black hole method
is another layer of protection that you can customize to your needs.
WWW: http://dns2blackhole.sourceforge.net/
PR: 222805
Submitted by: joeb1@a1poweruser.com
- As of ftp/fastdfs 5.0.11 nginx wont start by default if the fastdfs module is loaded.
Provided patch sorts that out by adding the missing params to the mod_fastdfs.conf file.
While patching mod_fastdfs.conf i also changed the storage paths to match the ftp/fastds port
PR: 222067
Reported by: Daniel Ylitalo <daniel@blodan.se>
Approved by: miwi (mentor)
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D12246
Details:
Gitea releases don't supply the release version number;
the automatic method to obtain the version number in
the Gitea build system only works when sources are checked
out from git.
PR: 222885
Submitted by: stb@lassitu.de (maintainer)
MFH: 2017Q4
Added noexcept and throw() support
Function declarations may now include exception specifications.
Fixed handling of leading whitespace in command-line argument
The unusual case of:
cdecl ' declare x as int'
i.e., a quoted argument having leading whitespace, is now handled correctly.
- Update WWW in pkg-descr
Noteworthy changes in 0.11.9
- Fixed bug which caused the acceptable of invalid IPv4 address as valid.
- Fixed compatibility with gnutls 3.3.8 by avoiding the use of the 'VERS-ALL'
priority string which was introduced in 3.3.24.
- Fixed null pointer dereference when parsing locked accounts in plain password
authentication.
- Add support for RSA-PSS and Ed25519 private keys when used with GnuTLS 3.6.0.
- ocpasswd: when locking an account multiple times, add the '!' character only once.
Based on patch by Frank Huang.
Changes: http://lists.infradead.org/pipermail/openconnect-devel/2017-October/004529.html
MFH: 2017Q4