Commit Graph

21538 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 00c64d9e3f Update to 0.17.1
Changes:	https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
2019-09-01 19:09:46 +00:00
Bernard Spil 0d99ef2381 databases/mariadb102-server: Security update to 10.2.26
MFH:		2019Q3
Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf
2019-09-01 17:35:51 +00:00
Bernard Spil 092f5fc62f databases/mariadb103-server: Security update to 10.3.17
Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf
2019-09-01 15:57:02 +00:00
Rene Ladan ef35eda3ef Remove expired ports:
2019-08-31 devel/pure-stldict: Depends on expiring devel/llvm35
2019-08-31 lang/dmd1: No longer supported upstream
2019-08-31 lang/gprolog: Abandonware upstream (more than five years), fails in various ways with remotely recent compilers
2019-08-31 math/pure-mpfr: Depends on expiring devel/llvm35
2019-08-31 math/pure-rational: Depends on expiring devel/llvm35
2019-08-31 net/pure-sockets: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-csv: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-xml: Depends on expiring devel/llvm35
2019-08-31 x11-toolkits/pure-tk: Depends on expiring devel/llvm35
2019-08-31 databases/pure-sql3: Depends on expiring devel/llvm35
2019-08-31 devel/pure-readline: Depends on expiring devel/llvm35
2019-08-31 devel/pure-stllib: Depends on expiring devel/llvm35
2019-09-01 15:40:04 +00:00
Bernard Spil ae0be9ff05 databases/mariadb104-server: Security update to 10.4.7
Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf
2019-09-01 14:21:27 +00:00
Tobias Kortkamp 20747450f4 devel/libfmt: Update to 6.0.0
While here
- Normalize CMAKE_ARGS, USES=compiler:c++11-lib
- Pet portfmt
- Bump revision of consumers due to ABI changes

Changes:	https://github.com/fmtlib/fmt/releases/tag/6.0.0
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt/
PR:		240141
2019-09-01 06:12:37 +00:00
Sunpoet Po-Chuan Hsieh 6069de54dc Update pkg-descr 2019-08-31 21:57:14 +00:00
Sunpoet Po-Chuan Hsieh 797a86bb8e Update pkg-descr 2019-08-31 21:57:09 +00:00
Sunpoet Po-Chuan Hsieh d219edabb6 Update pkg-descr 2019-08-31 21:57:04 +00:00
Sunpoet Po-Chuan Hsieh c9afce1e74 Update version requirement of RUN_DEPENDS
- Add PORTSCOUT
- Update pkg-descr
- Take maintainership
2019-08-31 21:56:59 +00:00
Sunpoet Po-Chuan Hsieh f487602508 Update pkg-descr 2019-08-31 21:56:54 +00:00
Sunpoet Po-Chuan Hsieh b758c7b9e8 Fix PORTSCOUT (copy/paste error in r508520)
- Update pkg-descr
2019-08-31 21:56:49 +00:00
Sunpoet Po-Chuan Hsieh 069f018863 Update pkg-descr 2019-08-31 21:56:45 +00:00
Sunpoet Po-Chuan Hsieh f93133641e Update version requirement of RUN_DEPENDS
- Add PORTSCOUT
- Update pkg-descr
- Take maintainership
2019-08-31 21:56:39 +00:00
Torsten Zuehlsdorff 184d1646a5 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)

MFH:		2019Q3
2019-08-31 21:30:18 +00:00
Torsten Zuehlsdorff b9fafa2ad6 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)

MFH:		2019Q3
2019-08-31 21:26:27 +00:00
Torsten Zuehlsdorff 56c739c901 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)

MFH:		2019Q3
2019-08-31 21:21:05 +00:00
Torsten Zuehlsdorff 32aedaf959 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)

MFH:		2019Q3
2019-08-31 21:16:32 +00:00
Torsten Zuehlsdorff 48b49b336a 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)

MFH:		2019Q3
2019-08-31 21:12:36 +00:00
Yuri Victorovich 4e07799ce3 databases/py-python-arango: Update 4.4.0 -> 5.1.0
Reported by:	portscout
2019-08-31 15:03:00 +00:00
Sunpoet Po-Chuan Hsieh 18588f9ee6 Update to 1.11.6
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2019-08-31 11:20:55 +00:00
Sunpoet Po-Chuan Hsieh 3ddaed56d5 Fix build with Ruby 2.6
PR:		240162
Submitted by:	mfechner
2019-08-31 07:58:03 +00:00
Sunpoet Po-Chuan Hsieh 6947415bc8 Update to 1.3.8
Changes:	https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html
2019-08-28 23:52:04 +00:00
Antoine Brodin 6902a30c66 Update to 2.10.0 2019-08-28 14:20:54 +00:00
Tobias Kortkamp 5ea779e31a databases/mantis: Update to 2.22.0
Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.22.0
2019-08-27 04:30:27 +00:00
Matthias Fechner aac6d7a1b4 Add rubygem-redis-actionpack-rails52 5.0.2 (copied from rubygem-redis-actionpack-rails5). 2019-08-26 07:58:32 +00:00
Matthias Fechner a723aa4bc0 Add rubygem-peek-pg-rails52 (copied from rubygem-peek-pg-rails5). 2019-08-26 07:52:31 +00:00
Sunpoet Po-Chuan Hsieh 0637131ed1 Update TIMESTAMP 2019-08-25 18:31:35 +00:00
Sunpoet Po-Chuan Hsieh 11a797c67f Add rubygem-activerecord52 5.2.3 (copied from rubygem-activerecord5) 2019-08-25 18:17:04 +00:00
Sunpoet Po-Chuan Hsieh 9bf3caed33 Add rubygem-globalid-rails52 0.4.2 (copied from rubygem-globalid-rails5) 2019-08-25 18:04:31 +00:00
Sunpoet Po-Chuan Hsieh fd50132ea1 Add rubygem-activemodel52 5.2.3 (copied from rubygem-activemodel5) 2019-08-25 18:04:11 +00:00
Piotr Kubaj bd2ffebe9e databases/xtrabackup: fix build on GCC architectures
Patch this port similarly to other mysql/mariadb/percona ports - make GCC a valid compiler.

PR:		239310
Approved by:	aleks@twindb.com (maintainer timeout), linimon (mentor)
2019-08-24 12:40:26 +00:00
Sunpoet Po-Chuan Hsieh e76cd39ffe Cosmetic change 2019-08-24 00:11:12 +00:00
Sunpoet Po-Chuan Hsieh b6e228f9ef Cosmetic change 2019-08-24 00:11:07 +00:00
Sunpoet Po-Chuan Hsieh 203b85dfa2 Add PORTSCOUT 2019-08-24 00:11:02 +00:00
Sunpoet Po-Chuan Hsieh a1706020f1 Update version requirement of RUN_DEPENDS 2019-08-24 00:08:41 +00:00
Sunpoet Po-Chuan Hsieh 21dbeac337 Update to 0.7.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/state-machines/state_machines-activemodel/commits/master
2019-08-24 00:08:36 +00:00
Sunpoet Po-Chuan Hsieh 31fea8d71a Update version requirement of RUN_DEPENDS 2019-08-24 00:08:31 +00:00
Sunpoet Po-Chuan Hsieh a6622352ab Update version requirement of RUN_DEPENDS 2019-08-24 00:08:27 +00:00
Sunpoet Po-Chuan Hsieh e89192a508 Update to 1.20.1
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2019-08-24 00:07:49 +00:00
Romain Tartière 83a78ad58c Update to 6.5.0
Release notes:
https://puppet.com/docs/puppetdb/6.5/release_notes.html#puppetdb-650

With hat:	puppet
2019-08-23 02:00:06 +00:00
Max Brazhnikov 695e0150b8 Chase graphics/batik update to 1.11:
- Add patch to math/scilab to fix build with new API
- Bump PORTREVISIONs
2019-08-22 16:51:35 +00:00
Jason Helfman f9c0612e80 - set deprecation on obsolete technology 2019-08-21 23:18:46 +00:00
Wen Heping 17208666db - Update to 0.98.3 2019-08-21 23:13:27 +00:00
Timur I. Bakeyev eacfa1f5eb Fixed pkg-plist for i386 arch. 2019-08-21 20:11:31 +00:00
Sunpoet Po-Chuan Hsieh 66feddcb27 Update USES=python for py-marshmallow 3.0.0 update 2019-08-21 19:26:26 +00:00
Florian Smeets 22a1546bf2 Update to 5.6.45-86.1
MFH:		2019Q3
Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf
2019-08-21 19:02:05 +00:00
Dmitry Marakasov 805bdbe8b8 - Update to the latest git snapsot, fixes build with postgresql 11
PR:		239611
Reported by:	tobik@freebsd.org
2019-08-21 18:34:23 +00:00
Jason Helfman 6486eea26d - shift to more applicable category 2019-08-20 19:05:49 +00:00
Jason Helfman 2e2e77239f - shift to more applicable category 2019-08-20 18:56:33 +00:00