- unbreak fallback from ~/.goaccessrc to global config
- new user-agents: lftp, openbsd ftp(1)
- use maxminddb instead of geoip legacy; the legacy databases have
not been updated since last April. patch sample config to include the
correct paths for this.
- use upstream's install target rather than handrolling
- add examples for httpd(8)'s slightly nonstandard log formats to the
default config
N.B. If you are currently using geoip/geolite1 databases, you will need to
change the path in your config file to the correct one for geoip2/geolite2
otherwise country will show as 'unknown'. Specifically you want one or other
of these lines:
geoip-database /var/db/GeoIP/GeoLite2-City.mmdb
geoip-database /var/db/GeoIP/GeoLite2-Country.mmdb
From Charlene Wendling <julianaito AT posteo.jp>
Based on an update from wen heping <wenheping2000 AT hotmail.com>
Tested that ports-readmes-dancer works.
They replaced it with a gitlab hosted on salsa.debian.org and they
provide alioth-archive.debian.org for the source archives, but
they didn't move everything there.
ok sthen@
* Fixed:
Out-of-bounds read in uriParse*Ex* for incomplete URIs with IPv6
addresses with embedded IPv4 address, e.g. "//[::44.1";
mitigated if passed parameter <afterLast> points to readable memory
containing a '\0' byte.
the current version of midori is more than 3 years old though a newer version
is available upstream. landry will handle the update in due time.
as discussed with landry@ (MAINTAINER)
GLib does not build static libraries anymore since it moved to meson(1).
As discussed with sthen@, having a cgi wrapper that bundlers GLib is...
you know :-)
So no point in trying to patch things around to make this one FLAVORed
port build.
ok sthen@
The new syntax to have version with '-' character:
-MODCARGO_CRATES += aho-corasick-0.6.8 # Unlicense/MIT
+MODCARGO_CRATES += aho-corasick 0.6.8 # Unlicense/MIT
update all customers of devel/cargo to use the new syntax
ok landry@