aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/py-salt: Partically revert f64d882074b902021Q2Li-Wen Hsu2021-07-031-1/+1
| | | | | | | | | The PORTREVISION merging seems unintentional. This is a direct commit to 2020Q2 branch. PR: 256918 Reported by: Alex <marcarianalexandru@gmail.com>
* net/rabbitmq-c: Update to 0.11.0Daniel Engberg2021-06-304-21/+39
| | | | | | | | | | | | | | | - Update to 0.11.0 And while here, also: - Rearrage Makefile to Porter's Handbooks guidelines - Remove unneeded Python dependency - Make static library options - Add support for "make test" PR: 256842 Approved by: dch (maintainer) (cherry picked from commit c67a6464ada6bdb6ec5c247ce95330450baed48e)
* emulators/virtualbox-ose-legacy: Fix additions build on recent HEADGuido Falsi2021-06-301-2/+6
| | | | | | | | | | | | Apply same fix used for the main port in commit ef04eff33cf626: Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt virtualbox code to be able to compile there too. Reported by: koobs, dim MFH: 2021Q2 (cherry picked from commit 4792c8e65e73101fef10ed9bb2edb4b4335e6960)
* games/pysolfc: Fix runtime issues with Python 3.8+Kai Knoblich2021-06-302-1/+22
| | | | | | | | | | | | | | | | * The deprecated function "time.clock()" has been removed in Python 3.8 and "time.perf_counter()" should be used instead. Because updating to a newer version of PySolFC requires a bit more work, use a backport for now to remedy the runtime issues. * Bump PORTREVISION due changed package contents. PR: 256504 Reported by: <sven.a.jonsson@bahnhof.se> MFH: 2021Q2 (cherry picked from commit 91cf30435554dda6bf71dc566f91352dd469d816)
* www/librespeed: add missing dependenciesDan Langille2021-06-302-2/+6
| | | | | | | | | | | | Add some PHP dependencies required by this port. Tweak the pkg-message output to hint that telemetry requires configuration settings at build time. PR: 256891 Reported by: dvl (cherry picked from commit 0bf5aa7c48694c5d7bfe3855685791d354370813)
* comms/py-pyserial: Add USE_PYTHON=concurrentFukang Chen2021-06-291-1/+2
| | | | | | | | | | | - Allow concurrent installation for bin/pyserial-{miniterm,ports} Reviewed by: koobs, sbz Approved by: koobs (ports, mentor), sbz (maintainer) Differential Revision: https://reviews.freebsd.org/D30920 MFH: 2021Q2 (ports compliance) (cherry picked from commit 6edd4051890c2ea511edfc8da19dfc07d5933a3f)
* sysutils/py-salt: remove contextvars dependency for py37.Kirill Ponomarev2021-06-292-1/+8
| | | | (cherry picked from commit a20071f839c04439c191983232dce8452d85dc5c)
* lang/sbcl: update to 2.1.6Kirill Ponomarev2021-06-292-6/+6
| | | | (cherry picked from commit 3a506292d732fda5dae6649029e23b11d7d1271b)
* graphics/py-pillow: fix buildThierry Thomas2021-06-271-1/+1
| | | | | | | | | As koobs@ reported, my previous commit was bad: error: option --disable-raqm not recognized PR: 255361 Reported by: kai@
* net-im/nheko: add missing dependencyAdriaan de Groot2021-06-261-1/+2
| | | | | | | | | | | | | | At runtime, qt5-graphicaleffects are needed to display anything in the timeline (e.g. a conversation in a room). Even the loading- spinner isn't shown without it. Demonstrated by trying to run nheko in a "bare" machine with just XOrg and twm. PR: 256839 Reported by: Filipe da Silva Santos [[ Cherry pick is not exact because quarterly has an older version, but the runtime requirement is still there. ]] (cherry picked from commit e0f0a32d502af6eb619fd0c377de644492673fa4)
* security/py-[acme|certbot]: Update to 1.16.0Yasuhiro Kimura2021-06-2627-63/+63
| | | | | | | | | Changelog: https://github.com/certbot/certbot/blob/v1.16.0/certbot/CHANGELOG.md PR: 256391 Approved by: python (with hat) (cherry picked from commit c9afda5a14a3c39ccb8394f2e5ab4455870a82a8)
* security/py-[acme|certbot]: Update to 1.15.0Danilo G. Baio2021-06-2619-55/+55
| | | | | | | | PR: 255636 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: python (with hat) (cherry picked from commit df631611ea9d728ef2f14be4abb5c3df664d7f0d)
* security/py-[acme|certbot]: Update to 1.14.0Danilo G. Baio2021-06-2619-55/+55
| | | | | | | | | | Changelog: https://github.com/certbot/certbot/blob/v1.14.0/certbot/CHANGELOG.md PR: 254843 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: python (with hat) (cherry picked from commit 8115936097b310fff94bf18abf41cfa7cda25fb9)
* graphics/py-pillow: upgrade to 8.2.0 + fix vulnerabilitiesThierry Thomas2021-06-262-11/+16
| | | | | | | | | | | | | | | | | | | | | | - Release notes at <https://github.com/python-pillow/Pillow/releases/tag/8.2.0> - Security fixes described at <https://github.com/python-pillow/Pillow/pull/5377/commits/8ec027867f19633d9adfc5c8b7504d9b609fc5f1> - Since I´m there, add newer optional dependencies. Security: CVE-2021-25287 Security: CVE-2021-25288 Security: CVE-2021-28675 Security: CVE-2021-28676 Security: CVE-2021-28677 Security: CVE-2021-28678 PR: 255361 Approved by: koobs (maintainer) (cherry picked from commit 553bcea9dbe91208a9c8bf265e0d8e1172094ffe but disable RAQM)
* sysutils/polkit: Update to 0.119Tobias C. Berner2021-06-264-29/+63
| | | | | | | | PR: 256405 Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> Security: CVE-2021-3560 (cherry picked from commit ba6b6059f6d7f2801e5a46a12464f9a8c7180528)
* graphics/openexr: and ilmbase update to 2.5.7Matthias Andree2021-06-264-10/+10
| | | | | | | | | v2.5.7 fixes: OSS-fuzz 28051 Heap-buffer-overflow in Imf_2_5::copyIntoFrameBuffer OSS-fuzz 28155 Crash in Imf_2_5::PtrIStream::read v2.5.6 fix: Fixed regression in Imath::succf() and Imath::predf() when negative values are given
* net-mgmt/unifi6: Update to 6.2.26Juraj Lutter2021-06-252-6/+6
| | | | | | | | - Update to 6.2.26 - Changelog: https://community.ui.com/releases/UniFi-Network-Application-6-2-26/0dfcbc77-8a4f-4e20-bb93-07bbb0237e3a (cherry picked from commit fd6dbb71145e95f8b481d630831d4794e9c364d7)
* devel/robodoc: resort MakefileKirill Ponomarev2021-06-251-3/+3
| | | | (cherry picked from commit 758f583e23df2912f46fc3d15cc62e021b85a6c4)
* security/oidentd: Update to 2.5.1Daniel Engberg2021-06-242-15/+8
| | | | | | | | | | | | | | | | * FreeBSD 13+ fix (https://github.com/janikrabe/oidentd/commit/cd763e5aebc7f84fff0acad792d3e2a9b0ecdccb) * Modify Makefile to follow Porter's Handbook more closely * Define LICENSE_FILE * Switch to tar.xz release archive * Remove IPV6 option (it's 2021 not 1999) Changes https://github.com/janikrabe/oidentd/blob/v2.5.1/NEWS PR: 256230 Approved by: maintainer timeout (cherry picked from commit 8e1bb18dacc94ace7f265dcbef1cd7efc372a803)
* security/py-requests-credssp: Fix dependenciesPavel Timofeev2021-06-231-3/+4
| | | | | | | | | The module requires and uses spnego for NTLM. PR: 256361 Approved by: maintainer timeout (cherry picked from commit b774f59d2df7d9df10c3b39f68796360e79c89e8)
* sysutils/consul: Update to 1.9.5Brad Davis2021-06-232-4/+4
| | | | | | | | PR: 255154 Submitted by: brd Security: 093a6baf-9f99-11eb-b150-000c292ee6b8 (cherry picked from commit 2056023c1c2b6cefbaf4870ae34ed6c2190bafa8)
* devel/py-magic: Add some HTTP MASTER_SITESLi-Wen Hsu2021-06-231-2/+4
| | | | | | Requested by: Loic F <loic.f@hardenedbsd.org> (cherry picked from commit b1d940646da910dee1864a6997f8668f5211fe05)
* www/firefox: update to 89.0.2 (rc1)Christoph Moench-Tegeder2021-06-222-4/+4
| | | | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/89.0.2/releasenotes/ (cherry picked from commit 3ea8298a38d0a812238cb6cd397c2dfaa8d08438)
* sysutils/py-salt: install zsh and bash completion filesKirill Ponomarev2021-06-221-2/+16
| | | | | | Approved by: maintainer (cherry picked from commit 667772286cef83ac5592d3adf7267e51c5f3f2cf)
* graphics/mesa-devel: unbreak standalone after e502b6db284d0Jan Beich2021-06-221-1/+7
| | | | | | | | | | llvm-config found: NO found '9.0.1' but need '>= 11.0.0' Run-time dependency LLVM found: NO (tried cmake and config-tool) Looking for a fallback subproject for the dependency llvm (modules: bitwriter, engine, mcdisassembler, mcjit, core, executionengine, scalaropts, transformutils, instcombine, amdgpu, native, bitreader, ipo, asmparser) meson.build:1604:2: ERROR: Neither a subproject directory nor a llvm.wrap file was found. (cherry picked from commit b0b997e3fc350bd39184128d1ec9434893e819d1)
* net-mgmt/zabbix5: Update to 5.0.12Juraj Lutter2021-06-222-4/+4
| | | | | | | | Relnotes: https://www.zabbix.com/rn/rn5.0.12 Approved by: Pakhom Golynga (maintainer) Differential Revision: https://reviews.freebsd.org/D30800 (cherry picked from commit 415a9bf401028f22e5488cd31c0353150a163691)
* security/passivedns: Update to 1.2.1-22Shawn Michael2021-06-202-7/+4
| | | | | | | This fixes build on FreeBSD 13+ PR: 255599 (cherry picked from commit 2287e8f627d43a120be870809c18e1b7e02a628d)
* x11-fm/konqueror: Correct COMMENTLi-Wen Hsu2021-06-201-1/+1
| | | | | | Approved by: arrowd (kde) (cherry picked from commit c9160198e026c5048267db0703c186372d6cf4ff)
* www/gitea: Update to 1.14.3Adam Weinberger2021-06-202-4/+4
| | | | | | PR: 256720 MFH: 2021Q2 (cherry picked from commit ee4c6a74619ef72abfe33f40248adee140a8559b)
* www/gallery-dl: update to 1.18.0Jan Beich2021-06-192-4/+4
| | | | | | | Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.18.0 Reported by: GitHub (watch releases) (cherry picked from commit 83d8505c91b10cb059579fddf549489bf155dcac)
* net/x2goclient-cli: Add missing setsid dependencyTobias Kortkamp2021-06-191-2/+3
| | | | | | | | | | | | | | | | % x2goclient-cli --user <user> --server <server> Password: sh: setsid: not found sh: setsid: not found sh: setsid: not found sh: setsid: not found sh: setsid: not found PR: 253449 Reported by: parv.0zero9+freebsd@gmail.com Approved by: maintainer timeout (cherry picked from commit 5660dfa864eb4c72e71531dec6823d66a365c41e)
* dns/bind916: Update to 9.16.18.Mathieu Arnold2021-06-192-4/+4
| | | | | | Changes: https://downloads.isc.org/isc/bind9/9.16.18/doc/arm/html/notes.html#notes-for-bind-9-16.18 MFH: yes (cherry picked from commit 8c6ff6947351e0f8f11db8d19d22aa1857a87811)
* www/chromium: update to 91.0.4472.114Rene Ladan2021-06-182-6/+6
| | | | | | MFH: 2021Q2 Security: https://vuxml.freebsd.org/freebsd/afdc7579-d023-11eb-bcad-3065ec8fd3ec.html (cherry picked from commit d11be887452214296fcf5869c9c2db71e0264629)
* www/chromium: update to 91.0.4472.106Rene Ladan2021-06-172-8/+7
| | | | | | | | | | This is a bugfix release, see https://chromium.googlesource.com/chromium/src/+log/91.0.4472.101..91.0.4472.106?pretty=fuller&n=10000 While here remove the hardcoded dependency on virtual_oss. MFH: 2021Q2 (cherry picked from commit 8c17a97d68ab369d5be30d90d5720b260e520efd)
* www/chromium: update to 91.0.4472.101Matthias Wolf2021-06-17380-4000/+2278
| | | | | Security: https://vuxml.freebsd.org/freebsd/20b3ab21-c9df-11eb-8558-3065ec8fd3ec.html (cherry picked from commit 06317815238060a3a7f5911f18a3dd7c95779c83)
* dns/bind916: Update to 9.16.17.Mathieu Arnold2021-06-176-17/+19
| | | | | | Changes: https://downloads.isc.org/isc/bind9/9.16.17/doc/arm/html/notes.html#notes-for-bind-9-16-17 MFH: yes (cherry picked from commit bd84c5b4f210c3ac266a2eaa33f0481d47a87053)
* mail/postfix*: Direct commit to update MAINTAINERJuraj Lutter2021-06-164-4/+4
| | | | | - Direct commit to update MAINTAINER of mail/postfix ports. - No functional changes
* net/wireguard-kmod: Fix build on latest stable/13Bernhard Froehlich2021-06-162-0/+23
| | | | | | | PR: 256639 Obtained from: https://git.zx2c4.com/wireguard-freebsd/commit/?id=64a507ad6b3c7e8455c67b452160b9e4211fd872 (cherry picked from commit 57eb088f783473d1a7975d31a669d50b2f724e42)
* mail/postfix: Revert to 3.5.9Juraj Lutter2021-06-152-5/+5
| | | | | | | | | | Revert recent update to 3.6.1 back to 3.5.9 to fix the build. As there is no mail/postfix35 that builds on FreeBSD 11, keep mail/postfix on the last version known to build and run on FreeBSD 11. And while here, also update the MAINTAINER. No functional change. This is a direct commit to 2021Q2.
* audio/libsidplayfp: Remove unneeded line continuationKevin Bowling2021-06-151-1/+1
| | | | | MFH: 2021Q2 (cherry picked from commit 0a8b84cb4dd4239df532765373b55754f04832ca)
* audio/libsidplayfp: Update to 2.2.0Daniel Engberg2021-06-152-4/+6
| | | | | | | | PR: 256043 Approved by: maintainer MFH: 2021Q2 (fix distinfo) (cherry picked from commit d8f237b348e287cc7c0045c56e3645217b50f66e)
* audio/libsidplayfp: Remove distinfo w/o EOF EOLKevin Bowling2021-06-151-3/+0
| | | | | | | | | The commit hook is preventing updates here, remove the file so it can be fixed and updated. PR: 256043 MFH: 2021Q2 (cherry picked from commit 1f11aee3c6fc478ef13ebb759eb708ed44556b1d)
* security/py-fail2ban: Create required start dirFlorian Koczan2021-06-152-0/+10
| | | | | | | | | | | | | | | Reported at https://github.com/fail2ban/fail2ban/issues/2634 fail2ban should check and, if necessary create, the required directory. It is still up to the user to ensure that configuration in fail2ban's conf files and FreeBSD's /etc/rc.conf are in sync and that both, pidfile and socket reside in the same directory. PR: 244092 Approved by: maintainer MFH: 2021Q2 (cherry picked from commit b48d2a658ef96565393b9186cbed85803b2b87e0)
* irc/ircII: Update to 20210314Andrew Gierth2021-06-153-4/+5
| | | | | | | | | PR: 255492 Approved by: maintainer MFH: 2021Q2 Security: CVE-2021-29376 (cherry picked from commit 876e3518e2d6471142cc16e0d9020c4cac7bbefb)
* devel/godot2: disable internal libsShane2021-06-151-2/+5
| | | | | | | | | | | | | | Remove use of python2 for scons, builds fine with py3 scons Disable use of internal png, freetype and zlib. This matches ports for godot v3 and fixes build on powerpc64le. PR: 254867 Approved by: maintainer MFH: 2021Q2 (cherry picked from commit 56c603914f70b67f04164958ab80f7a0ebd2c0e0)
* security/suricata: Fix plist issuesFranco Fichtner2021-06-152-0/+7
| | | | | | | | | | | | suricata-update is failing to find certain python modules when trying to update rules. PR: 255397 Reported by: Ian Dickens <ian@south-border.com> Approved by: maintainer MFH: 2021Q2 (cherry picked from commit b0e101ec785b9a445e5beca3a5c8351a1537e810)
* security/suricata: Mark option PRELUDE as brokenFranco Fichtner2021-06-151-0/+2
| | | | | | | | | | | https://redmine.openinfosecfoundation.org/issues/4065 PR: 255370 Reported by: Ryan Lawrence <bug@ryan-l.com> Approved by: maintainer timeout MFH: 2021Q2 (cherry picked from commit 2d4de39c06e6d77981f1b40b38282fa66c6ff51d)
* multimedia/libhdhomerun: Update to 20200907David O'Rourke2021-06-153-40/+4
| | | | | | | | | | Changes https://www.silicondust.com/support/downloads/software-changelog/ PR: 251088 Approved by: maintainer MFH: 2021Q2 (cherry picked from commit 63bb888a3d08b7298e9563a73dd371f40d9838a7)
* www/firefox: update to 89.0.1 (rc1)Christoph Moench-Tegeder2021-06-152-6/+5
| | | | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/89.0.1/releasenotes/ (cherry picked from commit 18cd21c4bfe3a7e0446d3b21c17aabce82f42454)
* audio/libsidplayfp: Reset maintainerKevin Bowling2021-06-151-1/+1
| | | | | | | | PR: 256043 Approved by: portmgr (maintainer timeout: 14+ days) MFH: 2021Q2 (cherry picked from commit 87918eed667e32212639ce1c72d084a5fa476923)