if gexiv2 is build using "--version-script", gnome-photos crashes in
libexiv2. without "--version-script", everything seems to be fine.
PR: 230505
Submitted by: cpm
Reported by: cpm
- Upstream appear to no longer tag their releases, thus a bit of investigation
is required to determine the exact commit.
- Remove Azure-appservice from Nuget feeds (no packages from that source)
<ChangeLog>
*) Feature: now TLSv1.3 can be used with BoringSSL.
*) Feature: the "ssl_early_data" directive, currently available with
BoringSSL.
*) Feature: the "keepalive_timeout" and "keepalive_requests" directives
in the "upstream" block.
*) Bugfix: the ngx_http_dav_module did not truncate destination file
when copying a file over an existing one with the COPY method.
*) Bugfix: the ngx_http_dav_module used zero access rights on the
destination file and did not preserve file modification time when
moving a file between different file systems with the MOVE method.
*) Bugfix: the ngx_http_dav_module used default access rights when
copying a file with the COPY method.
*) Workaround: some clients might not work when using HTTP/2; the bug
had appeared in 1.13.5.
*) Bugfix: nginx could not be built with LibreSSL 2.8.0.
</ChangeLog>
Extend the port so that users may easily apply microcode updates using
the method implemented in src r337715. For now, this just consists of
providing all Intel microcode update files concatenated together as a
single blob in /boot/firmware.
Approved by: sbruno
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D16924
Sync with upstream new repos after they changed addresses on Github
(Therefore disinfo gets updated)
Also while here, fix extract/patch issues caused by r477644
(by adding DISTDIR to `post-extract:` target as well)
Sponsored by: The FreeBSD Foundation
USES=compiler:c++17-lang defines USE_GCC=yes but anything older than
lang/gcc7 have incomplete C++17 support. As this port is amd64-only
supporting old GCC is of little value.
https://gcc.gnu.org/projects/cxx-status.html
Utilities/types.h:94:13: error: no member named 'byte' in namespace 'std'
using std::byte;
~~~~~^
Utilities/types.h:773:18: error: no type named 'byte' in namespace 'std'
alignas(A) std::byte data[S];
~~~~~^
rpcs3/Emu/RSX/rsx_utils.h:9:10: fatal error: 'optional' file not found
#include <optional>
^~~~~~~~~~
rpcs3/Emu/RSX/Overlays/overlay_controls.h:1354:20: error: no member named 'clamp' in namespace 'std'
m_value = std::clamp(value, 0.f, m_limit);
~~~~~^
Reported by: pkg-fallout
Pointy hat to: jbeich
- People keep adding options named DEBUG to enable verbose things in
their ports and have no idea it also enables WITH_DEBUG.
- We already have WITH_DEBUG_PORTS that can enable WITH_DEBUG on a per
port basis.
Differential Revision: https://reviews.freebsd.org/D16829
It also supports the 9p.2000L protocol.
This port contains the kernel modules which implement required syscalls.
WWW: https://github.com/gandi/nfs-ganesha-kmod
PR: 230777
Submitted by: fatih@gandi.net
Sponsored by: Gandi.net