aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.Palle Girgensohn2021-05-2072-340/+4495
| | | | | | | | | Release notes: https://www.postgresql.org/docs/devel/release-14.html Also reintroduce parallel builds. Some components, namely plperl, plpython, pltcl and contrib, fail to build properly when using parallel builds. Something with static linking using `ar` that fails. MAKE_JOBS_UNSAFE is set for these ports.
* databases/postgresql1[123]-server: remove trailing space in pkg-plistPalle Girgensohn2021-05-203-3/+3
|
* databases/leofs: fix build on powerpc*Piotr Kubaj2021-05-202-1/+17
| | | | Same fix as the one for databases/p5-Tie-LevelDB.
* databases/p5-Tie-LevelDB: fix build on powerpc64lePiotr Kubaj2021-05-201-0/+1
| | | | Same fix that other powerpc* platforms use.
* databases/mysql80-*: update to 8.0.25 GA releaseDima Panov2021-05-2010-67/+53
| | | | | | | | | | Release notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-25.html https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-24.html PR: 255937 Submitted by: delphij@ Approved by joneum@ (implicit) MFH: 2021Q2
* databases/mysql-connector-java: Update to 8.0.25Richard Gallamore2021-05-202-4/+4
| | | | Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-25.html
* databases/iplike: Drop maintainershipDanilo Egea Gondolfo2021-05-191-1/+1
|
* databases/jrrd: Drop maintainershipDanilo Egea Gondolfo2021-05-191-1/+1
|
* databases/pgpool-II-35: set DEPRECATED and EXPIRATION_DATETorsten Zuehlsdorff2021-05-181-0/+3
| | | | | | | The port reached EOL in January 2021. You can get EOL information here: https://www.pgpool.net/mediawiki/index.php/EOL_information Sponsored by: Bounce Experts
* databases/rubygem-activerecord-import: Update to 1.1.0Po-Chuan Hsieh2021-05-182-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* databases/py-tiledb: Update to 0.8.9Po-Chuan Hsieh2021-05-183-14/+8
| | | | Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
* databases/py-sqlalchemy14: Update to 1.4.15Po-Chuan Hsieh2021-05-182-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
* databases/py-sqlalchemy-utils: Update to 0.37.3Po-Chuan Hsieh2021-05-182-4/+4
| | | | Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
* databases/postgresql-mysql_fdw: Update from 2.5.5 to 2.6.0Torsten Zuehlsdorff2021-05-173-5/+5
| | | | | | | | | | | | | | | | | | | This release includes the following: Feature: Join Push down - If we have a join between two foreign tables from the same remote server, push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally. Other Fixes: Fixes crash with IMPORT FOREIGN SCHEMA when executed repeatedly. Restricts fetching of the system attributes from the remote relation. Fixes compiler warning due to clash with MySQL library macro. Costs are not shown in the explain output when the COSTS explain option is OFF. Uses environment variables in tests for connection parameters. No longer supports PG/EPAS version 9.5. Sponsored by: Bounce Experts
* databases/arrow: Broken on 11Yuri Victorovich2021-05-171-0/+2
| | | | Reported by: fallout
* databases/rubygem-flipper-active_record: Update to 0.21.0Po-Chuan Hsieh2021-05-162-5/+5
| | | | Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md
* databases/py-sqlalchemy14: Update to 1.4.14Po-Chuan Hsieh2021-05-162-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
* databases/py-sqlalchemy-utils: Update to 0.37.2Po-Chuan Hsieh2021-05-162-6/+5
| | | | | | - Remove IPADDRESS option leftover (followup of 349e9766f9d1afcce34c9781acdb364afb1e0a45) Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
* databases/py-geoalchemy2: Change RUN_DEPENDS from py-sqlalchemy12 to ↵Po-Chuan Hsieh2021-05-161-1/+2
| | | | | | py-sqlalchemy14 - Bump PORTREVISION for dependency change
* databases/tiledb: Update to 2.2.9Po-Chuan Hsieh2021-05-162-4/+4
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* databases/R-cran-cachem: Update to 1.0.5TAKATSU Tomonari2021-05-162-4/+4
|
* databases/py-pypuppetdb: Update to 2.4.0Romain Tartière2021-05-162-4/+4
| | | | With hat: puppet
* postgresql??-*: Revert fix to allow MAKE_JOBSPalle Girgensohn2021-05-151-1/+1
| | | | | postgresql??-contrib fails to build for versions below 13 when building in parallel. Needs more investigation.
* databases/postgresql??-*: Upgrade to latest versionPalle Girgensohn2021-05-1523-82/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PostgreSQL 13.3, 12.7, 11.12, 10.17, and 9.6.22 Released! The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.3, 12.7, 11.12, 10.17, and 9.6.22. This release closes three security vulnerabilities and fixes over 45 bugs reported over the last three months. Security fixes in this release: CVE-2021-32027: Buffer overrun from integer overflow in array subscripting calculations CVE-2021-32028: Memory disclosure in INSERT ... ON CONFLICT ... DO UPDATE CVE-2021-32029: Memory disclosure in partitioned-table UPDATE ... RETURNING Also plenty of bug fixes. See the release note for details. Changes to the port: Make sure we use the matching version of llvm. This fixes a problem with the llvm version string not being monotonically increasing with the version number. [1] Better pkg message about checksums for postgresql 12+. [2] [4] Adjust login class parameter to adhere to the documentation in rc.subr(8) [3]: The rc.conf parameter for the login class of the postgresql daemon has changed name from postgresql_class to postgresql_login_class, since rc.subr(8) states that the parameter should be named ${name}_login_class. Allow parallel builds. [5] Correct the directory name for the user postgres in pkg message. [6] PR: 250824 [1], 253558 [2], 236060 [3], 233106 [4], 230656 [5] PR: 226674 [6] Submitted by: Michael Zhilin [2], Michael Zhilin [3], Dmitry Chestnykh [4] Submitted by: Steve Wills [5], knezour [6] Security: 76e0bb86-b4cb-11eb-b9c9-6cc21735f730 Security: 62da9702-b4cc-11eb-b9c9-6cc21735f730 Release notes: https://www.postgresql.org/docs/release/
* databases/postgresql95-*: expire this versionPalle Girgensohn2021-05-151-0/+3
| | | | It is end-of-life upstreams. Please update to a later version.
* databases/libgda5-mdb: mark BROKEN (does not compile)Dmitry Marakasov2021-05-141-0/+2
| | | | Approved by: portmgr blanket
* Update KDE Gear to 21.04.1Tobias C. Berner2021-05-131-3/+3
| | | | | | | | | | | May 13, 2021. 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. Changelogs: https://kde.org/announcements/changelogs/releases/21.04.1/
* databases/mariadb103-client: Fix empty fileBernard Spil2021-05-131-0/+0
|
* databases/mariadb105-server: Security update to 10.5.10Bernard Spil2021-05-134-18/+5
| | | | | Security: 56ba4513-a1be-11eb-9072-d4c9ef517024 MFH: 2021Q2
* databases/mariadb104-server: Security update to 10.4.19Bernard Spil2021-05-135-19/+6
| | | | | Security: 56ba4513-a1be-11eb-9072-d4c9ef517024 MFH: 2021Q2
* databases/mariadb103-server: Security update to 10.3.29Bernard Spil2021-05-138-38/+12
| | | | | | Reported by: <i dani outlook com> Security: 56ba4513-a1be-11eb-9072-d4c9ef517024 MFH: 2021Q2
* databases/sqlite3: Fix installation of examples in option TCLRainer Hurling2021-05-131-1/+1
| | | | | PR: 255811 Reported by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* databases/pymongo: Update to 3.11.4Babak Farrokhi2021-05-132-5/+4
|
* databases/py-pymemcache: update to 3.4.3Alessandro Sagratini2021-05-122-4/+4
| | | | | | Changes: https://github.com/pinterest/pymemcache/releases/tag/v3.4.3 PR: 255817
* databases/py-sqlalchemy14: Update to 1.4.13Po-Chuan Hsieh2021-05-112-5/+5
| | | | Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
* databases/py-sqlalchemy-utils: Update to 0.37.1Po-Chuan Hsieh2021-05-112-4/+4
| | | | Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
* databases/py-sqlalchemy-json: Change RUN_DEPENDS from py-sqlalchemy13 to ↵Po-Chuan Hsieh2021-05-111-1/+2
| | | | | | py-sqlalchemy14 - Bump PORTREVISION for dependency change
* databases/py-rb: Update to 1.9.0Po-Chuan Hsieh2021-05-112-6/+8
| | | | Changes: https://github.com/getsentry/rb/releases
* databases/py-python-memcached: Update WWWPo-Chuan Hsieh2021-05-112-4/+3
| | | | - Cosmetic change
* databases/py-pgspecial: Update to 1.12.1Po-Chuan Hsieh2021-05-112-4/+4
| | | | Changes: https://github.com/dbcli/pgspecial/blob/master/changelog.rst
* databases/py-pgcli: Update RUN_DEPENDS after ↵Po-Chuan Hsieh2021-05-111-1/+1
| | | | f043e2bdfd2063a32f59a9100cfc80bd3a580f7a
* databases/py-flask-sqlalchemy: Update WWWPo-Chuan Hsieh2021-05-111-1/+1
|
* databases/tinycdb: Simplify MakefilePo-Chuan Hsieh2021-05-111-2/+3
|
* databases/kyototycoon: Simplify MakefilePo-Chuan Hsieh2021-05-111-1/+1
|
* Rebuild lang/rust consumers after d8837418ea743776Tobias Kortkamp2021-05-112-2/+2
|
* databases/pgpool-II-41: Update version 4.1.2=>4.1.6Muhammad Moinur Rahman2021-05-113-10/+11
| | | | | | | | | | | | | | - Pet portlint - Fix pkg-plist. Except the default pgpool.conf.sample other pgpool.conf.sample* represents different configurations for different scenario. Only the pgpool.conf.sample should create a corresponding pgpool.conf file. Hence removing the @sample directive for the other pgpool.conf.sample* Approved by: tz Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-6.html Sponsored by: Bounce Experts Differential Revision: https://reviews.freebsd.org/D30177
* databases/mongodb49: update to 4.9.0-rc1Ronald Klop2021-05-112-4/+4
| | | | PR: 255793
* databases/mongodb44: Update to 4.4.6Ronald Klop2021-05-112-4/+4
| | | | | | Changes: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#std-label-4.4.6-changelog PR: 255792
* Update IOWOW to version 1.4.11.Alexey Dokuchaev2021-05-113-4/+9
| | | | Reported by: portscout
* databases/mongodb40-tools: Update to 4.0.24Fernando Apesteguía2021-05-102-4/+4
| | | | | | PR: 255117 Reported by: ronald-lists@klop.ws Reviewed by: dev.ashevchuk@gmail.com (maintainer)