Commit Graph

5934 Commits

Author SHA1 Message Date
sthen
8944205b73 record USE_NOEXECONLY in sqlports 2023-01-09 17:09:55 +00:00
pvk
54bbdfd8f3 Update patroni 2.1.5 -> 2.1.7
Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-217
2023-01-09 14:13:17 +00:00
gnezdo
3c0c101aec Remove long broken databases/riak
Prompted by Volker Schlecht, ok kn
2023-01-08 20:13:39 +00:00
jeremy
7a83a0466a Build ruby32 FLAVORs of ruby gem ext ports by default
For devel/ruby-sorted_set and graphics/ruby-rqrcode-core, do not do FLAVORed
builds by default, as these are pure ruby libraries with no native component.
2023-01-08 03:05:06 +00:00
jeremy
fb29f2022f Update to tiny_tds 2.1.5
Add patch to avoid warning on Ruby 3.2.
2023-01-08 02:46:28 +00:00
sthen
70f60da5b1 knock out the build of databases/db -java on aarch64 until the
breakage in jdk from execute-only changes can be mended or worked around,
no point breaking a large number of port builds while we have a workaround
even if it's not ideal

ok phessler@
2023-01-07 15:44:15 +00:00
ajacoutot
79515ccdd5 Update to evolution-data-server-3.46.3. 2023-01-07 10:01:17 +00:00
sthen
b4a3cb386e build PHP 8.2 versions of those pecl-* ports which support it 2023-01-06 19:37:56 +00:00
sthen
12ae7ced13 update to sqlcipher-4.5.3, from Tom Murphy (maintainer) 2023-01-03 12:32:27 +00:00
op
0919c6b38f databases/pspg: update to 5.7.1
- minor code cleaning (e.g. replace sprintf with snprintf)
- fix broken drawing selected block when input has just one column
- mapping "select all" on % or C-a keys
- \copy command uses same logic like menu copy command
2022-12-28 10:32:14 +00:00
op
066badee03 update databases/pspg to 5.7.0 2022-12-22 08:58:18 +00:00
sthen
8ccc81edd3 update to libhiredis-1.1.0 2022-12-22 08:39:19 +00:00
sthen
56ceffdf60 update to recoll-1.33.4 2022-12-21 13:49:59 +00:00
sthen
f03783f1c3 update to citus-11.1.5 2022-12-21 12:54:57 +00:00
sthen
b7785a648d update to py3-odbc-4.0.35 2022-12-21 12:54:56 +00:00
sthen
4f202a84e0 update to py3-sqlalchemy-1.4.45 2022-12-21 12:54:55 +00:00
sthen
2ea3557b80 update to py3-peewee-3.15.4 2022-12-21 12:54:54 +00:00
sthen
af4f0a7a97 update to py3-alembic-1.9.0 2022-12-16 10:40:16 +00:00
sthen
74b4d92cdf update to py3-minidb-2.0.7, from wen heping, plus I changed it to use
py-build instead of distutils.
2022-12-16 10:06:12 +00:00
sebastia
d5b5569755 update 3.10.0 -> 3.11.0 2022-12-14 14:02:20 +00:00
sebastia
8db376462d update 3.0.0 -> 3.1.0 2022-12-13 21:41:38 +00:00
sthen
e95f62d356 update to citus-11.1.4 2022-12-13 10:28:01 +00:00
danj
f6acb614fd Update to redis-6.2.8 2022-12-12 22:46:28 +00:00
denis
86a93392b4 update to v1.85.0
Update note: this release drops support for direct upgrade from VictoriaMetrics
versions prior v1.28.0

Changelog at https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.85.0
2022-12-11 15:21:47 +00:00
op
2e9128e724 update databases/pspg to 5.6.4
5.6.0: support direct true color mode
5.6.2: transform rgb colors to 256 when direct color mode is not possible
5.6.4: fix build on OSes without NCURSES_EXT_COLORS
2022-12-10 16:27:35 +00:00
sthen
0629592384 update to freetds-1.3.16 2022-12-10 09:45:23 +00:00
sthen
ef98e4de61 remove py-sqlite2; it hasn't actually been used since around python 2.3 when
it was integrated into python core as the "sqlite3" module; nmap's zenmap
subpackage listed a dependency, but didn't really use this

(the module is confusingly named; it is for sqlite3 not sqlite2!)
2022-12-05 12:00:35 +00:00
pvk
03470943b1 Enable rc_configtest for patroni 2022-12-03 20:36:07 +00:00
pvk
2b241a2321 Update patroni 2.1.4 -> 2.1.5
Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-215
2022-12-03 17:33:49 +00:00
pvk
31b41fbfc3 Update pgbackrest 2.41 -> 2.43
Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.43
2022-12-03 17:33:01 +00:00
ajacoutot
2266002a6b Update to evolution-data-server-3.46.2. 2022-12-03 09:40:21 +00:00
sthen
b9dafe1cd3 add BDEP on py-setuptools 2022-11-28 21:09:34 +00:00
lraab
219bf6057a sysutils/web2ldap: update to 1.8.1
ok sthen@
2022-11-28 13:47:08 +00:00
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
74f5f905eb update to freetds-1.3.15 2022-11-25 22:08:18 +00:00
sebastia
4a4acf8a39 Recent postgresql update broke puppetdb, seems it's more strict now
with regard to variables within prepared queries, there should be a
space between the variable and following keywords.

ugly workaround to fix the query.
2022-11-25 11:05:38 +00:00
op
1e941ab2c6 update databases/pspg to 5.5.13
bugfix release: fix a crash on empty input when odd-rec theme is active.
2022-11-25 08:24:36 +00:00
jeremy
3fb563c5a8 Update to ruby sqlite3 1.5.4
Upstream changed to using an embedded SQLite by default.  Use
--enable-system-libraries to use the system SQLite. Add a build
dependency on ruby-mini_portile2, and add a patch so it isn't
needed at runtime.
2022-11-25 00:19:52 +00:00
jeremy
4fd38a47ae Update to pg 1.4.5 2022-11-25 00:17:27 +00:00
stu
d802f18c0f Update to 1.1.5. 2022-11-22 21:18:53 +00:00
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