1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

580138 Commits

Author SHA1 Message Date
Juraj Lutter
79816a4df8 net-mgmt/zabbix5-server: Update to 5.0.22 2022-04-12 17:14:34 +02:00
Bernard Spil
372fa91ed7 www/nextcloud-appointments: Update to 1.12.3 2022-04-12 14:36:06 +00:00
Renato Botelho
340ce7ed14 net/mobile-broadband-provider-info: Update to 20220315
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2022-04-12 11:13:46 -03:00
Sergey A. Osokin
e8b55f03fa lang/njs: update to the recent version 0.7.3 2022-04-12 10:02:10 -04:00
Rodrigo Osorio
bcfe5715be www/vultr-cli: Update to v2.12.2
Changelog:

  https://github.com/vultr/vultr-cli/blob/v2.12.2/CHANGELOG.md

Reviewed_by:			koobs
Differential Revision:	D34817
MFH:	2022Q2 (bugfix release)
2022-04-12 15:44:34 +02:00
Rodrigo Osorio
1f860c44bc sysutils/dust: Update to v0.8.0
- Remove powerpc patch in crossbeab dependency: No longer
  needed after upstream PR 723 [1]

Changelog:

  https://github.com/bootandy/dust/compare/v0.7.5...v0.8.0

[1] https://github.com/crossbeam-rs/crossbeam/pull/723

Reviewed_by:			koobs
Differential_Revision:	D34816
MFH: 2022Q2 (bug fixes and help texts improvements)
2022-04-12 15:24:32 +02:00
Rodrigo Osorio
901df96740 audio/ncspot: Update to 0.9.7
Remove zbus patch (Use notify-rust with dbus instead of zbus in 0.9.6)

Major changes in 0.9.4:
 - More detailed error message in case of command parse error
 - Remove panics in the update_token flow
 - Add exec command allowing users to execute shell commands on key press
 - Improved seek command to allow more units (e.g. 2s), check parse_duration documentation
 - Set terminal title to ncspo

Major changes on 0.9.5:
 - Fix errors showing up even though the command was successful
 - Fix lists that were shown as empty even though they contained items
 - seek spits out correct error when used with no arg

Major changes on 0.9.6:
 - Enable autojump for playlist selection list in context menu
 - Use notify-rust with dbus instead of zbus
 - Fix compilation on Rust versions < 1.58.0
 - Make album sorting case-insensitive
 - Enable gapless by default
 - Improve playlist sorting
 - Dependency updates

Major changes on 0.9.7:
 - Fix error messages shown on successful commands
 - Notification improvements
 - Dependency updates

Full log: https://github.com/hrkfdn/ncspot/releases

Reported by:	Eirik Øverby <eirik.overby@modirum.com>
2022-04-12 14:58:59 +02:00
Emanuel Haupt
fa4b531894 net-im/gomuks: Fix runtime within a tmux session
An upstream change [1] made it a requirement to have `infocmp` installed
for parsing terminal capabilities within a tmux session.

While ncurses from base works perfectly fine with gomuks, base does not
ship with `infocmp` thus creating a hard dependency to devel/ncurses.

Patch port to revert upstream change.

[1] aef08b1413
    bb9a2b9b19/terminfo/dynamic/dynamic.go (L121)

PR:		263213
Upstream issue:	https://github.com/tulir/gomuks/issues/363
Reported by:	parakleta@darkreality.org
2022-04-12 15:01:54 +02:00
Sergey A. Osokin
775ccb6cc3 www/nginx-devel: update NGINX JavaScript module to 0.7.3
Bump PORTREVISION.

<ChangeLog>

Core:

*) Feature: added support of module resolution callback.
   This feature allows a host environment to control
   how imported modules are loaded.

*) Bugfix: fixed backtraces while traversing imported user
   modules.

*) Bugfix: fixed Array.prototype.concat() when "this" is a slow
   array.

*) Bugfix: fixed frame allocation from an awaited frame.

*) Bugfix: fixed allocation of large array literals.

*) Bugfix: fixed interpreter when "toString" conversion fails.

</ChangeLog>
2022-04-12 08:44:06 -04:00
Ryan Steinmetz
6a77785b5b
security/modsecurity3: Update to 3.0.5
Approved by:	maintainer (via email)
2022-04-12 08:24:29 -04:00
Christoph Moench-Tegeder
b042066c34 www/firefox: update to 99.0.1
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/99.0.1/releasenotes/
2022-04-12 14:09:35 +02:00
Robert Nagy
8380100150 www/chromium: update to 100.0.4896.88
Security:	b582a85a-ba4a-11ec-8d1e-3065ec8fd3ec
2022-04-12 12:33:57 +02:00
Rene Ladan
b4cf37c358 security/vuxml: add www/chromium < 100.0.4896.88
Obtained from:	https://chromereleases.googleblog.com/2022/04/stable-channel-update-for-desktop_11.html
2022-04-12 12:32:39 +02:00
Chris Petrik
c4a3720505 irc/scrollz: Update to version 2.3.1
ChangeLog: https://www.scrollz.info/download/ChangeLog.2.3.1.txt

Use online commit to avoid gcc.

PR:	262693
Reported by:	Christopher.petrik@usm.edu
Approved by:	freebsd@bitchx.org (maintainer, timeout > 2 weeks)
Reviewed by:	mikael@
MFH:	2022Q2 (bugfix release, security)
Security:	CVE-2021-29376
2022-04-12 12:05:26 +02:00
Fernando Apesteguía
8cd785de15 lang/crystal: Update to 1.4.0
ChangeLog: https://crystal-lang.org/2022/04/06/1.4.0-released.html

PR:	262581
Reported by:	slowdive@me.com
Approved by:	greg@unrelenting.technology (maintainer, timeout > 2 weeks)
2022-04-12 11:41:32 +02:00
Wen Heping
723fd8be9c devel/py-rtree: Update to 1.0.0 2022-04-12 15:38:46 +08:00
Emanuel Haupt
2cba286258 devel/mimalloc: fix install wiht WITH_DEBUG
If WITH_DEBUG is defined shared objects are installed with -debug
suffix. This not only fails to install but would also break consumers.

Patch CMakeLists.txt accordingly.

Reported by:	koobs (via irc)
2022-04-12 10:41:41 +02:00
Li-Wen Hsu
5f8f100b0d
net/wireproxy: Update to 1.0.3 2022-04-12 16:15:12 +08:00
Li-Wen Hsu
19a7195c5b
devel/jenkins: Update to 2.342
Sponsored by:	The FreeBSD Foundation
2022-04-12 16:00:16 +08:00
Antoine Brodin
329f5c8804 ports-mgmt/reprise: unbreak bulk -a 2022-04-12 07:48:55 +00:00
Yuri Victorovich
d778021090 devel/RStudio: Not install rstudio.desktop 2022-04-11 23:48:59 -07:00
Wen Heping
8820f44efe databases/neo4j: Update to 3.5.31
PR:		262459
Reported by:	wen@
Approved by:	maintainer(timeout, >30 days)
2022-04-12 13:34:21 +08:00
Don Lewis
9c3e1c57db dns/wdns: Upgrade to version 0.11.0
* Improve support for CAA records. (CAA was previously rendered as a
    "generic" rdata type.)

  * Bug fix for NSEC/NSEC3/CSYNC: do not output empty rrtype bitmaps
    per RFC6840 section 6.4.

  * Fix parsing of A6 records that ommit and address portion. Correct
    parsing of A6 records with prefix length 0. Correct handling of
    A6 address bytes. The address bytes of an A6 record are an address
    suffix relative to the prefix represented by the domain name, and
    so must be copied to and from the lower order bytes of the internal
    address representation. These A6 code updates were for the purposes
    of clearing "round trip" test errors in the existing code base.
    (A6 is deprecated and was moved to historic status.)

  * Fix bug in IPv6 prefix length processing in
    _wdns_str_to_rdata_ubuf().

  * Add support for SVCB and HTTPS resource record types. This is based
    on an Internet-Draft but is widely used in the real world.
    https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-08

Bump PORTREVISION of dependent ports due to shared library version
change.

Sponsored by:	DomainTools
2022-04-11 22:31:39 -07:00
Alexey Dokuchaev
caf9d71915 ftp/ocaml-ocurl: unbreak the build under some circumstances
MAKE_JOBS_UNSAFE knob had been erroneously removed in d19bfbb151
(r477326) which had made the build fragile due to a race condition
when generating the `libcurl-helper.a' target.  Clean the Makefile
up a bit while here and assume maintainership of the port.

Reported by:	pkg-fallout
2022-04-12 05:21:40 +00:00
Yuri Victorovich
350d96226d biology/checkm: Update 1.0.18 -> 1.1.8
Reported by:	portscout
2022-04-11 20:22:30 -07:00
Wen Heping
848e360f0d math/mdal: Update to 0.9.4 2022-04-12 11:17:14 +08:00
Sergey A. Osokin
7f2e164a4b www/tusd: update to v1.9.0
Approved by:	mm (maintainer)
2022-04-11 22:02:29 -04:00
TAKATSU Tomonari
217bf67a74 graphics/R-cran-rgdal: Update to 1.5-30 2022-04-12 01:02:16 +00:00
Wen Heping
825b50cdb4 security/vuxml: Document Django multiple vulnerabilities 2022-04-12 08:56:59 +08:00
Jan Beich
a543237397 graphics/libavif: update to 0.10.1
Changes:	https://github.com/AOMediaCodec/libavif/releases/tag/v0.10.1
Reported by:	GitHub (watch releases)
2022-04-12 00:52:59 +00:00
Jan Beich
a8ca928090 graphics/mesa-devel: update to 22.0.b.2532
Changes:	6c0150c389...e858da39e5
2022-04-12 00:48:34 +00:00
Jan Beich
58fc503a0c emulators/yuzu: update to s20220411
Changes:	bf3c6f881...b86cfe159
2022-04-12 00:48:34 +00:00
Jan Beich
73511d862d emulators/rpcs3: update to 0.0.21.13430
Changes:	8fb2d04ce8...5407e42b76
2022-04-12 00:48:34 +00:00
Wen Heping
aa35fb124f www/py-django22: Update to 2.2.28 2022-04-12 08:43:11 +08:00
Wen Heping
ea9a9cdec1 www/py-django32: Update to 3.2.13 2022-04-12 08:42:39 +08:00
Wen Heping
f5c8c9bfbd www/py-django40: Update to 4.0.4 2022-04-12 08:42:06 +08:00
Ashish SHUKLA
59a44f9811
devel/soft-serve: Update to 0.3.0 2022-04-11 21:46:57 +00:00
Jan Beich
517f99831f multimedia/vmaf: update to 2.3.1
Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.3.1
Reported by:	GitHub (watch releases)
2022-04-11 20:49:19 +00:00
Martin Matuska
9257623e75 lang/luajit-openresty: update to 2.1-20220411 2022-04-11 21:48:35 +02:00
Ryan Steinmetz
3d71785ff5
www/varnish-libvmod-geoip2: new port:
Varnish Module (vmod) for accessing MaxMind GeoIP2 DB files.
It supports opening multiple databases at the same time.

WWW: https://github.com/fgsch/libvmod-geoip2
2022-04-11 15:42:55 -04:00
Renato Botelho
9a6a380313 emulators/open-vm-tools: Update to 12.0.0
PR:		262384
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2022-04-11 16:32:39 -03:00
Dan Langille
9617b42895 security/snort3: Update to 3.1.27.0
re: https://github.com/snort3/snort3/releases/tag/3.1.27.0
2022-04-11 19:31:38 +00:00
Ryan Steinmetz
fe4daf6d3f
www/varnish-libvmod-maxminddb: Switch to varnish 7, bump PORTREVISION\nApproved by: maintainer 2022-04-11 14:20:59 -04:00
Ryan Steinmetz
4f5ec98888
www/varnish-libvmod-digest: Switch to varnish 7, bump PORTREVISION\nApproved by: maintainer 2022-04-11 14:20:59 -04:00
Fernando Apesteguía
c6e6c7f153 sysutils/cpufetch: Fix build on i386
Cherry pick patch to add i{345}86 to the list or supported architectures.

https://lists.freebsd.org/archives/freebsd-ports/2022-April/001700.html

Reported by:	jbo_at_insane.engineer (maintainer)
Fixes:	4a1d3b62ff
2022-04-11 20:16:06 +02:00
Sean Champ
1cd78d6606 net/remmina: Updating to 1.4.25
From ChangeLog: https://remmina.org/v1.4.25/

Add BASH and ZSH options

 * kiosk: Drop GNOME MediaKeys plugin
 * Honour soft links target in SFTP
 * Optional close confirmation
 * Fix some build warnings
 * Fix manpages
 * Snap cleanup + kwallet support
 * Deprecations and amend g_date_time_format_iso8601
 * Fixes to snap build
 * Removing dependencies that are available as extensions
 * FreeRDP_OffscreenSupportLevel is of type UINT32
 * Minor fixes
 * Get the right value for FreeRDP_AutoReconnectMaxRetries

PR:	262968
Reported by:	lab+bsd@thinkum.space
2022-04-11 18:53:12 +02:00
Fernando Apesteguía
e1979dce08 math/wxmaxima: update to 22.04.0
ChangeLog:
https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-22.04.0

 * A Russian translation update from Olesya Gerasimenko
 * Repaired drag-and-drop on MacOs (#1624)
 * Resolved a bug in parenthesis matching (#1649)
 * Faster startup logic

Reported by:	portscout
MFH:	2022Q2 (bugfix release)
2022-04-11 18:46:49 +02:00
Fernando Apesteguía
6177f0d01e sysutils/restic: update to 0.13.1
ChangeLog: https://github.com/restic/restic/releases/tag/v0.13.1

 * Fix the diff command
 * Fix rclone (shimmed by Scoop) and sftp stopped working on Windows

Rported by:	portsctout
MFH:	2022Q2 (bugfix release)
2022-04-11 18:36:45 +02:00
Mark Johnston
42b9ee201d ftp/netdumpd: update to 20220406
This fixes a bug where the info*.last symlinks would have the wrong
target.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D34794
2022-04-11 12:15:54 -04:00
Dmitry Marakasov
ce4075dc5d ftp/py-aioftp: switch to the latest pytest 2022-04-11 18:31:32 +03:00