Commit Graph

600086 Commits

Author SHA1 Message Date
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
Nuno Teixeira
039d8f7d8d sysutils/siegfried: Update to 1.9.6
ChangeLog: https://github.com/richardlehane/siegfried/blob/main/CHANGELOG.md
2022-11-08 23:33:25 +00:00
Matthias Andree
27cccc85da math/Imath: update to patch release 3.1.6
Patch release with miscellaneous bug/doc/build fixes.
Excerpt from release tag:

    [#269] fix memory leak in V3fArrayFromBuffer
    [#268] Add <cstdint> for int64_t
    [#263] Initialize x in testRoots.cpp:solve() to suppress compiler warning
    [#262] Fix gcc compiler warning in testFun.cpp
    [#261] Test return value of extractSHRT to avoid uninitialized reference
    [#260] Fix example code so it compiles as is
    [#259] Cuda safety in several headers
    [#256] Fix markdown and typos in README.md
    [#255] Do not warn if half.h has already being included
    [#248] Update sphinx version

ChangeLog:	https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.1.6
MFH:		2022Q4
2022-11-08 23:59:53 +01:00
Wen Heping
81a97419c4 math/py-networkx: Update to 2.8.8 2022-11-09 06:29:35 +08:00
Christian Weisgerber
843dc09a8b devel/got: update to 0.79
User-visible changes:
- reduce delta cache size to avoid running out of memory on large pack files
2022-11-08 21:48:05 +00:00
Wen Heping
1af37d11cd net/py-mpi4py: Update to 3.1.4 2022-11-09 05:44:45 +08:00
Yuri Victorovich
1466c6a0e0 audio/py-essentia: New port: Python bindings for essentia, C++ library for audio and music analysis 2022-11-08 12:46:54 -08:00
Yuri Victorovich
44dae4b9ae net/fb303: Update 2022.10.31.00 -> 2022.11.07.00 2022-11-08 12:46:53 -08:00
Yuri Victorovich
af1a9300e6 devel/fatal: Update 2022.10.31.00 -> 2022.11.07.00 2022-11-08 12:46:53 -08:00
Yuri Victorovich
c97db46bad www/proxygen: Update 2022.10.31.00 -> 2022.11.07.00 2022-11-08 12:46:53 -08:00
Yuri Victorovich
18b675f965 devel/fbthrift: Update 2022.10.31.00 -> 2022.11.07.00 2022-11-08 12:46:52 -08:00
Yuri Victorovich
40b49584b9 net/wangle: Update 2022.10.31.00 -> 2022.11.07.00 2022-11-08 12:46:52 -08:00
Yuri Victorovich
da60729d9c security/fizz: Update 2022.10.31.00 -> 2022.11.07.00 2022-11-08 12:46:51 -08:00
Yuri Victorovich
71c17ddf16 devel/folly: Update 2022.10.31.00 -> 2022.11.07.00 2022-11-08 12:46:51 -08:00
Yuri Victorovich
d9eb597422 lang/mujs: Update 1.2.0 -> 1.3.2 2022-11-08 12:46:51 -08:00
Alexey Dokuchaev
61079a9544 x11-wm/icewm: update IceWM to version 3.2.1 (bugfix release). 2022-11-08 20:41:30 +00:00
Max Brazhnikov
9a53ad05be misc/py-progressbar2: update to 4.2.0 2022-11-08 23:09:42 +03:00
Max Brazhnikov
a25d915a8c misc/py-python-utils: Update to 3.4.5 2022-11-08 23:09:42 +03:00
Max Brazhnikov
933846e3ca math/py-PyWavelets: Update to 1.4.1 2022-11-08 23:09:41 +03:00