1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Commit Graph

661769 Commits

Author SHA1 Message Date
Juraj Lutter
d5ae7e55d3 mail/postfix-current: Update to 3.10-20240422 2024-04-29 18:00:24 +02:00
Alexey Dokuchaev
e5897c2673 net/storj: update Storj programs to version 1.101.3. 2024-04-29 15:31:32 +00:00
Piotr Kubaj
e007d2d28b math/R-cran-RcppEigen: fix build on powerpc64 2024-04-29 17:14:51 +02:00
Yuri Victorovich
6bd8e8af3f misc/{,py-}tvm: update 0.15.0 → 0.16.0
Reported by:	portscout
2024-04-29 08:13:39 -07:00
Juraj Lutter
61e65db77a net-mgmt/zabbix6-server: Bump PORTREVISION
Bump PORTREVISION after rc.d files change (it was missed in previous
commit).
2024-04-29 16:04:38 +02:00
Juraj Lutter
df6ff2da57 net-mgmt/zabbix6-server: Make service depend on mysql service
When using zabbix6-server with MariaDB, rc.d/zabbix_server does not
contain "REQUIRE: mysql".  Therefore, when shutting down the host, mysql
stops before zabbix_server and prevents zabbix_server from stopping.

Fix this also for MYSQLDV option and also for zabbix6-proxy in
addition to zabbix6-server.

PR:             278629
2024-04-29 16:03:37 +02:00
Juraj Lutter
9d83b1839c net-mgmt/zabbix64-server: Make service depend on mysql service
When using zabbix64-server with MariaDB, rc.d/zabbix_server does not
contain "REQUIRE: mysql".  Therefore, when shutting down the host, mysql
stops before zabbix_server and prevents zabbix_server from stopping.

Fix this also for MYSQLDV option and also for zabbix64-proxy in
addition to zabbix64-server.

PR:		278629
2024-04-29 16:03:37 +02:00
Vladimir Druzenko
49fc7d7276 graphics/glfw: fix build with EXAMPLES enabled and PREEDIT disabled
Both options are non-default.

MFH:	2024Q2
2024-04-29 16:45:46 +03:00
Vladimir Druzenko
817c2557b7 Revert "graphics/glfw: fix build with EXAMPLES enabled and PREEDIT disabled"
This reverts commit 0bcd20b238.

Mk/Uses/mysql.mk got there by accident
2024-04-29 16:38:55 +03:00
Vladimir Druzenko
0bcd20b238 graphics/glfw: fix build with EXAMPLES enabled and PREEDIT disabled
Both options are non-default.

MFH:	2024Q2
2024-04-29 16:29:50 +03:00
Vladimir Druzenko
58aaf801fa graphics/glfw: get maintainership
Approved by:	eduardo (previous maintainer via email)
MFH:		2024Q2
2024-04-29 15:28:57 +03:00
Anton Saietskii
1752db72dd net-p2p/tremotesf: update to 2.6.2
Add compiler:c++20-lang to USES.

Changelog: https://github.com/equeim/tremotesf2/releases/tag/2.6.2

PR:		278274
Approved by:	Submitter is maintainer, diizzy (mentor)
Differential Revision: https://reviews.freebsd.org/D44981
2024-04-29 14:08:40 +02:00
Jan Beich
742d058eb5 net/wlvncc: update to s20240407
Changes:	2b9a886...0c1308f
2024-04-29 13:48:02 +02:00
Jan Beich
c961052c3f x11/dwlb: update to s20240427
Changes:	78a5302...a30bb03
2024-04-29 13:48:01 +02:00
Alexey Dokuchaev
8098125aa6 misc/far2l: update Far2L to version 2.6.1 (on the edge) + hotfix
Apparently, regardless of the search method, when LibArchive is
installed from ports, it would be picked over the base version,
so put `libarchive' on the USES list unconditionally, to avoid
unregistered dependency when building in an unclean environment.

Prefer find_package() vs. pkg_search_module() because the former
prints explicit "found" status message with the library path and
version, if available, which makes more informative build logs.

Reported by:	portscout
2024-04-29 11:41:52 +00:00
Bernard Spil
43e5e05deb security/nextcloud-passman: Update to 2.4.9 2024-04-29 13:35:54 +02:00
Mathias Monnerville
fc8db0625d security/vuxml: CVEs affecting www/glpi < 10.0.15
CVE-2024-31456 and CVE-2024-29889 were fixed in GLPI 10.0.15.

PR:		278641
PR:		278642
2024-04-29 18:39:04 +08:00
Mathias Monnerville
35c59aa6e4 www/glpi: update to 10.0.15 (CVE-2024-31456, CVE-2024-29889)
Mostly a security release (2 high severity security fixes).

ChangeLog:
https://github.com/glpi-project/glpi/releases/tag/10.0.15

This release fixes a few security issues that have been recently discovered.
Update is recommended!
You will find below the list of security issues fixed in this bugfixes version:
* [SECURITY - high] Authenticated SQL injection from map search (CVE-2024-31456)
* [SECURITY - high] Account takeover via SQL Injection in saved searches feature
(CVE-2024-29889)

Also, here is a short list of main changes done in this version:
* [FIX] Fix used right by reservation form.
* [FIX] Do not rely on input to apply rules rights.
* [FIX] Always store updated SMTP Oauth refresh token.
* [TASK] Upgrade tinymce.

PR:		278641
MFH:		2024Q2
2024-04-29 13:16:57 +03:00
Kirill Ponomarev
4f20488ee3 sysutils/cbsd: Update to 14.0.8 2024-04-29 11:58:50 +02:00
Juraj Lutter
6c91058d70 security/py-badkeys: Update to 0.0.8
Reported by:	portscout, github notification, Hanno Böck.
2024-04-29 11:30:35 +02:00
Juraj Lutter
67b605b294 devel/py-binary_file_search: Add port
Add a port for BinaryFileSearch. It is a binary search algorithm for big
sorted files that cannot be read into RAM.

Also connect it to build.
2024-04-29 11:30:34 +02:00
Nicola Vitale
c97c75b9a8
www/py-paste: Update to 3.10.0
- Update WWW address

Release changes:	https://github.com/pasteorg/paste/releases/tag/3.10.0
Reported by:	portscout
2024-04-29 11:10:17 +02:00
Matthew Seaman
3778d1d00a textproc/py-agate: update to 1.10.2
Changes:	https://github.com/wireservice/agate/blob/1.10.2/CHANGELOG.rst
Reported by:	repology, portscout
2024-04-29 08:38:18 +01:00
TAKATSU Tomonari
edb3a6f7b0 devel/R-cran-sfsmisc: Update to 1.1-18
Reported by:	portscout
2024-04-29 07:27:32 +00:00
Yuri Victorovich
fd9bfa0501 misc/py-einops: update 0.7.0 → 0.8.0
Reported by:	portscout
2024-04-29 00:21:43 -07:00
Yuri Victorovich
a46e6a1b71 devel/gcem: update 1.17.0 → 1.18.0
Reported by:	portscout
2024-04-29 00:21:42 -07:00
Yuri Victorovich
7c731e1987 devel/py-line-profiler: update 4.1.2 → 4.1.3
Reported by:	portscout
2024-04-29 00:21:42 -07:00
Yuri Victorovich
f1756ec8ca devel/selene: update 0.26.1 → 0.27.1
Reported by:	portscout
2024-04-29 00:21:41 -07:00
Yuri Victorovich
0cc0cb78fe misc/llama-cpp: update 2751 → 2755
Reported by:	portscout
2024-04-29 00:21:41 -07:00
Yuri Victorovich
1ec8b6d397 graphics/py-pyqtgraph: update 0.13.6 → 0.13.7
Reported by:	portscout
2024-04-29 00:21:41 -07:00
Jan Beich
2e993e5577 x11-wm/swayfx: update to 0.4
Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.4
Reported by:	GitHub (watch releases)
2024-04-29 09:06:25 +02:00
Jan Beich
3356ffb724 x11-toolkits/scenefx: add new port
A drop-in replacement for the wlroots scene API that allows Wayland
compositors to render surfaces with eye-candy effects.

https://github.com/wlrfx/scenefx
2024-04-29 09:06:24 +02:00
Fernando Apesteguía
9466b58e05 security/vuxml: Add powerdns-recursor DOS
* CVE-2024-25583

A crafted response from an upstream server the recursor has been configured to
forward-recurse to can cause a Denial of Service in the Recursor. The default
configuration of the Recursor does not use recursive forwarding and is not
affected.

PR:	278564
2024-04-29 08:49:31 +02:00
Fernando Apesteguía
f9c6c779d5 sysutils/conky{-awesome}: update to 0.120.2
ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.20.2

Features

 * Separate cairo-xlib.h Lua bindings from cairo.h
 * Cleanup build flags, global namespace and includes
 * Use perfect hash (gperf) for parsing color names
 * set_struts improvements

Bug fixes

 * Fix imlib_cache_size_setting::lua_setter

Miscellaneous

 * Bump version
 * Annoyingly, the artifacts go into a subdir
 * Always run Nix & AppImage builds on PRs
 * Track more context labels
 * Fix matrix URL
 * Revert "Fix matrix URL"
 * Fix web components and pages (UI)
2024-04-29 08:34:22 +02:00
Ricardo Branco
e199513d74
devel/py-python-bugzilla: Fix for API key leak
Fixes https://github.com/python-bugzilla/python-bugzilla/issues/187

PR:		278612
MFH:		2024Q2
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/253
2024-04-29 12:10:29 +08:00
MANTANI Nobutaka
5507b97886 sysutils/bulk_extractor: Update to 2.1.1 2024-04-29 12:47:22 +09:00
Yuri Victorovich
78fa3fa7eb devel/cargo-leptos: Fix build on i386
Reported by:	fallout
2024-04-28 14:50:46 -07:00
Yuri Victorovich
8406919d42 www/trunk: Fix build on i386
Reported by:	fallout
2024-04-28 14:17:51 -07:00
Mateusz Piotrowski
b63fc792d0 www/screego: Return to pool 2024-04-28 22:33:33 +02:00
Mateusz Piotrowski
49dc9c2f3b sysutils/py-qmk: Return to the pool 2024-04-28 22:26:08 +02:00
Palle Girgensohn
c48815e807 sysutils/fluent-bit: Upgrade to 3.0.3
Release notes:	https://github.com/fluent/fluent-bit/releases/tag/v3.0.3
2024-04-28 21:49:01 +02:00
Kai Knoblich
c23147248d www/qt5-webengine: Bump PORTREVISION after fa01e117e2
The port archivers/snappy was updated to version 1.2.0 via fa01e117e2
but there was no PORTREVISION bump afterwards for qt5-webengine, which
uses archivers/snappy.

This led to the following runtime error as soon as consumers (e.g.
x11-fm/konqueror) using qt5-webengine were started:

ld-elf.so.1: /usr/local/lib/qt5/libQt5WebEngineCore.so.5: Undefined symbol "_ZN6snappy11RawCompressEPKcmPcPm"

Remedy the issue by bumping PORTREVISION to force a rebuild against the
new version of archivers/snappy.

PR:		278633
Reported by:	Graham Perrin
MFH:		2024Q2
With hat:	kde
2024-04-28 21:04:02 +02:00
Roman Bogorodskiy
4c0a295513 audio/mpg123: update to 1.32.6 2024-04-28 20:59:47 +02:00
Yuri Victorovich
39eecb20a8 misc/arrow-datafusion: update 36.0.1 → 37.1.0
Reported by:	portscout
2024-04-28 11:50:47 -07:00
Yuri Victorovich
72124020da math/mathlibtools: Removed because it is obsolete
It was usable with math/lean, but now math/lean4 has superseded
math/lean and should be used instead.
2024-04-28 11:00:55 -07:00
Yuri Victorovich
7e07f80bfb graphics/py-pyqtgraph: update 0.13.5 → 0.13.6
Reported by:	portscout
2024-04-28 10:53:56 -07:00
Yuri Victorovich
51ccb85264 graphics/py-pyocr: update 0.8.4 → 0.8.5
Reported by:	portscout
2024-04-28 10:53:56 -07:00
Yuri Victorovich
cee95b596e misc/py-laspy: update 2.5.2 → 2.5.3
Reported by:	portscout
2024-04-28 10:53:55 -07:00
Yuri Victorovich
36d1d18760 misc/py-lazrs: update 0.5.3 → 0.6.0
Reported by:	portscout
2024-04-28 10:53:55 -07:00
Yuri Victorovich
fa63f434a6 graphics/py-albumentations: update 1.4.2 → 1.4.4
Reported by:	portscout
2024-04-28 10:53:54 -07:00