Commit Graph

716426 Commits

Author SHA1 Message Date
Yuri Victorovich 6065a43fa2 misc/py-pytorch: Add VULKAN option 2025-08-21 20:20:07 -07:00
Yuri Victorovich 634f8baa32 audio/py-torchaudio: Update comments 2025-08-21 20:20:06 -07:00
Wen Heping 65781edef5 math/lean4: Update to 4.22.0
PR:		288987
Approved by:	yuri@(maintainer)
2025-08-22 02:52:50 +00:00
Wen Heping 8b24a3215a www/py-django-cms: Update to 5.0.2 2025-08-22 02:52:49 +00:00
Gerald Pfeifer fb19650bc9 emulators/wine-mono-devel: Update to version 10.2.0 2025-08-21 20:36:19 +00:00
Jason W. Bacon 5d8f84ce55 biology/bbmap: Update to 39.34
A few improvements and fixes
Changes:
    https://bitbucket.org/berkeleylab/jgi-bbtools/commits/branch/master

Reported by:    portscout
2025-08-21 15:31:40 -05:00
Jung-uk Kim c70cbe40b0 sysutils/acpica-tools: Update to 20250807
https://github.com/user-attachments/files/21674623/changes.txt
2025-08-21 16:21:14 -04:00
Dimitry Andric a60d74e32e net/samba420: fix fdescfs handling which causes several issues
Issue from bug 284623: several PANIC errors in log.smbd, similar to:

  [2025/02/02 16:56:09.823293,	0] ../../lib/util/fault.c:193(smb_panic_log)
    PANIC (pid 8625): async open timeout in 4.20.7
  [2025/02/02 16:56:09.827129,	0] ../../lib/util/fault.c:304(log_stack_trace)
    BACKTRACE: 20 stack frames:
     #0 0x3645750f6ec7 <log_stack_trace+0x37> at /usr/local/lib/samba4/private/libgenrand-private-samba.so
     #1 0x3645750f6f9e <smb_panic+0xe> at /usr/local/lib/samba4/private/libgenrand-private-samba.so
     #2 0x36456b707b24 <smbd_exit_server+0x1b4> at /usr/local/lib/samba4/private/libsmbd-base-private-samba.so
     #3 0x36456b707981 <smbd_exit_server+0x11> at /usr/local/lib/samba4/private/libsmbd-base-private-samba.so
     #4 0x364575394bcc <exit_server+0x1c> at /usr/local/lib/samba4/private/libsmbd-shim-private-samba.so
     #5 0x36456b6b2b10 <delete_all_streams> at /usr/local/lib/samba4/private/libsmbd-base-private-samba.so
     #6 0x364575935dff <tevent_common_invoke_timer_handler+0x18f> at /usr/local/lib/libtevent.so.0
     #7 0x364575935fa4 <tevent_common_loop_timer_delay+0x94> at /usr/local/lib/libtevent.so.0
     #8 0x3645759337c5 <tevent_context_same_loop+0xb15> at /usr/local/lib/libtevent.so.0
     #9 0x36457592f36a <_tevent_loop_once+0xea> at /usr/local/lib/libtevent.so.0
     #10 0x36457592f5f2 <tevent_common_loop_wait+0x32> at /usr/local/lib/libtevent.so.0
     #11 0x36456b6cd34b <smbd_process+0x83b> at /usr/local/lib/samba4/private/libsmbd-base-private-samba.so
     #12 0x363d4788f9bd <main+0x42fd> at /usr/local/sbin/smbd
     #13 0x36457593067e <tevent_common_invoke_fd_handler+0x9e> at /usr/local/lib/libtevent.so.0
     #14 0x364575933a44 <tevent_context_same_loop+0xd94> at /usr/local/lib/libtevent.so.0
     #15 0x36457592f36a <_tevent_loop_once+0xea> at /usr/local/lib/libtevent.so.0
     #16 0x36457592f5f2 <tevent_common_loop_wait+0x32> at /usr/local/lib/libtevent.so.0
     #17 0x363d4788df3f <main+0x287f> at /usr/local/sbin/smbd
     #18 0x363d4788cbac <main+0x14ec> at /usr/local/sbin/smbd
     #19 0x36457742ac3a <__libc_start1+0x12a> at /lib/libc.so.7

Issue from bug 286821: accessing Samba shares from macOS clients results
in error dialogs titled: "There was a problem connecting to the server",
with content "The share does not exist on the server. Please check the
share name and then try again".

The problems are caused by fdescfs handling:
* patch 0028-s3-lib-system-add-FreeBSD-proc_fd_pattern.patch was how
  Timur solved the fd problem for Samba 4.19 (mounting fdescfs nodup
  under /var/run/samba4/fd);
* if only this had been accepted upstream, we would not have had this
  problem in 4.20... :(
* in any case this code is now unused in 4.20, where Samba went even
  more Linux-only;
* patch 0101-FreeBSD-add-fdescfs-paths-workaround.patch was a naive
  tentative to solve the same problem for 4.20, apparently without
  taking into account what had been done before; it's broken by design,
  brokenly implementated and it simply doesn't work.

Apply a patch by Andrea Venturoli <ml@netfence.it>, which drops the 0101
patch, and modifies the older 0028 patch to revive what Timur had done.

PR:		284623, 286821
Tested by:	O. Hartmann <ohartmann@walstatt.org> and others
Approved by:	samba (0mp)
MFH:		2025Q3
2025-08-21 21:01:17 +02:00
Zsolt Udvari e911c4ce1c textproc/R-cran-spelling: Update to 2.3.2
Changelog: https://cran.r-project.org/web/packages/spelling/NEWS
2025-08-21 20:36:16 +02:00
Jesús Daniel Colmenares Oviedo d7f079f24d www/py-nicegui: Update to 0.22.2
ChangeLog: https://github.com/zauberzeug/nicegui/releases/tag/v2.22.2

Approved by:    acm (mentor)
2025-08-21 14:12:39 -04:00
Zsolt Udvari 4cba1f5e0d ftp/R-cran-curl: Update to 7.0.0
Changelog: https://cran.r-project.org/web/packages/curl/NEWS
2025-08-21 19:15:23 +02:00
Danilo Egea Gondolfo 1764639c11 games/solarus-quest-editor: Update to 2.0.1
Changelog:
https://gitlab.com/solarus-games/solarus/-/blob/dev/editor/changelog.md?ref_type=heads#solarus-quest-editor-201-2025-07-23
2025-08-21 17:00:42 +01:00
Danilo Egea Gondolfo 136218fc3a games/solarus: Update to 2.0.1
Changelog:
https://gitlab.com/solarus-games/solarus/-/blob/dev/changelog.md?ref_type=heads#solarus-201-2025-07-23
2025-08-21 17:00:42 +01:00
Danilo Egea Gondolfo 00b8e2b6bd editors/nano: Update to 8.6
Changelog:
https://www.nano-editor.org/news.php
2025-08-21 17:00:42 +01:00
Danilo Egea Gondolfo 498e8062b5 sysutils/kubectl: Update to 1.33.4
Changelog:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.33.md#changelog-since-v1333
2025-08-21 17:00:41 +01:00
Danilo Egea Gondolfo 3a9bd7b06a sysutils/helm: Update to 3.18.6
Changelogs:
https://github.com/helm/helm/releases/tag/v3.18.5
https://github.com/helm/helm/releases/tag/v3.18.6
2025-08-21 17:00:41 +01:00
Mateusz Piotrowski a3f8fb1bb4 biology/linux-foldingathome: Fix fetch on amd64
I forgot to group MASTER_SITES into the right groups. During the fix,
however, I realized that we can simplify the whole mechanism by keeping
not only the base name but also some part of the directory path in
DISTNAME. This way names of DISTFILES are unique across architectures.

Reported by:	pkg-fallout
Fixes:	6086ff0b32 biology/linux-foldingathome: Add support for aarch64
2025-08-21 17:41:39 +02:00
Zsolt Udvari 284987ea36 misc/R-cran-xfun: Update to 0.53
Update dependencies.

Changelog: https://github.com/yihui/xfun/releases/tag/v0.53
2025-08-21 16:38:25 +02:00
Ryan Steinmetz 716963a8e3 www/varnish7: Update to 7.7.3
Approved by:	maintainer (privately)
2025-08-21 10:17:34 -04:00
Palle Girgensohn b9ebe5dbc8 security/vuls: Update to 0.33.3
Release notes:	https://github.com/future-architect/vuls/releases/tag/v0.33.3
2025-08-21 16:00:28 +02:00
Palle Girgensohn 61a2d34b0f sysutils/fluent-bit: Update to 4.0.8
Release notes:	https://github.com/fluent/fluent-bit/releases/tag/v4.0.8
2025-08-21 16:00:28 +02:00
Christoph Moench-Tegeder de5a809621 net/liferea: update to 1.16.1
Release Notes:
  https://github.com/lwindolf/liferea/releases/tag/v1.16.1
2025-08-21 15:50:58 +02:00
Hiroki Tagato bf865ba34c net-im/signal-desktop: bump port revision after electron35 update (76475e3980) 2025-08-21 22:47:14 +09:00
Hiroki Tagato 76475e3980 devel/electron35: update to 35.7.5
Changelog: https://github.com/electron/electron/releases/tag/v35.7.5

Reported by:	GitHub (watch releases)
2025-08-21 22:46:21 +09:00
Piotr Kubaj d37d611922 devel/libunicode-contour: fix build on powerpc64
Same as powerpc64le.
2025-08-21 15:29:24 +02:00
Jason E. Hale 75677f0f18 www/ungoogled-chromium: Fix pkg-plist
ungoogled-chromium installs additional locales since 130.0.6723.91.

https://github.com/ungoogled-software/ungoogled-chromium/blob/137.0.7151.103-1/patches/extra/ungoogled-chromium/enable-extra-locales.patch

Approved by:	portmgr (blanket)
2025-08-21 08:01:39 -04:00
Dima Panov 134463b051
editors/libreoffice: update to 25/8/0 release (+)
The Office team is proud to announce the release of LibreOffice 25.8 ported to FreeBD users.

This latest version of the market-leading free open source office suite
maintains its focus on digital sovereignty and privacy protection.
It offers individuals, organisations, and governments total control over
their data and the most comprehensive productivity tools.

Announce:	https://blog.documentfoundation.org/blog/2025/08/20/libreoffice-25-8/
Release notes:	https://wiki.documentfoundation.org/ReleaseNotes/25.8
2025-08-21 14:18:57 +03:00
Dima Panov c4c871be0f
graphics/libetonyek01: update to MDDS-3.1 2025-08-21 14:10:54 +03:00
Dima Panov 0794af6f87
math/labplot: bump after liborcus update 2025-08-21 14:07:32 +03:00
Dima Panov 33e2b0b789
devel/liborcus: update to 0.20.2 release (+)
Switch to Gitlab

Release notes:	https://gitlab.com/orcus/orcus/-/releases/0.20.0 \
		https://gitlab.com/orcus/orcus/-/releases/0.20.1 \
		https://gitlab.com/orcus/orcus/-/releases/0.20.2
2025-08-21 14:07:28 +03:00
Dima Panov 8c2e49429b
textproc/libixion: update to 0.20.0 release (+)
Switch to Gitlab

Release notes:	https://gitlab.com/ixion/ixion/-/releases/0.20.0
2025-08-21 14:07:23 +03:00
Dima Panov 21dbc8f75d
devel/mdds: update to 3.1.0 release (+)
Switch to Gitlab

Release notes:	https://gitlab.com/mdds/mdds/-/releases/3.0.0 \
		https://gitlab.com/mdds/mdds/-/releases/3.1.0
2025-08-21 14:07:18 +03:00
Dima Panov b7ee9fbb43
security/botan3: bump consumers after Botan3 update 2025-08-21 13:25:54 +03:00
Dima Panov 1890897ed5
security/botan3: update to 3.9.0 release (+)
Release notes:	https://botan.randombit.net/news.html#version-3-9-0-2025-08-05
2025-08-21 13:19:12 +03:00
Mathieu Arnold 0716342072
lang/perl5-devel: update to 5.43.2 2025-08-21 11:48:23 +02:00
Mathieu Arnold 0716341023 lang/perl5-devel: silence warning in json_pp 2025-08-21 11:40:25 +02:00
Nuno Teixeira 47516e6e5b devel/aws-c-io: Update to 0.21.4
ChangeLog:	https://github.com/awslabs/aws-c-io/releases/tag/v0.21.4
		https://github.com/awslabs/aws-c-io/releases/tag/v0.21.3
2025-08-21 09:56:49 +01:00
Muhammad Moinur Rahman 1333fc6b89
databases/mysql-connector-odbc: New port
MySQL Connector ODBC is an ODBC driver for interfacing to MySQL
databases.

Please note that this port is the successor of mysql-connector-odbc-80.
The older port is no longer required as the older port was mysql version
agnostic which is no longer the case with the connector ODBC. The older
port has been removed in this same commit and relevant MOVED entry has
been added. The new port also supports differet flavors of ODBC engines.
The default flavor is unisodbc which is backed by unixODBC engine and the
other iodbc backed by iodbc engine.

WWW: https://www.mysql.com/
2025-08-21 10:34:48 +02:00
Muhammad Moinur Rahman 40693b677c
devel/protoc-gen-go-grpc: Update version 1.74.2=>1.75.0
Changelog: https://github.com/grpc/grpc-go/releases/tag/v1.75.0
2025-08-21 10:34:47 +02:00
Muhammad Moinur Rahman 8f37d640b1
devel/protobuf-go: Update version 1.36.7=>1.36.8
Changelog: https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.8
2025-08-21 10:34:46 +02:00
Muhammad Moinur Rahman f812cdff54
devel/grpc-gateway: Update version 2.27.1=>2.27.2
Changelog: https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.27.2
2025-08-21 10:34:46 +02:00
Muhammad Moinur Rahman 42b0cd42b0
devel/cirrus-cli: Update version 0.145.0=>0.145.1
Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.145.1
2025-08-21 10:34:45 +02:00
Muhammad Moinur Rahman 678394f987
misc/exercism: Update version 3.5.2=>3.5.4
Changelog: https://github.com/exercism/cli/releases/tag/v3.5.4
2025-08-21 10:34:44 +02:00
Wen Heping 2fd1679c96 www/groupoffice: Update to 25.0.45 2025-08-21 08:30:45 +00:00
Piotr Kubaj b4adf0f2dd devel/libunicode-contour: fix build on powerpc64le
Use clang's SSE translation, libunicode has intrinsics implemented
only for amd64 and arm64:
/wrkdirs/usr/ports/devel/libunicode-contour/work/libunicode-0.6.0/src/libunicode/scan.cpp:110:5: error: use of undeclared identifier 'intrinsics'
  110 |     intrinsics::m128i const ControlCodeMax = intrinsics::set1_epi8(0x20); // 0..0x1F
      |     ^
2025-08-21 10:14:30 +02:00
Wen Heping 5a6d2ec868 print/py-pypdf: Update to 6.0.0 2025-08-21 07:59:35 +00:00
Wen Heping 2a59b4ffba astro/py-extension-helpers: Update to 1.4.0 2025-08-21 07:45:40 +00:00
Wen Heping 88af98a710 finance/prestashop: Update to 8.2.2 2025-08-21 07:31:57 +00:00
Wen Heping 4cb323cb56 www/py-flask: Update to 3.1.2 2025-08-21 07:31:57 +00:00
Cy Schubert 44d74018c1 security/krb5-devel: update to the latest MIT/KRB5 github commit 2025-08-20 22:23:44 -07:00