the default version of GCC for the Ports Collection.
And backport r478722 | gerald | 2018-09-01 from lang/gcc7: [1]
Disable the build/use of libssp/gets-chk since FreeBSD 12 and later
do not feature gets() any longer.
PR: 222796, 231066 [1]
Differential Revision: https://reviews.freebsd.org/D12298 [1]
Changelog:
* Don't disconnect when message size exceeds server limit
* Added GSSAPI support via the PECL krb5 module
* Updated composer requirements to use stable dependencies
Sponsored by: Netzkommune GmbH
Changelog:
- Security: Fix XSS for pagination, when multi-category selection is used.
- Minor code fixes (proper PHP escaping for 'orderkey' SQL statement.
- Skeleton, Timeline and Clean Blog templates: Add theme option to disable google webfonts
Link to https s9y.org pages.
Switch to mysqli PHP extension (Fixes build with PHP 7.x)
MFH: 2018Q3
Security: 01018916-c47c-11e8-8b07-00e04c1ea73d
Sponsored by: Netzkommune GmbH
Port changes:
* Add USES=compiler:c11
* Add USE_CSTD=gnu99
Situation with MIPS isn't clear, Nathan <ndowens@yahoo.com> says that it works only after adding USES=autoreconf.
The Tor Project should resolve this discrepancy that autoreconf alters the outcome: https://trac.torproject.org/projects/tor/ticket/27901
PR: 231779
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (initial version)
Sequeler is a friendly SQL client that allows you to connect to
your local and remote databases, write SQL in a handy text editor
with language recognition, and visualize SELECT results.
WWW: https://github.com/Alecaddd/sequeler
- While here, do not force ${SHAREMODE} (444) on docfiles as well: default
permissions (644) are perfectly fine
Reported by: pkg-fallout
PR: 231802
Submitted by: maintainer
The btest is a simple framework for writing unit tests. Freely borrowing
some ideas from other packages, it's main objective is to provide an
easy-to-use, straightforward driver for a suite of shell-based tests. Each
test consists of a set of command lines that will be executed, and success
is determined based on their exit codes. btest comes with some additional
tools that can be used within such tests to compare output against a
previously established baseline.
PR: 231738
Submitted by: Shirkdog <mshirk@daemon-security.com>
Reviewed by: krion, Nathan <ndowens@yahoo.com>
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D17353
transmission (APT) protocol.
## Intro to Automatic Picture Transmission
Automatic picture transmission (APT) is an analog image transmission format
developed for use on weather satellites in the 1960s. While only three
modern satellites, NOAA 15, NOAA 18, and NOAA 19, transmit on the APT
protocol, building a reception station is cheap and simple. The images can
be quite high qualitythey natively have a resolution of
4 km/px. It is reasonable to expect at least one good-quality satellite
pass (and, thereby, opportunity for image downlink) per day.
WWW: https://github.com/rsj56/apitran
Userland probes are only supported on Tier1 architectures. Even though
powerpc* should support dtrace -G may crash on C++ files built by GCC.
DTRACE option is still exposed as long as dtrace(1) binary is present
for easier debugging of libdtrace.
PR: 221641 224271
- Old style system (pre-Stylo) is no longer maintained for vulnerabilities
- FreeBSD lacks process sandboxing to protect against any undisclosed vulnerabilities
- Backporting from current Firefox releases to 56.* codebase is non-trivial
- During 57-60 timeframe many compatibility bridges have been burnt, so the
next release based on ESR60 is likely to require porting extensions to it
- www/firefox-esr can be built with MOZ_EXPORT+=MOZ_ALLOW_LEGACY_EXTENSIONS=1
in Makefile.local which would make it act similar to Nightly or Waterfox 60.*
- www/firefox privacy can be enhanced via about:config, for anything more
porting Tor Browser would be a better option
* Add strict permissions requirement for config file
* Update documentation to reflect apikey and port number changes
* Add nmsg json support to sratunnel/radtunnel
* Add and amend tests for config file permissions
* Update nmsg-msg8-module-sie dependency to nmsg-msg9-module-sie
Pet portlint.
Sponsored by: Farsight Security, Inc.