aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* emulators/yuzu: update to s202110022021Q3Jan Beich2021-10-032-6/+5
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/36d45b4a7...21ed944ff (cherry picked from commit cfdb18e50fc5406ca846eb26c7b0af88b2be7fda)
* www/firefox: fix build on 32bitChristoph Moench-Tegeder2021-10-021-0/+93
| | | | | | | | | | this brings the double_t-related typedefs in line with our definitions and brings back the rounding helpers for those. PR: 258804 Reported by: Felix Palmen (cherry picked from commit edae8a1c040482b1cc559eee4f6d626288d54965)
* devel/phabricator: Bump minimum arcanist-lib dependencyMichael Gmelin2021-10-021-2/+3
| | | | | | | | | | | | This makes sure phabricator is using the Mozilla root CA bundle when doing webhook calls (e.g., from harbormaster). Before it would use the custom root CA bundle that shipped with arcanist, which hasn't been updated in a while. This caused problems with Let's Encrypt issued certificates, after the R3 Let's Encrypt intermediate CA expired. (cherry picked from commit e48613f2da0d1c38c045408998c577c90af8af4f)
* devel/arcanist-lib: Use Mozilla root CA bundleMichael Gmelin2021-10-021-0/+5
| | | | | | | | | | | | | | | | This fixes problems with Let's Encrypt certificates after the R3 Let's Encrypt intermediate CA expired. Arcanist uses its own certificate bundle by default (default.pem), overriding curl's default, unless curl.cainfo is set explicitly. The port now replaces this custom bundle with a symlink to Mozilla's root CA bundle as installed by security/ca_root_nss. PR: 258824 Reported by: yasu (cherry picked from commit 21ddc093a48b642a6a0c533069ed2118d0cdd066)
* graphics/mesa-devel: update to 21.2.b.3070Jan Beich2021-10-022-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/1da70c7e935...2aa705ec87c (cherry picked from commit 3fd1b09751333ac49fc49bc1bc377b7130b9a95d)
* www/firefox: unbreak build with devel/llvm13 (lacks patch-D77776)Evgeniy Khramtsov2021-10-021-0/+32
| | | | | | | | | | | | Restore patch-bug1628567 to unbreak glslopt crate build due to cc crate passing Rust target "x86_64-unknown-freebsd" without OS version to clang++: [glslopt 0.1.9] cargo:warning=/wrkdirs/usr/ports/www/firefox/work/.build/ ist/system_wrappers/new:3:15: fatal error: 'new' file not found [glslopt 0.1.9] cargo:warning=#include_next <new> PR: 258837 (cherry picked from commit dcc587e70268eb898aecad53ab9d08ea50e0bbab)
* x11-wm/river: update to s20210930Jan Beich2021-10-022-4/+4
| | | | | Changes: https://github.com/ifreund/river/compare/6616d32...e6bb373 (cherry picked from commit 4106f765f236c8e8687c67e64c591775dce385cd)
* emulators/yuzu: update to s20211001Jan Beich2021-10-022-5/+5
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/b9251155f...36d45b4a7 (cherry picked from commit 89d1bb8ae9a40269994bf3c6fcc50ed9cc902a55)
* x11/kanshi: chase to the new homeJan Beich2021-09-303-5/+4
| | | | | | | https://github.com/emersion/kanshi/commit/0faad7544323 "This repository has been archived by the owner. It is now read-only." (cherry picked from commit bcd938765b350a14aac59575b4a85c6afe8429ce)
* devel/basu: chase to the new homeJan Beich2021-09-303-12/+11
| | | | | | | https://github.com/emersion/basu/commit/9ff82e33e501 "This repository has been archived by the owner. It is now read-only." (cherry picked from commit 220c5f4afe13a32976f008fb4248bf33c683a1a0)
* security/sudo: Update to 1.9.8p2Cy Schubert2021-09-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Major changes between sudo 1.9.8p2 and 1.9.8p1: * Fixed a potential out-of-bounds read with "sudo -i" when the target user's shell is bash. This is a regression introduced in sudo 1.9.8. Bug #998. * sudo_logsrvd now only sends a log ID for first command of a session. There is no need to send the log ID for each sub-command. * Fixed a few minor memory leaks in intercept mode. * Fixed a problem with sudo_logsrvd in relay mode if "store_first" was enabled when handling sub-commands. A new zero-length journal file was created for each sub-command instead of simply using the existing journal file. PR: 258666 Submitted by: cy Reported by: cy Approved by: garga (maintainer) (cherry picked from commit 3c5b4dac33fa23d0cb8464556adfcf8a5d097c5b)
* security/sudo: Update to 1.9.8p1 to fix LDAP SEGFAULTCy Schubert2021-09-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sudo version 1.9.8 patchelevel 1 is now available which fixes a few regressions introduced in sudo 1.9.8. Source: https://www.sudo.ws/dist/sudo-1.9.8p1.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.9.8p1.tar.gz SHA256 checksum: 0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69 MD5 checksum: ae9c8b32268f27d05bcdcb8f0c04d461 Binary packages: https://www.sudo.ws/download.html#binary https://github.com/sudo-project/sudo/releases/tag/SUDO_1_9_8 For a list of download mirror sites, see: https://www.sudo.ws/download_mirrors.html Sudo web site: https://www.sudo.ws/ Sudo web site mirrors: https://www.sudo.ws/mirrors.html Major changes between sudo 1.9.8p1 and 1.9.8: * Fixed support for passing a prompt (sudo -p) or a login class (sudo -c) on the command line. This is a regression introduced in sudo 1.9.8. Bug #993. * Fixed a crash with "sudo ALL" rules in the LDAP and SSSD back-ends. This is a regression introduced in sudo 1.9.8. Bug #994. * Fixed a compilation error when the --enable-static-sudoers configure option was specified. This is a regression introduced in sudo 1.9.8 caused by a symbol clash with the intercept and log server protobuf functions. PR: 258537 Submitted by: cy Reported by: Adrian Waters <draenan _ gmail_com> Approved by: garga (maintainer) MFH: 2021Q3 (cherry picked from commit 549e87a5edcd9b96360d74b58dbfc04749bd0580)
* lang/sbcl: update to 2.1.9Kirill Ponomarev2021-09-302-6/+6
| | | | (cherry picked from commit faedd9f8240ccdc1dff7578e73081ca037d7de1a)
* archivers/ha: Fix CVE-2015-1198Alex Kozlov2021-09-303-12/+126
| | | | | | | | Fix directory traversal vulnerabilities (CVE-2015-1198) Reported by: decke (cherry picked from commit 0e6da3c2e1f0ca151be9e6428dcc9c0b7f19d170)
* devel/ruby-build: Update to 20210928Koichiro Iwao2021-09-302-4/+4
| | | | | | | | | Changes: https://github.com/rbenv/ruby-build/releases/tag/v20210928 PR: 258774 MFH: 2021Q3 Approved by: meta (mentor) (cherry picked from commit 8d6b60f0f5e65972984488d4224474d43c2e414e)
* graphics/mesa-devel: update to 21.2.b.2896Jan Beich2021-09-302-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/e043b97704f...1da70c7e935 (cherry picked from commit 8b46fac80dc70082f460d0ca268490eed0d68a21)
* emulators/yuzu: update to s20210929Jan Beich2021-09-302-5/+5
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/90014ada8...b9251155f (cherry picked from commit bfcfabc6c767b121ce53f871cf8994a7cd9ed680)
* devel/nexus2-oss: fix inappropriately transcribed patchKyle Evans2021-09-291-1/+1
| | | | | | PR: 252564 Pointyhat: kevans (cherry picked from commit 46599b3120eac3346eae74c4056cd294fbdd9922)
* x11-fm/mucommander: unbreakChris Hutchinson2021-09-291-3/+1
| | | | | | PR: 258100 MFH: 2021Q3 (cherry picked from commit 4886d3afe2edc47f40839f972a1891c0dbd64d65)
* www/firefox: update to 93.0 (rc1)Christoph Moench-Tegeder2021-09-293-9/+9
| | | | | | | Releasenotes (soon): https://www.mozilla.org/en-US/firefox/93.0/releasenotes/ (cherry picked from commit 457aeb3d57a0feeb742632759201ca2a7c2213a5)
* www/firefox-esr: update to 78.15.0 (rc1)Christoph Moench-Tegeder2021-09-292-5/+5
| | | | | | | Releasenotes (soon): https://www.mozilla.org/en-US/firefox/78.15.0/releasenotes/ (cherry picked from commit 0c581d277f2fae6dcc77a1eab8455464effc93b1)
* lang/php80: Update from 8.0.10 to 8.0.11Torsten Zuehlsdorff2021-09-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). Sponsored by: Bounce Experts (cherry picked from commit 4a295722e6b8634711f4e1513bf38543ba4db7f9)
* lang/php74: Update from 7.4.23 to 7.4.24Torsten Zuehlsdorff2021-09-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706) Sponsored by: Bounce Experts (cherry picked from commit 4f8082baa8f59e3d53761072f2496c895ae9f2d7)
* lang/php73: Update from 7.3.30 to 7.3.31Torsten Zuehlsdorff2021-09-292-4/+4
| | | | | | | | | | | | Changelog: Zip: Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706) Sponsored by: Bounce Experts (cherry picked from commit 607fd2a9360be7e5b7bb52b41e190798924d4cf6)
* net/unfs3: Fix build with -fno-common (FreeBSD 13 or later)Robert Clausecker2021-09-294-11/+43
| | | | | | | | | | | | | * Update MASTER_SITES and WWW as project has moved to GitHub * Pass maintainership to submitter * Clean up and reformat Makefile PR: 258326 Approved by: meta (mentor) MFH: 2021Q3 Differential Revision: https://reviews.freebsd.org/D32220 (cherry picked from commit 4c35fa18e7434733681f5cc05337bf571241dbae)
* text/py-sphinxcontrib-autoprogram: require python 3.7Derek Schrock2021-09-291-1/+2
| | | | | | | | | | - Requires python 3.7 [1] [1] https://github.com/sphinx-contrib/autoprogram/issues/47 PR: 257872 MFH: 2021Q3 (cherry picked from commit 9179bc3865ffe951fcce4281770de3af57b456f4)
* devel/nexus2-oss: update to 2.14.20-02Kyle Evans2021-09-293-32/+32
| | | | | | | | | | | This is primarily a secure release; 2.14.20 also includes: - [NEXUS-25956] Signatures with ECC algorithm not being recognized PR: 252564 Security: b2f1f86f-20e6-11ec-a574-080027eedc6a Security: 730e922f-20e7-11ec-a574-080027eedc6a (cherry picked from commit 1e427d25951275287b076cabfd8b0c941beec269)
* devel/py-tables: Disable AVX2 CPU optimizationsKai Knoblich2021-09-281-0/+10
| | | | | | | | | | | | | | | | | | | | | On amd64 platforms that have a CPU with Haswell New Instructions (AVX2), related optimizations are automatically compiled in, unless this is explicitly prevented. If the package is then used on other amd64 platforms, that have no AVX2 support, this causes problems, because the generated .so files are incompatible and lead to crashes with SIGILL upon invocation. Remedy the issue by turning off AVX2 support by default which is also upstream's default and bump PORTREVISION to force a rebuild. PR: 258714 Reported by: dvl (on IRC) Reviewed by: wen (maintainer) Approved by: portmgr (blanket: build fix) MFH: 2021Q3 (cherry picked from commit f31b25e7dc91402729ecc19c1fca66e9ebe5ddc8)
* devel/ruby-build: Update to 20210925Yasuhiro Kimura2021-09-282-4/+4
| | | | | | | | | | | | This is a leaf port and worth tool to keep up to date. So should be MFH'ed to quarterly. Changes: https://github.com/rbenv/ruby-build/releases/tag/v20210925 Differential Revision: https://reviews.freebsd.org/D32140 MFH: 2021Q3 Approved by: meta (mentor) (cherry picked from commit 22b087cde88d68ddf322d4cc8d4a6e4db9352f8e)
* graphics/mesa-devel: update to 21.2.b.2768Jan Beich2021-09-282-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/db99462de67...e043b97704f (cherry picked from commit 3aec707659f1bde0718953f1d1273ba2775961c0)
* x11-wm/river: update to s20210927Jan Beich2021-09-282-5/+5
| | | | | Changes: https://github.com/ifreund/river/compare/b8ebbc2...6616d32 (cherry picked from commit 77fcdc70c83e4e5e5dd4e4318b2cec219561dcfa)
* emulators/yuzu: update to s20210927Jan Beich2021-09-282-5/+5
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/9a53173e4...90014ada8 (cherry picked from commit a9495264d120abefdf9587eff361f4a58098ff3a)
* www/node: Update 16.6.1 -> 16.6.2Bradley T. Hughes2021-09-273-4/+15
| | | | | | | | | | | | | | | | https://nodejs.org/en/blog/release/v16.6.2/ This is a security release. See https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases/ Adopt the patch from https://github.com/nodejs/node/pull/39739, since Node.js does not build with a system installed c-ares without it. Security: b092bd4f-1b16-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit 3d5b3fb7837a997dfc5bc856229879c3afd5cca8)
* www/node: Update 16.6.0 -> 16.6.1Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | https://nodejs.org/en/blog/release/v16.6.1/ Sponsored by: Miles AS (cherry picked from commit 163e134d818c2a0823df453cf6a7d3e786cd462c)
* www/node: Update 16.5.0 -> 16.6.0Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | | | | | | https://nodejs.org/en/blog/release/v16.6.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/ Security: f53dab71-1b15-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit 91694690e55a26e4771ecf73583275d704d680bc)
* www/node: Update 16.4.2 -> 16.5.0Bradley T. Hughes2021-09-273-4/+7
| | | | | | | | https://nodejs.org/en/blog/release/v16.5.0/ Sponsored by: Miles AS (cherry picked from commit 2877919793b5d234f54602ad1c37081798f948f3)
* www/node: Update 16.4.1 -> 16.4.2Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | https://nodejs.org/en/blog/release/v16.4.2/ Sponsored by: Miles AS (cherry picked from commit b87fb39486dd043adda374a1b7b7babccd331efc)
* www/node: Update 16.4.0 -> 16.4.1Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | | | | | | https://nodejs.org/en/blog/release/v16.4.1/ This is a security release. See https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/ Security: c174118e-1b11-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit e674a048b642f6b425769204d67e81801cf9b1f7)
* www/node: Update 16.3.0 -> 16.4.0Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | https://nodejs.org/en/blog/release/v16.4.0/ Sponsored by: Miles AS (cherry picked from commit 22d1c3d778f65599600b0838ff7f2bb4568bd08b)
* www/node: Update 16.2.0 -> 16.3.0Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | https://nodejs.org/en/blog/release/v16.3.0/ Sponsored by: Miles AS (cherry picked from commit 7bcc4cfed1f09db60087f68f032ba3937a908c0e)
* www/node14: Update 14.17.5 -> 14.17.6Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | | | | | | https://nodejs.org/en/blog/release/v14.17.6/ This is a security release. See https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases2/ Security: 7062bce0-1b17-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit 0e510f5c2f31cb22b33d940308eef9aa5d6020d7)
* www/node14: Update 14.17.4 -> 14.17.5Bradley T. Hughes2021-09-273-4/+15
| | | | | | | | | | | | | | | | https://nodejs.org/en/blog/release/v14.17.5/ This is a security release. See https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases/ Adopt the patch from https://github.com/nodejs/node/pull/39739, since Node.js does not build with a system installed c-ares without it. Security: b092bd4f-1b16-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit d361a41d06e7b9bd3fe183f0a3f9a3a506059bdc)
* www/node14: Update 14.17.3 -> 14.17.4Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | | | | | | https://nodejs.org/en/blog/release/v14.17.4/ This is a security release. See https://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/ Security: f53dab71-1b15-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit e7eff73cb32808ea1810775df1dee508c9864e10)
* www/node14: Update 14.17.2 -> 14.17.3Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | https://nodejs.org/en/blog/release/v14.17.3/ Sponsored by: Miles AS (cherry picked from commit 5edfe3994032775a41e43cd8fb19cc123b3a5679)
* www/node14: Update 14.17.1 -> 14.17.2Bradley T. Hughes2021-09-272-4/+4
| | | | | | | | | | | | | https://nodejs.org/en/blog/release/v14.17.2/ This is a security release. See https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/ Security: c174118e-1b11-11ec-9d9d-0022489ad614 MFH: 2021Q3 Sponsored by: Miles AS (cherry picked from commit cbc1577a29f9b3cec1608597ae08b8f59f2189ec)
* www/node14: Update 14.17.0 -> 14.17.1Bradley T. Hughes2021-09-273-88/+5
| | | | | | | | | | | https://nodejs.org/en/blog/release/v14.17.1/ Drop files/patch-deps_v8_src_objects_js-list-format.cc since the change has been upstreamed along with the ICU minimum version bump. Sponsored by: Miles AS (cherry picked from commit 6cc50a438bb3d8504a56f590bb0b05847970007d)
* graphics/vulkan-extension-layer: update to 1.2.193Jan Beich2021-09-272-4/+4
| | | | | | | Changes: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.2.191...v1.2.193 Reported by: portscout (cherry picked from commit ea81c720a80b5871e77ebc9543dec96d9336905c)
* dns/bind916: update to 9.16.21Mathieu Arnold2021-09-273-10/+10
| | | | | Changes: https://downloads.isc.org/isc/bind9/9.16.21/doc/arm/html/notes.html#notes-for-bind-9-16-21 (cherry picked from commit fccfb7d4979a04e260ecc162cdcfe54a0feec9b7)
* x11/luit: Update MASTER_SITESLi-Wen Hsu2021-09-271-1/+2
| | | | | | | | | | | Add "/pub" which is the canonical path in FTP as site owner suggested Add the HTTP master site as submitter suggested PR: 258741 Reported by: bas@area536.com MFH: 2021Q3 (cherry picked from commit 9abd1e471d91afabd00fd4a1f699e923faf7f69c)
* www/miniflux: update to 2.0.33Kirill Ponomarev2021-09-262-16/+22
| | | | (cherry picked from commit ecfff71243427b6ec21fee6c506426c1727f5b2b)