- 17 May, 2019 38 commits
-
-
zi authored
-
koobs authored
Changelog: https://github.com/Gandi/gandi.cli/blob/1.5/CHANGES.rst
-
lme authored
Add a runtime dependancy on www/chromium that was commented out before. Don't bump PORTREVISION as the port was added just minutes before.
-
lme authored
1.x and Icinga 2.x based on the monitoring database (IDO). WWW: https://github.com/Icinga/icingaweb2-module-idoreports
-
lme authored
PDF export functionality for Icinga Web 2 using Google Chrome/Chromium for rendering. WWW: https://github.com/Icinga/icingaweb2-module-pdfexport
-
lme authored
Icinga Reporting is the central component for reporting related functionality in the monitoring web frontend and framework Icinga Web 2. The engine allows you to create reports over a specified time period for ad-hoc and scheduled generation of reports. Other modules use the provided functionality in order to provide concrete reports. WWW: https://github.com/Icinga/icingaweb2-module-reporting
-
lme authored
ReactPHP-based 3rd party libraries This repository is an attempt to ship 3rd party libraries that might be useful for asynchronous PHP-based Icinga Web 2 modules. WWW: https://github.com/Icinga/icingaweb2-module-reactbundle
-
koobs authored
Latest PyPI released (0.7.0) fails several tests that have been resolved in branch:development but not yet released. - Add patches to make hyper work with h2 > 3.0 [1] Changelog: https://github.com/Lukasa/hyper/blob/development/HISTORY.rst [1] https://github.com/Lukasa/hyper/pull/402
-
lme authored
-
koobs authored
Brotlipy is a collection of CFFI-based bindings to the Brotli compression reference implementation as written by Google. This enables Python software to easily and quickly work with the Brotli compression algorithm, regardless of what interpreter is being used. WWW: https://github.com/python-hyper/brotlipy/
-
adamw authored
-
joneum authored
PR: 237885 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Sponsored by: Netzkommune GmbH
-
pkubaj authored
Add USES=compiler:c++11-lang to www/webalizer when using GEOIP option: /usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mmdb_uint128_t' /usr/local/include/maxminddb.h:122: error: expected specifier-qualifier-list before 'mmdb_uint128_t' Approved by: mentors (implicit approval)
-
jbeich authored
Required for phishing protection. Not covered by uBlock Origin lists. Looks like #Mozilla didn't announce the POLA-violating change anywhere public despite backporting to ESR60. https://bugzilla.mozilla.org/show_bug.cgi?id=1531176
-
jkim authored
-
gerald authored
This brings various bug fixes and Sinhala and Tamil translation updates.
-
pkubaj authored
Add USES=compiler:c++11-lang to fix build on GCC architectures. PR: 237550 Approved by: fiziologus@gmail.com (maintainer timeout), mentors (implicit approval)
-
pkubaj authored
Add USES=compiler:c++11-lang to fix build when base GCC is used. PR: 237559 Approved by: mentors (implicit approval)
-
pkubaj authored
Add USES=compiler:c++11-lang to fix build on GCC architectures. PR: 237561 Approved by: dem.procopiou@gmail.com (maintainer timeout), mentors (implicit approval)
-
danfe authored
Reported by: portscout
-
jkim authored
-
amdmi3 authored
Approved by: portmgr blanket
-
antoine authored
Reported by: pkg-fallout
-
amdmi3 authored
- Update WWW Approved by: portmgr blanket
-
tz authored
Changelog: Enhancements - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii) - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) - Doc: add restrictions entry. (Takuma Hoshiai) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Remove unused .sgml file. (Takuma Hoshiai) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng) - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii) - Fix md5 auth broken in raw mode with more than 1 backends. (bug 491) (Tatsuo Ishii) - Test: Fix occasional regression test failure of 014.watchdog_test_quorum_bypass. (Tatsuo Ishii) - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii) - Fix compiler warnings. (Tatsuo Ishii) - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-4-0-5.html MFH: 2019Q2
-
tz authored
Changelog Enhancements - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii) - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) - Doc: add restrictions entry. (Takuma Hoshiai) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Remove unused .sgml file. (Takuma Hoshiai) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng) - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii) - Test: Fix occasional regression test failure of 014.watchdog_test_quorum_bypass. (Tatsuo Ishii) - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii) - Fix compiler warnings. (Tatsuo Ishii) - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii) MFH: 2019Q2
-
tz authored
Changelog: Enhancements - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii) - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) - Doc: add restrictions entry. (Takuma Hoshiai) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Remove unused .sgml file. (Takuma Hoshiai) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng) - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii) - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii) - Fix compiler warnings. (Tatsuo Ishii) - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-6-17.html MFH: 2019Q2
-
tz authored
Changelog: Enhancements - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii) - Fix compiler warnings. (Tatsuo Ishii) - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-5-21.html MFH: 2019Q2
-
tz authored
Changelog: Enhancements - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - The error occurred while processing error message returned from backend and the cause is that the query string in question is too big. Problem is, the buffer is in fixed size (8192 bytes). Eliminate the fixed size buffer and use palloced buffer instead. This also saves some memory copy work. - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Fix compiler warnings. (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-4-24.html
-
antoine authored
-
antoine authored
Pointy hat: koobs
-
koobs authored
- Pet portlint, NO_ARCH in USE{S} section Changelog: https://github.com/praw-dev/praw/blob/v6.2.0/CHANGES.rst
-
koobs authored
The "PRAW" acronym is unusual enough to warrant expansion in pkg-descr, with additional reference to the consuming port www/py-praw providing further breadcrumbs. Suggested by: pi
-
koobs authored
- Update LICENSE [1] - Update pkg-descr, add WWW: URL - Add USE_PYTHON=concurrent, package installs a script - Remove backports.ssl_match_hostname dependency, only needed for Python < 2.7.9 [2] Changelog: https://github.com/websocket-client/websocket-client/blob/v0.56.0/ChangeLog [1] https://github.com/websocket-client/websocket-client/commit/e94ed9e078c7772a7dc0a115da1a34c493f290b6 [2] https://github.com/websocket-client/websocket-client/commit/f7f5f70681c621d169b82fc842cb2396265203d5 Reviewed by: alfred (maintainer) Approved by: alfred (maintainer) Differential Revision: D20283
-
glewis authored
PR: 237370
-
glewis authored
PR: 237208
-
koobs authored
prawcore is a low-level communication layer for PRAW 4+. Features: * Dynamic rate limiting based on reddit's response headers. * Authorization URL generation * Retrieval of access and refresh tokens from authorization grants * Access and refresh token revocation WWW: https://github.com/praw-dev/prawcore
-
- 16 May, 2019 2 commits