Bernard Spil
d677c86d11
databases/mariadb-connector-odbc: Fix linking libssl
...
PR: 247344
Submitted by: Robert Nagy <robert openbsd org>
2020-06-22 09:48:38 +00:00
Matthew Seaman
8f054846da
Update to 9.3.1
...
ChangeLog: https://github.com/citusdata/citus/blob/v9.3.1/CHANGELOG.md
2020-06-18 19:36:37 +00:00
Li-Wen Hsu
7fe7f1d7b7
Update to 5.7.30-25.22
...
PR: 247348
Submitted by: maintainer
2020-06-18 06:57:40 +00:00
Li-Wen Hsu
ac76198680
Update to 5.6.48-25.30
...
PR: 247346
Submitted by: maintainer
2020-06-18 06:56:19 +00:00
Li-Wen Hsu
36b536a29c
- Update to 4.2.8
...
PR: 247356
Submitted by: Ronald Klop <ronald-lists@klop.ws > (maintainer)
2020-06-18 06:41:28 +00:00
Li-Wen Hsu
d596dc1476
- Update to 4.2.8
...
PR: 247355
Submitted by: Ronald Klop <ronald-lists@klop.ws > (maintainer)
2020-06-18 06:41:02 +00:00
Li-Wen Hsu
6f4e17b0d8
- Update to 1.14.0
...
PR: 247362
Submitted by: maintainer
2020-06-18 03:54:10 +00:00
Sunpoet Po-Chuan Hsieh
cb333cf1ec
Move devel/swig30 to devel/swig and update to 4.0.1
...
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine
2020-06-17 18:17:45 +00:00
Sunpoet Po-Chuan Hsieh
de428e3916
Update to 4.2.1
...
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2020-06-17 18:01:33 +00:00
Sunpoet Po-Chuan Hsieh
eff6c70eea
Update to 3.12.3
...
Changes: https://metacpan.org/changes/distribution/DBD-Pg
2020-06-17 18:00:09 +00:00
Bernard Spil
c8ea849016
databases/mariadb-connector-odbc: Update to 3.1.7
...
* Fix SSL detection as well
PR: 247344
Reported by: Robert Nagy <robert openbsd org>
2020-06-17 17:49:42 +00:00
Bernard Spil
18d5867804
databases/mariadb-connector-c: Update to 3.1.8
2020-06-17 17:47:30 +00:00
Joseph Mingrone
15b3881e46
databases/grass7: Fix build with NLS knob turned off
...
Approved by: lbartoletti (maintainer)
Differential Revision: https://reviews.freebsd.org/D25287
2020-06-17 11:45:37 +00:00
Xin LI
6c3f69c928
databases/lmdb: in db_env_close0(), destroy robust mutexes if we are
...
the only remaining user.
When closing an lmdb database, all memory and file descriptor resources
are released, including the shared memory pages that contained the
robust mutex.
However, before this commit, prior to unmapping the pages that contained
the robust mutexex, lmdb did not destroy the mutexes first. This would
create a problem when an application opens and closes a database, then
open it again.
According to libthr(3), by default, a shared lock backed by a mapped
file in memory is automatically destroyed on the last unmap of the
corresponding file' page, which is allowed by POSIX.
After unmapping the shared pages, the kernel writes off all active
robust mutexes associated with these pages. However, the userland
threading library still keeps the record (pshared_lookup in
thr_pshared.c of libthr) for these objects as they are not really
destroyed before, so that it don't have to ask the kernel every
time when looking them up.
Now, a later re-open of the database might have mapped the lock file
to the same memory location. Because the threading library have
remembered the robust mutex object, it would just reuse it even though
it was already invalid from kernel's point of view. Unfortunately,
regular lock operations would still work for this process.
Should another lmdb process opens the same database, it would attempt
to obtain the robust mutex (no longer recognized by kernel) because it
would see another process holding a file lock, but that would fail
because the robust mutex is invalid for the kernel.
Explicitly destroy the mutex if we are the last remaining user to ensure
the mutex is always in a known defined state.
OpenLDAP ITS #9278
With debugging help from: kib
PR: 244493
MFH: 2020Q2
2020-06-16 21:51:55 +00:00
Mikael Urankar
4b560277fc
databases/mongodb40: Update to 4.0.18
...
PR: 245976
Submitted by: Ronald Klop
Approved by: Andrew Shevchuk (maintainer)
2020-06-16 16:36:12 +00:00
Mark Linimon
632db3c807
Add files/patch-cmake__modules_SetupCxxFlags.cmake to fix build on
...
powerpc:
SSE4.2 required but compiler doesn't support it.
Approved by: portmgr (tier-2 blanket)
2020-06-16 16:34:51 +00:00
Yuri Victorovich
a187948dbf
databases/arrow: Update 0.17.0-414 -> 0.17.1
...
Reported by: portscout
2020-06-16 16:09:51 +00:00
Yuri Victorovich
7eab892787
New port: databases/arrow: Apache Arrow: Columnar in-memory analytics layer for big data
2020-06-15 22:50:54 +00:00
Sunpoet Po-Chuan Hsieh
ead48a90c2
Update to 4.2.0
...
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2020-06-15 18:50:38 +00:00
Sunpoet Po-Chuan Hsieh
b709aeb0e4
Update to 3.32.2
...
Changes: https://github.com/rogerbinns/apsw/releases
https://rogerbinns.github.io/apsw/changes.html
2020-06-15 18:46:34 +00:00
Sunpoet Po-Chuan Hsieh
85ef61ab60
Update to 3.12.2
...
Changes: https://metacpan.org/changes/distribution/DBD-Pg
2020-06-15 18:45:01 +00:00
Sunpoet Po-Chuan Hsieh
f5ad63d8a7
Update to 1.4.16
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2020-06-15 18:44:51 +00:00
Sunpoet Po-Chuan Hsieh
20b2635617
Update to 1.4.16
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2020-06-15 18:44:46 +00:00
Sunpoet Po-Chuan Hsieh
5a2b90409d
Update to 1.4.16
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2020-06-15 18:44:41 +00:00
Sunpoet Po-Chuan Hsieh
ad0a09d188
Update to 1.4.16.0
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2020-06-15 18:44:36 +00:00
Sunpoet Po-Chuan Hsieh
e51bb70251
Update to 1.4.16
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2020-06-15 18:44:30 +00:00
Sunpoet Po-Chuan Hsieh
2d724aee49
Update to 1.4.16
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2020-06-15 18:44:26 +00:00
Sunpoet Po-Chuan Hsieh
a840b6d65a
Update to 1.4.16
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2020-06-15 18:44:21 +00:00
Sunpoet Po-Chuan Hsieh
e7144447db
Update to 2.0.5
...
Changes: https://github.com/TileDB-Inc/TileDB/releases
2020-06-15 18:43:30 +00:00
Sunpoet Po-Chuan Hsieh
3c78c4e073
Update to 6.10.2
...
Changes: https://github.com/facebook/rocksdb/releases
2020-06-15 18:43:25 +00:00
Sunpoet Po-Chuan Hsieh
831cc8dc47
Update to 1.10.1
...
Changes: https://github.com/okbob/plpgsql_check/releases
2020-06-15 18:43:20 +00:00
Muhammad Moinur Rahman
422cf89b15
databases/freetds: Update version 1.1.41=>1.1.42
2020-06-15 15:17:34 +00:00
Muhammad Moinur Rahman
ca1cab5271
databases/freetds-devel: Update version 1.1.186=>1.1.192
2020-06-15 13:44:25 +00:00
Palle Girgensohn
570b4aca44
Upgrade to version 42.2.14
...
Refactor the port to fetch the prebuilt jar instead of building, since the
building process just got to complicated to make it worth while.
PR: 245719
Sponsored by: Ping Pong AB
2020-06-15 08:07:32 +00:00
Palle Girgensohn
b4bec81fce
Fix bad plist substitution
...
PR: 247226
Reported by: Garrett Wollman
2020-06-15 06:56:40 +00:00
Kurt Jaeger
6c1160a140
databases/py-sqlrelay: unbreak, take maintainer
...
- databases/sqlrelay uses a very old config.sub which needs to be replaced
2020-06-14 15:38:12 +00:00
Niclas Zeising
f051ecde53
databases/rrdtool: Fix resize on ZFS
...
Add an upstream patch that fixes resize on ZFS. Since ZFS does not support
posix_fallocate(), returning EINVAL, the patch simply ignores this error
from posix_fallocate().
PR: 245898
Reported by: Tomohiro Hosaka
MFH: 2020Q2
2020-06-14 15:22:25 +00:00
Kurt Jaeger
d6438c38dd
devel/rudiments: upgrade 1.1.0 -> 1.2.2
...
databases/sqlrelay: upgrade 1.4.0 -> 1.7.0
http://software.firstworks.com/2019/03/rudiments-120-release-announcement.html
http://software.firstworks.com/2019/08/rudiments-121-release-announcement.html
http://software.firstworks.com/2020/01/rudiments-122-release-announcement.html
http://software.firstworks.com/2019/03/sql-relay-150-release-announcement.html
http://software.firstworks.com/2019/04/sql-relay-151-release-announcement.html
http://software.firstworks.com/2019/08/sql-relay-160-release-announcement.html
http://software.firstworks.com/2020/01/sql-relay-170-release-announcement.html
2020-06-14 14:51:20 +00:00
Sunpoet Po-Chuan Hsieh
1c29afda33
Add BUILD_DEPENDS for tiledb
2020-06-14 14:23:01 +00:00
Sunpoet Po-Chuan Hsieh
2cceba4fa8
Update to 3.12.1
...
Changes: https://metacpan.org/changes/distribution/DBD-Pg
2020-06-14 14:22:40 +00:00
Kurt Jaeger
b43b8e435c
databases/pecl-mongodb: update 1.7.1 -> 1.7.4
...
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
2020-06-14 12:35:13 +00:00
Muhammad Moinur Rahman
e32c9dcd1a
databases/freetds: Update version 1.1.40=>1.1.41
2020-06-14 11:46:22 +00:00
Tobias C. Berner
b7a0bda704
Update KDE's Application (release-service) to 20.04.2
2020-06-13 08:14:07 +00:00
Cy Schubert
a07022d213
Update 3.32.0 --> 3.32.2
...
Fix two long-standing bugs that allow malicious SQL statements to crash
the process that is running SQLite. These bugs were announced by a
third-party approximately 24 hours after the 3.32.0 release but are not
specific to the 3.32.0 release.
Fix a long-standing bug in the byte-code engine that can cause a COMMIT
command report as success when in fact it failed to commit. Ticket
810dc8038872e212.
Approved by: portmgr (blanket: run-time bugfix)
MFH: 2020Q2
2020-06-13 04:09:08 +00:00
Cy Schubert
bc51631fc3
Update 3.31.1 --> 3.32.0
...
Address multiple security vulnerabilities.
PR: 247149
Reported by: spam123@bitbert.com
Reminded by: emaste
Approved by: Approved by: portmgr (blanket: security bugfix)
MFH: 2020Q2
Security: CVE-2020-11655, CVE-2020-13434, CVE-2020-13435,
CVE-2020-13630, CVE-2020-13631, CVE-2020-13632
2020-06-12 13:02:53 +00:00
Baptiste Daroussin
a05192d583
Update to 0.4
2020-06-12 08:19:35 +00:00
Dave Cottlehuber
031905cf5f
databases/foundationdb: update to 6.3.1
...
Reported by: portscout
Sponsored by: SkunkWerks, GmbH
2020-06-11 20:31:52 +00:00
Dave Cottlehuber
67fdbf6bfa
databases/erlfdb: update to 1.2.2
...
Reported by: portscout
Sponsored by: SkunkWerks, GmbH
2020-06-11 20:28:44 +00:00
Piotr Kubaj
8b8fb92b63
databases/libdrizzle: switch to GCC on powerpc*
...
GCC-only parameter is necessary:
cc: error: unknown argument: '-mno-fused-madd'
2020-06-11 17:30:21 +00:00
Dave Cottlehuber
6377e64d91
databases/couchdb3: amend PORTREVISION broken in r538498
...
Sponsored by: SkunkWerks, GmbH
2020-06-11 15:42:05 +00:00