aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r557165Piotr Kubaj2020-12-062-0/+35
| | | | | | | | | | | | | databases/mariadb105-server: fix build on powerpc64 Add powerpc64 as an alternative to ppc64. Fix crc32c the same way it was fixed already for databases/rocksdb. Approved by: tier 2 blanket Notes: svn path=/branches/2020Q4/; revision=557166
* MFH: r555143Kurt Jaeger2020-11-143-5/+16
| | | | | | | | | | | | | | | | | | | | | | | databases/mantis: update 2.24.2 -> 2.24.3, fix 3 CVEs - submitter takes maintainer - added files/patch-.imgbotconfig original exists in git repo but not included in official 2.24.3 package, there might be some users with configured imgbot depending on it and there is a PLIST_FILES entry in Makefile QA: - run-tests are fine, no functional changes - database schema: unchanged (checked on pg-12) PR: 251141 Submitted by: Zoltan Alexanderson Besse <zab@zltech.eu> Relnotes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.3 Security: CVE-2020-25781, CVE-2020-25288, CVE-2020-25830 Approved by: ports-secteam (security blanket) Notes: svn path=/branches/2020Q4/; revision=555146
* MFH: r554643 r554954Bernard Spil2020-11-126-34/+46
| | | | | | | | | | | | | | | | | | databases/mariadb105-server: Security update to 10.5.7 * Cleanup/polish PLIST_SUB and SUB_LIST [1] PR: 248677 [1] Security: 4fba07ca-13aa-11eb-b31e-d4c9ef517024 databases/mariadb105-server: Bugfix update to 10.5.8 * Arbitrary InnoDB buffer pool and data file corruption Approved by: ports-secteam (joneum, fluffy) Notes: svn path=/branches/2020Q4/; revision=554978
* MFH: r554644 r554956Bernard Spil2020-11-122-4/+4
| | | | | | | | | | | | | | | databases/mariadb104-server: Security update to 10.4.16 Security: 4fba07ca-13aa-11eb-b31e-d4c9ef517024 databases/mariadb104-server: Bugfix update to 10.4.17 * Arbitrary InnoDB buffer pool and data file corruption Approved by: ports-secteam (joneum, fluffy) Notes: svn path=/branches/2020Q4/; revision=554977
* MFH: r554957Bernard Spil2020-11-122-4/+4
| | | | | | | | | | | databases/mariadb103-server: Security update to 10.3.27 Security: 4fba07ca-13aa-11eb-b31e-d4c9ef517024 Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q4/; revision=554975
* MFH: r554663Piotr Kubaj2020-11-091-0/+10
| | | | | | | | | | | | databases/mysql80-server: fix build on GCC architectures Include sys/types.h to make u_int32_t available: /usr/include/netinet/ip6.h:77:4: error: 'u_int32_t' does not name a type; did you mean 'uint32_t'? Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q4/; revision=554664
* MFH: r554144Tobias C. Berner2020-11-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Update KDE Apps to 20.08.3 Some of our projects release on their own timescale and some get released en-masse. The 20.08.3 bundle of projects was released today with dozens of bugfixes and will be available through app stores and distros soon. See the 20.08.3 releases page for details. Some of the fixes in today’s releases: * Gwenview no longer accidentally shows the thumbnail view as a separate window with newer Qt versions * Sending SMS with KDEConnect has been restored * Fixed a possible Okular crash when selecting text in annotations Announcement: https://kde.org/announcements/releases/2020-11-apps-update/ Changelog: https://kde.org/announcements/fulllog_releases-20.08.3/ Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q4/; revision=554166
* MFH: r553872Torsten Zuehlsdorff2020-11-011-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lang/php74: Update from 7.4.11 to 7.4.12 Changelog: Core: Fixed bug #80061 (Copying large files may have suboptimal performance). Fixed bug #79423 (copy command is limited to size of file it can copy). Fixed bug #80126 (Covariant return types failing compilation). Fixed bug #80186 (Segfault when iterating over FFI object). Calendar: Fixed bug #80185 (jdtounix() fails after 2037). IMAP: Fixed bug #80213 (imap_mail_compose() segfaults on certain $bodies). Fixed bug #80215 (imap_mail_compose() may modify by-val parameters). Fixed bug #80220 (imap_mail_compose() may leak memory). Fixed bug #80223 (imap_mail_compose() leaks envelope on malformed bodies). Fixed bug #80216 (imap_mail_compose() does not validate types/encodings). Fixed bug #80226 (imap_sort() leaks sortpgm memory). MySQLnd: Fixed bug #80115 (mysqlnd.debug doesn't recognize absolute paths with slashes). Fixed bug #80107 (mysqli_query() fails for ~16 MB long query when compression is enabled). ODBC: Fixed bug #78470 (odbc_specialcolumns() no longer accepts $nullable). Fixed bug #80147 (BINARY strings may not be properly zero-terminated). Fixed bug #80150 (Failure to fetch error message). Fixed bug #80152 (odbc_execute() moves internal pointer of $params). Fixed bug #46050 (odbc_next_result corrupts prepared resource). OPcache: Fixed bug #80083 (Optimizer pass 6 removes variables used for ibm_db2 data binding). Fixed bug #80194 (Assertion failure during block assembly of unreachable free with leading nop). PCRE: Updated to PCRE 10.35. Fixed bug #80118 (Erroneous whitespace match with JIT only). PDO_ODBC: Fixed bug #67465 (NULL Pointer dereference in odbc_handle_preparer). Standard: Fixed bug #80114 (parse_url does not accept URLs with port 0). Fixed bug #76943 (Inconsistent stream_wrapper_restore() errors). Fixed bug #76735 (Incorrect message in fopen on invalid mode). Tidy: Fixed bug #77040 (tidyNode::isHtml() is completely broken). Sponsored by: PHP Update Service Approved by: Approved by: ports-secteam (joneum, implicit for PHP Updates) Notes: svn path=/branches/2020Q4/; revision=553875
* MFH: r553871Torsten Zuehlsdorff2020-11-012-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lang/php73: Update from 7.3.23 to 7.3.24 Changelog: Core: Fixed bug #79423 (copy command is limited to size of file it can copy). Calendar: Fixed bug #80185 (jdtounix() fails after 2037). IMAP: Fixed bug #80213 (imap_mail_compose() segfaults on certain $bodies). Fixed bug #80215 (imap_mail_compose() may modify by-val parameters). Fixed bug #80220 (imap_mail_compose() may leak memory). Fixed bug #80223 (imap_mail_compose() leaks envelope on malformed bodies). Fixed bug #80216 (imap_mail_compose() does not validate types/encodings). Fixed bug #80226 (imap_sort() leaks sortpgm memory). MySQLnd: Fixed bug #80115 (mysqlnd.debug doesn't recognize absolute paths with slashes). Fixed bug #80107 (mysqli_query() fails for ~16 MB long query when compression is enabled). ODBC: Fixed bug #78470 (odbc_specialcolumns() no longer accepts $nullable). Fixed bug #80147 (BINARY strings may not be properly zero-terminated). Fixed bug #80150 (Failure to fetch error message). Fixed bug #80152 (odbc_execute() moves internal pointer of $params). Fixed bug #46050 (odbc_next_result corrupts prepared resource). OPcache: Fixed bug #80083 (Optimizer pass 6 removes variables used for ibm_db2 data binding). PDO_ODBC: Fixed bug #67465 (NULL Pointer dereference in odbc_handle_preparer). Standard: Fixed bug #80114 (parse_url does not accept URLs with port 0). Fixed bug #76943 (Inconsistent stream_wrapper_restore() errors). Fixed bug #76735 (Incorrect message in fopen on invalid mode). Tidy: Fixed bug #77040 (tidyNode::isHtml() is completely broken). Sponsored by: PHP Update Service Approved by: Approved by: ports-secteam (joneum, implicit for PHP Updates) Notes: svn path=/branches/2020Q4/; revision=553874
* MFH: r552808Jochen Neumeister2020-10-293-6/+6
| | | | | | | | | | | | | | databases/mysq57-{client, server}: Update to latest release 5.7.32 Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-32.html Sponsored by: Netzkommune GmbH Security: 4fba07ca-13aa-11eb-b31e-d4c9ef517024 Approved by: ports-secteam (with hat) Notes: svn path=/branches/2020Q4/; revision=553602
* MFH: r552757Jochen Neumeister2020-10-292-4/+4
| | | | | | | | | | | | | | databases/mysq56-{client, server}: Update to latest release 5.6.50 Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-50.html Sponsored by: Netzkommune GmbH Security: 4fba07ca-13aa-11eb-b31e-d4c9ef517024 Approved by: ports-secteam (with hat) Notes: svn path=/branches/2020Q4/; revision=553601
* MFH: r553599Jochen Neumeister2020-10-2912-56/+102
| | | | | | | | | | | | | | databases/mysql80-{client, server}: Update to latest release 8.0.22 Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-22.html Security: 4fba07ca-13aa-11eb-b31e-d4c9ef517024 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Notes: svn path=/branches/2020Q4/; revision=553600
* MFH: r553177Bernard Spil2020-10-262-4/+4
| | | | | | | | | | | databases/mariadb103-server: Security update to 10.3.25 Security: a2565962-1156-11eb-9c9c-d4c9ef517024 Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q4/; revision=553377
* MFH: r553184Bernard Spil2020-10-244-6/+14
| | | | | | | | | | | | | | databases/mariadb105-server: Security update to 10.5.6 * Partial rc.d fixes from [1] PR: 217247 [1] Security: a2565962-1156-11eb-9c9c-d4c9ef517024 Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q4/; revision=553189
* MFH: r553187Bernard Spil2020-10-243-5/+5
| | | | | | | | | | | | | | databases/mariadb104-server: Security update to 10.4.15 * Fix server start on clean install [1] PR: 247413 [1] Security: a2565962-1156-11eb-9c9c-d4c9ef517024 Approved by: ports-secteam (fluffy) Notes: svn path=/branches/2020Q4/; revision=553188
* MFH: r551634 r551663 r551702 r552356Piotr Kubaj2020-10-211-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/postgresql13-server: fix build on GCC architectures Add the previously removed disabling of LLVM when it's not in base. databases/postgresql13-server: fix build on clang architectures Move LLVM option configuration after including bsd.port.options.mk. Reported by: kib@ databases/postgresql13-server: make LLVM option unselectable This will still keep this port and its slaves buildable on the package builder on powerpc64, and I doubt anyone uses it on mips*. Reported by: kib@, adamw@ Fix options breakage from r551702. Make LLVM option work again on everything but powerpc64. PR: 250346 Submitted by: Christian Ullrich Approved by: portmgr (fix build blanket) Notes: svn path=/branches/2020Q4/; revision=552883
* MFH: r551930Tobias C. Berner2020-10-152-3/+6
| | | | | | | | | | | | | | KDE Release Service 20.08.2 update Dozens of KDE apps are getting new releases from KDE’s release service. New features, usability improvements, re-designs and bug fixes all contribute to helping boost your productivity and making this new batch of applications more efficient and pleasant to use. Approved by: ports-secteam (joneum) Notes: svn path=/branches/2020Q4/; revision=552439
* Remove outdated PERL_LEVEL check after lang/perl5.26 removalSunpoet Po-Chuan Hsieh2020-10-011-7/+1
| | | | Notes: svn path=/head/; revision=550816
* Update to 1.17Sunpoet Po-Chuan Hsieh2020-10-012-8/+14
| | | | | | | | | | | - Add LICENSE - Update version requirement of *_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Search-InvertedIndex Notes: svn path=/head/; revision=550798
* Remove outdated PERL_LEVEL check after lang/perl5.26 removalSunpoet Po-Chuan Hsieh2020-10-011-7/+1
| | | | Notes: svn path=/head/; revision=550770
* Try to fix build on recent FreeBSD versions where clang version > llvm defaultPalle Girgensohn2020-09-303-17/+29
| | | | | | | | | | | | | | | | | ports version. Fix this by depending on a higher version of llvm if such a version exixts, and otherwise use a clang version compatible with the latest llvm. Using llvm was previously dependant on clang being used, and this did not quite work for all cases due to some weird order of variables in the Makefile. The result was that the option set by the used was not really honored. The portrevision is bumped to reflect that the setting of LLVM might not have worked before this portrevison. PR: 244403 Notes: svn path=/head/; revision=550749
* databases/py-alembic: Update version 1.4.2=>1.4.3Muhammad Moinur Rahman2020-09-302-4/+12
| | | | | | | | | | - Add TEST framework - Mark NO_ARCH Relnotes: https://alembic.sqlalchemy.org/en/latest/changelog.html Notes: svn path=/head/; revision=550733
* databases/geoserver-mysql-plugin: Update version 2.17.2=>2.18.0Muhammad Moinur Rahman2020-09-302-6/+6
| | | | Notes: svn path=/head/; revision=550725
* Mark BROKENAntoine Brodin2020-09-301-0/+2
| | | | | | | | | | | Fatal CIRCULAR-DEPENDENCY: Circular dependency: ((#<LOAD-OP> . #<SYSTEM "simple-date">) (#<LOAD-OP> . #<SYSTEM "simple-date-postgres-glue">) (#<LOAD-OP> . #<MODULE "simple-date-postgres-glue" "simple-date">) (#<LOAD-OP> . #<CL-SOURCE-FILE "simple-date-postgres-glue" "simple-date" "cl-postgres-glue">) (#<PREPARE-OP> . #<CL-SOURCE-FILE "simple-date-postgres-glue" "simple-date" "cl-postgres-glue">) (#<PREPARE-OP> . #<MODULE "simple-date-postgres-glue" "simple-date">) (#<PREPARE-OP> . #<SYSTEM "simple-date-postgres-glue">)) Fatal error in "buildapp" : Error #<SILENT-EXIT-ERROR #x3020005BBF5D> Reported by: pkg-fallout Notes: svn path=/head/; revision=550670
* databases/freetds-devel: Update version 1.2.27=>1.2.38Muhammad Moinur Rahman2020-09-302-4/+4
| | | | Notes: svn path=/head/; revision=550641
* databases/freetds: Update version 1.2.4=>1.2.5Muhammad Moinur Rahman2020-09-302-4/+4
| | | | Notes: svn path=/head/; revision=550639
* Update to 0.19.0Sunpoet Po-Chuan Hsieh2020-09-292-5/+5
| | | | | | | Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md Notes: svn path=/head/; revision=550578
* Update to 2.7.11Sunpoet Po-Chuan Hsieh2020-09-292-4/+4
| | | | | | | Changes: https://github.com/petergoldstein/dalli/blob/master/History.md Notes: svn path=/head/; revision=550577
* Update to 1.19.5Sunpoet Po-Chuan Hsieh2020-09-292-4/+4
| | | | | | | | Changes: https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog https://github.com/frictionlessdata/tableschema-py/commits/master Notes: svn path=/head/; revision=550564
* Update to 1.8Sunpoet Po-Chuan Hsieh2020-09-292-6/+5
| | | | | | | Changes: https://github.com/getsentry/rb/blob/master/CHANGES Notes: svn path=/head/; revision=550563
* Update to 2.0.2Sunpoet Po-Chuan Hsieh2020-09-292-4/+4
| | | | | | | Changes: https://github.com/tds-fdw/tds_fdw/releases Notes: svn path=/head/; revision=550547
* Update to 2.10.0Sunpoet Po-Chuan Hsieh2020-09-293-15/+13
| | | | | | | | | | - Update MASTER_SITES: use upstream release tarball Changes: https://github.com/plproxy/plproxy/releases https://plproxy.github.io/changelog.html Notes: svn path=/head/; revision=550546
* First batch at upgrading gnome to 3.36/3.38Baptiste Daroussin2020-09-293-37/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports depending on it Update bijiben to 3.38.0 Update gnome-calendar to 3.38.0 Update gnome-contacts to 3.38 Update gnome-maps to 3.38.0 Patch gnome-todo to work with newer evolution-dataserver (patched obtained from OpenBSD/Archlinux) Update evolution to 3.38.0 Update evolution-ews to 3.38.0 (among changes it brings support for office365) Update folks to 0.14.0 Update cheese to 3.38.0 Update aisleriot to 3.22.9 Update five-or-more to 3.22.2 Update fastream to 0.2.9 Update gnome-control-center to 3.36.4 Update gnmoe-settings-daemon to 3.38.0 Update meld to 3.21.0 Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of all dependant ports not touched by this update Update gnome-session to 3.38.0 Update gnome-shell to 3.36.6, now run depends on gdm Update gnome-shell-extensions to 3.36.3 Update mutter to 3.36.6 Notes: svn path=/head/; revision=550494
* databases/mongodb36: update 3.6.19 -> 3.6.20Kurt Jaeger2020-09-282-4/+4
| | | | | | | | | | PR: 249890 Submitted by: Ronald Klop <ronald-lists@klop.ws> Approved by: dev@dudu.ro (maintainer) Relnotes: https://docs.mongodb.com/manual/release-notes/3.6/#sep-14-2020 Notes: svn path=/head/; revision=550415
* Reset MAINTAINERTobias Kortkamp2020-09-283-3/+3
| | | | Notes: svn path=/head/; revision=550400
* Fix building with LLVMPalle Girgensohn2020-09-272-37/+38
| | | | | | | | | | | | | | | | | | Fix a plist issue [1]. Make sure the LLVM options are correctly handled. Setting the OPTIONS_DEFAULT conditionally based on wheather the default compiler is cland doesn't work properly, it is always set even if you deselect it. Just setting it per default seems to work better. Attempt a fix for building on FreeBSD-13.0 where clang is newer than the default LLVM. First attempt is to use an lower version clang to match what LLVM has as default. [2] PR: 244403 [2], 249933 [2], 249875 [1] Notes: svn path=/head/; revision=550339
* Fix = location in LICENSE_FILESunpoet Po-Chuan Hsieh2020-09-271-2/+2
| | | | Notes: svn path=/head/; revision=550332
* Canonicalize flags for powerpc64le as per powerpc64.Mark Linimon2020-09-271-1/+2
| | | | Notes: svn path=/head/; revision=550254
* Canonicalize *_DEPENDS for powerpc64le the same way as for powerpc64.Mark Linimon2020-09-271-2/+4
| | | | | | | | | | While here, include a change that I have had in my tree for some time, to turn a .error message into IGNORE= as per the Porter's Handbook. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550253
* Mark BROKEN on powerpc64le the same as on powerpc64.Mark Linimon2020-09-271-4/+4
| | | | | | | | | While here, move the BROKEN/ARCH lines to appease portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550250
* update to 3.10.1Mikolaj Golub2020-09-262-4/+4
| | | | Notes: svn path=/head/; revision=550163
* New port: databases/mongodb-toolsKurt Jaeger2020-09-265-0/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://docs.mongodb.com/database-tools/#versioning the versioning of mongodb-tools changed. One version of mongodb-tools for all future mongodb versions. - removed mongoreplay: it does not exist (anymore) - enabled all tools: I don't know the history why these were not enabled - builds and runs on aarch64 - Add WWW to official documentation -------- Useful utilities for managing a MongoDB instance written in Go. - bsondump - display BSON files in a human-readable format - mongoimport - Convert data from JSON, TSV or CSV and insert them into a collection - mongoexport - Write an existing collection to CSV or JSON format - mongodump/mongorestore - Dump MongoDB backups to disk in .BSON format, or restore them to a live database - mongostat - Monitor live MongoDB servers, replica sets, or sharded clusters - mongofiles - Read, write, delete, or update files in GridFS - mongotop - Monitor read/write activity on a mongo server WWW: https://github.com/mongodb/mongo-tools WWW: https://docs.mongodb.com/database-tools/ PR: 249426 Submitted by: Ronald Klop <ronald-lists@klop.ws> Notes: svn path=/head/; revision=550139
* Upgrade to 1.2.3 which is required for gitlab-ce 13.4.Matthias Fechner2020-09-262-5/+4
| | | | Notes: svn path=/head/; revision=550111
* Update to 1.9.0 which is required for gitlab-ce 13.4.Matthias Fechner2020-09-262-5/+5
| | | | Notes: svn path=/head/; revision=550110
* Fix datadir 12->13Palle Girgensohn2020-09-252-2/+2
| | | | | | | Submitted by: Raivo Hool Notes: svn path=/head/; revision=550053
* Fix depenedency for postgresql13-contribPalle Girgensohn2020-09-255-6/+6
| | | | | | | | | | | And avoid hardcoding the version for all other versions as well, per suggestion in the PR. PR: 249888 Submitted by: Christian Ullrich Notes: svn path=/head/; revision=550051
* Upgrade libgweather to 3.36.1Baptiste Daroussin2020-09-251-1/+1
| | | | | | | As the ABI has been broken bump portrevision of consumers Notes: svn path=/head/; revision=550039
* databases/sqlite3: fix build on powerpc64lePiotr Kubaj2020-09-241-0/+1
| | | | | | | Specify that powerpc64le is little-endian, sqlite thinks all powerpc* are big-endian. Notes: svn path=/head/; revision=549969
* Also enable on powerpc64le.Mark Linimon2020-09-241-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=549955
* Welcome PostgreSQL 13Palle Girgensohn2020-09-2457-318/+4220
| | | | | | | Release notes: https://www.postgresql.org/about/news/2077/ Notes: svn path=/head/; revision=549921