a crash when receiving a WebSocket packet with a payload length of zero.
"Frames with a payload length of 0 were incorrectly handled in
res_http_websocket. Provided a frame with a payload had been received
prior it was possible for a double free to occur. The realloc operation
would succeed (thus freeing the payload) but be treated as an error.
When the session was then torn down the payload would be freed again
causing a crash. The read function now takes this into account."
- remove now unneeded patches for giflib detection
- add patch to skip compression of man and info pages
- add patch to fix tramp-mode hangs with various remote shells
Input from Manuel Giraud (who also proposed an initial diff) and Timo
Myyra. Tested (at least) on i386, amd64 and sparc64.
ok abieber@ jasper@
CMake files are not installed in ${PREFIX}/lib anymore; instead,
the qt5.port.mk will provide necessary environment variables to help
CMake to find the Qt5 packages.
Not connected to build, so no bump.
Radio Tray is an online radio streaming player that runs in the GUI
system tray.
From maintainer Fred Crowson, thanks!
ok benoit@ sthen@ tweaks daniel@ & myself
The extra _USE_* variables are a remnant of the original code (with manual
checks), they're not really needed.
Reorg things to be simpler/more consistent: group PATCHFILES and EXTRACT_ONLY
together, activate BUILD_DEPENDS on simpler patterns.
Also, conform to more style, have PATCHFILES/SUPDISTFILES always defined,
and test on empty.
shown to naddy@ and sthen@, fixed a few issues, and passes a full bulk
build.
- fix MASTER_SITES
- enable tests (including patches for slightly different outputs)
- remove do-install target, installation is done with provided Makefile
- remove patches for examples and s/getopt/gnugetopt/ in post-extract
- rework/regen patches
OK aja@
- remove patches for regress tests and the TLSv1.0 only issue, merged
upstream
- libuuid use can now be prevented with CONFIGURE_ARGS
- add a CONFIGURE_ENV hack to avoid depending on python3 at build time
(spotted by dcoppa@)
The Web ARChive code doesn't use uuid functions from libc (yet).
ok dcoppa@