2019-03-31 archivers/go-compress: Go libraries should not be packaged
2019-03-31 textproc/go.text: Go libraries should not be packaged
2019-03-31 devel/go-hashicorp-logutils: Go libraries should not be packaged
2019-03-31 devel/go-cpuid: Go libraries should not be packaged
2019-03-31 devel/go-nuid: Go libraries should not be packaged
2019-03-31 devel/go-yaml: Go libraries should not be packaged
2019-03-31 devel/go-raw: Go libraries should not be packaged
2019-03-31 devel/go-go.uuid: Go libraries should not be packaged
2019-03-31 devel/go-goregen: Go libraries should not be packaged
2019-03-31 devel/go-runewidth: Go libraries should not be packaged
2019-03-31 devel/go-cobra: Go libraries should not be packaged
2019-03-31 devel/go-pflag: Go libraries should not be packaged
2019-03-31 devel/go-slices: Go libraries should not be packaged
2019-03-31 devel/go-form: Go libraries should not be packaged
2019-03-31 devel/go-bayesian: Go libraries should not be packaged
2019-03-31 devel/go-uuid: Go libraries should not be packaged
2019-03-31 devel/go-logrus: Go libraries should not be packaged
2019-03-31 devel/go-metrics: Go libraries should not be packaged
2019-03-31 devel/go-codec: Go libraries should not be packaged
2019-03-31 devel/go-faker: Go libraries should not be packaged
2019-03-31 devel/go-crc32: Go libraries should not be packaged
2019-03-31 security/goptlib: Go libraries should not be packaged
2019-03-31 security/go.crypto: Go libraries should not be packaged
2019-03-31 net/go-httppath: Go libraries should not be packaged
2019-03-31 net/go-amqp: Go libraries should not be packaged
2019-03-31 net/go.net: Go libraries should not be packaged
2019-03-31 net/go-nats: Go libraries should not be packaged
2019-03-31 net/go-httptreemux: Go libraries should not be packaged
2019-03-31 databases/gosqlite3: Go libraries should not be packaged
2019-03-31 databases/redigo: Go libraries should not be packaged
2019-03-31 databases/gomdb: Go libraries should not be packaged
2019-03-31 databases/radix.v2: Go libraries should not be packaged
2019-03-31 databases/levigo: Go libraries should not be packaged
2019-03-31 www/unit-go: Go libraries should not be packaged
2019-03-31 www/webgo: Go libraries should not be packaged
2019-03-31 www/go-fasthttp: Go libraries should not be packaged
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730 ), so there is no reason to keep
Haskell libraries in tree.
If you think a port is wrongly marked and should stay, please contact haskell@
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D19244
using TLS. Your test suite needs to make TLS connections to itself.
Uh oh. Your test suite probably doesn't have a valid TLS certificate.
Now what?
trustme is a tiny Python package that does one thing: it gives you
a fake certificate authority (CA) that you can use to generate fake
TLS certs to use in your tests. Well, technically they're real
certs, they're just signed by your CA, which nobody trusts. But you
can trust it. Trust me.
WWW: https://github.com/python-trio/trustme
This change fixes rare case for "site to site" IPSec tunnel mode
when remote peer is behind NAT and has its own LAN behind.
Now this works too (previously NATT worked only for single host behind NAT).
* sm: Fix --logger-fd and --status-fd on Windows for non-standard
file descriptors.
* sm: Allow decryption even if expired keys are configured. [#4431]
* agent: Change command KEYINFO to print ssh fingerprints with other
hash algos.
* dirmngr: Fix build problems on Solaris due to the use of reserved
symbol names. [#4420]
* wkd: New commands --print-wkd-hash and --print-wkd-url for
gpg-wks-client.
Release-info: https://dev.gnupg.org/T4434
dependency.
* gpg: Allow import of PGP desktop exported secret keys. Also avoid
importing secret keys if the secret keyblock is not valid. [#4392]
* gpg: Do not error out on version 5 keys in the local keyring.
* gpg: Make invalid primary key algo obvious in key listings.
* sm: Do not mark a certificate in a key listing as de-vs compliant
if its use for a signature will not be possible.
* sm: Fix certificate creation with key on card.
* sm: Create rsa3072 bit certificates by default.
* sm: Print Yubikey attestation extensions with --dump-cert.
* agent: Fix cancellation handling for scdaemon.
* agent: Support --mode=ssh option for CLEAR_PASSPHRASE. [#4340]
* scd: Fix flushing of the CA-FPR DOs in app-openpgp.
* scd: Avoid a conflict error with the "undefined" app.
* dirmngr: Add CSRF protection exception for protonmail.
* dirmngr: Fix build problems with gcc 9 in libdns.
* gpgconf: New option --show-socket for use wity --launch.
* gpgtar: Make option -C work for archive creation.
Release-info: https://dev.gnupg.org/T4412
PR: 236777
Submitted by: Yasuhiro Kimura
Fix AssertionError in recursive get() when _rename is set and server sends
a POPD at the end (_depth > 0).
PR: 236778
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
Relnotes: https://github.com/jbardin/scp.py/blob/v0.13.2/CHANGELOG.md