1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
Commit Graph

675425 Commits

Author SHA1 Message Date
Yuri Victorovich
a318a18709 graphics/xournalpp: update 1.2.3 → 1.2.3-20240830 2024-08-30 17:04:48 -07:00
Yuri Victorovich
5ca677b02b science/nwchem{,-data}: update 7.2.2 → 7.2.3
Reported by:	portscout
2024-08-30 17:04:48 -07:00
Yuri Victorovich
d1008f97fc sysutils/opa: update 0.67.1 → 0.68.0
Reported by:	portscout
2024-08-30 17:04:47 -07:00
Stefan Bethke
d679d90261 security/vuxml: Record www/forgejo security vulnerability
Upstream issue:
https://codeberg.org/forgejo/forgejo/pulls/5149

PR:	281133
2024-08-31 01:29:46 +03:00
Stefan Bethke
5737efc12f www/forgejo: Update 8.0.1 → 8.0.2 (fixes security vulnerability)
Changelog:
https://codeberg.org/forgejo/forgejo/milestone/7728

PR:	281133
MFH:	2024Q3
2024-08-31 01:26:48 +03:00
Sergei Vyshenski
a44ecc2643 security/p5-IO-Socket-SSL: Update 2.088 → 2.089
Changelog:
- new option SSL_force_fingerprint to enforce fingerprint matching even
  if certificate validation would be successful without
- document _get_ssl_object and _get_ctx_object for cases, where direct
  use of Net::SSLeay functions is needed
https://metacpan.org/dist/IO-Socket-SSL/changes

PR:	281135
2024-08-31 00:58:05 +03:00
Matt
319d9a719f news/sabnzbd: Update 4.3.2 → 4.3.3
Changelog:
https://github.com/sabnzbd/sabnzbd/releases/tag/4.3.3

Port changes:
- Rework NLS option
- Rework do-install target
- Formatting

PR:		281105
Approved by:	Nicholas Kirby <nick@kirby.cx> (maintainer)
2024-08-31 00:43:45 +03:00
Ben Shertenlieb
0f1b39bc0c multimedia/plexmediaserver-plexpass: Update 1.41.0.8911 → 1.41.0.8930
Changelog:
https://forums.plex.tv/t/plex-media-server/30447/641

PR:	281140
2024-08-31 00:26:26 +03:00
Ben Shertenlieb
89602362a0 multimedia/plexmediaserver: Update 1.40.5.8897 → 1.40.5.8921
Changelog:
https://forums.plex.tv/t/plex-media-server/30447/642

PR:	281139
2024-08-31 00:19:43 +03:00
Dimitry Andric
1aa709605c editors/le: fix build with recent libc++ headers
As reported on the ports mailing lists, with recent libc++ headers on
e.g. 15.0-CURRENT, 13.4 or 14.2, editors/le fails with errors similar
to:

    /usr/include/c++/v1/ios:257:25: error: expected ')'
      257 |   static const fmtflags hex         = 0x0008;
          |                         ^
    ./edit.h:158:26: note: expanded from macro 'hex'
      158 | #define hex     (editmode==HEXM)
          |                          ^
    /usr/include/c++/v1/ios:257:25: note: to match this '('
    ./edit.h:158:17: note: expanded from macro 'hex'
      158 | #define hex     (editmode==HEXM)
          |                 ^

This is because edit.h defines a `hex` macro, and this clashes with
std::hex from the libc++ headers.

To fix the build, use post-patch to rename the `hex` macro to `is_hex`.

PR:		281141
Reported by:	J David <j.david.lists@gmail.com>
Approved by:	zi (maintainer)
MFH:		2024Q3
2024-08-30 21:29:53 +02:00
Alexey Dokuchaev
27dd9932d4 www/envoy: drop expiring dependency to undeprecate the port. 2024-08-30 19:27:38 +00:00
Yuri Victorovich
736ff6a2db misc/py-onnx: update 1.16.1 → 1.16.2
Reported by:	portscout
2024-08-30 10:50:57 -07:00
Yuri Victorovich
f71fa1b21a cad/py-cocotb: update 1.9.0 → 1.9.1
Reported by:	portscout
2024-08-30 10:50:56 -07:00
Yuri Victorovich
f0bf1138bb math/py-animatplot: update 0.4.2 → 0.4.3
Reported by:	portscout
2024-08-30 10:50:56 -07:00
Yuri Victorovich
e69f5c7f66 lang/asm-lsp: update 0.7.4 → 0.8.0
Reported by:	portscout
2024-08-30 10:50:55 -07:00
Yuri Victorovich
1afb7cd5cd science/abinit: Add MPI options; Fix run-time failures due to wrong version
MPI options NOMPI MPICH OPENMPI are added, MPICH is a default.

As it turned out, openmpi is also currently broken on FreeBSD due
to failure to allocate shmem backing memory.

The abinit failure to determine version is also fixed.
It used UNKNOWN as version which caused run-time failure to save data.

PR:		281122
Reported by:	Ramon <rcuscoptc@gmail.com> (run-time failure due to UNKNOWN version)
2024-08-30 10:50:55 -07:00
Yuri Victorovich
81e1c592a4 science/py-openEMS: Remove unnecessary line 2024-08-30 10:50:55 -07:00
Joe Marcus Clarke
1ace21da3b net/wireshark: Update to 4.4.0
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.0.html for a
list of changes in this release.
2024-08-30 13:31:05 -04:00
Kai Knoblich
330e11c8a6 net-mgmt/netbox: Update to 4.0.10
Changelog:

Enhancements:
* Scroll long rendered Markdown content within tables
* Enable filtering of device components by device status
* Add device count column to sites table
* Linkify email addresses & phone numbers in contact assignments list
* Add facility field to locations filter form

Bug Fixes:
* Ensure consistent evaluation of queryset for both individual and list
  GraphQL API queries
* Restore support for white, gray, and black background colors
* Fix potential corruption of JSON values in custom fields that are
  not UI-editable
* Fix conflicts within OpenAPI schema definition regarding nested
  serializers
* Fix bulk edit/delete of objects when using "select all" widget
* Fix dynamic pagination of custom script results table
* Avoid NoReverseMatch exception when displaying count of related object
  type with no list view
* GraphQL API requests with an invalid filter should return an empty set
* Fix function of "reset" button on objects filter form
* Fix support for evaluating user token ($user) against custom field
  values in permission constraints
* Center SSO authentication icon when backend is unnamed
* Image height & width values should not be required when creating an
  image attachment via the REST API
* Ensure template date & time filters always return localtime-aware
  values
* Work around Safari rendering bug
* Fix display of custom links with default style under dark mode
* Fix system config view exception when custom validator classes are
  employed
* Ensure consistent rendering for all dashboard widget colors
* Fix VLAN group scope selection for non-English languages
* Ensure hierarchy is recalculated when bulk editing recursively nested
  object types (e.g. tenant groups)
* Do not regenerate key when updating a token via REST API
* Fix exception when adding member device to virtual chassis via web UI

https://github.com/netbox-community/netbox/releases/tag/v4.0.10
2024-08-30 18:20:03 +02:00
Kai Knoblich
5829fb4bbb textproc/py-mkdocs-material: Update to 9.5.33
Changelog since 9.5.30:

https://github.com/squidfunk/mkdocs-material/compare/9.5.30...9.5.33
2024-08-30 18:19:10 +02:00
Dave Cottlehuber
660b4adde4 security/vuxml: add rabbitmq-c creds disclosure 2024-08-30 14:24:05 +00:00
Dave Cottlehuber
aaa0587e47 net/rabbitmq-c: update to 0.14.0, address CVE
PR:		281092
MFH:		2024Q2
Security:	CVE-2023-35789
2024-08-30 14:24:04 +00:00
Ashish SHUKLA
2bf62c0741
ftp/wush: New port: CLI P2P file transfer tool
wush is a command line tool that lets you easily transfer files and
open shells over a peer-to-peer wireguard connection. It's similar to
magic-wormhole but:

 - No requirement to set up or trust a relay server for authentication.

 - Powered by Wireguard for secure, fast, and reliable connections.

 - Automatic peer-to-peer connections over UDP.

 - Endless possibilities; rsync, ssh, etc.
2024-08-30 11:11:25 +00:00
Mathieu Arnold
06754026a9
lang/perl5-devel: update to 5.41.3
While there, drop the THREADS option [1]

PR:		274192 [1]
2024-08-30 13:06:18 +02:00
Жунёва Мария Михайловна
3cae3efdc9 dns/nss_mdns: Fix path to the mdns.allow config file
Sponsored by:   Serenity Cybersecurity, LLC

Approved by:	ashish
2024-08-30 13:38:25 +03:00
Fernando Apesteguía
0932a85ec8 sysutils/conky: update to 1.21.7
ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.21.7

Bug fixes

 * Fix logic error in nvidia frequency calculation
 * Fix logic bug in cache_nvidia_string_value_update()
 * Stop trying to access filesystems that are no longer in dynamically generated
   conky text
2024-08-30 12:30:14 +02:00
Fernando Apesteguía
893abaacfd security/vuxml: Record firefox multiple vulnerabilities
CVE-2024-6608
 * Base Score:	4.3 MEDIUM
 * Vector:	CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L

CVE-2024-6609
 * Base Score:	8.8 HIGH
 * Vector:	CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

CVE-2024-6610
 * Base Score:	4.3 MEDIUM
 * Vector:	CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L

CVE-2024-7524
 * Base Score:	6.1 MEDIUM
 * Vector:	CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2024-08-30 12:19:35 +02:00
Fernando Apesteguía
b823d9ff18 security/vuxml: Revert "Record firefox multiple vulnerabilites"
This reverts commit 4453cf7eef.

The 3 CVEs only apply to firefox on iOS.

Reported by:	ronald-lists@klop.ws
2024-08-30 12:09:55 +02:00
Alexey Dokuchaev
93b0cb1682 lang/gauche: the port had been updated to version 0.9.15
- Now builds on i386 again as of upstream commit 9fceb15; original
  fix from NIIBE Yutaka (courtesy of Debian)
- GC now needless GNU_CONFIGURE_MANPREFIX and improve spelling and
  whitespace a bit while I'm here
2024-08-30 10:06:58 +00:00
Tobias Bölz
5851a3258e net/keycloak: Remove bash as runtime dependency
Keycloak no longer requires bash see:
https://github.com/keycloak/keycloak/pull/21124

PR:		281108
Approved by:	Matthias Wolf <freebsd@rheinwolf.de> (maintainer)
2024-08-30 11:55:12 +03:00
Alexey Dokuchaev
f7146dc08f lang/algol68g: update Algol 68 Genie to version 3.5.4
PR:		280836
Reported by:	portscout
2024-08-30 08:31:24 +00:00
Muhammad Moinur Rahman
28c5e991ac
*/*: Remove references to HEANET Mirrors
HEAnet is discontinuing their public mirror services. See below:

Please update your records at the next opportunity to remove references
to the HEAnet mirroring service. This service will be discontinued at
the end of August, so to avoid any confusion or incorrect redirects you
should update your records.

It has been a great experience to be part of the open-source mirroring
community. However, this service no longer suits the business objectives
and the decision has been made to discontinue. Thankfully, mirroring has
become much more robust compared to when HEAnet began hosting this
service over two decades ago.

Approved by:	portmgr (just-fix-it)
2024-08-30 10:23:56 +02:00
Muhammad Moinur Rahman
27f2ce1364
biology/R-cran-BiocManager: Update version 1.30.23=>1.30.24
Changelog: https://github.com/Bioconductor/BiocManager/releases/tag/v1.30.24
2024-08-30 10:21:23 +02:00
Muhammad Moinur Rahman
442de7e408
lang/php82: Update version 8.2.22=>8.2.23
- Rename rc script to comply to the rc scripting recommendations [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.2.23

PR: 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
2024-08-30 10:18:53 +02:00
Muhammad Moinur Rahman
05d08399b5
lang/php83: Update version 8.3.10=>8.3.11
Changelog: https://www.php.net/ChangeLog-8.php#8.3.11
2024-08-30 10:15:48 +02:00
Muhammad Moinur Rahman
7fa0d2ff90
lang/php84: Update version 8.4.0beta3=>8.4.0beta4
Please DO NOT use this version in production, it is an early test
version.

Changelog: https://github.com/php/php-src/blob/php-8.4.0beta4/NEWS
2024-08-30 10:13:21 +02:00
Muhammad Moinur Rahman
166e8e054f
devel/cirrus-cli: Update version 0.123.0=>0.124.0
Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.124.0
2024-08-30 10:11:44 +02:00
Muhammad Moinur Rahman
c7dd546720
misc/py-powerline-status: Update version 2.8.3=>2.8.4
Changelog: https://github.com/powerline/powerline/releases/tag/2.8.4
2024-08-30 10:10:47 +02:00
Nuno Teixeira
1303f21c47 devel/aws-crt-cpp: Update to 0.28.1
ChangeLog:	https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.28.1
		https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.28.0
2024-08-30 08:13:47 +01:00
Nuno Teixeira
1519d8a7cb devel/R-cran-cpp11: Update to 0.5.0
- Remove USES=compiler

ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html
2024-08-30 08:02:22 +01:00
Philippe Audeoud
7fbbc4f012 databases/p5-DBI-Shell: update to 11.98 2024-08-30 07:40:13 +02:00
Philippe Audeoud
ca795fb900 databases/p5-DBI: update to 1.644
Changelog: https://metacpan.org/dist/DBI/view/Changes#Changes-in-DBI-1.644-2024-08-23
2024-08-30 07:38:06 +02:00
Kai Knoblich
f5ea869a9c devel/py-maturin: Update to 1.7.1
* Due to recent changes in "setup.py" and "pyproject.toml", remove the
  workaround for py-setuptools introduced in e51a2d1c8c that is no
  longer required.

Changelog:

https://github.com/PyO3/maturin/releases/tag/v1.7.1
2024-08-30 06:34:42 +02:00
Piotr Kubaj
e465413c46 sysutils/rust-findutils: update to 0.6.0
Changelog:	https://github.com/uutils/findutils/releases/tag/0.6.0
2024-08-30 02:48:51 +02:00
Piotr Kubaj
23a25c229a misc/wego: update to 2.3
Changelog:	https://github.com/schachmat/wego/releases/tag/2.3
2024-08-30 02:48:50 +02:00
Piotr Kubaj
3e4f040df3 sysutils/fastfetch: update to 2.22.0
Changelog:	https://github.com/fastfetch-cli/fastfetch/releases/tag/2.22.0
2024-08-30 02:48:49 +02:00
Piotr Kubaj
677acedd2f security/cyrus-sasl2: respect CFLAGS
Currently CFLAGS are not respected, which may result in various crashes, e.g. CPUTYPE is not respected, which results in SIGILL on QorIQ E5500 CPU.

Reported by:	AmigaBSD (on #powerpc64 IRC)
2024-08-30 02:48:48 +02:00
Hiroo Ono
ae9def06de databases/libmongocrypt: Update 1.8.1 → 1.11.0
Changelogs:
https://github.com/mongodb/libmongocrypt/releases/tag/1.8.2
https://github.com/mongodb/libmongocrypt/releases/tag/1.8.3
https://github.com/mongodb/libmongocrypt/releases/tag/1.8.4
https://github.com/mongodb/libmongocrypt/releases/tag/1.9.0
https://github.com/mongodb/libmongocrypt/releases/tag/1.9.1
https://github.com/mongodb/libmongocrypt/releases/tag/1.10.0
https://github.com/mongodb/libmongocrypt/releases/tag/1.10.1
https://github.com/mongodb/libmongocrypt/releases/tag/1.11.0

While here pet portclippy.

PR:	281129
2024-08-30 01:13:45 +03:00
Larry Rosenman
1a3b0f7b06
sysutils/zfs-replicate: add pkg-message
PR:	281130
Reported by:	Victor <tschetter.victor@gmail.com> (Maintainer)
2024-08-29 16:59:44 -05:00
Alexey Dokuchaev
987672b5c8 games/vcmi: update the port to version 1.5.7
Reported by:	portscout
2024-08-29 21:28:18 +00:00