Updated sysutils/u-boot-bananapi to 2017.11
Updated sysutils/u-boot-beagleboard to 2017.11
Updated sysutils/u-boot-beagleboneblack to 2017.11
Updated sysutils/u-boot-beaglebonewhite to 2017.11
Updated sysutils/u-boot-chip to 2017.11
Updated sysutils/u-boot-chip-pro to 2017.11
Updated sysutils/u-boot-cubieboard2 to 2017.11
Updated sysutils/u-boot-cubieboard4 to 2017.11
Updated sysutils/u-boot-cubietruck to 2017.11
Updated sysutils/u-boot-hummingbird-a31 to 2017.11
Updated sysutils/u-boot-jetson-tx1 to 2017.11
Updated sysutils/u-boot-nanopi-neo to 2017.11
Updated sysutils/u-boot-nanopi-neo2 to 2017.11
Updated sysutils/u-boot-orangepi-2 to 2017.11
Updated sysutils/u-boot-orangepi-one to 2017.11
Updated sysutils/u-boot-orangepi-plus2e to 2017.11
Updated sysutils/u-boot-pine64 to 2017.11
Updated sysutils/u-boot-pocketchip to 2017.11
Updated sysutils/u-boot-sinovoip-bpi-m3 to 2017.11
crypto:
- Support building with both 1.1.0 and 1.0.2
fs:
- fs.realpathSync.native and fs.realpath.native are now exposed
process:
- expose process.ppid
Pkgsrc changes:
* adapt PLIST
* remove patch which no longer applies
* apply patches for proper value domain for isxxxx() functions/macros
Upstream changes:
* time module (Wesley Shields)
* yara command-line tool now accept multiple rule files
* Allow a configurable limit for the number of strings per rule
(option --max-strings-per-rule)
* Implement integrity check for compiled rules
* Implement API for customizingimport statement (@edhoedt)
* Scan process memory in FreeBSD and OpenBDS (Hilko Bengen)
* BUGFIX: Negated character classes not working with case-insensitive
regexps (#765)
* BUGFIX: Multiple bugs while parsing ELF files (Nate Rosenblum)
* BUGFIX: Out-of-bounds access while parsing PE files.
* BUGFIX: Memory leaks while parsing invalid rules.
Since the non-{X11,lucid} toolkits have bitrotted, remove those
options, and rework options.mk like the editors/xemacs one.
Switching to the portable dumper and using system malloc obsoletes the
hacks.
Like XEmacs 21.4 and the emacsen, we need to build with -DTERMINFO for
proper console display.
Since Makefile content is minimal for xemacs-current{,-nox11}, keep
the pkgsrc nb revision centrally in Makefile.common.
Take maintainership.
# Contao core bundle change log
### 4.4.8 (2017-11-15)
* Prevent SQL injections in the back end search panel (see CVE-2017-16558).
* Support class named services in System::import() and System::importStatic()
(see #1176).
* Only show pretty error screens on Contao routes (see #1149).
# Contao listing bundle change log
### 4.4.8 (2017-11-15)
* Prevent SQL injections in the listing module (see CVE-2017-16558).
While MACHINE_ARCH can be earmv6hf on NetBSD, configure has to match
what config.guess outputs, which is armv6. For now, leave the old
earmv6/7 tokens, because this code inexplicably succeeded on earmv7hf.
With this, ocaml builds and builds a working unison, on earmv6hf
(RPI3).