o update Packer to 1.0.2
o fetch from Hashicorp
o switch to USES=go
o inline single-entry plist
o add LICENSE_FILE
o take maintainership
Reviewed by: swills
Approved by: swills (maintainer)
Differential Revision: https://reviews.freebsd.org/D11408
o update to 0.9.8 [1]
o update to 0.9.11
o switch to USES=go
o add LICENSE_FILE
o take maintainership
PR: 220166 [1]
Reported by: krion [1]
Reviewed by: swills
Approved by: swills (maintainer)
Differential Revision: https://reviews.freebsd.org/D11410
Check binaries for security hardening features
Hardening-check is a perl script to verify that the resulting binary
does, in fact, have hardening features enabled, you can use it to
test each ELF binary and the output will show if the binary has
position independent executable, stack protected, fortify source
functions(not supported on FreeBSD now), read only relocations or
immediate binding supported.
WWW: https://wiki.debian.org/Hardening
PR: 220245
Submitted by: amutu@amutu.com
* Change maintainer from info@galeracluster.com to devel@galeracluster.com
for consistency with databases/galera
* Fetch the source code from GitHub
* Remove patches that have been included upstream
(files/patch-client_mysql.cc, files/patch-cmake_readline.cmake)
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D11487
This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
works with any other databases too. pgFormatter can work as a console
program or as a CGI. It will automatically detect his environment and
output as text or as HTML following the context. Keywords highlighting
will only be available in CGI context.
WWW: https://github.com/darold/pgFormatter
PR: 219681
Submitted by: Jov <amutu@amutu.com>
- Removed deprecated watch attribute from Mojo::Server::Morbo.
- Added spare attribute to Mojo::Server::Prefork.
- Added -s option to prefork command.
- Added fd option to Mojo::IOLoop::Server::listen.
- Added fd parameter to Mojo::Server::Daemon::listen.
- Added spare setting to Hypnotoad.
- Increased default graceful_timeout from 20 to 60 seconds and
heartbeat_timeout from 20 to 30 seconds in Mojo::Server::Prefork.
Plpgsql_check is next generation of plpgsql_lint. It allows to check source
code by explicit call plpgsql_check_function. The SQL statements inside
PL/pgSQL functions are checked by validator for semantic errors. These errors
can be found by plpgsql_check_function. PostgreSQL 9.2 is required, PostgreSQL
9.3, 9.4, 9.5, 9.6 and 10 are supported.
WWW: https://github.com/okbob/plpgsql_check
PR: 219680
Submitted by: Jov <amutu@amutu.com>
GitLab currently does not start after an update of
Rails to 4.2.9. Patch this, since its working
fine with the new version.
Submitted by: Matthias Fechner <idefix@fechner.net>
MFH: 2017Q3
64-bit little-endian architecture and fix the build on !amd64
ecp_nistp224.c:43:9: error: unknown type name '__uint128_t'
typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit
^
PR: 220403
Reported by: dewayne@heuristicsystems.com.au
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11436
MFH: 2017Q3