The mpfr.org site is down, and there's no backup mirrors set.
Distcache doesn't have the tarball, so the port is unfetchable
Add MASTER_SITE_GNU as a backup.
Fix packaging with pyton support.
While here, remove the annoying sleeps at the end of the configure script.
PR: 221768
Submitted by: Daniel Ylitalo <daniel AT blodan DOT se>
Committed at: FreeBSD 201709 DevSummit
PostgreSQL 10 RC 1 requires an upgrade from beta 4, or earlier either
using pg_dump / pg_restore or pg_upgrade.
Any bug fixes applied to 9.6 or earlier that also affected 10 are
included in RC 1, as well issues that were reported with Beta 4.
Changes Since Beta 4
PostgreSQL 10 RC 1 contains fixes for issues discovered by users when
testing Beta 4, including:
* Add psql variables showing server version and psql version.
* Several fixes for partitioning
* Several fixes for logical replication
* Several fixes for transition tables
* Fix for query that could end up in an uninterruptible state
Note that some known issues remain unfixed. Before reporting a bug in
the release candidate, please check the Open Items page.
URL: https://wiki.postgresql.org/wiki/New_in_postgres_10
URL: https://www.postgresql.org/docs/devel/static/release-10.html
Change the names of fields used with the kinfo_file structure.
FreeBSD use different kinfo_file structure then Linux.
PR: 221347
Approved by: matthew@
MFC after: 1 month
It turns out that if you don't explicitly release a piece of software
through GitHub, the checksum of the source tarball may be unstable. This
has also affected ARPC. Version 0.5 and lower now have tarballs with
different checksums.
Version 0.6 is a forced release through GitHub to guarantee a stable
source tarball checksum.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12431
[FEATURE] Make debug logs available when &debug=true passed to probe endpoint
[FEATURE] Make last debug logs of last 100 probe available from landing page
[FEATURE] Expand debug logging of all probes
[FEATURE] Automatically default TLS SNI for TCP probe
[FEATURE] Error out early if query not provided for DNS probe
[ENHANCEMENT] Switch to go-kit for logging
[BUGFIX] Only resolve DNS once for initail HTTP request
o CVE-2017-12150 (SMB1/2/3 connections may not require signing where
they should)
o CVE-2017-12151 (SMB3 connections don't keep encryption across DFS
redirects)
o CVE-2017-12163 (Server memory information leak over SMB1)
Security: CVE-2017-12150
CVE-2017-12151
CVE-2017-12163