Commit graph

633832 commits

Author SHA1 Message Date
Chad Fraleigh
20f05250fa net/aoe: fix build on non-x86
While we are at it:

 - remove BROKEN_... lines for FreeBSD versions out of support
 - drop homegrown do-install in favour of USES=uidfix
 - install kernel module into standard location
 - attempt to fix the build on FreeBSD 13

Still doesn't work on FreeBSD 13.2.  While it builds, the code now
fails at runtime, apparently when it tries to dereference vnet_entry_ifnet
in the line

    IFNET_FOREACH(ifp)

in aoenet_xmitbcast.

PR:		239891
2023-09-10 12:12:56 -04:00
Li-Wen Hsu
1a08f9f75a
devel/jenkins: Update to 2.422
Sponsored by:	The FreeBSD Foundation
2023-09-11 00:09:49 +08:00
Dan Langille
a7d93b79e9 sysutils/bacula*-server: remove unused scripts
Remove

* files/pkg-deinstall.server.in
* files/pkg-install.server.in

They are not used. They duplicate the actions of the cliemt scripts.
The server requires the client.

PR:		273306
2023-09-10 15:40:07 +00:00
Bernard Spil
6f9ee6f64e www/nextcloud-calendar: Update to 4.4.5 2023-09-10 17:28:38 +02:00
Rodrigo Osorio
3ed27ed6f9 textproc/hevea: update to 2.36
Major changes:
    * OCaml 5.0 compatibility
    * Some petty optimisation in text output (replace ' '+ '\n' by '\n')
    * Correct bug in text mode

Full changelog: https://github.com/maranget/hevea/blob/master/CHANGES

Port changes:
    * Reorder variables to make linter happy
2023-09-10 17:25:06 +02:00
Bernard Spil
5278f6d9bf security/openss32: Add OpenSSL 3.2 ALPHA port
* For early testers
2023-09-10 17:09:43 +02:00
Dan Langille
18f5c0eb55 sysutils/bacula11-server: Add S3 cloud option
Allow a bacula-sd node to use S3 for storage

This uses the recently added sysutils/bacula-libs3 port

While here, also add S3 to bacula13-server
PR:		260171
2023-09-10 14:14:00 +00:00
Dan Langille
dd8d93a918 sysutils/bacula11-libs3: move to sysutils/bacula-libs3
This libray builds with both Bacula 11 and Bacula 13.
New commits to those ports are coming soon.

PR:		260170
2023-09-10 14:13:59 +00:00
Dries Michiels
d7ba45f6bc sysutils/bfs: update to 3.0.2
Changes:	https://github.com/tavianator/bfs/releases/tag/3.0.2
2023-09-10 16:06:05 +02:00
Dries Michiels
256c663c39 net/speedtest-go: update to 1.6.4
Changes:	https://github.com/showwin/speedtest-go/releases/tag/v1.6.4
Changes:	https://github.com/showwin/speedtest-go/releases/tag/v1.6.5
Canges:		https://github.com/showwin/speedtest-go/releases/tag/v1.6.6
2023-09-10 15:43:19 +02:00
Lorenzo Salvadore
64cb25fe60
lang/gcc13-devel: Update to 13.2.1.s20230909 2023-09-10 15:24:56 +02:00
Lorenzo Salvadore
def50a6f3b
lang/gcc12-devel: Update to 12.3.1.s20230908 2023-09-10 15:24:55 +02:00
Lorenzo Salvadore
78ac4a6c11
lang/gcc11-devel: Update to 11.4.1.s20230907 2023-09-10 15:24:55 +02:00
Kai Knoblich
b9c3ffd4a3 */*dj41*: Deprecate/Set to expire
* Django 4.1 will reach its End-of-Life in December 2023.  Deprecate its
  consumers and set the expiration date accordingly.

Differential Revision:	https://reviews.freebsd.org/D41666
With hat:		python
2023-09-10 15:15:33 +02:00
Kai Knoblich
73d81b1203 www/py-django41: Deprecate/Set to expire
* Django 4.1 will reach its End-of-Life in December 2023.  Deprecate it
  and set the expiration date accordingly.

Differential Revision:	https://reviews.freebsd.org/D41665
With hat:		python
2023-09-10 15:15:33 +02:00
Kai Knoblich
caccfde64e security/py-netbox-secrets: Update to 1.9.0
Changelog:

https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v1.9.0

MFH:		No (not compatible with NetBox 3.5.x)
2023-09-10 15:15:32 +02:00
Kai Knoblich
c4dcf1e3e8 UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 3.6 release
series.
2023-09-10 15:15:32 +02:00
Kai Knoblich
bbe8e56f68 net-mgmt/netbox: Update to 3.6.1
* Introduce non-default GIT, LDAP and S3 options.

Changelog since 3.5.9

It contains many bugfixes/enhancements and the following new features:

* Relocated Admin UI Views
* Configurable Default Permissions
* User Bookmarks
* Custom Field Choice Sets
* Pre-Defined Location Choices for Custom Fields
* Restrict Tag Usage by Object Type

https://netbox.readthedocs.io/en/stable/release-notes/version-3.6/
MFH:		No (feature release)
2023-09-10 15:15:32 +02:00
Kai Knoblich
178f4991ec net-mgmt/netbox: Create Django 4.2 consumers
* Django 3.2 is currently the "default" version in the ports tree due
  its long term support until April 2024.  Thus ports that are assigned
  to that version will exist until then.

The following ports are required to make the upgrade of
net-mgmt/netbox to the 3.6 release possible because it requires
Django 4.2.

All of the ports listed below were created on the basis of their
respective original ports:

- devel/py-dj42-django-rq
- devel/py-dj42-graphene-django
- www/py-dj42-django-auth-ldap
- www/py-dj42-django-cors-headers
- www/py-dj42-django-debug-toolbar
- www/py-dj42-django-filter
- www/py-dj42-django-graphiql-debug-toolbar
- www/py-dj42-django-js-asset
- www/py-dj42-django-mptt
- www/py-dj42-django-prometheus
- www/py-dj42-django-redis
- www/py-dj42-django-rich
- www/py-dj42-django-tables2
- www/py-dj42-django-taggit
- www/py-dj42-django-timezone-field
- www/py-dj42-djangorestframework
- www/py-dj42-drf-spectacular
- www/py-dj42-drf-spectacular-sidecar

Differential Revision:	https://reviews.freebsd.org/D41664
2023-09-10 15:15:32 +02:00
Kai Knoblich
d651ce58b9 www/py-social-auth-app-django: Update to 5.3.0
Changelog:

https://github.com/python-social-auth/social-app-django/releases/tag/5.3.0
2023-09-10 15:15:31 +02:00
Kai Knoblich
d32e3b9e6b textproc/py-mkdocstrings: Update to 0.23.0
Changelog:

https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.23.0
2023-09-10 15:15:31 +02:00
Kai Knoblich
00d1b967ab textproc/py-mkdocs-material: Update to 9.2.7
Changelog since 9.2.5:

https://github.com/squidfunk/mkdocs-material/compare/9.2.5...9.2.7
2023-09-10 15:15:31 +02:00
Kai Knoblich
d265b46671 devel/py-maturin: Use Makefile.crates
* Stash the CARGO_CRATES to Makefile.crates to reduce the effort for
  future updates.

* No functional changes intended.
2023-09-10 15:15:31 +02:00
Jason W. Bacon
8abd028788 biology/pooler: Update to 1.88
Fix infinite loop

Changes: https://ssb22.user.srcf.net/pooler/#changes

PR:             273604
Reported by:    silas-freebsd@flatline.org.uk
2023-09-10 08:06:18 -05:00
Juraj Lutter
017bfb46a3 mail/postfix: Update to 3.8.2 2023-09-10 14:44:55 +02:00
Matthias Andree
1b4453302b *: Bump PORTREVISION for OpenEXR users
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
2023-09-10 13:44:32 +02:00
Matthias Andree
28c9d407da multimedia/olive: chase OpenEXR version update 2023-09-10 13:44:31 +02:00
Matthias Andree
49fa9640ff graphics/openexr: update to 3.2.0
- Also install manual pages (generated through help2man)
- The website (formerly known "DOCS" build) requires the "convert(1)"
  tool, which is part of ImageMagick, which itself depends on OpenEXR.
  To break the loop, split out the offline website build to a new
  package, graphics/openexr-website-docs
2023-09-10 13:44:31 +02:00
Stefan Bethke
753a0072ec www/gitea: Update to 1.20.4 (fixes security vulnerabilities)
This release contains one security fix, as well as a number of enhancements
and bug fixes. See the release notes for details.

Release notes:
* https://blog.gitea.com/release-of-1.20.4
* https://github.com/go-gitea/gitea/releases/tag/v1.20.4

PR:		273691
MFH:		2023Q3
Security:	4061a4b2-4fb1-11ee-acc7-0151f07bc899
2023-09-10 12:09:50 +01:00
Stefan Bethke
e33f6b310a security/vuxml: Document Gitea vulnerabilities
PR:		273691
2023-09-10 12:09:50 +01:00
Rainer Hurling
b144a12699 textproc/py-python-lsp-jsonrpc: Update to 1.1.1
Changelog: https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/CHANGELOG.md#version-111-20230909
Changelog: https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/CHANGELOG.md#version-110-20230907

Reported by:	portscout, Repology
2023-09-10 12:12:49 +02:00
Rodrigo Osorio
39143d8222 audio/rem: deprecated, replaced by libre
Deprecate audio/rem which was merged in audio/re

Reported by:	Herbert J. Skuhra <herbert@gojira.at> (by email)
2023-09-10 11:39:18 +02:00
Rodrigo Osorio
fc280dd105 audio/baresip: remove audio/rem dependency
audio/rem is now merged into audio/re [1]

[1] https://github.com/baresip/re/pull/683

Reported by:	Herbert J. Skuhra <herbert@gojira.at> (by email)
2023-09-10 11:39:18 +02:00
Rodrigo Osorio
5b803542ce textproc/pict: Updgrade to 3.7.4
Changelog: https://github.com/microsoft/pict/releases
2023-09-10 11:39:18 +02:00
Adriaan de Groot
3edfc59720 finance/kraft: import upstream patches to deal with Akonadi renames 2023-09-10 10:45:22 +02:00
Dries Michiels
1c5ba1421a multimedia/emby-server: regen distinfo
While here also switch to mbedtls following upstream.
2023-09-10 10:36:28 +02:00
Nicola Vitale
b089fbbaff
graphics/py-fotokilof: Update to 4.4.0
Release changes: https://github.com/TeaM-TL/FotoKilof/releases/tag/4.4.0
2023-09-10 07:20:35 +02:00
Alexander Leidinger
0d0e5a5a25 misc/openhab: update to 4.0.3.
Also add a recommendation for some periodic daily runs.
2023-09-10 09:18:30 +02:00
Alexander Leidinger
7d2f9e06f8 devel/sonarqube-community: Update to 10.2.0. 2023-09-10 09:18:29 +02:00
Nuno Teixeira
159e8cbe9d devel/aws-sdk-cpp: Update to 1.11.160
ChangeLog: https://github.com/aws/aws-sdk-cpp/compare/1.11.149...1.11.160
2023-09-10 08:15:11 +01:00
Don Lewis
c08c8db779 net/nmsg: 1.1.0
1.1.0:
 * Multiple performance improvements to JSON formatting.

 * Multiple performance and concurrency improvements in nmsg_io loop.

 * Add new dnsobs message type for raw passive DNS observations.

 * Format DNS messages as JSON in base:dnsqr, base:dnstap, and
   base:dnsobs.

 * Format base:encode payload in human readable form in JSON output.

 * Replace yajl with json-c for JSON parsing.

 * nmsgtool: exit with nonzero status when interrupted by signal.

 * Correct container size calculation when sequencing.

 * Address doxygen deprecations.

Build fails with JSON_C option turned off, mark BROKEN.  Reported
upstream.

Bump PORTREVISION of dependent ports

MFH:		2023Q3
Sponsored by:	DomainTools LLC
2023-09-09 22:35:14 -07:00
Don Lewis
e81c9f1182 dns/wdns: upgrade to version 0.12.0
0.12.0:
 * Add EDNS output to wdns_message_to_str().

 * Fix memory leak triggered by multiple OPT records in messages.

 * Fixes multiple bugs in base32 encoding, NSEC bitmap parsing, and
   HTTPS svcparam parsing.

 * Fix out of bounds memory write in wdns_str_to_name.

 * Fix handling of no address for client subnets.

Bump PORTREVISION of dependent ports.

MFH:		2023Q3
Sponsored by:	DomainTools LLC
2023-09-09 22:35:13 -07:00
Jan Beich
c4c6f690d7 x11/xdg-desktop-portal-hyprland: unbreak with libc++ 16 after 4ce3b4b71d
/usr/local/bin/ld: src/xdg-desktop-portal-hyprland.p/main.cpp.o: in function `unsigned int std::__1::__format_spec::__substitute_arg_id[abi:v160006]<std::__1::basic_format_context<std::__1::back_insert_iterator<std::__1::__format::__output_buffer<char> >, char> >(std::__1::basic_format_arg<std::__1::basic_format_context<std::__1::back_insert_iterator<std::__1::__format::__output_buffer<char> >, char> >)::{lambda(auto:1)#1}::operator()<std::__1::monostate>(std::__1::monostate) const [clone .constprop.0]':
main.cpp:(.text.unlikely+0x23): undefined reference to `vtable for std::__1::format_error'
/usr/local/bin/ld: main.cpp:(.text.unlikely+0x28): undefined reference to `std::__1::format_error::~format_error()'
/usr/local/bin/ld: main.cpp:(.text.unlikely+0x2d): undefined reference to `typeinfo for std::__1::format_error'
[...]

Reported by:	pkg-fallout
2023-09-10 06:01:29 +02:00
Jan Beich
4d59be6930 x11/xdg-desktop-portal-hyprland: chase package description after 4ce3b4b71d 2023-09-10 03:51:26 +02:00
Adriaan de Groot
e88937b01d x11/lightdm: improve description of necessary greeters
There are fewer LightDM greeters in the ports tree than
the pkg-message suggests. List them both. Do not bump
PORTREVISION because this isn't worth making people
rebuild things.

PR:		271628
2023-09-09 23:37:01 +02:00
Guido Falsi
443e9f738f devel/php-composer2: Update to 2.6.2
PR:		273654
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2023-09-09 23:29:21 +02:00
Carlo Strub
72af7599c5 security/arti: Update to 1.1.8 2023-09-09 23:06:55 +02:00
Danilo G. Baio
d8557610a8 mail/pecl-mailparse: Update to 3.1.6
Changelog:	https://pecl.php.net/package-changelog.php?package=mailparse&release=3.1.6
2023-09-09 17:57:34 -03:00
Sergey A. Osokin
62fe08ff86 security/boringssl: update to the recent commit 2023-09-09 16:18:02 -04:00
Nuno Teixeira
d372d5f220 games/wtf: Update to 20230906 snapshot 2023-09-09 20:52:10 +01:00