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

622514 Commits

Author SHA1 Message Date
Dimitry Andric
abdd4cf0e5 japanese/zinnia: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because japanese/zinnia's build infrastructure does not explicitly set
its C++ standard, this leads to an error:

  svm.cpp:50:10: error: no member named 'random_shuffle' in namespace 'std'
      std::random_shuffle(index.begin(), index.begin() + active_size);
      ~~~~~^

This is because std::random_shuffle has been removed from C++17. An
suitable replacement is std::shuffle, using a std::random_device in
combination with std::mt19937 as the random number engine.

PR:		271953
Approved by:	fernape
MFH:		2023Q2
2023-06-12 20:36:01 +02:00
Kai Knoblich
6c0c4b72bb net-mgmt/netbox: Update to 3.5.3
Changelog:

Enhancements:
* Improve support for matching tags in conditional rules
* Add device type & role filters for device components
* Collapse context data by default when viewing a rendered
  device configuration
* Record client IP address when logging authentication failures
* Add an option to hide custom fields only if unset
* Apply filter parameters to links in object count dashboard widgets

Bug Fixes:
* Improve rack space validation when creating multiple devices
  via REST API
* Fix exception when applying "empty" filter lookup with invalid value
* Prevent reassignment of an IP address designated as primary for
  its parent object
* Redirect user to originating view after editing/deleting
  an image attachment
* Restore hover preview for embedded image attachment tables
* Strip leading & trailing whitespace from custom link URL & text
* Fix sizing of rear port selection widget on front port
  template creation form
* Use contact assignments table to display the contacts assigned
  to an object
* Fix extraneous contacts listed in object contact assignments view
* Object counts dashboard widget should support URL-compatible
  query filters
* Fix GraphiQL UI by reverting graphene-django to earlier version
* Escape display text in API-backed selection widgets
* Correct arithmetic for converting inches to meters

https://github.com/netbox-community/netbox/releases/tag/v3.5.3
2023-06-12 20:13:38 +02:00
Kai Knoblich
b029348f50 www/py-dj41-drf-spectacular-sidecar: Update to 2023.6.1
Changelog:

https://github.com/tfranzel/drf-spectacular-sidecar/compare/2023.5.1...2023.6.1
2023-06-12 20:13:38 +02:00
Kai Knoblich
7e3f48a598 textproc/py-mkdocs-material: Update to 9.1.15
Changelog:

https://github.com/squidfunk/mkdocs-material/releases/tag/9.1.15
2023-06-12 20:13:37 +02:00
Ashish SHUKLA
32bd2253fd
textproc/quickwit: Update to 0.6.1 2023-06-12 17:42:12 +00:00
Alexey Dokuchaev
81176cb845 www/envoy: hook compression extensions to the port's build. 2023-06-12 16:35:38 +00:00
Vladimir Druzenko
fd06fe3d7c emulators/virtualbox-ose: Remove unnecessary dependency on 32-bit compat for amd64
32-bit in-kernel support and lib32 libs are not necessary for VirtualBox 6.x,
so just remove this requirement.
Also the port support amd64 only - remove I386 from PLIST_SUB.

PR:			266382
Tested by:		Olivier Certner <olivier.freebsd@free.fr>
Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D40487
2023-06-12 19:05:20 +03:00
Piotr Kubaj
5b3ea0f8c4 net/intel-ice-kmod: fix pkg-desc
Reported by:	Vladimir Druzenko <vvd@freebsd.org>
2023-06-12 17:25:47 +02:00
Piotr Kubaj
d2a4b026c7 net/intel-igb-kmod: fix build on main 2023-06-12 17:18:18 +02:00
Piotr Kubaj
b172a2c10e net/intel-ice-kmod: add a port for Intel 100G driver 2023-06-12 17:14:21 +02:00
Piotr Kubaj
24ad47b239 net/intel-ixv-kmod: add port for Intel 10G VF driver 2023-06-12 17:14:21 +02:00
Piotr Kubaj
a51953dfda net/intel-ixl-kmod: update to 1.12.40 2023-06-12 17:14:21 +02:00
Piotr Kubaj
ac29508dd2 multimedia/ffmpeg: fix build on powerpc on main 2023-06-12 17:14:20 +02:00
Piotr Kubaj
f58e93ac36 net/intel-ix-kmod: update to 3.3.33
Disable netmap support on stable/13 and main since it's broken.
2023-06-12 17:14:20 +02:00
Piotr Kubaj
19a93ee6d9 editors/libreoffice: better fix for powerpc*
Fixes broken colors on powerpc64.

Obtained from:	Chimera Linux
2023-06-12 17:14:19 +02:00
Palle Girgensohn
37548fca60 devel/xmltooling: update to 3.2.4
An updated version of the XMLTooling library that is part of the
OpenSAML and Shibboleth Service Provider software is now available
which corrects a server-side request forgery (SSRF) vulnerability.

Security:	f7e9a1cc-0931-11ee-94b4-6cc21735f730
2023-06-12 17:09:11 +02:00
Palle Girgensohn
5559dc4679 security/vuxml: add devel/xmltooling vulnerability 2023-06-12 17:08:30 +02:00
Vladimir Druzenko
d3d9f8c8d4 net/freerdp: ffmpeg 6 support
Fix build with FFMPEG option on with ffmpeg 6.
1. Error "AV_CODEC_CAP_TRUNCATED", upstream issue with pull request: https://github.com/FreeRDP/FreeRDP/issues/8686
2. Error "AVPicture", upstream pull request: https://github.com/FreeRDP/FreeRDP/pull/8941

Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D40492
2023-06-12 17:03:52 +03:00
Adam Weinberger
5018cba813 editors/vim: Update to 9.0.1627
PR:		271959
2023-06-12 09:13:50 -04:00
Alexey Dokuchaev
b69270d197 lang/algol68g: update Algol 68 Genie to version 3.2.0
Reported by:	portscout
2023-06-12 12:44:22 +00:00
Mikael Urankar
5e550c7429 devel/rust-analyzer: Update to 2023-06-12
Changes:
  https://rust-analyzer.github.io/thisweek/2023/05/08/changelog-180.html
  https://rust-analyzer.github.io/thisweek/2023/05/15/changelog-181.html
  https://rust-analyzer.github.io/thisweek/2023/05/22/changelog-182.html
  https://rust-analyzer.github.io/thisweek/2023/05/29/changelog-183.html
  https://rust-analyzer.github.io/thisweek/2023/06/05/changelog-184.html
  https://rust-analyzer.github.io/thisweek/2023/06/12/changelog-185.html
2023-06-12 13:55:58 +02:00
Alexey Dokuchaev
e5b5affea2 www/envoy: do not use pinned version 1.49.2 of gRPC vs `devel/grpc' port
While here, split v2/v3 API .proto files similarly to what upstream does.
2023-06-12 11:12:36 +00:00
Kai Knoblich
eae23f2d14 devel/py-dj41-graphene-django: Downgrade to 3.0.0
* Since NetBox 3.5, there has been a regression with newer versions of
  py-graphene-django that produces a blank screen at the GraphQL API.

  Hence, upstream has pinned the version of py-graphene-django to 3.0.0
  with the release of NetBox 3.5.3 because an alternative implementation
  is planned for the GraphQL feature.

* Add PORTSCOUT because upstream is very likely to switch to Django 4.2
  with the NetBox 3.6 release series (ETA: Mid of 2023Q3) and
  Django 4.1 will reach its EoL (= End-of-Life) at the end of 2023.

* Adjust the version requirements of net-mgmt/netbox and
  www/py-dj41-graphiql-debug-toolbar accordingly.

PR:		271887
Reviewed by:	sunpoet (maintainer)
Approved by:	sunpoet (maintainer)
2023-06-12 12:58:42 +02:00
Kai Knoblich
5734368856 devel/py-dj41-django-rq: Update to 2.8.1
* Remove PORTSCOUT as net-mgmt/netbox works fine with
  py-django-rq 2.8.1 and should also work newer releases of the
  2.8.x series.

Changelogs since 2.7.0:

https://github.com/rq/django-rq/blob/v2.8.1/CHANGELOG.md
https://github.com/rq/django-rq/blob/v2.8.0/CHANGELOG.md

PR:		271886
Approved by:	sunpoet (maintainer)
2023-06-12 12:56:19 +02:00
Alexey Dokuchaev
68f5fc2dc9 games/openbve: update OpenBVE to version 1.9.1.1
Reported by:	portscout
2023-06-12 10:34:44 +00:00
Doug Rabson
c85ba9733b sysutils/conmon: Fix podman's restart-policy handling
Approved-by:    dch
Differential Revision: https://reviews.freebsd.org/D40437
2023-06-12 11:08:56 +01:00
Doug Rabson
3a1f435399 sysutils/podman-suite: update to 20230605
Approved-by:    dch
2023-06-12 11:08:15 +01:00
Doug Rabson
a1bafc8ceb sysutils/podman: update to 4.5.1
Approved-by:    dch
2023-06-12 11:07:49 +01:00
Doug Rabson
69c66d9e06 sysutils/buildah: update to 1.30.0
Approved-by:    dch
2023-06-12 11:07:36 +01:00
Doug Rabson
6034d6b061 sysutils/skopeo: update to 1.12.0
Approved-by:    dch
2023-06-12 11:07:25 +01:00
Doug Rabson
0183243922 sysutils/ocijail: update to 0.1
Approved-by:	dch
2023-06-12 11:06:16 +01:00
Doug Rabson
5a8c881d83 net/containernetworking-plugins: update to 0.3 2023-06-12 10:20:44 +01:00
Cy Schubert
9132f7a8ef shells/ksh-devel: update to the latest ksh93/ksh github commit 2023-06-12 02:19:56 -07:00
Cy Schubert
a7c0df3a9c shells/ksh-devel: Fix ksh 1.0.5 Regression (issue #660)
From issue #660:

Globs are not expanded with the following:

% echo "/"{bin,sbin}"/*"
/bin/* /sbin/*

% v=/; echo "$v"bin"/*"
/bin/*

But globbing is unexpectedly performed if both parameter substitution
and brace expansion are present:

	% v=/; echo "$v"{bin,sbin}"/*"
	[output omitted for the sake of brevity]

Obtained from:  https://github.com/ksh93/ksh/issues/660
2023-06-12 02:19:56 -07:00
Cy Schubert
a2ba1fd2c5 shells/ksh: Fix ksh 1.0.5 Regression (issue #660)
From issue #660:

Globs are not expanded with the following:

% echo "/"{bin,sbin}"/*"
/bin/* /sbin/*

% v=/; echo "$v"bin"/*"
/bin/*

But globbing is unexpectedly performed if both parameter substitution
and brace expansion are present:

	% v=/; echo "$v"{bin,sbin}"/*"
	[output omitted for the sake of brevity]

Obtained from:	https://github.com/ksh93/ksh/issues/660
MFH:		2023Q3
2023-06-12 02:19:55 -07:00
Emanuel Haupt
ea591b90ea graphics/catimg: Add new port
catimg is a little program written in C with no dependencies that prints
images in terminal. It supports JPEG, PNG and GIF formats. This program
was originally a script that did the same by using ImageMagick convert.
2023-06-12 10:39:36 +02:00
Emanuel Haupt
34b6a729e1 audio/pt2-clone: Update to 1.59 2023-06-12 10:37:49 +02:00
Emanuel Haupt
d2a7ba9f81 audio/audiowmark: Fix build with llvm15
Upstream issue:	https://github.com/swesterfeld/audiowmark/issues/36
2023-06-12 09:59:19 +02:00
Mikael Urankar
79aab6ef6d security/cargo-audit: Update to 0.17.6
Changes:
  https://github.com/rustsec/rustsec/releases/tag/cargo-audit/v0.17.6
2023-06-12 09:23:07 +02:00
Mikael Urankar
6ef4c58738 sysutils/hexyl: Update to 0.13.0
Changes:
  https://github.com/sharkdp/hexyl/releases/tag/v0.13.0
2023-06-12 09:22:41 +02:00
Emanuel Haupt
9845c70401 sysutils/sake: Update to 0.15.0 2023-06-12 09:03:13 +02:00
Yuri Victorovich
c89d38fae8 misc/cuttlefish: Remove USES=dos2unix; Remove pre-test
dos2unix isn't needed any more, and it damaged one png file in
the source tree.
2023-06-11 21:58:25 -07:00
Yuri Victorovich
3834b88963 math/mlpack: Update 4.0.1 → 4.1.0
Reported by:	portscout
2023-06-11 21:58:25 -07:00
Yuri Victorovich
c739764f7e cad/py-pymtl: Update 3.1.14 → 3.1.15
Reported by:	portscout
2023-06-11 21:58:25 -07:00
Yuri Victorovich
07756fffc8 archivers/nfpm: Update 2.28.0 → 2.30.1
Reported by:	portscout
2023-06-11 21:58:24 -07:00
Jose Alonso Cardenas Marquez
0459149407 editors/cudatext: Update to 1.195.0 2023-06-11 23:26:43 -05:00
Joseph Mingrone
c2aa988ab0
print/pdf-tools: Update to 1.1.0
Changes:	https://github.com/vedang/pdf-tools/releases/tag/v1.1.0

Sponsored by:	The FreeBSD Foundation
2023-06-11 23:30:24 -03:00
Adam Weinberger
ac1d322488 sysutils/bottom: Update to 0.9.2 2023-06-11 20:40:16 -04:00
Yuri Victorovich
86bbcd628c math/singular: Add DOCS and GFAN options to enable docs and gfanlib module
PR:		271946
Submitted by:	thierry@ (initial patch)
2023-06-11 13:52:18 -07:00
Muhammad Moinur Rahman
77f8df9a0d misc/tlci: Fix build with llvm15
Approved by:	portmgr (blanket)
2023-06-11 21:16:23 +02:00