5894 Commits

Author SHA1 Message Date
stu
3af8352250 Update to 1.1.5. 2022-11-22 21:18:40 +00:00
stu
161e9ff27b Update to 1.1.5. 2022-11-22 21:18:25 +00:00
stu
520fdddc57 Update to 1.1.5.
Drop two patches thanks to upstream changes.
2022-11-22 21:17:40 +00:00
stu
e242f0cec6 Update to 1.1.5. 2022-11-22 21:15:33 +00:00
op
72193d2546 update databases/pspg to 5.5.12
upstream dropped the call to reset_color_pairs.
2022-11-22 19:36:43 +00:00
op
45ada1ee59 update databases/pspg to 5.5.11
5.5.10 and 5.5.11 adds support for nushell.

port-wise regen patch-src_args_c and remove a call to
`reset_color_pairs' that our ncurses doesn't provide.
2022-11-22 09:42:30 +00:00
stu
e03c047856 Update to 3.34.0.
Drop a patch thanks to upstream changes.

Don't supply build options that are now enabled by default.

New default build options:
SQLITE_ENABLE_BYTECODE_VTAB
SQLITE_ENABLE_DBPAGE_VTAB
SQLITE_ENABLE_FTS4
SQLITE_ENABLE_MATH_FUNCTIONS

Add build option SQLITE_MAX_ALLOCATION_SIZE,
set to 0x00fffeff (16M - 1 - 256), inspired by default 0x7ffffeff.

https://sqlite.org/compile.html
2022-11-20 16:53:53 +00:00
sthen
94e9fea08c fix openldap-server @ask-update line; it used <2.5 not <2.5v0 (needed for EPOCH)
prompted by a mail from Eric Lenio
2022-11-20 12:40:10 +00:00
sthen
672239d176 update to py3-mongo-4.3.3 2022-11-18 13:00:16 +00:00
sthen
5173391ce6 postgresql-previous doesn't need Python; it was copied from the main
PostgreSQL port where it's used for building plpython, so remove the build
dependency (and as a bonus, it wasn't synced with the py27->py3 switch,
so this gets rid of another py27 user).
2022-11-16 17:27:29 +00:00
jeremy
8d4ac74cf1 Mark BROKEN as timescaledb does not yet work with PostgreSQL 15.
OK tb@
2022-11-16 03:01:49 +00:00
jeremy
9bc1d262c6 Update to repmgr 5.3.3 to work with PostgreSQL 15.
OK tb@
2022-11-16 03:01:21 +00:00
jeremy
817c98c581 Adjust dependencies and use upstream pull request to work with PostgreSQL 15.
OK tb@
2022-11-16 03:01:01 +00:00
jeremy
d8c1f4326f Update postgresql-previous to PostgreSQL 14.6 following postgresql update
to 15.1.

OK tb@
2022-11-16 03:00:29 +00:00
jeremy
105ddce147 Update to PostgreSQL 15.1
Bulk testing and help tb@

OK tb@
2022-11-16 02:59:22 +00:00
sthen
f83f497b50 update to mongodb-4.4.18 2022-11-15 17:43:16 +00:00
sthen
cb8e6bd2d5 use MODPY_PYBUILD 2022-11-14 15:50:12 +00:00
lraab
6963e2010a databases/web2ldap: update to 1.8.0
changelog:
Installation and configuration changes
* Renamed plugin module for dNSDomain/dNSDomain2 schema to
  web2ldap.app.plugin.dnsdomain. You might have to adjust your plugin
  import configuration in web2ldapcnf.plugins.

New features/enhancements
* Registered UCS attribute lockTime with plugin class SecondsSinceEpoch.
* Registered MS AD attribute msRTCSIP-PrimaryUserAddress with plugin
  class Uri.
* Added new plugin module web2ldap.app.plugins.dnszone (web2ldap#60).

Bug fixes
* Fixed returning the diagnosticMessage text as error message in
  case no more information could be extracted from it.
* Fixed plugin class for GUID values in MS AD to use little-endian
  encoding/decoding.

Refactoring
* Renamed entry-point sub-module to web2ldap.__main__.
* Abandoned obsolete optimization with codecs.lookup() (closes #58).

ok sthen
2022-11-14 15:29:48 +00:00
lraab
6e5c949103 databases/py-ldap0: update to 1.4.10
changelog:
https://code.stroeder.com/pymod/python-ldap0/compare/v1.4.9...v1.4.10

with test tweaks and ok sthen
2022-11-14 15:15:10 +00:00
espie
96e9672cb6 remove shortcut that was resulting in bizarre warning when trying to
integrate empty files
2022-11-14 12:54:47 +00:00
sthen
03881fcf87 remove duplicate MODPY_VERSION line 2022-11-13 17:30:22 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
sthen
16d7139bb3 update to py3-sqlalchemy-1.4.44 2022-11-13 10:17:12 +00:00
abieber
ab9ef84356 + p5-SQL-Abstract-Pg and p5-Mojo-SQLite 2022-11-10 03:49:47 +00:00
abieber
69250a39b2 Import Mojo-SQLite 3.009
This is tiny Mojolicious wrapper for SQLite.

OK bluhm@
2022-11-10 03:30:48 +00:00
abieber
718d76105c Import SQL-Abstract-Pg 1.0
This adds PostgreSQL features to SQL::Abstract.

OK bluhm@
2022-11-10 03:25:03 +00:00
sthen
ef85f40975 update to freetds-1.3.14 2022-11-09 13:18:33 +00:00
sthen
79f9ff8075 update to MariaDB 10.9.4, tidy arch-specific parts of the Makefile,
build rocksdb on other 64-bit LE archs, and add run-time hw feature
detection for OpenBSD/arm64. From Brad.
2022-11-09 12:12:44 +00:00
sthen
1cb523b773 fixup some of portbump's stupid ideas 2022-11-08 11:26:53 +00:00
ajacoutot
f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
ajacoutot
c1fa001a51 Update to evolution-data-server-3.46.1. 2022-11-06 18:52:32 +00:00
ajacoutot
d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
op
513a0f7879 update databases/pspg to 5.5.9
Adds keybindings to scroll column-wise left or right (shift +
left/right.)
2022-11-05 10:54:57 +00:00
ajacoutot
25de91b267 Remove jasper@ from MAINTAINER; I am the sole hobbit nowadays...
Discussed with jasper@
2022-11-04 09:14:21 +00:00
sthen
4f3334fbd7 avoid #include of a gcc header that doesn't work with ports-gcc 2022-11-03 13:55:53 +00:00
sthen
22aded6b10 update to recoll-1.33.1 2022-11-03 13:40:56 +00:00
sthen
533f76026d regen PLISTs following py-sphinx update 2022-10-31 08:47:46 +00:00
sthen
bf49d1e86c MariaDB tweaks, from Brad:
- Add a build fix for Clang to resolve building on riscv64
- Add a fix for retrieving the MAC address
- Update patch comments
2022-10-28 17:15:10 +00:00
sthen
2bc017e8d8 update to py3-psycopg2-2.9.5 2022-10-26 10:44:03 +00:00
landry
b35b98e7b8 databases/sqlite3: update to 3.39.4.
see https://www.sqlite.org/releaselog/3_39_4.html
2022-10-25 15:29:14 +00:00
sthen
af14247767 build mariadb with rocksdb on amd64 and riscv64, from Brad 2022-10-25 10:26:38 +00:00
landry
8115873355 databases/influxdb: add a login class limiting datasize to 6G
the default 4G isnt enough for influxdb/go in 7.2.

ok sthen@
2022-10-21 09:02:18 +00:00
sthen
061b715037 update to citus-11.1.3 and fix up tests 2022-10-19 11:50:06 +00:00
tim
80da813406 Update to sqlcipher 4.5.2
OK sthen@, maintainer timeout
2022-10-16 15:59:04 +00:00
denis
bf01257e6c update to v1.82.1
Multiple bugfixes : https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.82.1
2022-10-14 19:53:49 +00:00
pvk
4a5efe4059 Update pgbackrest 2.40 -> 2.41
Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.41
2022-10-14 14:06:35 +00:00
denis
d066c5ddeb update to v1.82.0
Changelog :
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.82.0
2022-10-09 19:51:42 +00:00
sthen
6087c3c792 update to mongodb-4.4.17 2022-10-06 13:31:17 +00:00
stu
41efcfe140 Update to 3.39.4.
Add build options (https://sqlite.org/compile.html):

  -DSQLITE_ENABLE_API_ARMOR
    Enables code that attempts to detect misuse of the SQLite API.

  -DSQLITE_ENABLE_GEOPOLY
    Enable the Geopoly extension.
2022-10-06 12:02:41 +00:00
sthen
3345f064be update to xapian-bindings-perl-1.4.21 2022-10-06 11:44:04 +00:00