aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/puppetdb7: Update to 7.5.0Romain Tartière2021-07-224-8/+8
| | | | | | | Release notes: https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-750 With hat: puppet
* databases/puppetdb6: Update to 6.18.0Romain Tartière2021-07-226-38/+38
| | | | | | | Release notes: https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6180 With hat: puppet
* databases/mydumper: Update to 0.10.7-2Po-Chuan Hsieh2021-07-212-4/+4
| | | | Changes: https://github.com/maxbube/mydumper/releases
* databases/pecl-memcached: Update to latest snapshot (058e9f5)Po-Chuan Hsieh2021-07-213-17/+9
| | | | | | | | | | | | | - Fix PHP 8.0 arginfo - Bump PORTREVISION for package change The main corresponding commits for arginfo are [1], [2] and [3]. PR: 257130 Reported by: <townwear@gmail.com> Reference: https://github.com/php-memcached-dev/php-memcached/commit/e8f53777d3f578586f2a32f1b3bdcc3f53e74b39 [1] https://github.com/php-memcached-dev/php-memcached/commit/8f3c5dc0fa773aded5d169e5c5b8eab18c8931c6 [2] https://github.com/php-memcached-dev/php-memcached/commit/c8f9376a8b1399907e732064890101da7261d8bb [3]
* devel/protobuf: Update to 3.17.3Po-Chuan Hsieh2021-07-215-4/+5
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 257026 Exp-run by: antoine
* devel/libfmt: Update to 8.0.0Po-Chuan Hsieh2021-07-211-0/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/fmtlib/fmt/releases PR: 257026 Exp-run by: antoine
* databases/pspg: Update to 5.1.2Dmitri Goutnik2021-07-212-4/+4
| | | | Changes: https://github.com/okbob/pspg/releases/tag/5.1.2
* databases/py-apsw: Add option to enable EXTENSION loading.Guido Falsi2021-07-201-0/+9
| | | | | | | | | | The new option adds support to load DB extensions at runtime. The option is enabled by default because it is required by the latest version of deskutils/calibre. PR: 257111 Approved by: sunpoet (maintainer)
* databases/p5-DBIx-QuickDB: Add p5-DBIx-QuickDB 0.000021Po-Chuan Hsieh2021-07-195-0/+55
| | | | | | | DBIx::QuickDB makes it easy to spin up a temporary database server for any supported driver. PostgreSQL and MySQL are the initially supported drivers. WWW: https://metacpan.org/dist/DBIx-QuickDB
* databases/iowow: update IOWOW to version 1.4.12.Alexey Dokuchaev2021-07-193-4/+5
| | | | Reported by: portscout
* databases/pg_citus: update to 10.1.0Matthew Seaman2021-07-193-6/+13
| | | | ChageLog: https://github.com/citusdata/citus/blob/v10.1.0/CHANGELOG.md
* databases/rubygem-activerecord-import: Update to 1.2.0Po-Chuan Hsieh2021-07-182-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* databases/p5-DBIx-Class-UUIDColumns: Add LICENSE and NO_ARCHPo-Chuan Hsieh2021-07-181-0/+5
|
* databases/p5-DBIx-DisconnectAll: Add p5-DBIx-DisconnectAll 0.03Po-Chuan Hsieh2021-07-185-0/+40
| | | | | | | | | | | DBIx::DisconnectAll is utility module to disconnect all connected databases. DBI has DBI->disconnect_all methods, but some DBD modules does not support it, so DBI->disconnect_all is undocumented yet and unusable. DBIx::DisconnectAll realizes disconnect_all from DBI's public API. WWW: https://metacpan.org/dist/DBIx-DisconnectAll
* databases/pymongo: Update to 3.12.0Babak Farrokhi2021-07-162-4/+4
|
* databases/py-sqlalchemy14: Update to 1.4.21Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
* databases/rubygem-flipper-active_record-rails61: Change RUN_DEPENDS from ↵Po-Chuan Hsieh2021-07-151-1/+2
| | | | | | rubygem-flipper to rubygem-flipper021 - Bump PORTREVISION for dependency change
* databases/ruby-bdb: Remove USE_RUBY_RDOC and set MAKE_ENVPo-Chuan Hsieh2021-07-151-1/+1
|
* databases/py-geoalchemy2: Update to 0.9.2Po-Chuan Hsieh2021-07-152-4/+4
| | | | Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
* databases/pear-DBA_Relational: Add missing RUN_DEPENDSPo-Chuan Hsieh2021-07-151-0/+5
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* databases/pear-DBA: Add NO_ARCHPo-Chuan Hsieh2021-07-151-0/+2
|
* databases/rubygem-marginalia: Update to 1.10.1Matthias Fechner2021-07-152-5/+4
| | | | | Changelog: https://github.com/basecamp/marginalia/compare/v1.10.0...v1.10.1
* databases/mysql-connector-odbc: unbreak the build against MySQL <5.7.Alexey Dokuchaev2021-07-152-0/+22
| | | | PR: 240484
* databases/libiodbc: update to 3.52.15Tobias C. Berner2021-07-143-8/+8
| | | | | | | | | | | | | * Added support for macOS Big Sur (11.x) on Apple Silicon using a universal build * Fixed title to show CPU architecture used * Fixed length of error message buffer * Removed support for Mac OS X Snow Leopard (10.6) and older * Removed deprecated iODBCcfmbridge for PPC * Upgraded iODBC build to use recent versions of Xcode * Minimum Xcode version is set to Xcode 8.0 * Minimum macOS deployment target is OS X Mavericks (10.9) * Migrated dialogs and plist files * Migrated translation support
* databases/rubygem-flipper-active_record: Update to 0.22.0Po-Chuan Hsieh2021-07-142-6/+6
| | | | Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md
* databases/pear-MDB2: Reformat pkg-descrPo-Chuan Hsieh2021-07-142-5/+6
|
* databases/pear-DB: Add NO_ARCHPo-Chuan Hsieh2021-07-142-21/+18
| | | | - Update pkg-descr
* databases/evolution-data-server: update to 3.40.3Tobias C. Berner2021-07-142-4/+4
| | | | | | | | | | | | | | | Changelog: Evolution-Data-Server 3.40.3 2021-07-09 --------------------------------------- Bug Fixes: I#336 - Handle "Object is out of sync" during backend refresh better (Milan Crha) Miscellaneous: tests: Workaround libphonenumber behavior change (Milan Crha) test-book-client-write-write: Fix occasional test failure (Milan Crha) IMAPx: Change how Junk and NotJunk flags are handled (Milan Crha) ECalBackendFile: Free interval tree only when being allocated (Milan Crha)
* databases/py-agate-sql: update to 0.5.7Matthew Seaman2021-07-142-4/+4
| | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/0.5.7/CHANGELOG.rst
* databases/py-pymemcache: Update to 3.5.0Kevin Bowling2021-07-142-4/+4
| | | | | PR: 257154 Reported by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
* devel/qscintilla2: Update to 2.12.1Loïc Bartoletti2021-07-122-2/+2
| | | | | | | | Changelog: https://riverbankcomputing.com/news/QScintilla_2.12.1_Released PR: 257002 Exp-run by: antoine
* databases/qt5-sqldrivers-mysql: fix against mysql 5.7.34Adriaan de Groot2021-07-112-62/+16
| | | | | | | | | | | | | In mysql 5.7.34 binding a parameter to a 0-sized buffer triggers an assert() -- previously this was DBG_ASSERT. This triggers crashes in databases/akonadi in particular, which binds blobs of size 0. This patch allows akonadi with the default mysql to start (at all) again. The patch file previously held a Qt4-era patch which had long ago had a better patch applied upstream (the comment in the patch refers to that). The old stuff has been removed, leaving only the parameter-fix.
* databases/mantis: Update to 2.25.2.Thomas Zander2021-07-102-22/+22
| | | | | | | | | | | | | Details: - Many bugfixes (including some security related) available in the new mantis release 2.25.2. PR: 257066 Reported by: Zoltan ALEXANDERSON BESSE <zab@zltech.eu> (maintainer) MFH: 2021Q3 Security: CVE-2021-3603 CVE-2021-33557 CVE-2020-36326
* */*: Update KDE Gear to 21.04.3Tobias C. Berner2021-07-091-3/+3
| | | | | | | | | | Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases. Full changelog: https://kde.org/announcements/changelogs/gear/21.04.3/
* databases/usql: Update 0.9.1 -> 0.9.2Yuri Victorovich2021-07-092-6/+6
| | | | Reported by: portscout
* databases/py-aiopg: Update to 1.3.1Babak Farrokhi2021-07-092-4/+4
|
* databases/timescaledb: Update to 2.3.1Kevin Bowling2021-07-083-4/+5
| | | | Changes https://github.com/timescale/timescaledb/releases/tag/2.3.1
* databases/cutelyst-asql: update to latest releaseAdriaan de Groot2021-07-072-5/+4
| | | | There are no release notes (and I skipped a bunch of releases)
* databases/phpmyadmin5: Update to 5.1.1Jochen Neumeister2021-07-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | Changelog: We at the phpMyAdmin project are pleased to release phpMyAdmin 5.1.1, a bugfix release. There are many new bug fixes; a few highlights include: Fixes for several PHP errors Fixes for "$cfg['DefaultTabDatabase']" and other related configuration directives not working properly Fix Yaml export to quote strings even when they are numeric Fix TCPDF open_basedir issue due to internal guessing code from TCPDF Fix for quick search not working when using more than one configured server Fix datetime decimals displayed (.00000) after edit Fix new lines in text fields are doubled Fixed URL generation by removing un-needed &amp; escaping for & char Improvements for working with PHP 8.1 Improved handling of adding a new user with the Percona database server There are, of course, many more fixes you can see in the ChangeLog file included with this release or online at https://demo.phpmyadmin.net/master-config/index.php?route=/changelog Sponsored by: Netzkommune GmbH
* graphics/poppler: update to 21.07.0Tobias C. Berner2021-07-061-1/+1
| | | | | | | | | | | | | | | Release 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions Exp-run by: antoine PR: 256981
* databases/rocksdb: Honor CPUTYPE and do not force '-march=native' on x86Jung-uk Kim2021-07-061-5/+5
| | | | | PR: 256913 Approved by: sunpoet (maintainer)
* databases/py-sqlalchemy14: Update to 1.4.20Po-Chuan Hsieh2021-07-062-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
* databases/py-sqlalchemy-utils: Update to 0.37.8Po-Chuan Hsieh2021-07-062-4/+4
| | | | Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
* databases/mydumper: Update to 0.10.7Po-Chuan Hsieh2021-07-062-4/+4
| | | | Changes: https://github.com/maxbube/mydumper/releases
* */Makefile: Sort SUBDIRsPo-Chuan Hsieh2021-07-061-1/+1
|
* databases/rubygem-pg_query: Update to 2.1.0Matthias Fechner2021-07-064-40/+10
| | | | | | This upgrade included patches upstream. Changelog: https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
* lang/php80: Update from 8.0.7 to 8.0.8Torsten Zuehlsdorff2021-07-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed bug #81076 (incorrect debug info on Closures with implicit binds). Fixed bug #81068 (Double free in realpath_cache_clean()). Fixed bug #76359 (open_basedir bypass through adding ".."). Fixed bug #81090 (Typed property performance degradation with .= operator). Fixed bug #81070 (Integer underflow in memory limit comparison). Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL). (CVE-2021-21705) Bzip2: Fixed bug #81092 (fflush before stream_filter_remove corrupts stream). Fileinfo: Fixed bug #80197 (implicit declaration of function 'magic_stream' is invalid). GMP: Fixed bug #81119 (GMP operators throw errors with wrong parameter names). OCI8: Fixed bug #81088 (error in regression test for oci_fetch_object() and oci_fetch_array()). Opcache: Fixed bug #81051 (Broken property type handling after incrementing reference). Fixed bug #80968 (JIT segfault with return from required file). OpenSSL: Fixed bug #76694 (native Windows cert verification uses CN as sever name). MySQLnd: Fixed bug #80761 (PDO uses too much memory). PDO_Firebird: Fixed bug #76448 (Stack buffer overflow in firebird_info_cb). (CVE-2021-21704) Fixed bug #76449 (SIGSEGV in firebird_handle_doer). (CVE-2021-21704) Fixed bug #76450 (SIGSEGV in firebird_stmt_execute). (CVE-2021-21704) Fixed bug #76452 (Crash while parsing blob data in firebird_fetch_blob). (CVE-2021-21704) readline: Fixed bug #72998 (invalid read in readline completion). Standard: Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion"). Fixed bug #77627 (method_exists on Closure::__invoke inconsistency). Windows: Fixed bug #81120 (PGO data for main PHP DLL are not used). Sponsored by: Bounce Experts
* lang/php74: Update from 7.4.20 to 7.4.21Torsten Zuehlsdorff2021-07-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed bug #81068 (Double free in realpath_cache_clean()). Fixed bug #76359 (open_basedir bypass through adding ".."). Fixed bug #81090 (Typed property performance degradation with .= operator). Fixed bug #81070 (Integer underflow in memory limit comparison). Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL). (CVE-2021-21705) Bzip2: Fixed bug #81092 (fflush before stream_filter_remove corrupts stream). OpenSSL: Fixed bug #76694 (native Windows cert verification uses CN as sever name). PDO_Firebird: Fixed bug #76448 (Stack buffer overflow in firebird_info_cb). (CVE-2021-21704) Fixed bug #76449 (SIGSEGV in firebird_handle_doer). (CVE-2021-21704) Fixed bug #76450 (SIGSEGV in firebird_stmt_execute). (CVE-2021-21704) Fixed bug #76452 (Crash while parsing blob data in firebird_fetch_blob). (CVE-2021-21704) Standard: Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion"). Sponsored by: Bounce Experts
* lang/php73: Update from 7.3.28 to 7.3.29Torsten Zuehlsdorff2021-07-052-4/+0
| | | | | | | | | | | | | | Changelog: Core: Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705) PDO_Firebird: Fixed bug #76448: Stack buffer overflow in firebird_info_cb. (CVE-2021-21704) Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704) Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704) Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob. (CVE-2021-21704) Sponsored by: Bounce Experts
* databases/py-python-arango: Update 7.1.0 -> 7.2.0Yuri Victorovich2021-07-052-5/+5
| | | | Reported by: portscout