Security bugfixes
OpenSSL DLLs updated to version 1.0.1j.
https://www.openssl.org/news/secadv_20141015.txt
The insecure SSLv2 protocol is now disabled by default. It can be
enabled with "options = -NO_SSLv2".
The insecure SSLv3 protocol is now disabled by default. It can be
enabled with "options = -NO_SSLv3".
Default sslVersion changed to "all" (also in FIPS mode) to
autonegotiate the highest supported TLS version.
New features
Added missing SSL options to match OpenSSL 1.0.1j.
New "-options" commandline option to display the list of supported
SSL options.
Bugfixes
Fixed FORK threading build regression bug.
OK gsoares@ (maintainer) OK schwarze@
Compton is a lightweight, standalone composite manager, suitable for use
with window managers that do not natively provide compositing functionality.
Compton itself is a fork of xcompmgr-dana, in turn a fork of xcompmgr.
Compton in particular is notable for fixing numerous bugs found in
its predecessors, and as such, is popular due to its reliability and
stability. Numerous additional improvements and configuration options
have also been implemented, including a faster GLX (OpenGL) backend
(disabled by default), default inactive/active window opacity, window
frame transparency, window background blur, window color inversion,
painting rate throttling, VSync, condition-based fine-tune control,
configuration file reading, and D-Bus control.
- this is a key port builds-wise as it's in the path to autoconf (and thus many
other ports), so I gave extra consideration because distfiles have switched to
tar.xz; however xz has no dependencies and is usually built early anyway, so
this shouldn't slow things down.
whack processes.c to use the same codepaths as freebsd's, taking into
account kinfo_proc differences.. to be properly pushed upstream.
Tested on ppc & amd64.