Commit Graph

21538 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 8cbc6fffa5 Update to 1.3.14
Changes:	https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html
2020-03-28 12:51:37 +00:00
Sunpoet Po-Chuan Hsieh 4edc73f675 Update to 2.1.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/gmr/queries/releases
		https://github.com/gmr/queries/commits/master
2020-03-28 12:51:32 +00:00
Sunpoet Po-Chuan Hsieh 42e5acbbfc Update to 0.7.0
Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2020-03-28 12:51:27 +00:00
Sunpoet Po-Chuan Hsieh c392ceb617 Update to 1.3.0
Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
2020-03-28 12:51:22 +00:00
Sunpoet Po-Chuan Hsieh 2eb011fd67 Update to 1.7.6
Changes:	https://github.com/TileDB-Inc/TileDB/releases
2020-03-28 12:45:14 +00:00
Sunpoet Po-Chuan Hsieh a39ec11449 Update to 6.7.3
Changes:	https://github.com/facebook/rocksdb/releases
2020-03-28 12:45:08 +00:00
Sunpoet Po-Chuan Hsieh 8242ebde17 Update to 3.2.1
Changes:	https://www.tildeslash.com/libzdb/#release_notes
2020-03-28 12:45:03 +00:00
Dima Panov c6a4c59a5c databases/py-mysqlclient: Add some gc safety around _mysql__fetch_row
- Users of gc.get_referrers() could cause a SystemError to be raised if this function is running in a different python thread.
- While here, take maintainership

Obtained from:	PyMySQL repo
2020-03-28 12:22:18 +00:00
Rene Ladan 32cf9e1bf6 Return Neels ports to the pool on his request.
Submitted by:	neelc@neelc.org (former maintainer) via freebsd-ports
2020-03-28 11:26:58 +00:00
Palle Girgensohn a22f11d802 Update to 3.2.1
Release notes:	https://github.com/powa-team/powa-web/releases/tag/3.2.1
2020-03-28 10:45:35 +00:00
Jochen Neumeister 4cca7045e9 Update to 5.0.2
Changelog: https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/

MFH:		2020Q1
Security:	97fcc60a-6ec0-11ea-a84a-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2020-03-26 14:46:15 +00:00
Jochen Neumeister ea11a4e47b Update to 4.9.5
Changelog: https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/

MFH:		2020Q1
Security:	97fcc60a-6ec0-11ea-a84a-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2020-03-26 14:45:16 +00:00
Matthew Seaman 6d9e5f5d3a Update to 9.2.3
ChangeLog:	https://github.com/citusdata/citus/blob/v9.2.3/CHANGELOG.md
2020-03-26 13:44:08 +00:00
Antoine Brodin 1bf9457272 Convert the tree to use PY_PILLOW
With hat:	portmgr
Originally submitted by:	kai
2020-03-24 19:54:57 +00:00
Wen Heping dfedc97119 - Update to 1.14.1
- Add missing RUN_DEPENDS
- Update WWW
2020-03-24 13:36:15 +00:00
Romain Tartière 8522bcec19 Update to 5.2.13
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html#puppetdb-5213

With hat:	puppet
2020-03-23 17:18:25 +00:00
Romain Tartière c595ceba8b Update to 6.9.1
Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-691

With hat:	puppet
2020-03-23 17:17:53 +00:00
Muhammad Moinur Rahman e3df36ccea databases/freetds-devel: Update version 1.1.100=>1.1.108 2020-03-22 14:33:46 +00:00
Yuri Victorovich 6856969667 databases/py-python-arango: Update 5.3.0 -> 5.4.0
Reported by:	portscout
2020-03-21 20:57:18 +00:00
Tobias C. Berner 8e124cb8fb Update poppler to 0.86.1
Release 0.86.1:
        core:
         * Fix regression in Browse Link handling
         * Internal code improvements

Release 0.86.0:
        core:
         * Fix link content exfiltration attack
         * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881
         * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam
         * Internal code improvements

        glib:
         * Automatic handle of page's cropbox on annots. Issue #129
         * Fix memory leak if poppler_document_new_from_file fails
         * Minor speed optimization on poppler_page_get_annot_mapping

         utils:
         * pdfdetach: add 'savefile' option
         * pdftoppm/pdftocairo: Fix more odd/even mismatch

        qt5:
         * Fix loading from iodevice

PR:		244827
Exp-run by:	antoine
2020-03-21 12:57:09 +00:00
Piotr Kubaj 479345a67b databases/mysql55-server: fix build on powerpc64 elfv2
Like other SQL servers, Clang has issues compiling this port:
Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly signext sret zeroext byval dereferenceable(1) dereferenceable_or_null(1)
  %call53 = call signext i32 @my_atomic_cas32(i32* %62, i32* %64, %union.U_32 signext %65)
in function lf_hash_insert
fatal error: error in backend: Broken function found, compilation aborted!

Switch to GCC for now. Since libc++ requires C++11 with GCC, use it instead of C++98.
2020-03-21 10:33:40 +00:00
Piotr Kubaj dc316315a8 databases/mariadb101-server: fix build on powerpc64 elfv2
Like other SQL servers, this port fails to build due to Clang bug:
Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly signext sret zeroext byval dereferenceable(1) dereferenceable_or_null(1)
  %call54 = call signext i32 @my_atomic_cas32(i32* %62, i32* %64, %union.U_32 signext %65)
in function lf_hash_insert
fatal error: error in backend: Broken function found, compilation aborted!
2020-03-21 10:20:16 +00:00
Tobias C. Berner 62aa63f89c devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
  the FreeBSD version

Users on FreeBSD11 must therefore change their pkg orign à la:

   pkg set -o devel/qca:devel/qca-legacy

PR:		244682
Exp-run by:	antoine
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D24042
2020-03-21 07:23:59 +00:00
Dmitri Goutnik adf988f6ce databases/redis_exporter: Update to 1.5.2
Changes:	https://github.com/oliver006/redis_exporter/releases
PR:		244895
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
2020-03-20 12:30:41 +00:00
Rene Ladan d5cf397d65 Remove expired ports:
2020-03-18 devel/py-Products.validation: Old, uses EOLed python27
2020-03-18 devel/py-Acquisition: Old, uses EOLed python27
2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27
2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27
2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27
2020-03-18 devel/py-zLOG: Old, uses EOLed python27
2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27
2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27
2020-03-19 audio/raul: Unmaintained, uses EOLed python27
2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27
2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27
2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27
2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27
2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27
2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27
2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27
2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27
2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27
2020-03-20 02:33:04 +00:00
Kurt Jaeger ae964c28b0 databases/mongodb36: upgrade 3.6.14 -> 3.6.17
- Build tested on aarch64 by submitter

PR:		244869
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	dev@dudu.ro (maintainer)
Relnotes:	https://docs.mongodb.com/manual/release-notes/3.6/
2020-03-19 17:56:40 +00:00
Piotr Kubaj 03b0118655 databases/mysql56-server: fix build on powerpc64 elfv2
This port doesn't build on powerpc64 with clang:
Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly signext sret zeroext byval dereferenceable(1) dereferenceable_or_null(1)
  %call38 = call signext i32 @my_atomic_cas32(i32* %58, i32* %60, %union.U_32 signext %61)
in function lf_hash_insert
fatal error: error in backend: Broken function found, compilation aborted!
cc: error: clang frontend command failed with exit code 70 (use -v to see invocation)
FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-rc3-1-gc290cb61fdc)
Target: powerpc64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin

This issue is already reported upstream, so switch for now to GCC on powerpc64.
2020-03-19 12:18:34 +00:00
Tobias Kortkamp 7a80d0bf6c Deprecate java/openjfx8-devel consumers
Chase r527795 and put a deprecation notice on all openjfx8-devel
dependent ports too.

Also deprecate devel/gradle4 which is only needed to build igv and
openjfx8-devel.
2020-03-19 09:33:13 +00:00
Sergey A. Osokin 2d19a18124 Update from 5.0.7 to 5.0.8.
While I'm here merge r519240, it fixes build on GCC
architectures and also removes base GCC workaround.
2020-03-18 23:01:59 +00:00
Muhammad Moinur Rahman 68915de007 databases/py-mysql-connector-python: Fix runtime dependency
Reported by:	koobs
Approved by:	ports-secteam (blanket: missing dependencies, run time bugfix)
MFH:		2020Q1
2020-03-18 18:58:59 +00:00
Pietro Cerutti 774c7fd4d1 databases/cassandra-cpp-driver: update to 2.15.0
Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.15.0
2020-03-18 16:54:36 +00:00
Piotr Kubaj 56528bcaea databases/percona55-server: fix build on powerpc64 elfv2
Due to Clang's bug (reported upstream), use GCC on powerpc64 elfv2. Since libc++ requires C++11 compatibility when used with GCC, force C++11.
2020-03-18 15:01:49 +00:00
Tobias Kortkamp c362b80958 Fix more fallout for bundled rocksdb after the LLVM 10 import
In file included from rocksdb/utilities/backupable/backupable_db.cc:16:
rocksdb/util/channel.h:35:33: error: no matching constructor for initialization of 'std::lock_guard<std::mutex>'
    std::lock_guard<std::mutex> lk(lock_);
                                ^  ~~~~~
/usr/include/c++/v1/__mutex_base:90:14: note: candidate constructor not viable: 1st argument ('const std::mutex') would lose const qualifier
    explicit lock_guard(mutex_type& __m) _LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability(__m))
             ^
/usr/include/c++/v1/__mutex_base:100:5: note: candidate constructor not viable: no known conversion from 'const std::mutex' to 'const std::__1::lock_guard<std::__1::mutex>' for 1st argument
    lock_guard(lock_guard const&) _LIBCPP_EQUAL_DELETE;
    ^
/usr/include/c++/v1/__mutex_base:94:5: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
    lock_guard(mutex_type& __m, adopt_lock_t) _LIBCPP_THREAD_SAFETY_ANNOTATION(requires_capability(__m))
    ^
1 error generated.

net/ceph* will still not build because Clang crashes but at least
it goes beyond the above error.
2020-03-18 12:04:51 +00:00
Alexey Dokuchaev 32aaae4447 - Add pkgconfig to USES list, it's used during configure:
currently lack of it did not affect the build, but that
  might change one day
- Allow to build with MS Access database (.mdb) support
2020-03-18 07:05:53 +00:00
Sergey A. Osokin 6346808559 Update to the recent commit. 2020-03-18 03:22:58 +00:00
Mark Linimon 514b8af697 Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.
(Note that these have not yet been re-tested on elfv1.)

While here, pet portlint (e.g. location of BROKEN_*, and, in one case,
USES).

Approved by:	portmgr (tier-2 blanket)
2020-03-18 02:20:03 +00:00
Muhammad Moinur Rahman 72fd6684e7 databases/py-mysql-connector-python: Ad missing dependency
Reported by:	s.wilson@ru.ac.za
2020-03-17 23:33:57 +00:00
Tobias Kortkamp 089e985927 databases/mantis: Update to 2.24.0
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.0
2020-03-17 23:11:45 +00:00
Alexey Dokuchaev 27647d6289 - Update `databases/recutils' to version 1.8
- Ensure that we always have UUID support by explicitly
  depending on `misc/e2fsprogs-libuuid'
- Build with encryption support enabled by default
- Allow to build with cURL support (remote descriptors)
- Strip installed binaries and hook the provided test
  suite to our framework; fix LICENSE

Approved by:	maintainer
2020-03-17 11:48:18 +00:00
Dmitry Marakasov d084ad3881 - Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2020-03-17 09:32:10 +00:00
Jochen Neumeister cc1e73a8d4 There is a problem, when mysql80 build with openssl and ZLIB = ON
-- Installing: /usr/ports/databases/mysql80-client/work/stage/usr/local/man/man1/zlib_decompress.1
====> Compressing man pages (compress-man)
===>   Installing ldconfig configuration file
===>  Installing for mysql80-client-8.0.19_1
===>  Checking if mysql80-client is already installed
===>   Registering installation for mysql80-client-8.0.19_1 as automatic
pkg-static: Unable to access file /usr/ports/databases/mysql80-client/work/stageusr/local/bin/zlib_decompress:No such file or directory
*** Error code 74

This fix the problem

PR:		228234
Sponsored by:	Netzkommune GmbH
2020-03-16 10:29:34 +00:00
Torsten Zuehlsdorff 5cf73415b4 databases/pgpool-II-40: Upgrade from 4.0.6 to 4.0.8
Changelog for 4.0.7:

Bug fixes

    Fix incorrect query rewrite in replication mode. (Bo Peng)

    Fix that health check timeout does work in certain case. (Tatsuo Ishii)

    Discussion: [pgpool-hackers: 3458], [pgpool-hackers: 3459]

    Doc: add failover_command description when all standby nodes are down. (Takuma Hoshiai)

    Doc: add note not to assign PostgreSQL servers to trusted_servers. (Tatsuo Ishii)

    Fix for miscellaneous watchdog issues. (Muhammad Usama)

    Fix assorted ancient v2 protocol bugs. (Tatsuo Ishii)

    Fix problem that syslog_facility doesn't change by reload. (bug 548) (Takuma Hoshiai)

    Fix Pgpool-II shutdown failed in certain case. (Tatsuo Ishii)

    Allow the lost standby node to rejoin the master watchdog node when it gets rediscovered by the lifecheck. (bug 545) (Muhammad Usama)

    Overhaul health check debug facility. (Tatsuo Ishii)

    Fix segfault when executing an erroneous query after DEALLOCATE a named statement. (bug 546) (Tatsuo Ishii)

    Doc: clarify that certificate authentication works between only client and Pgpool-II. (Tatsuo Ishii)

    Doc: update configuration Examples "Pgpool-II + Watchdog Setup Example". (Bo Peng)

    Doc: mention that VIP will not be brougt up if quorum does not exist. (Tatsuo Ishii)

    Fix pgpool_setup to deal with PostgreSQL 9.1. (Tatsuo Ishii)

    Fix for password authentication does not work when the password for the connecting user is not found in the pool_passwd file. (bug 534) (Muhammad Usama)

    Add "-I" option to arping_cmd command default setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-4-0-7.html

Changelog for 4.0.8:

Changes

    Disallowing the quorum aware failover option for the native replication mode. (Muhammad Usama)

    Check if socket file exists at startup and remove them if PID file doesn't exist to avoid bind() failire. (Bo Peng)

Bug fixes

    Fix incorrect query rewriting in native replication mode. (bug 551) (Bo Peng)

    Doc: Update documentation and fix documentation typos. (Takuma Hoshiai, Tatsuo Ishii, Bo Peng)

    Fix child process segfault after reload if health_check_database is empty. (bug 571) (Bo Peng)

    Fix pgpool_setup to support PostgreSQL 12. (Tatsuo Ishii)

    Doc: Change the sample follow_master_command script %M %H paramater's order. (Bo Peng)

    Fix occasional regression test failure. (Tatsuo Ishii)

    Fix replication delay worker segfault when application_name in primary_conninfo is an empty string. (bug 565) (Tatsuo Ishii)

    Fix PGPOOL SHOW command doesn't display ALWAYS_MASTER, when backend_flag = 'ALWAYS_MASTER'. (Takuma Hoshiai)

    Fix the bug with ignored syslog setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-4-0-8.html
2020-03-15 21:20:19 +00:00
Torsten Zuehlsdorff 3bf9490074 databases/pgpool-II-37: Upgrade from 3.7.11 to 3.7.13
Changelog for 3.7.12:

Bug fixes

    Fix incorrect query rewrite in replication mode. (Bo Peng)

    Fix that health check timeout does work in certain case. (Tatsuo Ishii)

    Discussion: [pgpool-hackers: 3458], [pgpool-hackers: 3459]

    Doc: add failover_command description when all standby nodes are down. (Takuma Hoshiai)

    Doc: add note not to assign PostgreSQL servers to trusted_servers. (Tatsuo Ishii)

    Fix for miscellaneous watchdog issues. (Muhammad Usama)

    Fix assorted ancient v2 protocol bugs. (Tatsuo Ishii)

    Fix problem that syslog_facility doesn't change by reload. (bug 548) (Takuma Hoshiai)

    Fix Pgpool-II shutdown failed in certain case. (Tatsuo Ishii)

    Allow the lost standby node to rejoin the master watchdog node when it gets rediscovered by the lifecheck. (bug 545) (Muhammad Usama)

    Overhaul health check debug facility. (Tatsuo Ishii)

    Fix segfault when executing an erroneous query after DEALLOCATE a named statement. (bug 546) (Tatsuo Ishii)

    Doc: mention that VIP will not be brougt up if quorum does not exist. (Tatsuo Ishii)

    Add "-I" option to arping_cmd command default setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-7-12.html

Changelog for 3.7.13:

Changes

    Disallowing the quorum aware failover option for the native replication mode. (Muhammad Usama)

    Check if socket file exists at startup and remove them if PID file doesn't exist to avoid bind() failire. (Bo Peng)

A.12.2. Bug fixes

    Fix incorrect query rewriting in native replication mode. (bug 551) (Bo Peng)

    Doc: Update documentation and fix documentation typos. (Takuma Hoshiai, Tatsuo Ishii, Bo Peng)

    Fix child process segfault after reload if health_check_database is empty. (bug 571) (Bo Peng)

    Fix pgpool_setup to support PostgreSQL 12. (Tatsuo Ishii)

    Fix occasional regression test failure. (Tatsuo Ishii)

    Fix replication delay worker segfault when application_name in primary_conninfo is an empty string. (bug 565) (Tatsuo Ishii)

    Fix PGPOOL SHOW command doesn't display ALWAYS_MASTER, when backend_flag = 'ALWAYS_MASTER'. (Takuma Hoshiai)

    Fix the bug with ignored syslog setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-7-13.html
2020-03-15 21:17:57 +00:00
Torsten Zuehlsdorff 2400c28f85 databases/pgpool-II-36: Update from 3.6.18 to 3.6.20
Changelog for 3.6.19:

Bug fixes

    Fix incorrect query rewrite in replication mode. (Bo Peng)

    Doc: add failover_command description when all standby nodes are down. (Takuma Hoshiai)

    Doc: add note not to assign PostgreSQL servers to trusted_servers. (Tatsuo Ishii)

    Fix assorted ancient v2 protocol bugs. (Tatsuo Ishii)

    Fix problem that syslog_facility doesn't change by reload. (bug 548) (Takuma Hoshiai)

    Fix Pgpool-II shutdown failed in certain case. (Tatsuo Ishii)

    Allow the lost standby node to rejoin the master watchdog node when it gets rediscovered by the lifecheck. (bug 545) (Muhammad Usama)

    Fix segfault when executing an erroneous query after DEALLOCATE a named statement. (bug 546) (Tatsuo Ishii)

    Add "-I" option to arping_cmd command default setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-6-19.html

Changelog for 3.6.20:

Changes

    Check if socket file exists at startup and remove them if PID file doesn't exist to avoid bind() failire. (Bo Peng)

Bug fixes

    Fix incorrect query rewriting in native replication mode. (bug 551) (Bo Peng)

    Doc: Update documentation and fix documentation typos. (Takuma Hoshiai, Tatsuo Ishii, Bo Peng)

    Fix pgpool_setup to support PostgreSQL 12. (Tatsuo Ishii)

    Fix occasional regression test failure. (Tatsuo Ishii)

    Fix replication delay worker segfault when application_name in primary_conninfo is an empty string. (bug 565) (Tatsuo Ishii)

    Fix the bug with ignored syslog setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-6-20.html
2020-03-15 21:15:38 +00:00
Torsten Zuehlsdorff 272f3df3c0 databases/pgpool-II-35: Update from 3.5.22 to 3.5.24
Changelog for 3.5.23:

Bug fixes

    Fix incorrect query rewrite in replication mode. (Bo Peng)

    Fix assorted ancient v2 protocol bugs. (Tatsuo Ishii)

    Fix problem that syslog_facility doesn't change by reload. (bug 548) (Takuma Hoshiai)

    Fix Pgpool-II shutdown failed in certain case. (Tatsuo Ishii)

    Fix segfault when executing an erroneous query after DEALLOCATE a named statement. (bug 546) (Tatsuo Ishii)

    Add "-I" option to arping_cmd command default setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-5-23.html

Changelog for 3.5.24:

Changes

    Check if socket file exists at startup and remove them if PID file doesn't exist to avoid bind() failire. (Bo Peng)

Bug fixes

    Fix incorrect query rewriting in native replication mode. (bug 551) (Bo Peng)

    Fix pgpool_setup to support PostgreSQL 12. (Tatsuo Ishii)

    Fix occasional regression test failure. (Tatsuo Ishii)

    Fix replication delay worker segfault when application_name in primary_conninfo is an empty string. (bug 565) (Tatsuo Ishii)

    Fix the bug with ignored syslog setting. (Bo Peng)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-5-24.html
2020-03-15 21:14:00 +00:00
Torsten Zuehlsdorff 7d71608ea9 databases/pgpool: Update from 3.4.25 to 3.4.26 and deprecated the port
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)

Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-4-25.html

Also set DEPRECATED and EXPIRATION_DATE because the port reached its EOL at 2019-08-15. This will give possible user a short time period for an update and also warn them.
2020-03-15 21:11:42 +00:00
Steve Wills de7ba2e548 databases/libdbi-drivers: remove unnecessary call to sed
No longer needed as this versions supports --prefix and don't contain
-O20 in configure
2020-03-15 17:00:46 +00:00
Tobias C. Berner 5fa0a40159 databases/adminer: update to 4.7.6
- update to 4.7.6
- lower permissions
- CP -> INSTALL_DATA
- simplify install directory (adminer/adminer -> adminer/)

PR:		242145
Submitted by:	Zsolt Udvari  <uzsolt@uzsolt.hu> (maintainer)
Reported by:	Vladislav V. Prodan <admin@support.od.ua>
2020-03-15 07:34:33 +00:00
Michael Reifenberger d1049ae2f5 Add upstream patch to Postgresql/Schema.php fixing the access for PostgreSQL >= 10
(extracted from the github repo of Horde-Db)

Maintainer timeout: 4 weeks
2020-03-14 20:39:10 +00:00
Tobias C. Berner 6f95e6f08e Make implicit dependency on devel/qt5-concurrent explicit 2020-03-14 17:42:11 +00:00