denis
11832ed63a
Update to v2.14.2
...
Thanks to Renato Aguiar for the initial diff.
2024-02-20 12:34:25 +00:00
sebastia
da6e7fad27
update py-puppetdb 3.1.0 -> 3.2.0
2024-02-16 18:12:07 +00:00
sthen
f2ddca0848
recoll: make -gui subpackage building conditional. on arch without
...
qtwebengine, knock out the -gui package rather than fallimg back to
qtwebkit.
2024-02-11 10:46:55 +00:00
jeremy
150dbd716c
Update to PostgreSQL 16.2
...
Fixes CVE-2024-0985: PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY
executes arbitrary SQL
2024-02-10 19:18:10 +00:00
benoit
00572d451b
Update to p5-SQL-Abstract-More-1.42 from wen heping (maintainer)
2024-02-10 06:20:04 +00:00
sthen
bd2501f8ae
update to py3-mysqlclient-2.2.4
2024-02-09 14:24:41 +00:00
sthen
7d00bb8233
bump for MODPHP_VERSION switch on sparc64
2024-02-09 14:22:24 +00:00
ajacoutot
b9cb73f6f9
Update to evolution-data-server-3.50.4.
2024-02-09 13:15:34 +00:00
rsadowski
31e7d45274
Disable Qt5WebKit support
...
OK kn@
2024-02-08 20:16:19 +00:00
sthen
4481bd523f
update to py3-odbc-5.1.0
2024-02-08 08:09:19 +00:00
pvk
96ec4f9439
Update pgbackrest 2.49 -> 2.50
...
Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.50
2024-02-05 19:32:31 +00:00
pvk
08c10a46e9
Update patroni 3.2.1 -> 3.2.2
...
Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-322
2024-02-05 19:31:10 +00:00
sthen
3a9dad45a4
update to py3-mysqlclient-2.2.3
2024-02-05 11:57:55 +00:00
sthen
5408119264
update to recoll-1.37.0
2024-02-04 11:06:21 +00:00
sthen
d0555fe7e6
update to py3-mysqlclient-2.2.1
2024-02-04 10:00:16 +00:00
bket
0c44bc256e
Take maintainership
...
These ports are deps for net/samba, which is maintained by Ian McWilliam
and me.
2024-01-31 05:56:29 +00:00
sthen
cc68aabc82
update to openldap-client-2.6.7
2024-01-30 14:13:13 +00:00
jca
d80f086e4c
Drop maintainership
...
Those ports are deps for ports I don't maintain any more.
databases/tdb and devel/libtalloc (and maybe devel/p5-Parse-Yapp) should
be kept in sync with the versions needed by net/samba.
2024-01-30 10:27:53 +00:00
sebastia
264df5ed82
hiera-file doesn't rely on hiera3
2024-01-27 20:32:51 +00:00
sebastia
7b596666a3
hiera-eyaml doesn't rely on hiera3 anymore
2024-01-27 20:28:50 +00:00
denis
899e6caa93
update to v2.13.1
...
diff from Renato Aguiar, thanks.
2024-01-26 18:04:57 +00:00
denis
c6ea75f4e3
update to v1.93.10
2024-01-21 11:58:03 +00:00
sebastia
0b65552d8a
update 7.15.0 -> 7.16.0
2024-01-21 11:00:03 +00:00
espie
445a14bb77
placate register-plist
2024-01-18 08:17:38 +00:00
espie
86dcbbc19b
lie to simplify some very specific use case
2024-01-17 14:59:35 +00:00
sthen
df38442d60
update to mongodb-4.4.28
2024-01-13 11:41:41 +00:00
espie
b171c316e7
link updatedb complement to quirks
...
(this allows rebuilding quirks without having the full set of
snapshot packages)
2024-01-10 11:15:08 +00:00
sthen
c3b9e1c156
update to py3-sqlalchemy-1.4.51
2024-01-08 07:46:12 +00:00
ajacoutot
af1c0a3d78
Update to evolution-data-server-3.50.3.
2024-01-05 18:47:41 +00:00
sebastia
aaefb10656
update puppetdb to 7.15.0
...
needs new logappender parameter in rc script
switch to Java 11
2024-01-05 11:28:14 +00:00
landry
cad6bb6524
databases/sqlite3: update to 3.44.2.
...
see https://sqlite.org/releaselog/3_44_2.html
2024-01-05 09:30:53 +00:00
semarie
b2e969bc1c
lang/rust: add a module to cope with SYSTEM_VERSION-rust
...
lang/rust module is intented to be only minimal.
makes devel/cargo module to use lang/rust module.
- makes MODCARGO_WANTLIB re-exports MODRUST_WANTLIB
- it changes the WANTLIB to the right value for sparc64, but as SYSTEM_VERSION-rust is bumped, it should be fine
adds SYSTEM_VERSION-rust ?= 0 to arch-defines.mk
- this way, when lang/rust isn't used, -V 0 is passed (it is a no-op),
and else, it is the value defined in lang/rust module.
while here, correct few ports to use the right WANTLIB value
ok tb@
"I'm happy with it" espie@ (regarding the usage of _SYSTEM_VERSION-rust)
2024-01-01 14:14:49 +00:00
semarie
9b08785f18
rust ports cleanup: use MODCARGO_WANTLIB in WANTLIB
...
fix WANTLIB for simple ports. rust ports are expected to use MODCARGO_WANTLIB
instead of hardcoding values (which will be soon different across archs).
replace "c c++abi pthread" by ${MODCARGO_WANTLIB} in WANTLIB
no changes, as it is the current value of MODCARGO_WANTLIB (even if buggy).
ok tb@
2024-01-01 09:02:15 +00:00
semarie
cd1a25ba64
rust ports cleanup: remove explicit BUILD_DEPENDS lang/rust when not needed
...
when MODULE devel/cargo is used, lang/rust is already added to BUILD_DEPENDS.
no changes (outside removing one lang/rust from the two present in BUILD_DEPENDS).
2024-01-01 08:22:41 +00:00
jeremy
43e872a605
Update to ruby-sqlite3 1.7.0
...
Remove unneeded sqlite3 source file from package.
2023-12-31 21:25:22 +00:00
jeremy
3b45add80c
Build ruby33 FLAVOR of ruby gem ext ports by default
2023-12-27 23:43:11 +00:00
pvk
49716e33b4
Add SFTP support for repository storage
...
Noticed by ajacoutot@, thanks!
2023-12-27 22:18:38 +00:00
giovanni
2de8b2ccac
bugfix update to 1.23
2023-12-27 12:30:03 +00:00
ajacoutot
da54056871
Unbreak build with libxml >=2.12.0
2023-12-24 10:53:01 +00:00
sthen
905501b84d
update to mongodb-4.4.27
2023-12-13 19:55:31 +00:00
tb
39ad5abf95
Update to victoriametrics 1.93.8
...
from Lucas Gabriel Vuotto (maintainer)
ok denis
https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1936
https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1937
https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1938
2023-12-09 17:57:57 +00:00
sthen
f11a6cd38d
update to freetds-1.4.10
2023-12-05 12:34:45 +00:00
sdk
a594da794c
Change VARBASE to LOCALSTATEDIR
...
OK op@
2023-12-03 16:57:35 +00:00
pvk
789b2a5718
Update pgbackrest 2.48 -> 2.49
...
Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.49
2023-12-03 14:48:32 +00:00
pvk
d995cca40d
Update patroni 3.2.0 -> 3.2.1
...
Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-321
2023-12-03 14:47:45 +00:00
benoit
1812a6af1d
Update to p5-Catalyst-Model-DBIC-Schema-0.66.
2023-12-02 07:17:35 +00:00
ajacoutot
f64f0e9961
Update to evolution-data-server-3.50.2.
2023-12-01 17:32:20 +00:00
sthen
771c8d5933
update to freetds-1.4.8
2023-11-30 13:48:40 +00:00
sthen
01d1b1d14c
update to py3-mongo-4.6.1
2023-11-30 13:32:01 +00:00
jeremy
8afaaccf78
Update to pllua 2.0.12 to work with PostgreSQL 16.
...
OK tb@, sthen@
2023-11-29 23:42:00 +00:00