Commit Graph

589130 Commits

Author SHA1 Message Date
Robert Nagy
bf76dbbb8e www/chromium: update to 106.0.5249.91
Security:	d459c914-4100-11ed-9bc7-3065ec8fd3ec
(cherry picked from commit 877bb77cda)
2022-09-30 23:21:15 +02:00
Mathieu Arnold
b67ea915f8 dns/bind918: fix typo from 963e20c812
(cherry picked from commit d62fd2d720)
2022-09-30 08:51:02 +02:00
Jan Beich
6ed054f4f2 textproc/nuspell: update to 5.1.2
Changes:	https://github.com/nuspell/nuspell/releases/tag/v5.1.2
Reported by:	GitHub (watch releases)

(cherry picked from commit 81b88a5ffa)
2022-09-29 12:38:44 +00:00
Gleb Popov
c50e5f8dc4 devel/gllvm: Update to 1.3.1
Reported by:	portscout!

(cherry picked from commit f1c4958f60)
2022-09-29 14:43:41 +03:00
Christoph Moench-Tegeder
5093dc0096 mail/thunderbird: update to 102.3.1 (rc2)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/102.3.1/releasenotes/

(cherry picked from commit 8bdd8e11a5)
2022-09-28 23:00:35 +02:00
Christoph Moench-Tegeder
4daf23d0ea mail/thunderbird: update to 102.3.1 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/102.3.1/releasenotes/

(cherry picked from commit b478408ea8)
2022-09-28 20:25:29 +02:00
Ashish SHUKLA
01743118f2
www/cinny: Update to 2.2.2
MFH:		2022Q3
Security:	cb902a77-3f43-11ed-9402-901b0e9408dc
Security:	CVE-2022-39249
Security:	CVE-2022-39250
Security:	CVE-2022-39251
Security:	CVE-2022-39236
(cherry picked from commit 131c9b2aa1)
2022-09-28 16:12:02 +00:00
Ashish SHUKLA
b69fa1aa6d
www/cinny: Update to 2.2.0
(cherry picked from commit a1c650fb95)
2022-09-28 16:12:01 +00:00
Ashish SHUKLA
f065b5aba4
www/element-web: Update to 1.11.8
Approved by:	maintainer (implicit, version bump, as per PR 258262)
MFH:		2022Q3
Security:	cb902a77-3f43-11ed-9402-901b0e9408dc
Security:	CVE-2022-39249
Security:	CVE-2022-39250
Security:	CVE-2022-39251
Security:	CVE-2022-39236

(cherry picked from commit b96a95b32b)
2022-09-28 16:10:37 +00:00
Ashish SHUKLA
5a4f779997
www/element-web: Update to 1.11.5
Approved by:	maintainer (implicit, version bump, as per PR 258262)

(cherry picked from commit 72bf654d18)
2022-09-28 16:10:36 +00:00
Michael Sinatra
78b484ed5d
dns/bind9*: fix some race condition in rc script
PR:		265994
MFH:		yes
(cherry picked from commit 36ab384abd)
2022-09-28 16:23:54 +02:00
Mathieu Arnold
e629fd7602 dns/bind918: fix build in some obscure cases
If sphinx is installed while not requested, it gets picked up, tell
configure that it really is not here, and things blow up.

PR:		262773
MFH:		yes
(cherry picked from commit 963e20c812)
2022-09-28 16:10:54 +02:00
Robert Nagy
c0f99428c3 www/chromium: update to 106.0.5249.61
Security:	18529cb0-3e9c-11ed-9bc7-3065ec8fd3ec
(cherry picked from commit c080558054)
2022-09-28 10:01:47 +02:00
Tobias C. Berner
abe4eae5c8 textproc/expat2: update to 2.4.9
Release 2.4.9 Tue September 20 2022
        Security fixes:
       #629 #640  CVE-2022-40674 -- Heap use-after-free vulnerability in
                    function doContent. Expected impact is denial of service
                    or potentially arbitrary code execution.

        Bug fixes:
            #634  MinGW: Fix mis-compilation for -D__USE_MINGW_ANSI_STDIO=0
            #614  docs: Fix documentation on effect of switch XML_DTD on
                    symbol visibility in doc/reference.html

        Other changes:
            #638  MinGW: Make fix-xmltest-log.sh drop more Wine bug output
       #596 #625  Autotools: Sync CMake templates with CMake 3.22
            #608  CMake: Migrate from use of CMAKE_*_POSTFIX to
                    dedicated variables EXPAT_*_POSTFIX to stop affecting
                    other projects
       #597 #599  Windows|CMake: Add missing -DXML_STATIC to test runners
                    and fuzzers
       #512 #621  Windows|CMake: Render .def file from a template to fix
                    linking with -DEXPAT_DTD=OFF and/or -DEXPAT_ATTR_INFO=ON
       #611 #621  MinGW|CMake: Apply MSVC .def file when linking
       #622 #624  MinGW|CMake: Sync library name with GNU Autotools,
                    i.e. produce libexpat-1.dll rather than libexpat.dll
                    by default.  Filename libexpat.dll.a is unaffected.
            #632  MinGW|CMake: Set missing variable CMAKE_RC_COMPILER in
                    toolchain file "cmake/mingw-toolchain.cmake" to avoid
                    error "windres: Command not found" on e.g. Ubuntu 20.04
       #597 #627  CMake: Unify inconsistent use of set() and option() in
                    context of public build time options to take need for
                    set(.. FORCE) in projects using Expat by means of
                    add_subdirectory(..) off Expat's users' shoulders
       #626 #641  Stop exporting API symbols when building a static library
            #644  Resolve use of deprecated "fgrep" by "grep -F"
            #620  CMake: Make documentation on variables a bit more consistent
            #636  CMake: Drop leading whitespace from a #cmakedefine line in
                    file expat_config.h.cmake
            #594  xmlwf: Fix harmless variable mix-up in function nsattcmp
  #592 #593 #610  Address Cppcheck warnings
            #643  Address Clang 15 compiler warnings
       #642 #644  Version info bumped from 9:8:8 to 9:9:8;
                    see https://verbump.de/ for what these numbers do

        Infrastructure:
       #597 #598  CI: Windows: Start covering MSVC 2022
            #619  CI: macOS: Migrate off deprecated macOS 10.15
            #632  CI: Linux: Make migration off deprecated Ubuntu 18.04 work
            #643  CI: Upgrade Clang from 14 to 15
            #637  apply-clang-format.sh: Add support for BSD find
            #633  coverage.sh: Exclude MinGW headers
            #635  coverage.sh: Fix name collision for -funsigned-char

        Special thanks to:
            David Faure
            Felix Wilhelm
            Frank Bergmann
            Rhodri James
            Rosen Penev
            Thijs Schreijer
            Vincent Torri
                 and
            Google Project Zero

Exp-run by:	antoine
PR:		266524

(cherry picked from commit 9901fd092a)
2022-09-27 06:07:51 +02:00
Jan Beich
2c0210680b x11/nwg-drawer: update to 0.3.1
Changes:	https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.3.1
Reported by:	GitHub (watch releases)

(cherry picked from commit 9fc8829e94)
2022-09-26 19:05:15 +00:00
Matthias Andree
de3a5f0b0d dns/dnsmasq*: update to v2.87
and set dnsmasq-devel port to IGNORE.

Changelog:
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=v2.87
https://www.mail-archive.com/dnsmasq-discuss@lists.thekelleys.org.uk/msg16445.html

MFH:		2022Q3
(cherry picked from commit 7bf80ce816)
2022-09-26 18:21:26 +02:00
Jan Beich
af4bd65d80 x11/gromit-mpx: update to 1.4.3
Changes:	https://github.com/bk138/gromit-mpx/releases/tag/1.4.3
Reported by:	GitHub (watch releases)

(cherry picked from commit f095bf66ba)
2022-09-25 15:28:50 +00:00
Thomas Zander
46e5b1ee13
net/traefik: Update to upstream release 2.8.7
Details:
- Bugfix release, see
  https://github.com/traefik/traefik/releases/tag/v2.8.7

MFH:		2022Q3
(cherry picked from commit 30582b1243)
2022-09-25 09:56:39 +02:00
Fernando Apesteguía
0b5b236d3a sysutils/pefs: Reintroduce PORTEPOCH
Reintroduce PORTEPOCH. Remove bogus "Created by" line.

Reported by:	jbeich@
Fixes:		79f9679c7e

(cherry picked from commit 2d66a2f642)

PR:		266576
2022-09-24 13:54:28 +02:00
Daniel O'Connor
b4cc66ed48 sysutils/pefs-kmod: Update to work on FreeBSD 13.1-RC1
This updates to a version with fixes for various KABI changes in FreeBSD 13+.

PR:	263058
Reported by:	 darius@dons.net.au (maintainer)

(cherry picked from commit 79f9679c7e)

PR:	266576
2022-09-24 13:53:45 +02:00
Jan Beich
26ab9c488e multimedia/mpvpaper: avoid pidof in auto-pause after 08f1b09225
(cherry picked from commit 15dbfe858d)
2022-09-23 18:55:22 +00:00
Christoph Moench-Tegeder
cdfb41c6ea www/firefox: update to 105.0.1 (rc1)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/105.0.1/releasenotes/

(cherry picked from commit 100cd61879)
2022-09-22 22:56:12 +02:00
Tomoaki AOKI
2ffa81b087 www/chromium: fix build on 14-CURRENT until llvm14 has wasi support.
PR:		266492
(cherry picked from commit 9da64f4913)
2022-09-22 10:47:10 +02:00
Yasuhiro Kimura
2f6db682f3 databases/redis: Update to 7.0.5
ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.5
MFH:		2022Q3
Security:	f1f637d1-39eb-11ed-ab44-080027f5fec9
(cherry picked from commit 08f2c3c809)
2022-09-22 16:34:47 +09:00
Mathieu Arnold
6d39129236
dns/bind918: update to 9.18.7
Changes:	https://downloads.isc.org/isc/bind9/9.18.7/doc/arm/html/notes.html#notes-for-bind-9-18-7
MFH:            yes
Security:       CVE-2022-2795 CVE-2022-2881 CVE-2022-2906 CVE-2022-3080 CVE-2022-38177 CVE-2022-38178
(cherry picked from commit 15c63d0936)
2022-09-21 17:17:53 +02:00
Mathieu Arnold
de506faf16
dns/bind916: update to 9.16.33
Changes:	https://downloads.isc.org/isc/bind9/9.16.33/doc/arm/html/notes.html#notes-for-bind-9-16-33
MFH:		yes
Security:	CVE-2022-2795 CVE-2022-2881 CVE-2022-2906 CVE-2022-3080 CVE-2022-38177 CVE-2022-38178
(cherry picked from commit d6e108c34a)
2022-09-21 17:17:51 +02:00
Boris Korzun
b43020f0a1 www/grafana{8,9}: Update to 8.5.13 and 9.1.6 (Fixes security vulnerability)
- CVE-2022-35957 - Auth proxy privilege escalation

ChangeLog:	https://grafana.com/blog/2022/09/20/grafana-security-releases-new-versions-with-moderate-severity-security-fixes-for-cve-2022-35957-and-cve-2022-36062/
PR:		266530
MFH:		2022Q3
Security:	95e6e6ca-3986-11ed-8e0c-6c3be5272acd
(cherry picked from commit bc946e35d0)
2022-09-21 15:39:03 +01:00
Boris Korzun
719fcb462c www/grafana9: Update to 9.1.4
Changes:	https://github.com/grafana/grafana/releases/tag/v9.1.4

PR:		266379
(cherry picked from commit ea29a10a2f)
2022-09-21 15:35:50 +01:00
Jan Beich
695e921c6c graphics/dssim: update to 3.2.3
Changes:	https://github.com/kornelski/dssim/compare/3.2.0...3.2.3
Reported by:	GitHub (watch releases)

(cherry picked from commit 3219cfc704)
2022-09-19 04:23:55 +00:00
Thomas Zander
adb98df93c net/traefik: Update to upstream version 2.8.5
Details:
- Bugfixes, see
  https://github.com/traefik/traefik/releases/tag/v2.8.5

MFH:		2022Q3
(cherry picked from commit d8ab0c5c50)
2022-09-18 23:35:38 +02:00
Juraj Lutter
caa00567f4 net-mgmt/zabbix5-server: Update to 5.0.27
Release notes: https://www.zabbix.com/rn/rn5.0.27

(cherry picked from commit 00a00352bc)
2022-09-18 14:18:48 +02:00
Juraj Lutter
e5640d3cc6 mail/postfix-current: Update to 3.8.20220816
(cherry picked from commit e4abbd5c5b)
2022-09-18 11:29:47 +02:00
Thomas Zander
8ac4445009
sysutils/zellij: Update to upstream release 0.31.4
Details:
- Bugfix release, no breaking changes

MFH:		2022Q3
(cherry picked from commit f5c3f75fde)
2022-09-17 17:37:54 +02:00
Thierry Thomas
3f4f4b2409 cad/opencascade: fix cmake files
A cmake macro, which should have configured $OCCT_INSTALL_BIN_LETTER was
not applied correctly. Thus some cmake files where badly configured, and
some consumers could not use them.

PR:		266280
Reported by:	yuri
MFH:		2022Q3

(cherry picked from commit 31735a5b1a)
2022-09-17 14:38:38 +02:00
Bernard Spil
b90c4eb3c3 databases/mariadb106-server: Regression fix update to 10.6.10
* regressions in the latest MariaDB 10.6.9 which can impact a large number
   of users by causing crashes and / or data loss.

MFH:		2022Q3
(cherry picked from commit 6d32e56e2e)
2022-09-17 12:00:04 +00:00
Bernard Spil
793e83714c databases/mariadb106-server: Update to 10.6.9
Security:	36d10af7-248d-11ed-856e-d4c9ef517024
MFH:		2022Q3
(cherry picked from commit 0f0fa32742)
2022-09-17 11:59:57 +00:00
Wen Heping
7601dc3d20 lang/python39: Update to 3.9.14(security update)
PR:		266286
Reported by:	wen@
Exp-run:	antoine@

(cherry picked from commit 420da5d7b0)
2022-09-17 15:45:59 +08:00
Wen Heping
768779ca9b lang/python311: Update to 3.11.0 RC2
Update COMMENT

(cherry picked from commit dc81dd167f)
2022-09-17 15:45:23 +08:00
Wen Heping
b22395a795 lang/python311: Add WWW entries to port Makefiles
Cheery-pick from commit b7f05445c0
2022-09-17 15:43:56 +08:00
Michael Gmelin
6dfbef93f6 sysutils/iocage: Update distfiles to match github
(cherry picked from commit ffbdd973c1)
2022-09-16 16:07:23 +00:00
Christoph Moench-Tegeder
1eca35157e www/firefox: fix build on i386 (again)
upstream fix for alignment issues in embedded protobuf was not complete

Reported by:	fallout

(cherry picked from commit ac39d32256)
2022-09-15 23:15:45 +02:00
Christoph Moench-Tegeder
88af069140 mail/thunderbird: update to 102.3.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/102.3.0/releasenotes/

(cherry picked from commit 986814bad8)
2022-09-15 23:15:21 +02:00
Christoph Moench-Tegeder
f2ae84a33d www/firefox: update to 105.0 (rc2)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/105.0/releasenotes/

(cherry picked from commit 8b8eb5fe5a)
2022-09-15 23:14:56 +02:00
Robert Nagy
5c9d28a4dd www/chromium: update to 105.0.5195.125
Security:	b59847e0-346d-11ed-8fe9-3065ec8fd3ec
(cherry picked from commit 8b165c2273)
2022-09-15 14:57:57 +02:00
Jan Beich
d41618b72a x11-servers/xwayland-devel: update to 21.0.99.1.286
Changes:	f778b56a7...a77d95af6
(cherry picked from commit 5d0a30301f)
2022-09-14 21:40:14 +00:00
Juraj Lutter
5b5136cf62 net-mgmt/zabbix6-server: Update to 6.0.8
Release notes: https://www.zabbix.com/rn/rn6.0.8

(cherry picked from commit e3551240b3)
2022-09-14 21:08:07 +02:00
Yuri Victorovich
5dde230a5a math/clfft: Unbreak by fixing C++ error
Approved by:	portmgr (unbreak)

(cherry picked from commit 561d1faa61)
2022-09-14 01:48:39 -07:00
Christoph Moench-Tegeder
f98586797e www/firefox: fix nss dependency
(cherry picked from commit 095e5fb516)
2022-09-13 22:06:59 +02:00
Jan Beich
576cea18f2 security/nss: update to 3.82
Changes:	https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/uceBXfAG1pM
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_82_RTM
Reported by:	Repology

(cherry picked from commit c1b9f6374d)
2022-09-13 19:33:42 +02:00
Emmanuel Vadot
9a2d370c33 graphics/drm-510-kmod: Update to drm_v5.10.113_7
Fix build on 13-STABLE.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
MFH:		2022Q3

(cherry picked from commit 7e8044bf1f)
2022-09-13 08:28:53 +02:00