security/zoneminder: Drop 83 from PHP_VERSIONS_INCOMPATIBLE
83 used to fail, but now it's ok. (FreeBSD ports concurs.)
Add comments about other versions, but there's no reason to choose
older than 83.
security/zoneminder: minor gardening
- drop unused ancient apache config fragment
- adjust apache config example to modern practice
- bring README at least somewhat up to date
- Organize and clean the cmake settings in Makefile
afl++: update to 4.35c.
pkgsrc change: depend on clang to make sure clang support is built.
### Version ++4.35a (dev)
- GUIFuzz++ merged: Unleashing Grey-box Fuzzing on Desktop Graphical User
Interfacing Applications
https://futures.cs.utah.edu/papers/25ASE.pdf
- afl-fuzz:
- fix syncing issues with crashes and custom mutators by @AndyH-1
- another attempt to kill every client, thanks to @leonasdev
- afl-cc:
- Huge refactor for default pcguard instrumentation, several minor and
medium bug fixes, complete hidden decision coverage
- LTO: also added complete hidden decision coverage
- Various small fixes by @nbars, thanks!
- IJON fix to search for the necessary include
- Allow compiling the gcc plugin with clang++, thanks to @exoosh
- Fix for unusual bit sizes in cmplog-instructions-pass by @forzafedor
[7 lines not shown]
pkg-vulnerabilities: add last 24-36 hours CVEs
+ cpp-httplib, gitea, gpsd, libtpms, messagelib,
wabt (not fixed)
(Same of -r1.698 but without removing most comments!)
security/zoneminder: Update to 1.36.37
Upstream NEWS, less bugfixes and minor improvements:
Fix building against FFmpeg 8.0
Use libpcre2 instead of deprecated libpcre3
Drop various foreign keys around Events table. We do this in 1.37 for performance/locking reasons. We are doing it here for zmrecover.pl
Fix for zmrecover.pl due to LinkPath using a 2 digit year not 4 in Deep Storage
jigdo: update to 0.8.2
Upstream says that this mainly contains bugfixes.
Also add a "gtk" option which is on by default. If you disable it, it
disables the GUI. This addresses PR pkg/30837, only 21 years later.
We keep a copy of the old interface.hh from 0.7.3 in FILESDIR; the build
now wants to regenerate it with glade-2, which is long gone from pkgsrc.
New package, docbook-utils.
The docbook-utils is a set of a few small programs intended to ease
everyday's use of technical documentation software and more generally
use of SGML and XML. They are released under the GPL licence.
Tasks they currently accomplish are:
- jw: convert SGML files to other formats (HTML, RTF, Postscript, PDF)
- sgmldiff: detect the differerences in markup between two SGML files
security/zoneminder: Update to 1.36.36
Upstream NEWS, less bugfixes and minor improvements:
See https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.36
Remove code that converts to mono audio
Add Support for the AV1 Codec
Revert change of tot_score and avg_score to unsigned ints. Make them ints so that comparison with other scores is ok