1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

686464 Commits

Author SHA1 Message Date
Dima Panov
98fb62d172
benchmarks/hipercontracer: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:20 +03:00
Dima Panov
8d4af2a4a2
misc/ecflow: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:19 +03:00
Dima Panov
1aac2ba64f
science/orthanc*: mark as BROKEN, fails to build with boost-1.86+
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:19 +03:00
Dima Panov
a48821ad27
net/libcmis: fix build with boost-1.86
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:18 +03:00
Dima Panov
33d6f548e6
devel/boost: update to 1.86.0 release (+)
Also update boost_build (B2) to corresponding 5.2.1 release.

Release Notes:	https://www.boost.org/users/history/version_1_86_0.html

Sponsored by:	Future Crew, LLC
2024-11-20 13:05:18 +03:00
Dimitry Andric
b47d453f0a math/givaro: fix build with clang 19
Clang 19 has become more strict about errors in member functions, which
results in errors building math/givaro:

  ./givaro/givaro/givaro/random-integer.h:94:51: error: no viable overloaded '='
     94 |                 const_cast<Integer_Domain&>(_ring)=R._ring;
        |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  ./givaro/givaro/givaro/random-integer.h:94:51: note: type 'Integer_Domain' (aka 'ZRing<Integer>') is incomplete
     94 |                 const_cast<Integer_Domain&>(_ring)=R._ring;
        |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  In file included from givintprime.C:19:
  In file included from ./givaro/givintprime.h:24:
  In file included from ./givaro/givaro/givinteger.h:25:
  ../../../src/kernel/ring/givaro/zring.h:123:13: warning: misleading indentation; statement is not part of the previous 'while' [-Wmisleading-indentation]
    123 |             return a; }
        |             ^
  ../../../src/kernel/ring/givaro/zring.h:121:11: note: previous statement is here
    121 |         { while (isZero(init(a, g())))
        |           ^

The `const_cast` line has been removed by upstream as part of
https://github.com/linbox-team/givaro/commit/b0cf33e1, but that commit
is rather large. It is enough to only delete the line.

Also fix a failure that occurs when running "make test":

  ../src/kernel/recint/rfiddling.h:170:29: error: no member named 'Low' in 'rint<K>'

This is because the expression `max.Low.Value` should actually be
`max.Value.Low`.

PR:		282830
Approved by:	pi (maintainer)
MFH:		2024Q4
2024-11-20 09:49:11 +01:00
Nuno Teixeira
be87c08770 math/R-cran-RcppArmadillo: Update to 14.2.0-1
ChangeLog: https://cran.r-project.org/web/packages/RcppArmadillo/news.html
2024-11-20 08:22:20 +00:00
Nuno Teixeira
7b3f79acca math/R-cran-hexbin: Update to 1.28.5
ChangeLog: b401b6e8...baa6f523
2024-11-20 08:22:20 +00:00
Baptiste Daroussin
2adecea2cd ports-mgmt/pkg-devel: update to 1.21.99.4
Changes:
- ABI detection related fixes
- Lots of fixs for MacOS
- Fix host component handling in file:// URLs
- build system: add --with-tsan support
- fix threads on MacOS
- pkg -vv now shows bundled/external libraries version
- pkg: -r command can be used multiple times to only enable
  the specified repositories.
- UI: small improvements in error messages
- repositories: new pkg repositories command to list configured
  repositories
- vuxml: now fetched over https
- check: now default on the -s option when no options is passed.
2024-11-20 09:05:43 +01:00
Gabriel M. Dutra
e4732f0779 security/nuclei: Update to 3.3.5
changeLog:
https://github.com/projectdiscovery/nuclei/releases/tag/v3.3.5
2024-11-20 00:54:22 -03:00
Kenneth Raplee
28dd3087de graphics/qimgv: Update 1.03.g20240727 → 1.03.g20241011
Commit log:
82e6b753...a4d475fa

PR:	282824
2024-11-20 03:50:48 +03:00
Vanilla I. Shu
72e67b7569 devel/py-grpcio-tools: update to 1.68.0. 2024-11-20 07:55:29 +08:00
Vanilla I. Shu
cbcc55f313 devel/py-grpcio: update to 1.68.0. 2024-11-20 07:55:28 +08:00
Vanilla I. Shu
fa693a439b devel/pecl-grpc: update to 1.68.0. 2024-11-20 07:55:28 +08:00
Dmitry Marakasov
a72f1e6c5d games/maxr: update 0.2.16 → 0.2.17
Note: there was distfile reroll in the process
old sha256: 297947da7a74704aa3805062790f5c7ceff32e9681773fb84a9cf493f755df6c
new sha256: fa8dc8d90039067faf36ac735d38c608c0907ddf09499a7ec1978a6ae9d555b6

The change was a fix to GitHub windows release workflow.
2024-11-20 02:27:09 +03:00
Dmitry Marakasov
3bf141b8a5 games/DDNet: update 18.5.1 → 18.7 2024-11-20 02:27:08 +03:00
Nuno Teixeira
4d8dfc3732 sysutils/duplicity: Update to 3.0.3.1
ChangeLog:	https://duplicity.gitlab.io/stable/CHANGELOG.html
MFH:		2024Q4
2024-11-19 22:21:20 +00:00
Craig Leres
f4bc82f812 security/zeek: Update to 7.0.4
https://github.com/zeek/zeek/releases/tag/v7.0.4

This release fixes the following bugs:

 - The community-id-logging.zeek policy script was used to set
   c$conn$community_id during new_connection() rather than
   connection_state_remove(), allowing other scripts to reuse its
   value early.

 - The input framework will no longer get stuck and use 100% of the
   CPU when encountering lines not immediately terminated by a new
   line.

 - The Modbus analyzer added some additional protocol checks and
   should no longer over-match on traffic that's not specifically
   on port 502.

 - ZeekJS was updated to version v0.13.2, which brings support for
   newer versions of Node.js and a fix for a segfault when running
   under Alpine.

 - A minor bug was fixed in the detect-sqli policy script to handle
   spaces being encoded as plus signs.

Reported by:    Tim Wojtulewicz
2024-11-19 13:30:34 -08:00
Erik Jensen
7cfcd90ff0 devel/root: Unbreak FreeBSD 15
PR:		282756
MFH:		2024Q4
2024-11-19 21:21:06 +00:00
Dima Panov
b4ed2887c7 databases/arrow: update 17.0.0 → 18.0.0
PR:	282859
2024-11-19 12:48:18 -08:00
Matthew Wener
e8d84866f0 www/py-pydrive2: add new port
PyDrive2 is a wrapper library of google-api-python-client.

PR:	282847
2024-11-19 21:33:26 +01:00
Sergey A. Osokin
b9ad859576 security/boringssl: update to the recent snapshot 2024-11-19 15:16:58 -05:00
Szczepan Ćwikliński
cbf4344824 lang/dotnet: Update to 9.0.0
Move .NET 8 to lang/dotnet8

Co-authored-by:	Gleb Popov <arrowd@FreeBSD.org>
2024-11-19 22:48:57 +03:00
Sergey A. Osokin
582dd57560 net-im/telegram-desktop: update 5.8.1 -> 5.8.2 2024-11-19 14:15:09 -05:00
Sergey A. Osokin
519f8ea6d2 net-im/tg_owt: update to the recent snapshot 2024-11-19 14:15:09 -05:00
Kurt Jaeger
cd195d1678 security/vuxml: Add x11-servers/xorg-server, x11-servers/xwayland
PR:		282415
2024-11-19 19:57:57 +01:00
Fernando Apesteguía
26b0309849 sysutils/conky: update to 1.21.8
ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.21.8

Features

 * Implement -U. by @g0mb4 in #2049

Bug fixes

 * set display to null for race condition
 * src/fs.{cc,h}: Update fs_stats without error spam.
 * audacious.cc: print_audacious_filename(): fix always empty $audacious_filename
 * Fix tcp_ping for non-existent local network hosts
 * Fix if_match comparison for string operands containing operator symbols (#1988)
 * conky/pull/2064
 * fix: set initial state withdrawn wm hint (fixes #2046)

Miscellaneous

 * Bump version
 * build(deps): bump DeterminateSystems/nix-installer-action from 13 to 14 in the actions group
 * build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 8 in the actions group
 * Add automatic labeling for issues
 * Revert "Add automatic labeling for issues"
 * build(deps): bump DeterminateSystems/nix-installer-action from 14 to 15 in the actions group
2024-11-19 19:47:35 +01:00
Fernando Apesteguía
87826a9475 science/afni: update to 24.3.06 2024-11-19 19:46:59 +01:00
Fernando Apesteguía
4c7b1ca889 graphics/converseen: update to 0.12.2.4
ChangeLog: https://converseen.fasterland.net/changelog/

 * Fixed a bug affecting localization file access
 * Various Bugfixes
2024-11-19 19:46:24 +01:00
Christoph Moench-Tegeder
df5c4756f1 cad/freecad: update to version 1.0
Announcement:
  https://blog.freecad.org/2024/11/19/freecad-version-1-0-released/
2024-11-19 19:39:11 +01:00
Christoph Moench-Tegeder
d55785a812 mail/thunderbird: update to 128.4.4
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/128.4.4esr/releasenotes/
2024-11-19 19:37:34 +01:00
Ryan Steinmetz
1e6c19a264
sysutils/lscpu: Update to 1.3.0
PR:		282828
Reported by:	Laurent Chardon <laurent.chardon@gmail.com>
2024-11-19 13:25:30 -05:00
Dima Panov
c837ede506
multimedia/linux-rl9-aom: fix typo: s/libxjl/libjxl/g
Sponsored by:	Future Crew, LLC
2024-11-19 21:14:47 +03:00
Charlie Li
f8250d7809
devel/wasi-{compiler-rt,libcxx}19: sync to 19.1.4 2024-11-19 13:02:50 -05:00
Brooks Davis
705ee5784b devel/llvm19: 19.1.4 release
See the release notes for changes:
    https://discourse.llvm.org/t/llvm-19-1-4-released/83230

Sponsored by:	DARPA, AFRL
2024-11-19 17:30:57 +00:00
Brooks Davis
6b7215ed56 */*: use USES=sbrk
Replace various BROKEN entries for missing sbrk on aarch64 and risc64
with USES=sbrk.

Fix a few missing entries (generally ports blocked by other
dependences).

Approved by:	portmgr (mat in D47258 comment)
Differential Revision:	https://reviews.freebsd.org/D47259
2024-11-19 17:30:56 +00:00
Brooks Davis
f6132c4161 Mk/Uses/sbrk.mk: centralize sbrk handling
Add a USES=sbrk that sets BROKEN_aarch64 and BROKEN_risc64.  This paves
the way for further deprecation of sbrk and will be extended to support
patching around various uses.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D47258
2024-11-19 17:30:56 +00:00
Charlie Li
48060e03b6
devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.

With hat: gnome
PR: 273722
2024-11-19 11:59:07 -05:00
Michael Reifenberger
5c3d5f53fc security/vuxml: Add vaultwarden
Vaultwarden -- Multiple vulnerabilities

PR:		282795
Reported by:	Bernard Spil
2024-11-19 17:28:53 +01:00
Michael Reifenberger
63974c070f security/vaultwarden: Security update to 1.32.5
This release further fixed some CVE Reports reported
by a third party security auditor and we recommend everybody to update
to the latest version as soon as possible.
The contents of these reports will be disclosed publicly in the future.

PR:		282795
Reported by:	Bernard Spil
2024-11-19 17:25:01 +01:00
Joseph Mingrone
4d610404e2
shells/zsh-autosuggestions: Update to 0.7.1
Changelog:	https://github.com/zsh-users/zsh-autosuggestions/blob/master/CHANGELOG.md#v071
Sponsored by:	The FreeBSD Foundation
2024-11-19 12:17:47 -04:00
Charlie Li
a2f20c4572
lang/spidermonkey128: update to 128.5.0 (rc1) 2024-11-19 11:07:11 -05:00
Matthew Wener
6272574b93 www/py-free-proxy: add new port
Proxy scraper for further use.

PRi:	282845
2024-11-19 16:31:00 +01:00
Matthew Wener
2ea7a0e4f2 devel/py-goodreads: add new port
Python interface for the Goodreads API.

PR:	282848
2024-11-19 16:14:26 +01:00
Palle Girgensohn
4bc5212245 net-mgmt/telegraf: Update to 1.32.3
Release notes:	https://github.com/influxdata/telegraf/releases/tag/v1.32.3
2024-11-19 16:04:50 +01:00
Palle Girgensohn
c799e3faf8 sysutils/fluent-bit: Update to 3.2.1
Release notes:	https://github.com/fluent/fluent-bit/releases/tag/v3.2.1
2024-11-19 16:04:50 +01:00
Ashish SHUKLA
2a19ce6fe9
www/element-web: Update to 1.11.86
Approved by:	maintainer (implicit, version bump, as per PR 258262)
2024-11-19 14:42:50 +00:00
Robert Nagy
01b71207ce www/ungoogled-chromium: update to 131.0.6778.69
Security:	https://vuxml.freebsd.org/freebsd/8fe4f296-a3ec-11ef-8c1c-a8a1599412c6.html
2024-11-19 14:09:20 +01:00
Baptiste Daroussin
95a2d7d0e4 multimedia/jellyfin: update to 10.10.0.3 2024-11-19 14:05:26 +01:00
Jason E. Hale
c199257503 www/kdsoap: Remove trailing whitespace from pkg-plist 2024-11-19 08:04:21 -05:00