At the same time, remove ASYNC_PUSH_LIBS workaround from [1].
Changelog (high-level):
https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-249
Git changelog, marking the three fixes that were already in 2.4.8_3
as cherry-picks with a 1, 2, or 3 instead of "*" to correspond
with the PORTREVISION, and those with "-" that are specific to other systems,
say, Windows.
* 9b0dafca 2020-04-16 | Preparing release v2.4.9 (ChangeLog, version.m4, Changes.rst) (tag: v2.4.9) [Gert Doering]
3 f7b318f8 2020-04-15 | Fix illegal client float (CVE-2020-11810) [Lev Stipakov]
* 9bb285e3 2020-03-13 | Fix broken async push with NCP is used [Lev Stipakov]
- 5f8a9df1 2020-02-12 | Allow unicode search string in --cryptoapicert option [Selva Nair]
- 4658b3b6 2020-02-12 | Skip expired certificates in Windows certificate store [Selva Nair]
* df5ea7f1 2020-02-19 | Fix possible access of uninitialized pipe handles [Selva Nair]
* 1d9e0be2 2020-02-19 | Fix possibly uninitialized return value in GetOpenvpnSettings() [Selva Nair]
* 5ee76a8f 2020-03-28 | Fix OpenSSL 1.1.1 not using auto elliptic curve selection [Arne Schwabe]
* ed925c0a 2020-04-07 | OpenSSL: Fix --crl-verify not loading multiple CRLs in one file [Maxim Plotnikov]
* 2fe84732 2020-03-30 | When auth-user-pass file has no password query the management interface (if available). [Selva Nair]
* 908eae5c 2020-04-03 | Move querying username/password from management interface to a function [Selva Nair]
* 15bc476f 2020-04-02 | Fix OpenSSL error stack handling of tls_ctx_add_extra_certs [Arne Schwabe]
* 22df79bb 2020-04-01 | Fetch OpenSSL versions via source/old links [Arne Schwabe]
* 0efbd8e9 2020-03-31 | mbedTLS: Make sure TLS session survives move [Tom van Leeuwen]
* 33395693 2020-03-25 | docs: Add reference to X509_LOOKUP_hash_dir(3) [WGH]
* 7d19b2bb 2019-10-21 | Fix OpenSSL private key passphrase notices [Santtu Lakkala]
2 8484f37a 2020-03-14 | Fix building with --enable-async-push in FreeBSD [Lev Stipakov]
* 69bbfbdf 2020-02-18 | Swap the order of checks for validating interactive service user [Selva Nair]
* 0ba4f916 2019-11-09 | socks: use the right function when printing struct openvpn_sockaddr [Antonio Quartulli]
1 3bd91cd0 2019-10-30 | Fix broken fragmentation logic when using NCP [Lev Stipakov]
PR: 244286 [1]
MFH: 2020Q2 (patchlevel bugfix release)
This is mostly Greg's patch,
I have added the new ports to games/Makefile (missing from PR, SUBDIR+=),
and fixed a few spaces-vs-TAB glitches in the makefile,
and reformatted the pkg-descr, and changed libretro-shaders-slang/pkg-descr to:
| Vulkan GLSL RetroArch shader system
|
| WWW: https://github.com/libretro/slang-shaders
v1:
Here's 1.8.5.
v2 of 1.8.5 update:
- Fixed stage-qa (python/shebangfix)
- Moved fPIC from port variable to PR/patch:
https://github.com/libretro/RetroArch/pull/10384
- Fixed build with security/rhash installed:
https://github.com/libretro/RetroArch/pull/10382
- Fixed ifdefs to solve powerpc64 issue:
https://github.com/libretro/RetroArch/pull/10383
- Made X11 an option
- Added libcaca option (the build system was auto finding this for me)
v3:
One little revision, fixing the dependency on libwayland-egl,
which has been living in wayland instead of mesa for a long time.
v4:
Rebased after the webcamd/v4l related update
Test built in poudriere 11.3 i386 and 12.1 amd64.
PR: 227345
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
Generic command-line automation tool (no X!)
Allows to emulate keyboard input or mouse activity
WWW: https://github.com/ReimuNotMoe/ydotool
For now no rc script provided for ydotoold until I figure out a sane way to
handle it in a generic way
Changelog [1]:
* fixed: OSS-Fuzz issues 19925, 19928, 20060, 20448
* fixed: trailing garbage characters on imported ID3v2 TXXX tags
* fixed: various minor undefined behavior and memory access issues
* fixed: sanitize tag extraction names for length and path inclusion
* improved: reformat wvunpack "help" and split into long + short versions
* added: regression testing to Travis CI for OSS-Fuzz crashers
[1] http://www.wavpack.com/changelog.txt
FreeBSD support has been merged into the openzfs/zfs repo on Github.
Switch the port to use the new upstream. Update maintainer to be me.
Reviewed by: kmoore, mav, wg
Approved by: kmoore (maintainer)
Approved by: mav (mentor)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D24434
- Reword the COMMENT and port description
- Do not always pass -g compiler switch
- Set shared library SONAME as needed
- Relinquish maintainership while here
Found out via: repology.org
* Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is
End-of-Life.
* Make USES block separate from non-related variables.
Changelog:
https://github.com/etianen/django-reversion/blob/v3.0.7/CHANGELOG.rst
PR: 245312
Approved by: maintainer timeout (14 days)
Clang currently lacks atomic functions on powerpc, making build fail:
u_atomic.c:64:1: error: definition of builtin function '__sync_val_compare_and_swap_8'
Use GCC for now.
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Add patch to allow build with outdated libgit2 0.99.0
Changes: 485c5fb6e1...7f3df57724
PR: 238556 [1]
Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"
Adding MAKE_ARGS+= CXX="${CXX}" is necessary because CXX is set up in Makefile.
MFH: 2020Q2 (fix build blanket)
The most important change is that up-to-date V4L header files are now
sourced from the webcamd distribution tarball.
Refer to the ChangeLog file in the v4l-utils tarball for a comprehensive
list of changes.
PR: 245501
Approved by: pi (implicit)
dmenu-wayland is a minimalistic Wayland menu. It reads a newline separated list
of items from stdin and shows them as a menu on the top of the screen.
When the user selects one item or types any text and presses Enter, their choice
is printed to stdout.
dmenu-wayland is inspired by https://tools.suckless.org/dmenu
WWW: https://github.com/nyyManni/dmenu-wayland