Varnish Module (vmod) for accessing MaxMind GeoIP2 DB files.
It supports opening multiple databases at the same time.
WWW: https://github.com/fgsch/libvmod-geoip2
From ChangeLog: https://remmina.org/v1.4.25/
Add BASH and ZSH options
* kiosk: Drop GNOME MediaKeys plugin
* Honour soft links target in SFTP
* Optional close confirmation
* Fix some build warnings
* Fix manpages
* Snap cleanup + kwallet support
* Deprecations and amend g_date_time_format_iso8601
* Fixes to snap build
* Removing dependencies that are available as extensions
* FreeRDP_OffscreenSupportLevel is of type UINT32
* Minor fixes
* Get the right value for FreeRDP_AutoReconnectMaxRetries
PR: 262968
Reported by: lab+bsd@thinkum.space
This fixes a bug where the info*.last symlinks would have the wrong
target.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D34794
reprise is a tool primarily designed to test package production on
FreeBSD. Unlike poudriere, it's focused on port testing only, without
support for repository production, and has important features still
lacking in poudriere, such as `make test` support, and more eager
use of prebuilt packages. As a result, with reprise you test your
ports, not rebuild llvm and other heavy dependencies over and over
again.
WWW: https://github.com/AMDmi3/reprise
- Now comes with WEBP, ZSTD, and DoH (DNS over HTTPS) support
- Amend the list of dependencies we do not want to pick up if
those libraries are installed locally, but graphics support
is explicitly disabled
Via: https://www.opennet.ru/opennews/art.shtml?num=57001
FreeBSD support had been integrated upstream; however, keep the
small hunk of our patch which reports the sector size, could be
useful for debugging potential problems.
Reported by: portscout
While here, add a runtime dependency on devel/git, as diff-so-fancy
invokes it multiple times when called, even if just being piped `diff
-u`'s output.
Bump gi-docgen; the patch to docgen is entirely from Olivier,
the dependent ports that get a bump and a plist-fix is from me.
Consumers have PORTREVISION bumped to reflect changes in plist:
- pygment.css is no longer installed
- more fonts .woff files are installed
Obtained from: Olivier Duchateau
PR: 263199
* nanogui doesn't depend on Eigen any more
* use external glfw package
* for Python, __init__.py is installed
* for tests, zenity executable is installed
PR: 263194
Original patch submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com>