Commit graph

22220 commits

Author SHA1 Message Date
Torsten Zuehlsdorff
bc406bce15 lang/php74: Update from 7.4.20 to 7.4.21
Changelog:

    Core:
        Fixed bug #81068 (Double free in realpath_cache_clean()).
        Fixed bug #76359 (open_basedir bypass through adding "..").
        Fixed bug #81090 (Typed property performance degradation with .= operator).
        Fixed bug #81070 (Integer underflow in memory limit comparison).
        Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL). (CVE-2021-21705)
    Bzip2:
        Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
    OpenSSL:
        Fixed bug #76694 (native Windows cert verification uses CN as sever name).
    PDO_Firebird:
        Fixed bug #76448 (Stack buffer overflow in firebird_info_cb). (CVE-2021-21704)
        Fixed bug #76449 (SIGSEGV in firebird_handle_doer). (CVE-2021-21704)
        Fixed bug #76450 (SIGSEGV in firebird_stmt_execute). (CVE-2021-21704)
        Fixed bug #76452 (Crash while parsing blob data in firebird_fetch_blob). (CVE-2021-21704)
    Standard:
        Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").

Sponsored by:	Bounce Experts
2021-07-05 23:31:18 +02:00
Torsten Zuehlsdorff
602c4c32ef lang/php73: Update from 7.3.28 to 7.3.29
Changelog:

    Core:
        Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705)
    PDO_Firebird:
        Fixed bug #76448: Stack buffer overflow in firebird_info_cb. (CVE-2021-21704)
        Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704)
        Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704)
        Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob. (CVE-2021-21704)

Sponsored by:	Bounce Experts
2021-07-05 23:31:18 +02:00
Yuri Victorovich
5d838a0b26 databases/py-python-arango: Update 7.1.0 -> 7.2.0
Reported by:	portscout
2021-07-05 10:55:47 -07:00
Loïc Bartoletti
0cc2abb2de databases/pg_tilserv: add new port
pg_tileserv is a PostGIS-only tile server written in Go.
By restricting itself to only using PostGIS as a data source,
pg_tileserv gains the following features:

- Automatic configuration. The server can discover and
automatically publish as tiles sources all tables it has read
access to: just point it at a PostgreSQL/PostGIS database.

- Full SQL flexibility. Using function layers, the server can
run any SQL to generate tile outputs. Any data processing,
feature filtering, or record aggregation that can be expressed in SQL,
can be exposed as parameterized tile sources.

- Database security model. You can restrict access to tables and
functions using standard database access control.
This means you can also use advanced access control techniques,
like row-level security to dynamically filter access based on the
login role.

WWW: https://github.com/crunchydata/pg_tileserv/issues
2021-07-05 15:00:31 +02:00
Rene Ladan
09c05e179f cleanup: Remove expired ports:
2021-07-01 databases/puppetdb5: Puppet 5 has reached EOL
2021-07-01 sysutils/puppet5: Puppet 5 has reached EOL
2021-07-01 sysutils/puppetserver5: Puppet 5 has reached EOL
2021-07-01 databases/puppetdb-terminus5: Puppet 5 has reached EOL
2021-07-05 11:04:52 +02:00
VVD
4bbd995b74 databases/rubygem-pg_query: Fix unknown type name 'PgQueryProtobuf'
Make sure to use internal pg_query lib.
Patch is already included upstream in version 2.1.0:
https://github.com/pganalyze/pg_query/pull/216/files

This should fix the build outside of poudriere.

PR:		256741
Reported by:	VVD <vvd@unislabs.com>
2021-07-05 08:01:52 +02:00
Wen Heping
12bf8cc83a databases/py-pg8000: Update to 1.20.0 2021-07-05 09:03:18 +08:00
Loïc Bartoletti
562f7a0402 databases/grass7: unbreak after gdal 3.3 update
GDAL 3.3.0 introduces the use of standard C bool type.
Redefining bool locally, as in vector/v.hull/chull.c causes failure.

Obtained from:	https://github.com/OSGeo/grass/pull/1567
2021-07-04 18:11:31 +02:00
Björn Lemke
5aa5b648b1 databases/cego: update 2.47.3 -> 2.47.6 and devel/lfcbase: 1.16.1 -> 1.16.2
lfcbase:
- Added HashT::getRangePos and HashT::RemovePos for more efficient
  hash array manipulation

cego:
- Fix in CegoQueryCacheEntry::cleanCache, reset of all relevant
  variables. Furthermore, in CegoQueryCache methods, remove from
  hasharray is checked for return code true
- Usage of new HashT methods ( getRangePos and RemovePos ) for
  CegoQueryCache to remove entries from query cache array more efficient
- Fix in CegoFactor::evalFieldValue(), for case CegoFactor::QUERY,
  the fetched value must be saved to a local copy, otherwise the
  buffer could be overwritten by the subsequent nextTuple method call
  to complete the query for query cache. As a result, wrong values
  are returned in case of heavy buffer cache relocation.
2021-07-04 09:48:24 +02:00
Loïc Bartoletti
2aba0de66b databases/postgis31: Update to 3.1.3
Changes:
  - http://postgis.net/2021/07/02/postgis-3.1.3/
2021-07-03 09:32:10 +02:00
Matthias Fechner
6ec0f91799 */*: Use rails 6.1 for all ports required by gitlab-ce 14.0.0. 2021-07-03 08:03:22 +02:00
Matthias Fechner
eafbc05cd8 */*: Added ports required by gitlab-ce 14.0.0. 2021-07-03 08:03:22 +02:00
Matthias Fechner
f599e3d403 databases/rubygem-pg_query: fix possible segfault
For more details see:
https://github.com/pganalyze/pg_query/pull/212
https://github.com/pganalyze/pg_query/pull/213
2021-07-03 08:03:17 +02:00
Muhammad Moinur Rahman
804869fa0f databases/mroonga: Update version 11.03=>11.04
Relnotes: https://mroonga.org/en/blog/2021/06/29/mroonga-11.04.html
2021-07-01 20:35:32 -05:00
Rene Ladan
d6db6bd18b */*: Remove expired ports:
2021-06-30 databases/pgpool-II-35: EOL since January 2021, please use one of the other pgpool-II-* ports
2021-07-01 16:35:43 +02:00
Babak Farrokhi
e84f0ef06c databases/py-aiopg: Update to 1.3.0 2021-07-01 15:45:40 +04:30
Fernando Apesteguía
9505d05f94 databases/mdbx: Update to 0.10.1
ChangeLog: https://github.com/erthink/libmdbx/releases/tag/v0.10.1

PR:	256910
Reported by:	mahlon@martini.nu (maintainer)
2021-07-01 11:39:14 +02:00
Po-Chuan Hsieh
b1265095bc
databases/p5-DBIx-Class-Migration: Use P5_POD_PARSER
With hat:	perl
2021-07-01 04:44:28 +08:00
Po-Chuan Hsieh
929d91df1f
databases/rubygem-redis-namespace: Update to 1.8.1
Changes:	https://github.com/resque/redis-namespace/releases
		https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md
2021-07-01 04:44:08 +08:00
Po-Chuan Hsieh
9154684bc8
databases/rubygem-pghero-rails50: Update to 2.8.1
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2021-07-01 04:44:07 +08:00
Po-Chuan Hsieh
1da07e1deb
databases/rubygem-pghero-rails5: Update to 2.8.1
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2021-07-01 04:44:07 +08:00
Po-Chuan Hsieh
89cb475095
databases/rubygem-pghero: Update to 2.8.1
Changes:	https://github.com/ankane/pghero/blob/master/CHANGELOG.md
2021-07-01 04:44:07 +08:00
Po-Chuan Hsieh
4a459aad63
databases/rubygem-paranoia: Update to 2.4.3
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/rubysherpas/paranoia/releases
		https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md
2021-07-01 04:44:07 +08:00
Po-Chuan Hsieh
be0abf012e
databases/rubygem-awesome_nested_set: Update to 3.4.0
Changes:	https://github.com/collectiveidea/awesome_nested_set/blob/master/CHANGELOG
2021-07-01 04:44:06 +08:00
Po-Chuan Hsieh
aebaa42218
databases/rubygem-amalgalite: Update to 1.7.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md
2021-07-01 04:44:06 +08:00
Po-Chuan Hsieh
83137dde93
databases/py-sqlalchemy14: Update to 1.4.19
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-07-01 04:43:39 +08:00
Po-Chuan Hsieh
ae801e8c41
databases/py-geoalchemy2: Update to 0.9.1
Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2021-07-01 04:43:39 +08:00
Po-Chuan Hsieh
6a1ef0b214
databases/tarantool: Cosmetic change 2021-07-01 04:43:33 +08:00
Po-Chuan Hsieh
e455a17bd3
databases/plpgsql_check: Update to 1.17.1
Changes:	https://github.com/okbob/plpgsql_check/releases
2021-07-01 04:43:32 +08:00
Po-Chuan Hsieh
215a9bb1c1
*/Makefile: Sort SUBDIRs 2021-07-01 04:43:29 +08:00
Piotr Kubaj
58239c0a49 databases/galera: don't build on powerpc
Same issue as on i386.
2021-06-30 20:37:36 +00:00
Bernard Spil
89b30bb9de databases/mariadb104-server: Update to 10.4.20
* Fix build on RISC-V and i386 [1]
 * Fix plist issue with WSREP on i386 [1]

PR:		256618
Submitted by:	Robert Clausecker <fuz fuz su>
2021-06-30 16:48:56 +00:00
Bernard Spil
c930ca58dd databases/mariadb105-server: Update to 10.5.11
* Fix build with RISC-V [1]

PR:		256618 [1]
Submitted by:	Robert Clausecker [1]
2021-06-30 14:23:30 +00:00
Bernard Spil
8d286ea381 databases/mariadb103-server: Update to 10.3.30
PR:		256827 [1], 256618 [2]
Reported by:	<vincent jancso outlook com> [1], Robert Clausecker <fuz fuz su> [2]
2021-06-30 08:39:05 +00:00
Dmitri Goutnik
fdd74ad4b9 databases/pspg: Update to 5.0.5
Changes:	https://github.com/okbob/pspg/releases
2021-06-29 12:39:16 -05:00
Piotr Kubaj
fbd4fc69d0 databases/mysql80-server: use libunwind on armv7 now that it works 2021-06-28 19:34:48 +00:00
Piotr Kubaj
6718da31ba Mk/bsd.default-versions.mk: switch the default librsvg2 on powerpc to rust 2021-06-28 19:34:43 +00:00
Jose Alonso Cardenas Marquez
2339b1a1ae databases/firebird40-client: Fix pkg-plist 2021-06-28 13:30:57 -05:00
Pietro Cerutti
b435d01470 databases/tdbc: update to 1.1.2 2021-06-28 12:16:49 +00:00
Pietro Cerutti
d7f292a0f6 databases/speedtables: update to 1.13.12 2021-06-28 10:24:10 +00:00
Jose Alonso Cardenas Marquez
675e5f2f84 databases/firebird40-[client|server]: Clean up
- Change library version to 4
- Remove obsolete option from CONFIGURE_ARGS
- Fix pkg-plist.client
2021-06-27 20:51:16 -05:00
Jose Alonso Cardenas Marquez
b205cd7d91 databases/firebird40-client: Fix typo 2021-06-27 20:33:00 -05:00
Jose Alonso Cardenas Marquez
dbbc9f821b databases/firebird40-[client|server]: New port: Firebird-4 relational database
Firebird is a relational database offering many ANSI SQL-99 features
that runs on Linux, Windows, and a variety of Unix platforms.  Firebird
offers excellent concurrency, high performance, and powerful language
support for stored procedures and triggers.  It has been used in
production systems, under a variety of names since 1981.

Firebird is completely free of any registration, licensing or deployment
fees.  It may be deployed freely for use with any third-party software,
whether commercial or not.

WWW: https://sourceforge.net/projects/firebird/
WWW: http://www.firebirdsql.org/
2021-06-27 20:26:38 -05:00
Jose Alonso Cardenas Marquez
ca43515803 databases/fireird30-[client|server]: New port: Firebird-3 relational database
Firebird is a relational database offering many ANSI SQL-99 features
that runs on Linux, Windows, and a variety of Unix platforms.  Firebird
offers excellent concurrency, high performance, and powerful language
support for stored procedures and triggers.  It has been used in
production systems, under a variety of names since 1981.

Firebird is completely free of any registration, licensing or deployment
fees.  It may be deployed freely for use with any third-party software,
whether commercial or not.

WWW: https://sourceforge.net/projects/firebird/
WWW: http://www.firebirdsql.org/
PR:		254387
2021-06-27 20:14:20 -05:00
Tobias Kortkamp
06dbc12f96
lang/rust: Rebuild consumers for 1.53.0 2021-06-27 07:39:51 +02:00
Rene Ladan
8156c8ffb7 */*: Remove expired ports:
2021-06-23 databases/elixir-mongo: Upsupported by upstream
2021-06-26 15:00:42 +02:00
Rene Ladan
5e1a89f370 */*: Remove expired ports:
2020-12-31 lang/pypy3: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/pypy: Uses Python 2.7 which is EOLed upstream
2021-06-23 databases/pypy-gdbm: Uses EOL Python 2.7 via lang/pypy
2021-06-23 databases/pypy-sqlite3: Uses EOL Python 2.7 via lang/pypy
2021-06-23 x11-toolkits/pypy-tkinter: Uses EOL Python 2.7 via lang/pypy
2021-06-26 12:57:46 +02:00
Romain Tartière
192b500a67 databases/puppetdb7: Update to 7.4.1
Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-741

With hat:	puppet
2021-06-25 10:03:02 -10:00
Romain Tartière
79c3b381f1 databases/puppetdb6: Update to 6.17.0
Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6170

With hat:	puppet
2021-06-25 10:03:01 -10:00
Po-Chuan Hsieh
b95f74fd44
databases/p5-DBIx-Connector: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-06-25 21:41:08 +08:00
Po-Chuan Hsieh
a78afbc0fa
databases/plpgsql_check: Update to 1.16.1
Changes:	https://github.com/okbob/plpgsql_check/releases
2021-06-25 21:34:01 +08:00
TAKATSU Tomonari
cff095b99a databases/R-cran-RMySQL: Update to 0.10.22 2021-06-25 18:56:59 +09:00
Palle Girgensohn
377ebb0c61 databases/postgres14-*: Update to 14.0-beta2
Release notes:	https://www.postgresql.org/developer/beta/
2021-06-24 21:09:41 +02:00
Goran Meki?
24ba6b9eaa databases/py-peewee_migrate: Update to 1.4.3
Changes c78f6fc...c328380

PR:		256785
Approved by:	maintainer
2021-06-23 13:45:14 -07:00
Loïc Bartoletti
8a3ac3c128 */py-qt5-*: Remove Digia's mention in pkg-descr
There was Trolltech, Nokia, Qt Project, Digia and today The Qt Company.
To avoid replacing the name at each structure, we will simply mention
that:
"PyQt5 is a set of Python bindings for Qt5 application framework"
2021-06-23 17:16:01 +02:00
Pietro Cerutti
2d22538579 databases/tcl-sqlite3: Revert "databases/tcl-sqlite3: Deprecate port"
This reverts commit 14e00e7143.

PR:     256646
2021-06-23 12:23:33 +00:00
Alexey Dokuchaev
1ee79df4a1 databases/gdbm: update GNU dbm to version 1.20.
Reported by:	portscout
2021-06-23 04:55:33 +00:00
Yasuhiro Kimura
a2e94ed117 databases/closql: Update to 1.0.6
Changes:	https://github.com/emacscollective/closql/blob/v1.0.6/CHANGELOG

PR:		256661
Approved by:	lwhsu (mentor, implicit)
2021-06-22 19:48:19 -04:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Mathieu Arnold
31bcff21f1
databases/p5-Bucardo: Fix redirect in WWW/MASTER_SITES 2021-06-21 09:53:42 +02:00
Po-Chuan Hsieh
71bd5e9fb2
databases/py-queries: Allow build with py-psycopg2 2.9+
- Bump PORTREVISION for package change
2021-06-21 04:46:03 +08:00
Po-Chuan Hsieh
2c229f7643
databases/py-psycopg2: Update to 2.9.1
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2021-06-21 04:46:03 +08:00
Po-Chuan Hsieh
0f471a4052
databases/py-sqlalchemy14: Update to 1.4.18
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-06-21 00:15:58 +08:00
Po-Chuan Hsieh
5f94f49c7c
databases/py-sqlalchemy-utils: Update to 0.37.7
Changes:	https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
2021-06-21 00:15:58 +08:00
Po-Chuan Hsieh
6c67e0db68
databases/rubygem-redis: Update to 4.3.1
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2021-06-20 19:38:23 +08:00
Po-Chuan Hsieh
b43e6aaeee
databases/pecl-memcached: Complete CONFIGURE_ARGS 2021-06-20 19:37:19 +08:00
Loïc Bartoletti
d7eac4ef97 databases/grass7: unbreak on i386
It needs GCC to configure and build grass7 on i386.
The v.in.pdal module is not available as some documentation pages.

PR:		256055
Reported by:	chris@crvintel.com
Tested by:	chris@crvintel.com
2021-06-19 06:48:55 +02:00
Neel Chauhan
d261e32f3f databases/evolution-data-server: Update to 3.40.2 2021-06-17 22:13:45 -07:00
Adriaan de Groot
1de12a4bd7 databases/cutelyst-asql: update to 3.0.0
New release of Cutelyst, the C++/Qt web framework.  Anouncement at:
	https://dantti.wordpress.com/2021/06/17/cutelyst-3-is-out/

Bump cutelyst-asql, as the only consumer in the ports tree.
2021-06-17 14:26:07 +02:00
Loïc Bartoletti
6d6c5520f6 math/cgal: Update to 5.2.1
- Remove files/patch-CMakeLists.txt
 - Remove LD_CONFIG and move USES (pet porlint)
 - Bump ports

Changes:
   - https://www.cgal.org/2021/03/17/cgal521/
   - https://www.cgal.org/2020/12/22/cgal52/

PR:		255171
Approved by:	wen
2021-06-17 06:51:16 +02:00
Piotr Kubaj
6095787e26 databases/libzdb: also fails on powerpc 2021-06-16 09:00:06 +00:00
Vanilla I. Shu
ef4bd74978 databases/elixir-mongo: Mark DEPRECATED. 2021-06-16 15:20:23 +08:00
Loïc Bartoletti
c485094ccc archivers/lazperf: Uses liblazperf.so
Since lazperf is no longer header-only it is better to indicate the
dependency on the lib.

This commit unbreak databases/grass7 build.
2021-06-16 07:01:47 +02:00
Neel Chauhan
33fb9ed23f databases/litestream: Update to 0.3.5 2021-06-15 10:05:27 -07:00
Goran Mekić
59be2588d9 databases/py-peewee_migrate: Update to 1.4.2
Changes dcecec1771...c78f6fc199

PR:		256614
Approved by:	maintainer
2021-06-15 07:50:03 -07:00
Mathieu Arnold
02d90298b9
cleanup: Remove empty files.
Those were all patches that were emptied, and which removal was
forgotten.
2021-06-15 09:13:31 +02:00
Ronald Klop
32523ea27d databases/mongodb40: Update to 4.0.25
PR:		256551
Approved by:	dev.ashevchuk AT gmail DOT com (maintainer)
2021-06-14 14:49:22 -07:00
Po-Chuan Hsieh
4638c2ff94
databases/pecl-memcached: Add MSGPACK option
PR:		256332
Reported by:	Unrealist <fbsd_bugs@int.pl>
2021-06-15 01:43:22 +08:00
Po-Chuan Hsieh
267d6bc1a7
databases/py-tiledb: Update to 0.8.11
Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
2021-06-15 01:39:48 +08:00
Po-Chuan Hsieh
6776729f31
databases/py-sqlalchemy14: Update to 1.4.17
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-06-15 01:39:47 +08:00
Po-Chuan Hsieh
5c83a84ac5
databases/py-sqlalchemy-utils: Update to 0.37.6
Changes:	https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
2021-06-15 01:39:47 +08:00
Po-Chuan Hsieh
ddf8a4ce8b
databases/py-marshmallow-sqlalchemy: Update to 0.26.1
Changes:	https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
2021-06-15 01:39:46 +08:00
Po-Chuan Hsieh
a8d07b98d8
databases/py-geoalchemy2: Update to 0.9.0
Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2021-06-15 01:39:45 +08:00
Po-Chuan Hsieh
4913e44e4b
databases/py-fakeredis: Update to 1.5.2
Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
2021-06-15 01:39:45 +08:00
Ronald Klop
1cf3768b44 databases/mongodb50: Update to 5.0.0 RC1
PR:		256598
Approved by:	maintainer
2021-06-14 09:29:05 -07:00
Kevin Bowling
48df5fd0d9 databases/sqlite3: disable SQLITE_MMAP_READWRITE
Although mmap is not in use by default, this option is too specific to
enable in the system sqlite3. There are cases where the
application/developer may wish to use mmap for reads (to minimize the
sqlite pagecache), but go through the well tested (p)write routines.
2021-06-14 00:08:14 -07:00
Koichiro Iwao
58f4100c0c databases/mongodb50: add port as repocopy of databases/mongodb49
PR:		255588
Reported by:	Ronald Klop <ronald-lists@klop.ws>
Sponsored by:	HAW International
2021-06-14 14:06:56 +09:00
Wen Heping
fca4af0345 databases/py-pg8000: Update to 1.19.5 2021-06-14 07:35:42 +08:00
Rozhuk Ivan
f7e91e1e0f databases/sqlite3: enable OS features
Enable various FreeBSD API options and go-fasters

The only one of these that raised concern is related to mmap, but this
compile time flag will not enable mmap usage on its own.

There is a test failure on ZFS with posix_fallocate(), leave that off
for now.

PR:		241385
Tested by:	kbowling (test harness https://www.sqlite.org/testing.html)
Approved by:	maintainer timeout
2021-06-13 16:17:44 -07:00
Mikolaj Golub
4208aa174b databases/py-python-swiftclient: update to 3.12.0 2021-06-13 19:41:29 +03:00
Rene Ladan
a3da90c5e4 */*: Remove expired ports:
2021-06-13 databases/postgresql95-client: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-contrib: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-docs: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-pgtcl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-plperl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-plpython: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-pltcl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-server: PostgreSQL-9.5 has reached end-of-life
databases/pg_reorg: abandonware only for PostgreSQL 9.5
databases/pgespresso: functionality part of PostgreSQL 9.6 and later
2021-06-13 12:50:22 +02:00
Rene Ladan
49f8a07aee databases/postgresql-plv8js: bump postgres version.
databases/postgresql95-* expired today.
2021-06-13 12:40:21 +02:00
Tobias C. Berner
896d87b6fb */*: Zpdate KDE Gear to 21.04.2
Thursday, 10 June 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

The full changelog can be found here:
	https://kde.org/announcements/changelogs/gear/21.04.2/
2021-06-13 08:06:29 +02:00
Jan Beich
44216098e5 devel/googletest: update to 1.11.0
Changes:	https://github.com/google/googletest/compare/53495a2a...release-1.11.0
Changes:	https://github.com/google/googletest/releases/tag/release-1.11.0
Reported by:	GitHub (watch releases)
2021-06-12 03:25:45 +00:00
Li-Wen Hsu
e835d0df59
*/*: Bump PORTREVISION after x11-toolkits/granite update
PR:		254626
2021-06-11 05:20:09 +08:00
Po-Chuan Hsieh
66ac7829da
databases/py-sqlalchemy14: Update to 1.4.16
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-06-10 22:46:13 +08:00
Po-Chuan Hsieh
ccf1aad1f1
databases/py-flask-sqlalchemy: Update COMMENT 2021-06-10 22:46:13 +08:00
Alessandro Sagratini
7a610b040f databases/py-pymemcache: Update to 3.4.4
Changes:	https://github.com/pinterest/pymemcache/releases/tag/v3.4.4

PR:		256394
Approved by:	lwhsu (mentor, implicit)
2021-06-09 22:11:36 -04:00
Yuri Victorovich
ddd5d93e09 databases/sqlitecpp: New port: SQLiteC++: Easy to use C++ SQLite3 wrapper 2021-06-09 19:10:57 -07:00
Fernando Apesteguía
d76d0ac67b databases/liquibase: Update to 4.3.5
Accumulated changeLog: https://github.com/liquibase/liquibase/blob/master/changelog.txt#L4

PR:	256425
Reported by:	meka@tilda.center
2021-06-09 11:56:54 +02:00
Piotr Kubaj
8ffc591a00 databases/galera26: i386 issue applies also to powerpc 2021-06-09 08:51:29 +00:00
Dmitri Goutnik
dc28a240c5 databases/pspg: Update to 5.0.2
Changes:	https://github.com/okbob/pspg/releases/tag/5.0.2
2021-06-07 12:26:00 -05:00
Tobias C. Berner
c567676136 graphics/poppler: update to 21.06.0
Release 21.06.0:
        core:
         * Fix rendering of some extended latin1 characters in annotations. Issue #1070
         * Support some not so well formed documents with password. Issue #1083
         * Add API to get notified if the xref is reconstructed
         * Add somewhat fancier left/right signature visual representation
         * Fix crashes in malformed files
         * Minor code improvements

        qt6:
         * Change some functions to return std::unique_ptr

        qt5/qt6:
         * Add API to get notified if the xref is reconstructed
         * Add somewhat fancier left/right signature visual representation
         * Don't assert when trying to invert singular matrices

        build system:
         * make boost opt-out if building splash

- Add dependency on boost to enable the splash backend.

PR:		256370
Exp-run by:	antoine
2021-06-07 15:26:18 +02:00
Palle Girgensohn
8b9cd7cc49 databases/pg_qualstats: update to version 2.0.3
- Add support for PostgreSQL 14
- Add extension update documentation

Release notes:	https://github.com/powa-team/pg_qualstats/releases/tag/2.0.3
2021-06-07 12:26:35 +02:00
Muhammad Moinur Rahman
5b99dbeb5e databases/mysql-connector-c: UNBREAK for 12.X and later
MFH: 2021Q2 (buildtime fix)
2021-06-07 03:16:55 -05:00
Koichiro Iwao
14e00e7143 databases/tcl-sqlite3: Deprecate port
Replaced with databases/sqlite3 tcl flavor.

PR:		255839
Reported by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2021-06-07 11:39:23 +09:00
Matthew Seaman
fc84d439be databases/pglogical: Security update to 2.3.4
ChangeLog:	https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_3_4
MFH:		2021Q2
2021-06-06 21:31:50 +01:00
Bjoern Lemke
64b9e0376f databases/cego: update 2.47.2 -> 2.47.3
- New generated parsers ( Cego.def and CegoAdm.def ) with dragon 1.5.5
2021-06-06 13:47:45 +02:00
Loïc Bartoletti
9cfecc023e archivers/lazperf: Bump PORTREVSION on all consumers
Lazperf has changed the name of the includes to :
${LOCALBASE}/include/lazperf/lazperf.hpp

Fixes ports that use lazperf.
2021-06-06 11:33:50 +02:00
Loïc Bartoletti
1d3c1a1baa databases/pgrouting: Update to 3.2.0
Changes:
  - https://github.com/pgRouting/pgrouting/releases/tag/v3.2.0
2021-06-06 09:50:33 +02:00
Loïc Bartoletti
45c9a208da databases/postgis31: Update to 3.1.2
Changes:
  - http://postgis.net/2021/05/21/postgis-3.1.2/
2021-06-06 08:47:12 +02:00
Loïc Bartoletti
faa55ca69a databases/py-pum: Update to 0.9.14
Changes:
  - pum check ignoring parameter-less function
  - pum --version returning [DEV] instead of actual version
2021-06-06 08:07:01 +02:00
Torsten Zuehlsdorff
c167b0329e databases/pgpool-II-42: New port
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.

pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.

WWW: https://pgpool.net/

PR:		256128
Submitted by:	Mike Jakubik <mike.jakubik@swiftsmsgateway.com>
2021-06-04 23:19:06 +02:00
Chris Moerz
a52149b285 databases/sqldeveloper: Update to 20.4.1.407.0006
- Update to 20.4.1.407.006

And while here, also Reformat Makefile a bit.

PR:		256397
Approved by:	vvd@unislabs.com (maintainer)
2021-06-04 14:21:06 +02:00
Muhammad Moinur Rahman
03a6e4718b databases/mroonga: Update version 11.02=>11.03
Relnotes: https://mroonga.org/en/blog/2021/05/31/mroonga-11.03.html
2021-06-04 06:13:54 -05:00
Muhammad Moinur Rahman
0ac8630ff2 databases/freetds-devel: Update version 1.2.138=>1.2.140 2021-06-04 06:13:42 -05:00
Gerald Pfeifer
d09ed096c4 */*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d9 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
2021-06-04 05:53:21 +00:00
Loïc Bartoletti
e1ada5df91 databases/mdbx: Update to 0.10.0
Changes:
  https://github.com/erthink/libmdbx/releases/tag/v0.10.0

PR:		255741
Reported by:	mahlon@martini.nu (maintainer)
2021-06-03 20:11:23 +02:00
Jan Beich
ab6322ef63 devel/googletest: update to 1.10.0.667
Upstream no longer makes releases, see
https://github.com/google/googletest/commit/861d535e2595

Changes:	https://github.com/google/googletest/compare/release-1.10.0...53495a2a
Reported by:	ngie (1 year ago)
2021-06-03 15:04:43 +00:00
Antoine Brodin
0e15ba5335 databases/Makefile: hook pgbackrest to the build 2021-06-03 11:57:52 +00:00
Michael Zhilin
c49969ef4f databases/pgbackrest: new port, backup tool for PostgreSQL 2021-06-03 14:49:39 +03:00
Yuri Victorovich
0d00ab00cf databases/arrow: Update 4.0.0 -> 4.0.1 2021-06-02 15:07:45 -07:00
Yasuhiro Kimura
2d55cda1e4 databases/closql: New port: Store EIEIO objects using EmacSQL
PR:		255959
Approved by:	lwhsu (mentor)
2021-06-01 23:44:05 -04:00
Yasuhiro Kimura
585e00a411 databases/emacsql: New port: High-level Emacs Lisp RDBMS front-end
PR:		255958
Approved by:	lwhsu (mentor)
2021-06-01 22:18:54 -04:00
Sergey A. Osokin
d72fc1e8e1 databases/redis: security update from 6.0.13 to 6.0.14
Changelog:      https://github.com/redis/redis/compare/6.0.13...6.0.14
PR:             256339
Security:       CVE-2021-32625
Security:       8eb69cd0-c2ec-11eb-b6e7-8c164567ca3c
2021-06-01 12:01:17 -04:00
Kevin Bowling
bf90994ac6 databases/timescaledb: Update to 2.3.0
Change log https://github.com/timescale/timescaledb/releases/tag/2.3.0
2021-06-01 09:00:48 -07:00
Sergey A. Osokin
404a8a3dcf databases/redis-devel: security update from 6.2.3 to 6.2.4
Changelog:	https://github.com/redis/redis/compare/6.2.3...6.2.4
PR:		256340
Security:	CVE-2021-32625
Security:	8eb69cd0-c2ec-11eb-b6e7-8c164567ca3c
2021-06-01 11:56:34 -04:00
Palle Girgensohn
8d831eb43a databases/postgresql??-server: rc-script should require DAEMON
Changeset ab83f2b4bb changed the startup order for Postgresql. The cleartmp
rc.d now comes after the Postgresql startup.  Unfortunately, Postgresql likes
to create a socket in /tmp/.s.PGSQL.5432. After cleartmp does its work, that
socket disappears from the filesystem.

Submitted by:	Jeroen Pulles
PR:		256335
2021-06-01 15:59:35 +02:00
Yasuhiro Kimura
8c5327da38 databases/pg.el: New port: PostgreSQL Elisp interface
PR:		255951
Approved by:	lwhsu (mentor)
2021-06-01 03:31:31 -04:00
Jonathan Chen
a70377ab66 databases/squirrel-sql: update to 4.2.0
Changes: https://sourceforge.net/p/squirrel-sql/git/ci/master/tree/sql12/core/doc/changes.txt

PR:	256316
2021-05-31 19:44:53 -07:00
Dmitri Goutnik
671caa7ecb databases/pspg: Update to 5.0.1
Changes:	https://github.com/okbob/pspg/releases/tag/5.0.0
2021-05-31 07:31:48 -05:00
Dave Cottlehuber
126402e746 databases/foundationdb-devel: update to 2021 May snapshot
while here, optimistically build for aarch64 if/when lang/mono supports
it
2021-05-31 12:18:58 +00:00
Dave Cottlehuber
5b3906a9ae databases/foundationdb: update to 6.3.13
While here, optimistically build for aarch64 if/when mono can handle it
2021-05-31 12:18:57 +00:00
Po-Chuan Hsieh
191a02bc9e
databases/py-marshmallow-sqlalchemy: Update to 0.26.0
Changes:	https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
2021-05-31 03:52:21 +08:00
Po-Chuan Hsieh
feda146ba2
databases/py-fakeredis: Update to 1.5.1
Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
2021-05-31 03:52:21 +08:00
Dima Panov
ebbb2d5133 databases/mysql57-*: update to 5.7.32 GA release
Release Notes: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-34.html

PR:	255748 (based on)
MFH:	2021Q2
Approved by:	joneum@ (implicit)
2021-05-30 19:39:09 +10:00
Matthias Fechner
287ad8044e databases/rubygem-pg_query: Update to 2.0.3.
Required for gitlab-ce 13.12.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
2021-05-29 18:23:55 +02:00
Mikael Urankar
e0725b836d databases/py-peewee: Update to 3.14.4
PR:		256195
Approved by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
2021-05-28 10:41:16 +02:00
Piotr Kubaj
30c1bdb69f databases/libgda5-jdbc: actualy fix powerpc64le build 2021-05-27 00:50:14 +00:00
Po-Chuan Hsieh
0adc4a05a0
databases/p5-SQL-Interp: Update to 1.27
Changes:	https://metacpan.org/changes/distribution/SQL-Interp
2021-05-27 03:00:12 +08:00
Po-Chuan Hsieh
1b907463fa
databases/p5-Cache-Memcached-Fast: Update to 0.27
Changes:	https://metacpan.org/changes/distribution/Cache-Memcached-Fast
2021-05-27 03:00:11 +08:00
Po-Chuan Hsieh
e680e8bc9d
databases/py-sqlalchemy-utils: Update to 0.37.4
Changes:	https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
2021-05-27 02:59:52 +08:00
Po-Chuan Hsieh
bb1807fd86
databases/py-sqlite3: Use WRKSRC_SUBDIR 2021-05-26 20:56:58 +08:00
Po-Chuan Hsieh
fe5bc91794
databases/py-gdbm: Use WRKSRC_SUBDIR 2021-05-26 20:56:57 +08:00
Po-Chuan Hsieh
871caa2260
databases/py-pgspecial: Update to 1.13.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2021-05-26 20:54:50 +08:00
Po-Chuan Hsieh
049f8a8282
databases/p5-DBD-Pg: Update to 3.15.0
Changes:	https://metacpan.org/changes/distribution/DBD-Pg
2021-05-26 20:54:34 +08:00
Po-Chuan Hsieh
42eda02a8b
devel/grpc: Update to 1.38.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
2021-05-26 20:54:17 +08:00
Muhammad Moinur Rahman
7416fa2343 databases/geoserver-mysql-plugin: Update version 2.19.0=>2.19.1 2021-05-25 17:55:52 +00:00
Muhammad Moinur Rahman
ccfb6ed2d1 databases/pgroonga: Update version 2.2.9=>2.3.0
Relnotes:	https://pgroonga.github.io/news/#version-2-3-0
2021-05-25 17:55:25 +00:00
Muhammad Moinur Rahman
19cde191d2 databases/py-berkeleydb: Update version 18.1.2=>18.1.4 2021-05-25 17:55:10 +00:00
Muhammad Moinur Rahman
0de902e2ff databases/mroonga: Update version 11.01=>11.02
Relnotes: https://mroonga.org/en/blog/2021/05/10/mroonga-11.02.html
2021-05-25 17:55:00 +00:00
Muhammad Moinur Rahman
b7b4dc8b89 databases/freetds-devel: Update version 1.2.130=>1.2.138 2021-05-25 17:54:37 +00:00
Dmitry Marakasov
5f69415313 Mk: switch from PYTHON_PORTVERSION to PYTHON_DISTVERSION
This brings python framework in consistense with handbook recommendations
to prefer DISTVERSION and simplifies adding prerelease versions of
python

PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
2021-05-25 16:55:44 +03:00
Dmitry Marakasov
0729af4255 Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
2021-05-25 16:55:43 +03:00
Vanilla I. Shu
7ee697774b databases/influxdb: update to 1.8.6.
PR:		256098
Reported by:	maintainer
2021-05-25 17:13:41 +08:00
Palle Girgensohn
093fa95e0c databases/postgresql14-server: fix data directory
PR:	256125
2021-05-24 18:03:46 +02:00
Palle Girgensohn
370c7631a1 databases/pg_partman: Update to 4.5.1
Security:	5fa90ee6-bc9e-11eb-a287-e0d55e2a8bf9
2021-05-24 17:55:35 +02:00
Bjoern Lemke
6794ce73f1 databases/cegobridge: update 1.6.0 -> 1.6.1
Also update databases/cego: update 2.47.1 -> 2.47.2

cego:
- Fix in CegoQueryHelper::checkIndexForPredicate, wrong tabSetId
  was used for getObjectListByTable, must be table specific

cegobridge:
- In method void MySQLAction::storeVarcharType, dimension value was
  doubled, since MySQL calculates visible length for varchars and
  cego length in bytes. So for multibyte character encodings, length
  might exceed ...
2021-05-24 09:24:30 +02:00
Neel Chauhan
7bee8c2eaf databases/evolution-data-server: Update to 3.40.1 2021-05-23 18:46:39 -07:00
Bjoern Lemke
ec39a11846 databases/cego: update 2.47.0 -> 2.47.1
- Rework of new hash array based query cache.
  The new introduced methods HashT::FirstInRange and HashT::NextInRange
  are used to find an appropriate hash array slot to replace entries
  in an occupied array.
- Added cego command line mode setpwd to setup user password
  for offline database
2021-05-23 23:24:19 +02:00
Romain Tartière
a9335a50d9 databases/py-aiosqlite: Update to 0.17.0
ChangeLog:
https://aiosqlite.omnilib.dev/en/stable/changelog.html#v0-17-0
2021-05-23 09:41:45 -10:00
Jose Alonso Cardenas Marquez
b4733228be databases/firebird25-*: Bump PORTREVISION of dependant ports 2021-05-22 13:43:39 -05:00
Jose Alonso Cardenas Marquez
0688cb94de databases/firebird25-*: update to 2.5.9
- Fix core dump on newest versions of FreeBSD [1]
- Drop uneccesary patch files

ChangeLog at:	https://firebirdsql.org/file/documentation/release_notes/html/en/2_5/rlsnotes25.html
PR:		254206 254849
Reported by:	pi jbeich
Obtained from:	https://lists.freebsd.org/pipermail/freebsd-ports/2021-March/120469.html [1]
2021-05-22 13:33:03 -05:00
Dries Michiels
2a978f5c9f databases/influxdb: Pass maintainership to submitter
PR:	256068
2021-05-22 10:49:57 -07:00
Po-Chuan Hsieh
0ab32182bc
*/pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
Gleb Popov
0d06019248 databases/mariadb105-client: Do not install server-related man page.
This removes conflict betweem mariadb-client and mariadb-server with S3 option on.
PR:		251622
2021-05-22 15:51:37 +03:00
Ben Woods
95d52e52fb */*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
2021-05-22 10:13:01 +08:00
Antoine Brodin
c48bfef642 databases/postgresql14-docs: Fix PKGBASE collision 2021-05-20 18:57:42 +00:00
Babak Farrokhi
4cc35b37ae databases/py-asyncpg: Update to 0.23.0 2021-05-20 20:18:41 +04:30
Palle Girgensohn
fccc45e5ff databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.
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.
2021-05-20 16:38:55 +02:00
Palle Girgensohn
21a4d52359 databases/postgresql1[123]-server: remove trailing space in pkg-plist 2021-05-20 16:35:08 +02:00
Piotr Kubaj
db917ae45e databases/leofs: fix build on powerpc*
Same fix as the one for databases/p5-Tie-LevelDB.
2021-05-20 13:41:42 +00:00
Piotr Kubaj
9294f46258 databases/p5-Tie-LevelDB: fix build on powerpc64le
Same fix that other powerpc* platforms use.
2021-05-20 12:39:03 +00:00
Dima Panov
c7fbbf15f3 databases/mysql80-*: update to 8.0.25 GA release
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
2021-05-20 22:07:45 +10:00
Richard Gallamore
f7514163c8 databases/mysql-connector-java: Update to 8.0.25
Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-25.html
2021-05-19 23:19:33 -07:00
Danilo Egea Gondolfo
777e8fee01 databases/iplike: Drop maintainership 2021-05-19 20:56:23 +01:00
Danilo Egea Gondolfo
1ebad934db databases/jrrd: Drop maintainership 2021-05-19 20:56:22 +01:00
Torsten Zuehlsdorff
765fb8c781 databases/pgpool-II-35: set DEPRECATED and EXPIRATION_DATE
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
2021-05-19 00:26:03 +02:00
Po-Chuan Hsieh
bf60ce8860
databases/rubygem-activerecord-import: Update to 1.1.0
Changes:	https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
2021-05-19 03:28:48 +08:00
Po-Chuan Hsieh
296ef56a0b
databases/py-tiledb: Update to 0.8.9
Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
2021-05-19 03:28:11 +08:00
Po-Chuan Hsieh
61eb173de5
databases/py-sqlalchemy14: Update to 1.4.15
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-05-19 03:28:10 +08:00
Po-Chuan Hsieh
1515d82b32
databases/py-sqlalchemy-utils: Update to 0.37.3
Changes:	https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
2021-05-19 03:28:10 +08:00
Torsten Zuehlsdorff
4394f1f2bc databases/postgresql-mysql_fdw: Update from 2.5.5 to 2.6.0
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
2021-05-17 14:47:44 +02:00
Yuri Victorovich
567d279dca databases/arrow: Broken on 11
Reported by:	fallout
2021-05-16 19:55:01 -07:00
Po-Chuan Hsieh
cbe301ee98
databases/rubygem-flipper-active_record: Update to 0.21.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2021-05-16 23:24:18 +08:00
Po-Chuan Hsieh
f650ace96b
databases/py-sqlalchemy14: Update to 1.4.14
Changes:	https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2021-05-16 23:24:02 +08:00
Po-Chuan Hsieh
2a1f1bd4a7
databases/py-sqlalchemy-utils: Update to 0.37.2
- Remove IPADDRESS option leftover (followup of 349e9766f9)

Changes:	https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
2021-05-16 23:24:02 +08:00
Po-Chuan Hsieh
daa0fc3216
databases/py-geoalchemy2: Change RUN_DEPENDS from py-sqlalchemy12 to py-sqlalchemy14
- Bump PORTREVISION for dependency change
2021-05-16 23:24:01 +08:00
Po-Chuan Hsieh
dd0ed8e982
databases/tiledb: Update to 2.2.9
Changes:	https://github.com/TileDB-Inc/TileDB/releases
2021-05-16 23:23:52 +08:00
TAKATSU Tomonari
4b77260bbf databases/R-cran-cachem: Update to 1.0.5 2021-05-16 19:41:18 +09:00
Romain Tartière
2c1f4891e6 databases/py-pypuppetdb: Update to 2.4.0
With hat:	puppet
2021-05-15 16:48:19 -10:00
Palle Girgensohn
d3cd7c256c postgresql??-*: Revert fix to allow MAKE_JOBS
postgresql??-contrib fails to build for versions below 13 when building
in parallel. Needs more investigation.
2021-05-15 11:45:40 +02:00
Palle Girgensohn
ab83f2b4bb databases/postgresql??-*: Upgrade to latest version
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/
2021-05-15 11:12:17 +02:00
Palle Girgensohn
35c1aedccf databases/postgresql95-*: expire this version
It is end-of-life upstreams. Please update to a later version.
2021-05-15 11:12:15 +02:00
Dmitry Marakasov
1082f8b1f0 databases/libgda5-mdb: mark BROKEN (does not compile)
Approved by:	portmgr blanket
2021-05-14 22:51:48 +03:00
Tobias C. Berner
3603155333 Update KDE Gear to 21.04.1
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/
2021-05-13 19:33:56 +02:00
Bernard Spil
3a57e729c0 databases/mariadb103-client: Fix empty file 2021-05-13 16:34:00 +00:00
Bernard Spil
d86cc48e3f databases/mariadb105-server: Security update to 10.5.10
Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2
2021-05-13 16:32:46 +00:00
Bernard Spil
d94a3f91ff databases/mariadb104-server: Security update to 10.4.19
Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2
2021-05-13 16:32:42 +00:00
Bernard Spil
9cbe5566f7 databases/mariadb103-server: Security update to 10.3.29
Reported by:	<i dani outlook com>
Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2
2021-05-13 16:32:39 +00:00