| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Changes:
https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/#100.7.4-changelog
* version bump
* remove mongodb40-tools from CONFLICTS; port is gone
* poudriere stage-qa: ok
|
|
|
|
|
|
|
|
|
|
| |
Release Candidate
Please read the notes before using:
https://www.mongodb.com/docs/v7.0/release-notes/7.0/#release-notes-for-mongodb-7.0--release-candidate-
* trivial version bump
* poudriere stage-qa: ok
|
|
|
|
|
|
|
|
| |
Changes:
https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.8---jul-13--2023
* trivial version bump
* poudriere stage-qa: ok
|
|
|
|
|
|
|
|
| |
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.19---jul-13--2023
* trivial version bump
* poudriere stage-qa: ok
|
|
|
|
|
|
|
|
| |
Changes:
https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.23---jul-13--2023
* trivial version bump
* poudriere stage-qa: ok
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
| |
- Add LICENSE BSD3CLAUSE
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
| |
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
| |
ChangeLog: https://metacpan.org/dist/Redis-Fast/changes
PR: 272557
|
|
|
|
|
|
|
| |
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853
|
|
|
|
| |
PR: 272613
|
|
|
|
| |
Changes https://github.com/timescale/timescaledb/releases/tag/2.11.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
At a fundamental level, this extension grants access to a number of
functions provided by the libidn and libidn2 libraries. Not all of the
functions provided by these libraries are exposed.
Whenever possible, the code will transform the encoding of the data in
the database to UTF-8 before further processing.
WWW: https://github.com/dyninc/postgresql-idn
Sponsored by: Bounce Commerce
|
|
|
|
|
|
|
| |
Now requires postgresql 14 or above.
Changes: https://github.com/citusdata/citus/blob/v12.0.0/CHANGELOG.md
Reported by: portscout
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
Changelog: https://github.com/coleifer/unqlite-python/releases/tag/0.9.6
|
|
|
|
|
| |
Changelog:
https://github.com/mysql/mysql-connector-python/releases/tag/8.1.0
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
- Add LICENSE LGPL21
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
| |
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
|
|
|
|
| |
PR: 272449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Patch addd for tableset stop procedure.
With the new optimized stored procedure handling ( CegoFunction module ),
the object cleanup must be done BEFORE the tableset is finally stopped.
Otherwise an uncaught exception occurs ( tableset not online )
which results in database crash after tableset shutdown.
Several modules have been modified for this
- In CegoFunction constructors, added _pProc = 0 initialization
for decoding and fromElement constructors. This avoids a set fault,
in case of database recovery, when a predicate expression
with user function is dedoded from log file
Author: Björn Lemke <lemke@lemke-it.com>
|
|
|
|
|
| |
- Broken on all supported FreeBSD releases for more than an year
- Set EXPIRATION_DATE to 2023-08-16
|
|
|
|
| |
Reported by: fallout
|
|
|
|
| |
Changelog: https://github.com/coleifer/unqlite-python/releases/tag/0.9.5
|
|
|
|
| |
Changelog: https://www.repmgr.org/docs/current/release-5.4.1.html
|
|
|
|
| |
Changelog: https://github.com/coleifer/unqlite-python/releases/tag/0.9.4
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without this patch, there is a circular dependency if Akonadi is built with
kaccounts-integration installed, as Akonadi has an optional dependency on
kaccounts-integration and libaccounts-qt5 that makes the port silently depend
on libkaccounts.so and libaccounts-qt5.so. kaccounts-integration, on the
other hand, had a dependency on Akonadi that was probably inherited from the
Qt4 version, as the Akonadi plugin was removed from the code base in 2015.
Reviewed by: rakuco, tcberner
Tested by: tcberner
Approved by: tcberner (mentor, kde@)
Differential Revision: https://reviews.freebsd.org/D41019
|
|
|
|
| |
Reported by: portscout
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
call of Redis::pconnect()
Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3 too.
Upstream issue: https://github.com/phpredis/phpredis/issues/2041
PR: 272451
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor)
Obtained from: https://github.com/phpredis/phpredis/issues/2041
Differential Revision: https://reviews.freebsd.org/D40984
MFH: 2023Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
call of Redis::pconnect()
Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3 too.
Upstream issue: https://github.com/phpredis/phpredis/issues/2041
PR: 272451
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor)
Obtained from: https://github.com/phpredis/phpredis/issues/2041
Differential Revision: https://reviews.freebsd.org/D40984
MFH: 2023Q3
|
| |
|
|
|
|
|
|
| |
Changelog: https://groups.google.com/g/redis-db/c/JDjKS0GubsQ
MFH: 2023Q3
Security: 0e254b4a-1f37-11ee-a475-080027f5fec9
|
|
|
|
|
|
| |
Changelog: https://groups.google.com/g/redis-db/c/JDjKS0GubsQ
MFH: 2023Q3
Security: 0e254b4a-1f37-11ee-a475-080027f5fec9
|
|
|
|
|
|
|
| |
Changes: https://github.com/redis/redis/compare/6bf9b144e...936cfa464
MFH: 2023Q3
Security: 0e254b4a-1f37-11ee-a475-080027f5fec9
Security: 6fae2d6c-1f38-11ee-a475-080027f5fec9
|
|
|
|
|
|
|
| |
ChangeLog: https://groups.google.com/g/redis-db/c/JDjKS0GubsQ
MFH: 2023Q3
Security: 0e254b4a-1f37-11ee-a475-080027f5fec9
Security: 6fae2d6c-1f38-11ee-a475-080027f5fec9
|
| |
|
|
|
|
| |
Changes: https://metacpan.org/dist/DBIx-Connector/changes
|
|
|
|
| |
Changes: https://github.com/state-machines/state_machines-activemodel/commits/master
|
|
|
|
| |
Changes: https://github.com/tarantool/tarantool-python/releases
|
|
|
|
| |
Changes: https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md
|
|
|
|
| |
Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
|
|
|
|
| |
Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
|
|
|
|
| |
Changes: https://github.com/edelooff/sqlalchemy-json/blob/master/README.rst#changelog
|
|
|
|
|
|
| |
- Add SHAPELY option
Changes: https://github.com/geoalchemy/geoalchemy2/releases
|