Commit Graph

19358 Commits

Author SHA1 Message Date
Torsten Zuehlsdorff
617bc6468f MFH: r510422
databases/pgpool-II-40: Upgrade from 4.0.5 to 4.0.6

Changelog:

    Enhancements:
    - Doc: Update "Pgpool-II + Watchdog Setup Example" to support PostgreSQL 12. (Bo Peng)
    - Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
    - Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
    - Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
        - Make shutdownall to wait for completion of shutdown of Pgpool-II.
        - If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
    - Doc: add description to pg_md5 man page how to show pool_passwd hashed string. (Tatsuo Ishii)
    - Doc: add general description about failover. (Tatsuo Ishii)
    - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)

    Bug fixes:
    - Test: Fix test failure of extended-query-test when disable_load_balance_on_write = off/transaction/always. (Tatsuo Ishii)
    - Fix "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo Ishii)
    - Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. (bug 483) (Muhammad Usama)
    - Fix for keep the backend health check running on quarantined nodes. (Muhammad Usama)
    - Fix for no primary on standby pgpool when primary is quarantined on master. (Muhammad Usama)
    - Fix watchdog_setup command mode option to work correctly. (Takuma Hoshiai)
    - Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
    - Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
    - Fix off-by-one error in query cache module. (Tatsuo Ishii)
    - Allow health check process to reload. (Tatsuo Ishii)
    - Fix sefault when query cache is enabled. (bug 525) (Tatsuo Ishii)
    - Down grade LOG "checking zapping sent message ..." to DEBUG5. (Tatsuo Ishii)
    - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
    - Doc: Fix documentation mistakes in follow_master.sh script and typos. (Bo Peng)
    - Fix health check process is not shutting down in certain cases. (Tatsuo Ishii)
    - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
    - Fix compile error on FreeBSD. (bug 512, bug 519) (Bo Peng)
    - Fix memory leaks. (Tatsuo Ishii)
    - Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)

Approved by:	ports-secteam (joneum)
2019-09-02 20:38:33 +00:00
Torsten Zuehlsdorff
0b4dece802 MFH: r510421
databases/pgpool-II-37: Upgrade from 3.7.10 to 3.7.11

Changelog:

    Enhancements:
    - Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
    - Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
    - Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
        - Make shutdownall to wait for completion of shutdown of Pgpool-II.
        - If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
    - Doc: add description to pg_md5 man page how to show pool_passwd hashed string. (Tatsuo Ishii)
    - Doc: add general description about failover. (Tatsuo Ishii)
    - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)

    Bug fixes:
    - Fix "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo Ishii)
    - Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. (bug 483) (Muhammad Usama)
    - Fix for keep the backend health check running on quarantined nodes. (Muhammad Usama)
    - Fix for no primary on standby pgpool when primary is quarantined on master. (Muhammad Usama)
    - Fix watchdog_setup command mode option to work correctly. (Takuma Hoshiai)
    - Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
    - Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
    - Fix off-by-one error in query cache module. (Tatsuo Ishii)
    - Allow health check process to reload. (Tatsuo Ishii)
    - Fix sefault when query cache is enabled. (bug 525) (Tatsuo Ishii)
    - Down grade LOG "checking zapping sent message ..." to DEBUG5. (Tatsuo Ishii)
    - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
    - Doc: Fix documentation mistakes in follow_master.sh script and typos. (Bo Peng)
    - Fix health check process is not shutting down in certain cases. (Tatsuo Ishii)
    - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
    - Fix compile error on FreeBSD. (bug 512, bug 519) (Bo Peng)
    - Fix memory leaks. (Tatsuo Ishii)
    - Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)

Approved by:	ports-secteam (joneum)
2019-09-02 20:35:01 +00:00
Torsten Zuehlsdorff
c2776857b6 MFH: r510420
databases/pgpool-II-36: Upgrade from 3.6.17 to 3.6.18

Changelog:

    Enhancements:
    - Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
    - Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
    - Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
        - Make shutdownall to wait for completion of shutdown of Pgpool-II.
        - If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
    - Doc: add description to pg_md5 man page how to show pool_passwd hashed string. (Tatsuo Ishii)
    - Doc: add general description about failover. (Tatsuo Ishii)
    - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)

    Bug fixes:
    - Fix "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo Ishii)
    - Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. (bug 483) (Muhammad Usama)
    - Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
    - Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
    - Fix off-by-one error in query cache module. (Tatsuo Ishii)
    - Fix sefault when query cache is enabled. (bug 525) (Tatsuo Ishii)
    - Down grade LOG "checking zapping sent message ..." to DEBUG5. (Tatsuo Ishii)
    - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
    - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
    - Fix memory leaks. (Tatsuo Ishii)
    - Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)

Approved by:	ports-secteam (joneum)
2019-09-02 20:31:59 +00:00
Torsten Zuehlsdorff
49d00a1afc MFH: r510419
databases/pgpool-II-35: Update from 3.5.21 to 3.5.22

Changelog:

    Enhancements:
    - Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
    - Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
    - Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
        - Make shutdownall to wait for completion of shutdown of Pgpool-II.
        - If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
    - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)

    Bug fixes:
    - Fix "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo Ishii)
    - Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. (bug 483) (Muhammad Usama)
    - Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
    - Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
    - Fix off-by-one error in query cache module. (Tatsuo Ishii)
    - Fix sefault when query cache is enabled. (bug 525) (Tatsuo Ishii)
    - Down grade LOG "checking zapping sent message ..." to DEBUG5. (Tatsuo Ishii)
    - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
    - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
    - Fix memory leaks. (Tatsuo Ishii)
    - Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)

Approved by:	ports-secteam (joneum)
2019-09-02 20:28:10 +00:00
Torsten Zuehlsdorff
2d63d5e45a MFH: r510418
databases/pgpool: Update from 3.4.24 to 3.4.25

Changelog:

    Enhancements:
    - Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
    - Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
    - Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
        - Make shutdownall to wait for completion of shutdown of Pgpool-II.
        - If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
    - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)

    Bug fixes:
    - Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
    - Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
    - Fix off-by-one error in query cache module. (Tatsuo Ishii)
    - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
    - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
    - Fix memory leaks. (Tatsuo Ishii)

Approved by:	ports-secteam (joneum)
2019-09-02 12:33:35 +00:00
Florian Smeets
c5488ba79b MFH: r506309 r506986 r509524
databases/percona56-server: update 5.6.43-84.2 -> 5.6.43-84.3

- Fixes several CVEs, see
  https://vuxml.FreeBSD.org/freebsd/d3d02d3a-2242-11e9-b95c-b499baebfeaf.htm
  for the list

PR:		235930
Submitted by:	j@avt0gen.ru
Approved by:	flo (maintainer timeout)

Update to 5.6.44-86.0

Update to 5.6.45-86.1

Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf

Approved by:	ports-secteam (miwi)
2019-08-22 19:31:07 +00:00
Palle Girgensohn
3abc240b9d Fix merge problem in r509493
Approved by: ports-secteam
2019-08-22 12:01:35 +00:00
Palle Girgensohn
9516c6c2ae MFH: r508390
iThe PostgreSQL Global Development Group has released an update to all
supported versions of our database system, including 11.5, 10.10,
9.6.15, 9.5.19, and 9.4.24, as well as the third beta of PostgreSQL 12.
This release fixes two security issues in the PostgreSQL server, two
security issues found in one of the PostgreSQL Windows installers, and
over 40 bugs reported since the previous release.

Users should install these updates as soon as possible.

A Note on the PostgreSQL 12 Beta
================================

In the spirit of the open source PostgreSQL community, we strongly
encourage you to test the new features of PostgreSQL 12 in your database
systems to help us eliminate any bugs or other issues that may exist.
While we do not advise you to run PostgreSQL 12 Beta 3 in your
production environments, we encourage you to find ways to run your
typical application workloads against this beta release.

Your testing and feedback will help the community ensure that the
PostgreSQL 12 release upholds our standards of providing a stable,
reliable release of the world's most advanced open source relational
database.

Security Issues
===============

Two security vulnerabilities have been closed by this release:

* CVE-2019-10208: `TYPE` in `pg_temp` executes arbitrary SQL during
`SECURITY DEFINER` execution

Versions Affected: 9.4 - 11

Given a suitable `SECURITY DEFINER` function, an attacker can execute
arbitrary SQL under the identity of the function owner.  An attack
requires `EXECUTE` permission on the function, which must itself contain
a function call having inexact argument type match.  For example,
`length('foo'::varchar)` and `length('foo')` are inexact, while
`length('foo'::text)` is exact.  As part of exploiting this
vulnerability, the attacker uses `CREATE DOMAIN` to create a type in a
`pg_temp` schema. The attack pattern and fix are similar to that for
CVE-2007-2138.

Writing `SECURITY DEFINER` functions continues to require following the
considerations noted in the documentation:

https://www.postgresql.org/docs/devel/sql-createfunction.html#SQL-CREATEFUNCTION-SECURITY

The PostgreSQL project thanks Tom Lane for reporting this problem.

* CVE-2019-10209: Memory disclosure in cross-type comparison for hashed
subplan

Versions Affected: 11

In a database containing hypothetical, user-defined hash equality operators, an
attacker could read arbitrary bytes of server memory. For an attack to become
possible, a superuser would need to create unusual operators. It is possible
for operators not purpose-crafted for attack to have the properties that enable
an attack, but we are not aware of specific examples.

The PostgreSQL project thanks Andreas Seltenreich for reporting this problem.

Approved by:	ports-secteam@
2019-08-21 07:18:56 +00:00
Tobias Kortkamp
9c03b61c96 MFH: r509418
databases/mantis: Update to 2.21.2

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.21.2

Approved by:	ports-secteam blanket
2019-08-20 10:53:56 +00:00
Mahdi Mokhtari
946abf2526 MFH: r508220
databases/mysq56-{client, server}: Update to latest release 5.7.27

This update includes security fixes on issues that are
mentioned on upstream critical patch report.
Further info:
https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html#AppendixMSQL

PR:		239271
Submitted by:	Greg Veldman <freebsd@gregv.net>
Reported by:	Markus Kohlmeyer <rootservice@gmail.com>
Sponsored by:	Platform.sh

Approved by:	ports-secteam (joneum)
2019-08-20 00:08:46 +00:00
Mahdi Mokhtari
414335db55 MFH: r508218
databases/mysq56-{client, server}: Update to 5.6.45

This update includes security fixes which are
mentioned on upstream critical patch report.
Further info:
https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html#AppendixMSQL

PR:		239571
Reported by:	serg@tmn.ru
Sponsored by:	Platform.sh

Approved by:	ports-secteam (joneum)
2019-08-20 00:06:57 +00:00
Jochen Neumeister
8190795a87 MFH: r507755
databases/mariadb55-server: Security update to 5.5.65

Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf

Approved by:	ports-secteam (joneum)
2019-08-05 10:46:03 +00:00
Jochen Neumeister
a39d021f6c MFH: r507756
databases/mariadb101-server: Security update to 10.1.41

Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf

Approved by:	ports-secteam (joneum)
2019-08-05 10:45:00 +00:00
Kai Knoblich
69b9115372 MFH: r507543
databases/opendbviewer: Update to 1.1.1

* Rebase the patch for CMakeLists.txt that has changed its identation level

Changelog:

* Don't clear connection information if connection fails
* Fix icon
* Disable GUI console

PR:		239450
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by:	ports-secteam (miwi)
2019-07-30 04:27:52 +00:00
Antoine Brodin
6b6bf72e52 MFH: r506270
Mark BROKEN on i386

../zdb/zdbpp.h:330:14: error: class member cannot be redeclared
        void bind(int parameterIndex, time_t x) {
             ^
../zdb/zdbpp.h:318:14: note: previous definition is here
        void bind(int parameterIndex, int x) {
             ^

Reported by:	pkg-fallout
2019-07-09 09:11:28 +00:00
Wen Heping
2fd4bfd6fc - Update to 1.13.2 2019-07-03 09:04:19 +00:00
Muhammad Moinur Rahman
d38a645205 databases/postgresql-repmgr: Update version 4.3.0=>4.4.0 2019-07-03 07:45:31 +00:00
Romain Tartière
3d70386d19 Update to 6.3.4
Release notes:
https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-634

With hat:	puppet
2019-07-01 21:53:07 +00:00
Romain Tartière
d4360b0518 Update to 5.2.9
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html#puppetdb-529

With hat:	puppet
2019-07-01 21:52:12 +00:00
Yuri Victorovich
1eff3e1191 databases/cayley: Switch to USES=go:modules, fix build with go1.13beta1
PR:		238914
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-07-01 15:51:47 +00:00
Sunpoet Po-Chuan Hsieh
8e2bb289c1 Update to 2.2.1
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2019-07-01 15:38:46 +00:00
Sunpoet Po-Chuan Hsieh
6b598dd84c Update to 2.2.1
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2019-07-01 15:38:41 +00:00
Sunpoet Po-Chuan Hsieh
a60588a9f7 Update to 2.2.1
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2019-07-01 15:38:36 +00:00
Sunpoet Po-Chuan Hsieh
ac9811c6f8 Update to 1.1.0
- Update WWW: http://her-rb.org/ is unreachable

Changes:	https://github.com/remiprev/her/releases
2019-07-01 15:38:31 +00:00
Sunpoet Po-Chuan Hsieh
96d82a4b36 Update to 2.9.1
Changes:	https://github.com/camertron/arel-helpers/blob/master/CHANGELOG.md
2019-07-01 15:38:26 +00:00
Sunpoet Po-Chuan Hsieh
48d8119f25 Update to 0.28.2
Changes:	https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
2019-07-01 15:38:21 +00:00
Sunpoet Po-Chuan Hsieh
7077096992 Update to 0.10.9
Changes:	https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md
2019-07-01 15:38:16 +00:00
Dmitry Marakasov
67859d23fd - Update WWW
Approved by:	portmgr blanket
2019-07-01 09:32:04 +00:00
Alex Dupre
62d9035f5b Update default MySQL version to 5.7.
PR:		238365
Submitted by:	ale
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2019-07-01 07:43:32 +00:00
Steve Wills
15f7ec5caf databases/p5-DBIx-Handler: update to 0.15
PR:		238866
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2019-06-30 21:51:15 +00:00
Steve Wills
455d203436 databases/luasql-mysql: update to 2.5.0
PR:		238577
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
2019-06-30 20:11:13 +00:00
Bernard Spil
e65177f895 databases/mariadb104-server: Add MariaDB 10.4 port 2019-06-30 18:25:03 +00:00
Dmitry Marakasov
dc487f649e - Update WWW
Approved by:	portmgr blanket
2019-06-30 09:32:05 +00:00
Sunpoet Po-Chuan Hsieh
6e27bb985e Update WWW
Approved by:	portmgr (blanket)
2019-06-29 20:53:18 +00:00
Sunpoet Po-Chuan Hsieh
98ed61dab6 Update to 1.5.4
Changes:	https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
		https://github.com/frictionlessdata/tableschema-py/commits/master
2019-06-29 20:52:35 +00:00
Mathieu Arnold
b1ef2a6af3 Make sure we don't clobber slave ports' PORTREVISION. 2019-06-29 17:35:22 +00:00
Kai Knoblich
a4ebd9a049 databases/redis_exporter: Update to 1.0.3
While I'm here:
* Add path to license file.
* Pet portclippy by grouping related variables together (USE_ and GO_).

Changelog:

https://github.com/oliver006/redis_exporter/releases/tag/v1.0.3

PR:		238823
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
2019-06-29 14:58:25 +00:00
Tobias C. Berner
4d160bfcf5 graphics/poppler: update to 0.78.0
Release 0.78.0:
        core:
         * Fix line annotation arrows for usage in dimensioning
         * Handle Ink annots without an InkList but with an AP
         * Fix typos preventing parsing of Movie start and duration
         * Fix crash on malformed files

        glib:
         * Add poppler_document_create_dests_tree()
         * Don't use the deprecated g_type_class_add_private()
         * Document the differences between render() and render_for_printing()
         * Fix introspection for poppler_document_new_from_data
         * Don't create PopplerInputStream with length 0. Issue #414
         * Document G_IO_ERROR as a possible error condition
         * docs: Add index for API new in 0.78

        build system:
         * Fixes cross compilation of gir in Void Linux
         * Add -Wshadow to the default warning flags
         * install pkg-config pc files if pkg-config is found

PR:		238857
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-06-29 08:55:17 +00:00
Tobias Kortkamp
3726f94254 Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
2019-06-29 03:51:13 +00:00
Kevin Bowling
7d647be1f7 databases/timescaledb: Update to 1.3.2
Changelog https://github.com/timescale/timescaledb/releases/tag/1.3.2

Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D20769
2019-06-27 22:16:23 +00:00
Palle Girgensohn
50768910f9 Upgrade PostgreSQL to latest version
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 11.4, 10.9, 9.6.14, 9.5.18, and
9.4.23, as well as the second beta of PostgreSQL 12. This release fixes one
security issue and over 25 bugs since the previous cumulative update in May.

This release is made outside of the normal update release schedule as the
security vulnerability was determined to be critical enough to distribute the
fix as quickly as possible. Users who are running PostgreSQL 10, PostgreSQL 11,
or the PostgreSQL 12 beta should upgrade as soon as possible.

All other users should plan to apply this update at the next scheduled
downtime.

Release notes:	https://www.postgresql.org/about/news/1949/
Security:	245629d4-991e-11e9-82aa-6cc21735f730
2019-06-27 21:28:00 +00:00
Sunpoet Po-Chuan Hsieh
1b91103fe7 Update graphics/libgeotiff to 1.5.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS
		https://lists.osgeo.org/pipermail/geotiff/2019-March/000861.html
		https://lists.osgeo.org/pipermail/geotiff/2019-March/000862.html
2019-06-27 19:57:33 +00:00
Wen Heping
3d23ba68ab - Update to 6.1.0 and fix some ports
- Add missing DEPENDS
- Add TEST_TARGET
- Take maintainership

PR:		237932, 238795
Submitted by:	wenheping2000@hotmail.com,rhurlin@gwdg.de
Approved by:	maintainer(timeout, > 30 days), portmgr@(implicit, fix build)
Exp-run by:	antoine@
Thanks to:	antoine@, sunpoet@, rhurlin@gwdg.de
2019-06-27 03:37:10 +00:00
Sunpoet Po-Chuan Hsieh
b1db263c43 Update r504086: use an unconditional patch which could be merged upstream
Tested by:	linimon
2019-06-25 20:51:43 +00:00
Jimmy Olgeni
e87a7b24f3 Update databases/slony1v2 to version 2.2.7.
- Pass maintainership to submitter
- Sadly, man pages are no longer provided upstream

PR:           238673
Submitted by: dgilbert@eicat.ca
2019-06-24 19:30:54 +00:00
Sunpoet Po-Chuan Hsieh
b9ec03ddbe Update to 1.5.3
Changes:	https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
		https://github.com/frictionlessdata/tableschema-py/commits/master
2019-06-24 18:06:21 +00:00
Piotr Kubaj
6a806270ed databases/mysql55-server: fix build
This port needs C++11-compatible compiler.

Approved by:	mentors (implicit approval)
2019-06-24 13:20:24 +00:00
Alexey Dokuchaev
b51d447684 Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:

  - Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
    register build dependency on all ports that require it (should
    be part of USE_OCAML, but we do not want to make any Mk-related
    changes the for time being)
  - Update `devel/ocaml-camlp4' to version 4.05+2
  - Update `devel/ocaml-camlp5' to version 7.07 (the project had
    moved to GitHub)
  - Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
    very outdated and requires quite a lot of work
  - Update `x11-toolkits/ocaml-labltk' to version 8.06.3

PR:		218333
Exp-run by:	antoine
2019-06-24 10:14:57 +00:00
Kevin Bowling
93bd905f8a databases/timescaledb: Update to 1.3.1
Changelog https://github.com/timescale/timescaledb/releases/tag/1.3.1

Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D20634
2019-06-24 05:10:59 +00:00
Sunpoet Po-Chuan Hsieh
508620d2b0 Update to 0.17.0
Changes:	https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
2019-06-23 19:20:12 +00:00