Also includes a suggestion from sthen@ to use LIBTOOL_FLAGS=--tag=disable-static
to remove static libraries which based on my tests are not needed by Snort.
reads fine to maintainer Markus Lude
bitlbee cant store its pid in the default /var/run dir.
Even if the rc.d framework doesnt use the pidfile, other software might.
Works for Tom Doherty (MAINTAINER)
CVE-2020-8616: BIND does not sufficiently limit the number of fetches
performed when processing referrals
CVE-2020-8617: A logic error in code which checks TSIG validity can be
used to trigger an assertion failure in tsig.c
More info on the referral problem in http://www.nxnsattack.com/dns-ns-paper.pdf
The free DB-IP IP to ASN Lite database is a subset of the IP to ISP
database with reduced coverage and accuracy distributed under the Creative
Commons Attribution License.
OK sthen@, jca@
match from IPv4/IPv6 published by services like Rezopole GoASMap or
Cymru.
For a given IPv4 or IPv6 it would display current BGP anouncements
received at the BGP-infrastructure of the queried IP-to-AS reference
server, or Internet Exchange Point (IXP) subnets from PeeringDB, or
reserved subnets from Internet Assigned Numbers Authority (IANA). For a
given AS number it would display a digest of the registered informations
from Regional Internet Registries (RIR).
https://github.com/Rezopole/asdig
Thanks to kn@ and sthen@ for their input & help.
OK kn@
Twitter::API provides an interface to the Twitter REST API for perl.
Features:
* full support for all Twitter REST API endpoints
* not dependent on a new distribution for new endpoint support
* optionally specify access tokens per API call
* error handling via an exception object that captures the full
request/response context
* full support for OAuth handshake and Xauth authentication
Additional features are available via optional traits:
* convenient methods for API endpoints with simplified argument
handling via ApiMethods
* normalized booleans (Twitter likes 'true' and 'false', except when
it doesn't) via NormalizeBooleans
* automatic decoding of HTML entities via DecodeHtmlEntities
* automatic retry on transient errors via RetryOnError
* "the whole enchilada" combines all the above traits via Enchilada
* app-only (OAuth2) support via AppAuth
* automatic rate limiting via RateLimiting
OK sthen@
- switch dependency from databases/py-mysql to databases/py-mysqlclient,
requested by (and original diff from) jasper@
- stop patching MODPHP_BIN now that we provide a symlink, makes it easier
to use with newer PHP