summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)Author
2024-02-14databases/{,py-}duckdb: update 0.9.2 → 0.10.0Yuri Victorovich
Reported by: portscout
2024-02-13databases/surrealdb: update 1.1.1 → 1.2.0Yuri Victorovich
Reported by: portscout
2024-02-13devel/boost: bump consumers after library updateDima Panov
2024-02-13databases/cego: update 2.48.40 -> 2.48.41Björn Lemke
- Patch added in CegoProcedure::cleanup to set pMasterBlock to zero. In some cases, the setup master block lead to usage leaks for user function calls. See check110.sql as a sample to cause this problem.
2024-02-11databases/pgrouting: fix build on 32-bitsPiotr Kubaj
/wrkdirs/usr/ports/databases/pgrouting/work/pgrouting-3.6.0/src/cpp_common/get_check_data.cpp:365:12: error: no matching function for call to 'get_array' return get_array(pg_array, the_size, true); ^~~~~~~~~ /wrkdirs/usr/ports/databases/pgrouting/work/pgrouting-3.6.0/src/cpp_common/get_check_data.cpp:265:1: note: candidate function not viable: no known conversion from 'uint64_t *' (aka 'unsigned long long *') to 'size_t *' (aka 'unsigned int *') for 2nd argument get_array(ArrayType *v, size_t *arrlen, bool allow_empty) { ^ 1 error generated.
2024-02-11databases/py-pglast: fix build on powerpc* by removing outdated patchPiotr Kubaj
While here, also enable on armv6, armv7 and aarch64.
2024-02-11databases/tiledb: fix build on non-amd64Piotr Kubaj
1. Fix build on powerpc by adding -Wno-c++11-narrowing. 2. Disable AVX2 by default since only modern amd64 supports it.
2024-02-11all: Bump PORTREVISION after lang/go* updateAshish SHUKLA
PR: 276530
2024-02-11databases/gmdb2: Move man to share/manRainer Hurling
2024-02-10databases/timescaledb: Update to 2.14.0Kevin Bowling
2024-02-10databases/mdbtools: Move man to share/manRainer Hurling
While here, also move libmdbodbc and libmdbodbcW files from lib/odbc to standard location for odbc libraries under lib.
2024-02-10databases/rubygem-pghero-rails61: Update version 3.4.0=>3.4.1Muhammad Moinur Rahman
Changelog: https://github.com/ankane/pghero/releases/tag/v3.4.1
2024-02-10databases/grass7: remove LAS option due to devel/liblas, bump PORTREVISIONRene Ladan
2024-02-08databases/postgresql??-*: Update to latest versionPalle Girgensohn
The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 16.2, 15.6, 14.11, 13.14, and 12.18. This release fixes one security vulnerability and over 65 bugs reported over the last several months. If you use GIN indexes, you may need to reindex after updating to this release. Please see the release notes for more information. URL: https://www.postgresql.org/about/news/postgresql-162-156-1411-1314-and-1218-released-2807/ Release notes: https://www.postgresql.org/docs/release/ Security: 19e6dd1b-c6a5-11ee-9cd0-6cc21735f730
2024-02-08databases/redis-devel: Update to 20240207 snapshotYasuhiro Kimura
Changes: https://github.com/redis/redis/compare/8d675950e...81666a651
2024-02-08databases/closql-devel: Update to latest snapshotYasuhiro Kimura
Changes: https://github.com/magit/closql/compare/909752e...dc8cacb
2024-02-08databases/emacsql-devel: Update to latest snapshotYasuhiro Kimura
Changes: https://github.com/magit/emacsql/compare/59de83a...fdcf447
2024-02-08databases/pg.el: Update to 0.27Yasuhiro Kimura
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.27/CHANGELOG.md
2024-02-08databases/emacs-sqlite3-api: Update to 0.18Yasuhiro Kimura
Changes: https://github.com/pekingduck/emacs-sqlite3-api/compare/v0.17...v0.18
2024-02-07databases/cego: fix distinfoBjörn Lemke
Author: Björn Lemke <lemke@lemke-it.com>
2024-02-06databases/pg_vector: Rename to match upstream and fix licenseTorsten Zuehlsdorff
Also split DISTVERSION into PORTVERSION and DISTVERSIONPREFIX PR: 276846 Reported by: Andrew Kane <andrew@ankane.org>
2024-02-05databases/cego: update 2.48.38 -> 2.48.40Björn Lemke
- Patch added in CegoAdminThread::srvParameterInfo to list current QUEUEDELAY value and configured scandal formats ( SCANDATETIMEFORMAT ) - Small patch on CegoDistManager::startTableSet, improvement for exception message added Author: Bjoern Lemke <lemke@lemke-it.com>
2024-02-05databases/pg_vector: Update from 0.5.1 to 0.6.0Torsten Zuehlsdorff
Changelog: * Changed storage for vector from extended to external * Added support for parallel index builds for HNSW * Added validation for GUC parameters * Improved performance of HNSW * Reduced memory usage for HNSW index builds * Reduced WAL generation for HNSW index builds * Fixed error with logical replication * Fixed invalid memory alloc request size error with HNSW index builds * Moved Docker image to pgvector org * Added Docker tags for each supported version of Postgres * Dropped support for Postgres 11 PR: 276771 Reported by: wen
2024-02-04databases/qdrant: Broken on armv7Yuri Victorovich
Reported by: portscout
2024-02-04databases/surrealdb: Broken on armv7Yuri Victorovich
Reported by: fallout
2024-02-03databases/p5-SQL-Translator: Update to 1.65Wen Heping
2024-02-01databases/lmdb: upgrade to 0.9.32Xin LI
2024-02-01databases/mysql80-server: fix build with clang 16Dimitry Andric
Similar to bug 272295, building databases/mysql80-server with clang 16 or higher can result in an error: /wrkdirs/usr/ports/databases/mysql80-server/work/mysql-8.0.35/boost/boost_1_77_0/boost/mpl/aux_/integral_wrapper.hpp:73:31: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'udt_builtin_mixture_enum' [-Wenum-constexpr-conversion] 73 | typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior; | ^ /wrkdirs/usr/ports/databases/mysql80-server/work/mysql-8.0.35/boost/boost_1_77_0/boost/mpl/aux_/static_cast.hpp:24:47: note: expanded from macro 'BOOST_MPL_AUX_STATIC_CAST' 24 | # define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr) | ^ This is because the vendored copy of boost in mysql80-server is using undefined behavior in a possibly constexpr context. Fix this by unconditionally enabling the "boost workaround" for aux wrapper value types in integral_wrapper.hpp. PR: 276749 Approved by: joneum (maintainer) MFH: 2024Q1
2024-01-31databases/postgresql-plv8js: bump to 3.2.2Michael Zhilin
Reported by: portscout Relnotes: https://github.com/plv8/plv8/commit/2669d52a44bf6d65da840f06fcb603d9bd41fba0 Sponsored by: Postgres Professional
2024-01-31databases/libgda5: Moved man to share/manMuhammad Moinur Rahman
Approved by: portmgr (blanket)
2024-01-31security/courier-authlib: Update to 0.72.1Guido Falsi
- Add new depndencies - Regenerate patches - Reset PORTREVISION on slave ports While here move man pages to share/man.
2024-01-30Mk/Uses: Move man to share/man for kde frameworkMuhammad Moinur Rahman
All ports utilizing USES=kde has been tested. If there are breakage on other parts of the tree buzz me. Approved by: portmgr (blanket)
2024-01-30databases/mroonga: Moved man to share/manMuhammad Moinur Rahman
2024-01-30multiple_ports: Update MAINTAINERZsolt Udvari
Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports: audio/musicpc converters/R-cran-jsonlite databases/R-cran-cachem databases/R-cran-fastmap databases/adminer deskutils/fet devel/R-cran-cli devel/R-cran-fansi devel/R-cran-later devel/R-cran-purrr devel/R-cran-vctrs devel/lua-sysctl ftp/R-cran-curl graphics/R-cran-colorspace graphics/R-cran-ggrepel graphics/R-cran-magick graphics/diff-pdf graphics/mupdf graphics/timg graphics/zathura-pdf-mupdf mail/squirrelmail-translations mail/squirrelmail math/R-cran-gtable math/R-cran-isoband math/geogebra misc/R-cran-xfun misc/histring print/R-cran-knitr security/R-cran-digest sysutils/hcloud sysutils/py-rdiff-backup textproc/R-cran-highr textproc/R-cran-htmltools textproc/R-cran-stringi textproc/R-cran-stringr textproc/R-cran-utf8 textproc/R-cran-yaml textproc/urlview www/kohana x11-wm/herbstluftwm x11/bemenu x11/dzen2 x11/stalonetray Approved by: bofh (mentor), diizzy (mentor) Differential Revision: https://reviews.freebsd.org/D43614
2024-01-28databases/surrealdb: Correct licenseYuri Victorovich
... change it to custom license BSL11 as suggested in bug#273952.
2024-01-29databases/redis70: update to 7.0.15 with fix CVE-2023-41056Vladimir Druzenko
Security fixes: * (CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory buffers which can result in incorrect accounting of buffer sizes and lead to heap overflow and potential remote code execution. Changelog: https://github.com/redis/redis/releases/tag/7.0.15 PR: 276255 Approved by: yasu (maintainer, timeout > 14 days), arrowd (mentor) MFH: 2024Q1
2024-01-29databases/redis: update to 7.2.4 with fix CVE-2023-41056Vladimir Druzenko
Security fixes: * (CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory buffers which can result in incorrect accounting of buffer sizes and lead to heap overflow and potential remote code execution. Bug fixes: * Fix crashes of cluster commands clusters with mixed versions of 7.0 and 7.2 (#12805, #12832) * Fix slot ownership not being properly handled when deleting a slot from a node (#12564) * Fix atomicity issues with the RedisModuleEvent_Key module API event (#12733) Changelog: https://github.com/redis/redis/releases/tag/7.2.4 PR: 276255 Approved by: yasu (maintainer, timeout > 14 days), arrowd (mentor) MFH: 2024Q1
2024-01-28databases/db: Move manpages to share/manHelge Oldach
Not bumping PORTREVISION because it ends up in the distinfo. Approved by: portmgr (blanket)
2024-01-27*/*: Chase editors/emacs updateJoseph Mingrone
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific paths - Bump PORTREVISION of ports with USES=emacs. This is required for two reasons. Emacs lisp files need to be byte compiled for the new Emacs version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR need to be relocated. Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D43615
2024-01-27*: Autotools manpages fixNuno Teixeira
Approved by: portmgr (blanket)
2024-01-27databases/pgbarman: update to 3.10.0Matthew Seaman
Upstream are no longer providing the PDF of the barman manual, so delete the DOCS option. Changes: https://github.com/EnterpriseDB/barman/releases/tag/release%2F3.10.0 Reported by: portscout
2024-01-26security/gvm: update to 23.2.0Jose Alonso Cardenas Marquez
- databases/pg-gvm: update to 22.6.4 - security/gsa: update to 23.0.0 - security/gsad: update to 22.9.0 - security/gvm-libs: update to 22.8.0 - security/gvmd: update to 23.2.0 - security/openvas: update to 22.7.9 - security/py-gvm-tools: update to 24.1.0 - security/py-notus-scanner: update to 22.6.2 - security/py-ospd-openvas: update to 22.6.2 - security/py-python-gvm: update to 24.1.0 - security/py-greenbone-feed-sync: update to 23.10.0
2024-01-26*/geoserver*: Update version 2.24.1=>2.24.2Muhammad Moinur Rahman
Changelog: https://geoserver.org/announcements/2024/01/24/geoserver-2-24-2-released.html
2024-01-26databases/mysqltcl: Unbreak with MySQL 8.x, bump PORTREVISIONRyan Steinmetz
2024-01-25databases/isql-viewer: Remove expired portMuhammad Moinur Rahman
2024-01-24 databases/isql-viewer: Requires old mysql versions and last upstream release was in 2004
2024-01-25*/*: sparc64 cleanupMuhammad Moinur Rahman
Even after dropping sparc64 support along with 12 some were present in the codebase. Remove the remnants. Approved by: portmgr (blanket)
2024-01-25databases/pg_stat_kcache: Upgrade to 2.2.3Palle Girgensohn
Release notes: https://github.com/powa-team/pg_stat_kcache/releases/tag/REL2_2_3
2024-01-25databases/mongodb70: update to 7.0.5Ronald Klop
Changes: https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.5---jan-5--2024 - version bump - poudriere stage-qa: ok (aarch64)
2024-01-25databases/mongodb60: update to 6.0.13Ronald Klop
Changes: https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.13---jan-18--2024 - version bump - poudriere stage-qa: ok (aarch64)
2024-01-25databases/mongodb50: update to 5.0.24Ronald Klop
Changes: https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.24---jan-18--2024 - version bump - only build the community edition. Skip "enterprise" module. Similar as: mongodb44 in d68520a06cb2d9 - poudriere stage-qa: ok (aarch64)