aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.1Sunpoet Po-Chuan Hsieh2019-08-122-7/+8
| | | | | | | | | | - Take maintainership Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc https://github.com/sparklemotion/sqlite3-ruby/commits/master Notes: svn path=/head/; revision=508771
* databases/freetds-devel: Fix typosMuhammad Moinur Rahman2019-08-111-3/+2
| | | | Notes: svn path=/head/; revision=508671
* databases/freetds-devel: Update version 1.1.50=>1.1.51Muhammad Moinur Rahman2019-08-112-5/+7
| | | | | | | | | | - Add https MASTER_SITES [1] PR: 239445 [1] Submitted by: p5B2E9A8F@t-online.de [1] Notes: svn path=/head/; revision=508670
* Add rubygem-dalli 2.7.10Sunpoet Po-Chuan Hsieh2019-08-114-0/+32
| | | | | | | | | | | | | | Dalli is a high performance pure Ruby client for accessing memcached servers. It works with memcached 1.4+ only as it uses the newer binary protocol. It should be considered a replacement for the memcache-client gem. The name is a variant of Salvador Dali for his famous painting The Persistence of Memory. WWW: https://github.com/petergoldstein/dalli Notes: svn path=/head/; revision=508633
* databases/freetds: Update version 1.1.11=>1.1.12Muhammad Moinur Rahman2019-08-112-5/+6
| | | | | | | | | | - Add https MASTER_SITES [1] PR: 239445 [1] Submitted by: p5B2E9A8F@t-online.de [1] Notes: svn path=/head/; revision=508632
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-08-101-0/+2
| | | | Notes: svn path=/head/; revision=508555
* Update to 0.779Sunpoet Po-Chuan Hsieh2019-08-102-6/+8
| | | | | | | | | - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Rose-DB Notes: svn path=/head/; revision=508553
* Take maintainershipSunpoet Po-Chuan Hsieh2019-08-101-1/+1
| | | | Notes: svn path=/head/; revision=508527
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-08-101-2/+2
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=508526
* Take maintainershipSunpoet Po-Chuan Hsieh2019-08-101-1/+1
| | | | Notes: svn path=/head/; revision=508525
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-08-101-2/+2
| | | | Notes: svn path=/head/; revision=508522
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-08-101-2/+2
| | | | Notes: svn path=/head/; revision=508521
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-08-101-2/+2
| | | | Notes: svn path=/head/; revision=508520
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-08-101-2/+2
| | | | Notes: svn path=/head/; revision=508519
* Update to 8.3.2Matthew Seaman2019-08-102-4/+4
| | | | | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=508491
* Update to upstream version 19.11.5.28Thomas Zander2019-08-093-64/+330
| | | | | | | | PR: 238822 Submitted by: proler@gmail.com (maintainer) Notes: svn path=/head/; revision=508434
* Add postgresql12 to the ports treePalle Girgensohn2019-08-081-0/+8
| | | | Notes: svn path=/head/; revision=508391
* iThe PostgreSQL Global Development Group has released an update to allPalle Girgensohn2019-08-0880-466/+4213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=508390
* databaes/libiodbc: update to 3.52.13Tobias C. Berner2019-08-074-12/+24
| | | | | | | | | | | | | | | | | | | | | | | Release Notes [1] * Added extra validation for SQLAllocHandle (SQL_HANDLE_DESC, ...) * Added GCC __attribute__ for checking format string * Added missing define SQL_CONVERT_GUID * Fixed issue using heap after free in SQLConnect_internal * Fixed issue with global mutex in SQLError, SQLGetDiagRec, and SQLGetDiagField * Fixed SQLSetStmtAttr to cache the correct values for SQL_ATTR_ROW_ARRAY_SIZE and SQL_ATTR_ROW_BIND_TYPE * Fixed format specifiers and some casts to fix trace output * Fixed missing check for section in SQLGetPrivateProfileString * Fixed non-void function needs to return a value * Fixed issue in Mac Cocoa code * Fixed iODBC apps/frameworks CFBundleGetInfoString attribute * Fixes an issue where build fails on Alpine * Fixed package versioning * Fixed small memory leaks [1] http://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/ChangeNotes#2019-07-23%20-%20iODBC%20Stable%20Version%203.52.13%20Released Notes: svn path=/head/; revision=508343
* databases/sequeler: Update to v0.7.2Tobias Kortkamp2019-08-063-47/+4
| | | | | | | Changes: https://github.com/Alecaddd/sequeler/releases/tag/v0.7.2 Notes: svn path=/head/; revision=508247
* Update to 0.9.24.Xin LI2019-08-062-4/+4
| | | | Notes: svn path=/head/; revision=508235
* databases/mysq56-{client, server}: Update to latest release 5.7.27Mahdi Mokhtari2019-08-055-25/+25
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=508220
* databases/mysq56-{client, server}: Update to 5.6.45Mahdi Mokhtari2019-08-054-39/+5
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=508218
* - update to 1.5.0Jason Helfman2019-08-052-6/+6
| | | | | | | - while here pet portlint Notes: svn path=/head/; revision=508217
* Return jgh's ports to the various pools after his commit bit was safekept.Rene Ladan2019-08-051-1/+1
| | | | | | | Hat: portmgr-secretary Notes: svn path=/head/; revision=508206
* devel/double-conversion: Update 3.0.0 -> 3.1.5-11Yuri Victorovich2019-08-041-1/+1
| | | | | | | | | | | | | Maintainer reset due to the extended timeout, as per policy. Take maintainership. 7 ports are bumped. PR: 239367 Approved by: waitman@waitman.net (maintainer's timeout; ~6months on a PR#235789 for the same port) Notes: svn path=/head/; revision=508116
* Update to 6.2.2Sunpoet Po-Chuan Hsieh2019-08-043-5/+43
| | | | | | | Changes: https://github.com/facebook/rocksdb/releases Notes: svn path=/head/; revision=508101
* Remove outdated post-patch:Sunpoet Po-Chuan Hsieh2019-08-041-4/+3
| | | | Notes: svn path=/head/; revision=508100
* Mark BROKEN: unfetchableAntoine Brodin2019-08-043-0/+6
| | | | Notes: svn path=/head/; revision=508084
* databases/timescaledb: Update to 1.4.1Kevin Bowling2019-08-043-5/+5
| | | | | | | | | | | Changelog https://github.com/timescale/timescaledb/releases/tag/1.4.1 Approved by: timur (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D21157 Notes: svn path=/head/; revision=508083
* databases/postgresql-tds_fdw: Update to 2.0.0-alpha.3Tobias Kortkamp2019-08-042-7/+5
| | | | | | | | | | This adds support for PostgreSQL 11. Changes: https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.0-alpha.3 PR: 239514 Notes: svn path=/head/; revision=508070
* databases/pspg: Update 1.6.5 -> 1.6.8Yuri Victorovich2019-08-033-5/+11
| | | | | | | | PR: 239444 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=508036
* Update version requirement of *_DEPENDSSunpoet Po-Chuan Hsieh2019-08-031-2/+6
| | | | | | | | - Add TEST_DEPENDS - Add NO_ARCH Notes: svn path=/head/; revision=508001
* Update to 2.034000Sunpoet Po-Chuan Hsieh2019-08-032-15/+17
| | | | | | | | | | - Fix *_DEPENDS - Remove Perl core module Changes: https://metacpan.org/changes/distribution/DBIx-Class-Helpers Notes: svn path=/head/; revision=508000
* Update PHP 7.3 from 7.3.7 to 7.3.8Torsten Zuehlsdorff2019-08-032-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Added syslog.filter=raw option. Fixed bug #78212 (Segfault in built-in webserver). Date: Fixed bug #69044 (discrepency between time and microtime). Updated timelib to 2018.02. EXIF: Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) FTP: Fixed bug #78039 (FTP with SSL memory leak). Libxml: Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)). LiteSpeed: Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files). Openssl: Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream). Opcache: Fixed bug #78341 (Failure to detect smart branch in DFA pass). Fixed bug #78189 (file cache strips last character of uname hash). Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM). Fixed bug #78271 (Invalid result of if-else). Fixed bug #78291 (opcache_get_configuration doesn't list all directives). PCRE: Fixed bug #78338 (Array cross-border reading in PCRE). Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx" version strings). PDO_Sqlite: Fixed bug #78192 (SegFault when reuse statement after schema has changed). Phar: Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). Phpdbg: Fixed bug #78297 (Include unexistent file memory leak). SQLite: Upgraded to SQLite 3.28.0. Standard: Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). Fixed bug #78269 (password_hash uses weak options for argon2). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.8 MFH: 2019Q3 Notes: svn path=/head/; revision=507979
* Update PHP 7.2 from 7.2.20 to 7.2.21Torsten Zuehlsdorff2019-08-032-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Date: Fixed bug #69044 (discrepency between time and microtime). EXIF: Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) Fileinfo: Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file). FTP: Fixed bug #77124 (FTP with SSL memory leak). Libxml: Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)). LiteSpeed: Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files). Openssl: Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream). OPcache: Fixed bug #78189 (file cache strips last character of uname hash). Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM). Fixed bug #78291 (opcache_get_configuration doesn't list all directives). Phar: Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). Phpdbg: Fixed bug #78297 (Include unexistent file memory leak). PDO_Sqlite: Fixed bug #78192 (SegFault when reuse statement after schema has changed). SQLite: Upgraded to SQLite 3.28.0. Standard: Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). Fixed bug #78269 (password_hash uses weak options for argon2). XMLRPC: Fixed bug #78173 (XML-RPC mutates immutable objects during encoding). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.21 MFH: 2019Q3 Notes: svn path=/head/; revision=507978
* Update PHP 7.1 from 7.1.30 to 7.1.31Torsten Zuehlsdorff2019-08-032-2/+0
| | | | | | | | | | | | | | | | | | | Changelog: SQLite: Upgraded to SQLite 3.28.0. EXIF: Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) Phar: Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.31 MFH: 2019Q3 Notes: svn path=/head/; revision=507977
* databases/postgresql-plv8js: Fix supported PostgreSQL version rangeTobias Kortkamp2019-08-031-1/+1
| | | | | | | | | | It does not build with PostgreSQL 11. Updating the port is not trivial due to our outdated lang/v8 port. PR: 239514 Notes: svn path=/head/; revision=507967
* databases/postgresql-mysql_fdw: Update to 2.5.1Tobias Kortkamp2019-08-033-14/+14
| | | | | | | | | | | This fixes the build with PostgreSQL 10 and 11 Changes: https://github.com/EnterpriseDB/mysql_fdw/releases PR: 239514 Notes: svn path=/head/; revision=507965
* databases/pg_reorg: Fixup r507940 and declare compatible PostgreSQL versions ↵Tobias Kortkamp2019-08-031-9/+2
| | | | | | | correctly Notes: svn path=/head/; revision=507946
* databases/mroonga: Update version 9.03=>9.05Muhammad Moinur Rahman2019-08-032-7/+7
| | | | | | | - Unbreak for MYSQL 5.7 and 8.* Notes: svn path=/head/; revision=507945
* databases/sequeler: Update to v0.7.1Tobias Kortkamp2019-08-032-4/+4
| | | | | | | Changes: https://github.com/Alecaddd/sequeler/releases/tag/v0.7.1 Notes: svn path=/head/; revision=507944
* databases/pgagent: Unbreak build with PostgreSQL 11+Tobias Kortkamp2019-08-031-0/+17
| | | | | | | | | | | | CMake Error at cmake/FindPG.cmake:74 (LIST): LIST index: 2 out of range (-2, 1) http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pgagent-3.4.0_4.log PR: 239514 Notes: svn path=/head/; revision=507942
* databases/pg_reorg: Do not build on newer PostgreSQL versionsTobias Kortkamp2019-08-031-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It fails to build with PostgreSQL 11: pgut/pgut.c:389:47: error: too few arguments to function call, expected 4, have 3 return simple_prompt("Password: ", 100, false); ~~~~~~~~~~~~~ ^ /usr/local/include/postgresql/server/port.h:193:1: note: 'simple_prompt' declared here extern void simple_prompt(const char *prompt, char *destination, size_t destlen, ^ 1 error generated. http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pg_reorg-1.1.11_2.log And after fixing that one: reorg.c:230:55: warning: incompatible pointer types passing 'bool [1]' to parameter of type 'const char *' [-Wincompatible-pointer-types] execute_plan(SPI_OK_SELECT, plan_peek, values_peek, nulls_peek); ^~~~~~~~~~ ./pgut/pgut-spi.h:28:84: note: passing argument to parameter 'nulls' here extern void execute_plan(int expected, SPIPlanPtr plan, Datum *values, const char *nulls); ^ reorg.c:256:58: warning: incompatible pointer types passing 'bool *' to parameter of type 'const char *' [-Wincompatible-pointer-types] execute_plan(SPI_OK_INSERT, plan_insert, &values[2], &nulls[2]); ^~~~~~~~~ [...] reorg.c:573:34: error: use of undeclared identifier 'BTREE_AM_OID' opclass = OpclassnameGetOpcid(BTREE_AM_OID, opcname); ^ reorg.c:590:57: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'? opcintype = RelationGetDescr(indexRel)->attrs[nattr]->atttypid; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ etc. PR: 239514 Notes: svn path=/head/; revision=507940
* databases/ip4r: Update to 2.4.1Tobias Kortkamp2019-08-033-24/+12
| | | | | | | | | | | | | | This fixes the build with newer PostgreSQL versions. Drop the IDXPATCH option. The patch no longer applies. Unfortunately it was never upstreamed, its purpose is not clear, and the port no longer has a maintainer to ask about this. Changes: https://github.com/RhodiumToad/ip4r/blob/2.4.1/README.ip4r PR: 239514 Notes: svn path=/head/; revision=507936
* databases/tablelog: Unbreak build with PostgreSQL >= 11.0Tobias Kortkamp2019-08-033-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table_log.c:76:29: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'? if (!tupleDesc->attrs[i]->attisdropped) { ~~~~~~~~~~~~~~~~~~~^~ . table_log.c:303:59: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'? if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ . table_log.c:348:59: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'? if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ . table_log.c:375:59: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'? if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ . 4 errors generated. http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/tablelog-0.4.4_3.log While here - Mark it as deprecated. The last release was in 2007 and upstream has been inactive since then. - Fix WWW PR: 239514 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=507933
* devel/libevent2: update to 2.1.11Jan Beich2019-08-0212-7/+12
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* Update to 2.9Matthew Seaman2019-08-022-5/+4
| | | | | | | | | | | ChangeLog: https://github.com/2ndquadrant-it/barman/blob/master/ChangeLog Notably this update introduces support for the new recovery/standby handling in postgresql-12, plust a number of other fixes and improvements. Notes: svn path=/head/; revision=507851
* databases/py-mysql-connector-python: Update version 8.0.16=>8.0.17Muhammad Moinur Rahman2019-08-012-4/+4
| | | | Notes: svn path=/head/; revision=507822
* Update to 1.4.12Sunpoet Po-Chuan Hsieh2019-08-011-1/+1
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.12 Notes: svn path=/head/; revision=507787