Commit Graph

600104 Commits

Author SHA1 Message Date
Jan Beich
9488f7b28b emulators/rpcs3: update to 0.0.25.14365
Changes:	e98b07de03...b875a86e1d
2022-11-09 21:45:49 +00:00
Jan Beich
069d68e968 emulators/yuzu: update to s20221109
Changes:	dc520a487...3161b34ff
2022-11-09 21:45:49 +00:00
Jason E. Hale
ea107ed4ff audio/picard-plugins: Update to snapshot from 2022-11-09
Remove the haikuattrs plugin before build for easier pkg-plist
maintenance.

New plugin:
- critiquebrainz: Uses Critiquebrainz for comment as review or rating.

Additional info can be found at: https://picard.musicbrainz.org/plugins/

https://github.com/metabrainz/picard-plugins/commits/2.0
2022-11-09 16:39:56 -05:00
Brooks Davis
f9809df4c1 devel/ksh93: remove sbrk() use
ksh supports multiple sources of heap memory.  Completely disable the
use of sbrk() as a memory source in favor of mmap().  This allows
compilation on aarch64 (and presumably riscv64).

Approved by:	cy
Differential Revision: https://reviews.freebsd.org/D37312
2022-11-09 21:27:29 +00:00
Brooks Davis
1b29ddc704 devel/llvm-devel: update to a new snapshot
Remove no longer needed workaround for flang build and float128.
2022-11-09 21:27:28 +00:00
Thierry Thomas
1324daf5e0 textproc/ibus-typing-booster: upgrade to 2.19.8
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.19.8>.
2022-11-09 22:07:09 +01:00
Juraj Lutter
c0edff81c3 www/logswan: Update to 2.1.13 2022-11-09 22:04:13 +01:00
Sergey A. Osokin
9e309cc2d6 devel/libedit: update 20210910 -> 20221030
Approved by:	bapt (maintainer)
2022-11-09 15:17:29 -05:00
Muhammad Moinur Rahman
19ac83426a lang/php82: Update version 8.2.0RC4=>8.2.0RC6
* Core:
  - Fixed bug GH-9823 (Don’t reset func in
    zend_closure_internal_handler). (Florian Sowade)
  - Fixed potential NULL pointer dereference Windows shm*()
    functions. (cmb)
  - Fix target validation for internal attributes with constructor
    property promotion. (kooldev)
  - Fixed bug GH-9750 (Generator memory leak when interrupted during
    argument evaluation. (Arnaud)

* FPM:
  - Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when
    running php-fpm 8.1.11). (Jakub Zelenka)

* mysqli:
  - Fixed bug GH-9841 (mysqli_query throws warning despite using
    silenced error mode). (Kamil Tekiela)

* PDO:
  - Fixed bug GH-9818 (Initialize run time cache in PDO methods).
    (Florian Sowade)

* Random:
  - Fixed bug GH-9839 (Pre-PHP 8.2 output compatibility for
    non-mt_rand() functions for MT_RAND_PHP). (timwolla)

Relnotes: 	https://github.com/php/php-src/blob/php-8.2.0RC6/NEWS
Sponsored by:	Bounce Experts
2022-11-09 14:02:54 -06:00
Max Brazhnikov
be22da45ac devel/py-widgetsnbextension: don't depend on www/py-notebook
HTML widgets can be used both in jupyter lab and notebook.

PR:		265332
Approved by:	maintainer timeout (15 weeks)
2022-11-09 22:10:44 +03:00
Max Brazhnikov
8630a2a43b x11-toolkits/swt: fix build with OpenJDK debug enabled
PR:		265747
Submitted by:	chadf at triularity.org
2022-11-09 21:56:22 +03:00
Max Brazhnikov
5c26ff23a7 emulators/ukncbtl: update to 20221102 2022-11-09 21:35:07 +03:00
Nuno Teixeira
6b346fd5ee devel/aws-c-mqtt: Update to 0.7.13
ChangeLog: https://github.com/awslabs/aws-c-mqtt/releases/tag/v0.7.13
2022-11-09 18:24:13 +00:00
Nuno Teixeira
74c5d4e1ef devel/aws-c-http: Update to 0.6.25
ChangeLog: https://github.com/awslabs/aws-c-http/compare/v0.6.20...v0.6.25
2022-11-09 18:24:12 +00:00
Dirk Meyer
efe0b339c9 net/keama: Kea migration assistant 2022-11-09 19:20:40 +01:00
Nuno Teixeira
f664b99381 graphics/py-traitsui: Update to 7.4.2
ChangeLog:	https://github.com/enthought/traitsui/releases/tag/7.4.2
MFH:		2022Q4 (bugfixes)
2022-11-09 18:09:37 +00:00
Cy Schubert
72a671a3d2 security/py-fail2ban: Update to 1.0.2
Update to 1.0.2. This update includes the fix for upstream gh-issue-3370,
which is now removed from our patches.

Reported by:	Ken <mayhem30@gmail.com>
2022-11-09 10:07:07 -08:00
Tomohiro Hosaka
d8a440cfcd www/p5-Firefox-Marionette: update to 1.29
ChangeLog: https://metacpan.org/dist/Firefox-Marionette/changes

PR:		267611
Reported by:	bokutin@bokut.in (maintainer)
2022-11-09 18:38:29 +01:00
Dmitri Goutnik
345fee0adf databases/pspg: Update to 5.5.9
Changes:	https://github.com/okbob/pspg/releases/tag/5.5.9
2022-11-09 08:35:10 -05:00
Lorenzo Salvadore
f1957296ed
lang/gcc12: Fix conflict on libgccjit.h and libgccjit++.h
GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the
same directory.

Fix conflict for lang/gcc12, which is soon to become GCC_DEFAULT, by
installing those files in a directory specific to GCC 12.

See also commit 0338e04504 that fixed the
conflict in the same way for lang/gcc11.

PR:		257060
2022-11-09 14:29:15 +01:00
Fernando Apesteguía
4d4c08ea1c misc/wmScoreBoard: fix build with -fcommon
PR:		267614
Reported by:	fuz@fuz.su (maintainer)
MFH:		2022Q4 (build fix)
2022-11-09 14:12:40 +01:00
Robert Clausecker
a5f1cca72a mail/wmmaiload: fix build on recent FreeBSD.
Also fix some obvious things (missing deps, etc).

PR:		267613
Reported by:	fuz@fuz.su (maintainer)
MFH:		2022Q4 (build fix)
2022-11-09 14:10:25 +01:00
Robert Clausecker
4696df195a games/wmqstat: fix build with -fno-common
PR:		267612
Reported by:	fuz@fuz.su (maintainer)
MFH:		2022Q4 (build fix)
2022-11-09 14:07:44 +01:00
Sean Bruno
1fd7d3e5cf devcpu-data: Intel microcode update 20221108
Updates posted to Intel Github repository:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20221108
2022-11-09 05:32:12 -07:00
Robert Nagy
c7cb380ae1 www/chromium: update to 107.0.5304.110
Security:	6b04476f-601c-11ed-92ce-3065ec8fd3ec
2022-11-09 12:26:50 +01:00
Alexey Dokuchaev
f6123f561a graphics/goxel: resurrect the port, unbreak against Python 3.x
Keep the changes at minimum to help Git track history better.
2022-11-09 11:20:56 +00:00
Rene Ladan
41722a2083 security/vuxml: add www/chromium < 107.0.5304.110
Obtained from:	https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop.html
2022-11-09 11:55:59 +01:00
Alexey Dokuchaev
328d568c0b audio/mpz: update the port to version 1.0.22
Reported by:	portscout
2022-11-09 10:42:54 +00:00
Andrej Ebert
9ca6382760 devel/py-watchdog: Update 2.1.6 -> 2.1.9
PR:		266096

Approved by:	nivit@ (maintainer's timeout; 70 days)
2022-11-09 02:05:04 -08:00
Ruslan Makhmatkhanov
6fd91594bf deskutils/zim: update to 0.75.1 2022-11-09 12:54:56 +03:00
Guido Falsi
bac27439dc */*pyqt*: Add pyqt6 ports
Reviewed by:		tcberner, lbartoletti, fluffy
Approved by:		kde (tcberner, lbartoletti, fluffy), portmgr (tcberner)
Differential Revision:	https://reviews.freebsd.org/D37191
2022-11-09 10:47:49 +01:00
Yuri Victorovich
fd28496df4 graphics/cxxplot: New port: C++ 2D plotting library 2022-11-09 01:31:02 -08:00
Alexey Dokuchaev
943621d982 comms/kermit: update C-Kermit to the latest version 10.0 Beta.06
Starting with Beta.05, distfiles are named cku400.*, not cku10.0.* as
they have been since 10.0 Beta.01, for conformity with all previous
releases when they were cku300, cku301, cku302, etc.  Hardcode "400"
for the moment; it could be "401" or any higher number as development
progresses, but exact version mapping scheme is currently unclear.

Nudged by:	ler
2022-11-09 09:24:40 +00:00
Emmanuel Vadot
a44332a896 graphics/mesa: Update to 22.2.3
Release notes:	https://lists.freedesktop.org/archives/mesa-announce/2022-November/000691.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-11-09 09:57:45 +01:00
Olivier Duchateau
e325a0424d deskutils/iconbrowser: Update to 2.1.1
PR:		267647
2022-11-09 09:55:11 +01:00
Guido Falsi
c162f80251 devel/py-qt5-pyqt: Fix plist issue
PR:		267645
Approved by:	kde (tcberner)
2022-11-09 09:47:51 +01:00
Guido Falsi
e98ab16979 sysutils/xfce4-settings: Update to 4.16.4 2022-11-09 09:47:05 +01:00
Ashish SHUKLA
21de79df52
www/element-web: Update to 1.11.14
Approved by:	maintainer (implicit, version bump, as per PR 258262)
2022-11-09 07:00:40 +00:00
Emanuel Haupt
3ca00bf2ca audio/pt2-clone: Update to 1.53.1 2022-11-09 07:45:45 +01:00
Emanuel Haupt
731fcde1ac audio/fasttracker2: Update to 1.61 2022-11-09 07:43:39 +01:00
Yasuhiro Kimura
090f04d0d3 mail/snappymail: Update to 2.20.6
ChangeLog:	https://github.com/the-djmaze/snappymail/releases/tag/2.20.5
ChangeLog:	https://github.com/the-djmaze/snappymail/releases/tag/v2.20.6
2022-11-09 15:03:01 +09:00
Jan Beich
346a262b14 www/py-cherrypy: unbreak with python311
>>> import cherrypy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.11/site-packages/cherrypy/__init__.py", line 71, in <module>
    from . import _cpdispatch as dispatch
  File "/usr/local/lib/python3.11/site-packages/cherrypy/_cpdispatch.py", line 209, in <module>
    getargspec = inspect.getargspec
                 ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
2022-11-09 04:12:06 +00:00
Craig Leres
f7beb19cdf security/zeek: Update to 5.0.3
https://github.com/zeek/zeek/releases/tag/v5.0.3

This release fixes the following potential DoS vulnerabilities:

 - Fix an issue where a specially-crafted FTP packet can cause Zeek
   to spend large amounts of time attempting to search for valid
   commands in the data stream.

 - Fix a possible overflow in the Zeek dictionary code that may
   lead to a memory leak.

 - Fix an issue where a specially-crafted packet can cause Zeek to
   spend large amounts of time reporting analyzer violations.

 - Fix a possible assert and crash in the HTTP analyzer when receiving
   a specially-crafted packet.

 - Fix an issue where a specially-crafted HTTP or SMTP packet can
   cause Zeek to spend a large amount of time attempting to search
   for filenames within the packet data.

 - Fix two separate possible crashes when converting processed IP
   headers for logging via the raw_packet event handlers.

This release fixes the following bugs:

 - Fix a possible crash with when statements where lambda captures
   of local variables sometimes overflowed the frame counter.

 - Reduced the amount of analyzer_confirmation events that are
   raised for packets that contain tunnels.

 - Fix a long-standing bug where TCP reassembly would not function
   correctly for some analyzers if dpd_reassemble_first_packets was
   set to false.

 - Fix a performance bug in the Zeek dictionary code in certain
   cases, such as copying a large number of entries from one
   dictionary into another.

 - Fix a performance issue when inserting large numbers of elements
   into a Broker store when Broker::scheduler_policy is set to
   stealing.

 - Fix a Broker performance issue when distributing large amounts
   of data from the input framework to proxies/workers at startup.

 - Fix an issue with messaging between proxies and workers that
   resulted in error messages being reported.

 - Updated the list of DNS type strings to reflect the correct.

Reported by:	Tim Wojtulewicz
Security:	60d4d31a-a573-41bd-8c1e-5af7513c1ee9
2022-11-08 18:42:45 -08:00
Sergey A. Osokin
ecfd870f82 security/boringssl: update to the recent commit 2022-11-08 20:42:45 -05:00
Hans Petter Selasky
717f1b7541 audio/hpsjam: Update to 1.2.5
- More jitter buffer improvements.

Approved by:	pi (implicit)
2022-11-09 02:37:16 +01:00
Hans Petter Selasky
1d305910a5 audio/qaudiosonar: Update to 1.8.1
- Added support for cosinus generator
- Added better zoom support

Approved by:	pi (implicit)
2022-11-09 02:37:16 +01:00
Nuno Teixeira
8f679d0c6d devel/aws-crt-cpp: Update to 0.18.12
ChangeLog: https://github.com/awslabs/aws-crt-cpp/compare/v0.18.9...v0.18.12
2022-11-09 01:14:20 +00:00
Nuno Teixeira
bd7b40f79b devel/aws-c-sdkutils: Update to 0.1.6
ChangeLog: https://github.com/awslabs/aws-c-sdkutils/compare/v0.1.3...v0.1.6
2022-11-09 01:14:20 +00:00
Craig Leres
50d9f85ce6 security/vuxml: Mark zeek < 5.0.3 as vulnerable as per:
https://github.com/zeek/zeek/releases/tag/v5.0.3

This release fixes the following potential DoS vulnerabilities:

 - Fix an issue where a specially-crafted FTP packet can cause Zeek
   to spend large amounts of time attempting to search for valid
   commands in the data stream.

 - Fix a possible overflow in the Zeek dictionary code that may
   lead to a memory leak.

 - Fix an issue where a specially-crafted packet can cause Zeek to
   spend large amounts of time reporting analyzer violations.

 - Fix a possible assert and crash in the HTTP analyzer when receiving
   a specially-crafted packet.

 - Fix an issue where a specially-crafted HTTP or SMTP packet can
   cause Zeek to spend a large amount of time attempting to search
   for filenames within the packet data.

 - Fix two separate possible crashes when converting processed IP
   headers for logging via the raw_packet event handlers.

This release fixes the following bugs:

 - Fix a possible crash with when statements where lambda captures
   of local variables sometimes overflowed the frame counter.

 - Reduced the amount of analyzer_confirmation events that are
   raised for packets that contain tunnels.

 - Fix a long-standing bug where TCP reassembly would not function
   correctly for some analyzers if dpd_reassemble_first_packets was
   set to false.

 - Fix a performance bug in the Zeek dictionary code in certain
   cases, such as copying a large number of entries from one
   dictionary into another.

 - Fix a performance issue when inserting large numbers of elements
   into a Broker store when Broker::scheduler_policy is set to
   stealing.

 - Fix a Broker performance issue when distributing large amounts
   of data from the input framework to proxies/workers at startup.

 - Fix an issue with messaging between proxies and workers that
   resulted in error messages being reported.

 - Updated the list of DNS type strings to reflect the correct.

Reported by:	Tim Wojtulewicz
2022-11-08 17:08:16 -08:00
Yuri Victorovich
23cc438591 devel/py-Jinja2: Update 3.0.1 -> 3.1.2; Fix test target
PR:		260440 264990
Approved by:	nivit@ (maintainer's timoeut on 260440; 10.5 months)
Submitted by:	brd@, p5B2EA84B3@t-online.de
2022-11-08 16:21:12 -08:00