Commit Graph

5286 Commits

Author SHA1 Message Date
ajacoutot
292100f472 devel/p5-Test-Warn is needed at build time:
"/usr/bin/perl" "-Iinc" Makefile.PL --config= --installdeps=Test::Warn,0.1
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: inc /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/libdata/perl5) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
2020-12-13 09:24:57 +00:00
benoit
81d8336390 Update to py-sqlobject-3.8.1 from wen heping 2020-12-13 07:35:43 +00:00
benoit
ee757403cb Update to p5-CDB_File-1.05. 2020-12-12 07:00:15 +00:00
sthen
fe6c6ebeb5 update py-mysqlclient to 2.0.2, now py3-only
(nothing using this in ports)
2020-12-11 16:11:42 +00:00
benoit
80f2c25983 Update to p5-CDB_File-1.04. 2020-12-11 14:33:15 +00:00
benoit
32f8891165 Update to p5-Jifty-DBI-0.78
from wen heping with tweaks by me
2020-12-11 14:09:39 +00:00
sthen
78da27df20 update to freetds-1.2.17 2020-12-10 17:28:39 +00:00
benoit
734db8a4b5 Update to py-pygresql-5.2.2. 2020-12-10 08:40:19 +00:00
daniel
ceb3a6300c update py-sphinx to 1.5.6
main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist

Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.

ok sthen@
2020-12-10 02:20:29 +00:00
afresh1
15f50e10a2 Update databases/p5-SQL-Abstract to 1.87 2020-12-06 20:56:23 +00:00
afresh1
841a085a69 Update databases/p5-DBI to 1.643 2020-12-05 21:05:59 +00:00
afresh1
33e202f03d Update databases/p5-SQL-Statement to 1.414 2020-12-05 20:41:30 +00:00
benoit
d914e5ffc5 Update to p5-SQL-Abstract-Limit-0.142. 2020-11-25 08:12:52 +00:00
sthen
6a442683d3 update to pecl-redis-5.3.2 2020-11-21 16:29:37 +00:00
ajacoutot
b5db5ae5b0 Update to evolution-data-server-3.38.2. 2020-11-20 11:12:45 +00:00
jeremy
06ac160d22 Bump related ports after default Ruby version switch
OK gkoehler@
2020-11-17 03:19:36 +00:00
afresh1
d7ff12d1fa Update databases/p5-DBIx-Class-Schema-Loader to 0.07049
Originally from wen heping <wenheping2000 () hotmail ! com>
With additional tweaks by me

Has some test failures, but they are very similar to the failures
in DBIx::Class as reported upstream.

https://rt.cpan.org/Public/Bug/Display.html?id=133170
2020-11-15 19:17:37 +00:00
denis
a867b8e97f Import timescaledb-1.7.4 2020-11-15 09:39:52 +00:00
denis
124cfb4de6 TimescaleDB is an open-source database designed to make SQL scalable
for time-series data. It is engineered up from PostgreSQL and
packaged as a PostgreSQL extension, providing automatic partitioning
across time and space (partitioning key), as well as full SQL
support.

https://www.timescale.com/

Based on the work of Martin Got, thanks.

Help and OK sthen@
2020-11-15 09:12:13 +00:00
benoit
40913486e5 Update to p5-CDB_File-1.03. 2020-11-15 07:48:21 +00:00
sthen
4cf0e5eea8 mariadb: fix OQGraph check to avoid cmake printing unexpected check output,
from Brad (maintainer), https://jira.mariadb.org/browse/MDEV-24161
2020-11-14 21:24:37 +00:00
sthen
bf8415787b adjust postgresql upgrade readme steps; edit pg_hba.conf to support
connecting without passwords *before* copying to the new dir. saves
manually making the same change to two copies of the same file.
ok pea@
2020-11-14 13:03:49 +00:00
stu
8cf6ccd842 Update to 3.33.0.
Build against Tcl 8.5 so this Tcl extension
can work with Tcl 8.5 and Tcl 8.6.

OK sthen@
2020-11-14 11:59:49 +00:00
benoit
07d415c3d1 +p5-Net-Prometheus 2020-11-14 09:20:48 +00:00
benoit
02a05fdbb3 Import p5-Net-Prometheus-0.11 from Sven Falempin, OK afresh1@ 2020-11-14 09:17:14 +00:00
benoit
09fdb12573 Update to py-pygresql-5.2.1, , dropping py2 support. 2020-11-14 08:07:37 +00:00
sthen
9c21fd051e update py-sqlparse to 0.4.1, dropping py2 support.
disable py2 for py-sqlalchemy-migrate.
updated from a diff from wen heping.
2020-11-13 22:41:14 +00:00
pea
942c3665be Security update to 12.5
ok danj@ jeremy@
2020-11-13 19:00:10 +00:00
sthen
a6ecf5c92d databases/mariadb: update to 10.5.7, from Brad (maintainer)
Out-of-cycle release to fix regressions in MariaDB 10.5.7

Follow up to MDEV-19838 to alter protocol checks to support the
following implementations (which add garbage to the end of some
packets):

mysqlnd (from PHP < 7.3) (MDEV-24121)
mysql-connector-python (all versions) (MDEV-24134)
and mysql-connector-java (all versions)
2020-11-13 17:22:44 +00:00
sthen
3feefc852c databases/mariadb: Replace a hack to disable OQGraph with
PLUGIN_OQGRAPH=NO and remove some bits that are no longer necessary.
From Brad (maintainer).
2020-11-13 17:18:20 +00:00
sthen
9b860ef628 update to freetds-1.2.11 2020-11-13 14:34:05 +00:00
sthen
f0bc6feb66 update to openldap-2.4.56 2020-11-12 17:00:46 +00:00
bket
60ec51c52d Update to py-influxdb-5.3.1 2020-11-12 06:18:29 +00:00
benoit
f67b57e4a7 Update to p5-GDBM_File-1.26.3. 2020-11-11 15:09:45 +00:00
jeremy
e828657b45 Simplify patch, and make Mysql#close not crash if called more than once 2020-11-11 02:39:12 +00:00
jca
9e9454ed0d Drop patches that lowered mysqladmin's default --connect-timeout
The kernel used to have a quite small limit for SO_RCVTIMEO/SO_SNDTIMEO,
this lead mysqladmin to error out with its default --connect-timeout
value.  But that was before mpi@'s uipc_socket.c rev 1.239 commit, which
extended the maximum timeout for those socket options.

ok Brad (maintainer)
2020-11-06 22:34:33 +00:00
sebastia
ebaec21678 update 5.2.18 -> 5.2.19 2020-11-06 20:47:43 +00:00
ajacoutot
d819b39cff Update to evolution-data-server-3.38.1. 2020-11-06 14:45:58 +00:00
sthen
ba7c8e9759 update to OpenLDAP 2.4.55 2020-11-06 14:36:11 +00:00
sthen
7d971c66ae add ticket url, from brad 2020-11-06 10:19:00 +00:00
benoit
8f7b1f0e49 Update to p5-DBIx-SearchBuilder-1.68. 2020-11-06 08:32:08 +00:00
benoit
f1ca512c69 Update to p5-DBD-Mock-1.58. 2020-11-06 08:12:13 +00:00
sthen
b13c84d02a regen WANTLIB to unbreak following MariaDB update 2020-11-05 15:06:54 +00:00
sthen
89c15ce76e update to MariaDB 10.5.7, from Brad
CVE-2020-14765, CVE-2020-14776, CVE-2020-14789, CVE-2020-14812

iconv linking is now disabled by default upstream; remove the patch that
was needed for building with libiconv (as opposed to libc iconv) -
https://github.com/mariadb-corporation/mariadb-connector-c/commit/7052619cc4 /
https://jira.mariadb.org/browse/CONC-491
2020-11-05 11:57:59 +00:00
afresh1
4f61eeed3e Update databases/p5-DBIx-Class to 0.082842
From wen heping <wenheping2000 () hotmail ! com>
With tweaks by me

Two tests still failing, reported upstream as it's not clear it's us
https://rt.cpan.org/Public/Bug/Display.html?id=133170
2020-11-05 02:58:03 +00:00
afresh1
1ab1c1d9e2 Update databases/p5-SQL-Translator to 1.62
From wen heping <wenheping2000 () hotmail ! com>
2020-11-04 02:16:55 +00:00
sthen
cafcd8bb4e update to FreeTDS 1.2.10 2020-11-01 20:15:33 +00:00
martin
68129d8bcf Update py-whisper and py-carbon to 1.1.7, dropping python2 support.
Input and OK sthen@
2020-10-29 13:46:27 +00:00
tb
bd1f51cd88 Update to Redis 6.0.9
The incorrect assumption in zmalloc_usable_size() was corrected upstream,
so we can get rid of the local patch. Add a new patch for a long long
time_t format string, with a tweak from jca.

ok danj

Changelog: https://github.com/redis/redis/blob/6.0.9/00-RELEASENOTES
2020-10-29 05:14:03 +00:00
sthen
bfcd30755e switch dep to py-rrdtool 2020-10-28 12:13:06 +00:00