aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* graphics/p5-Image-ExifTool: Update to 12.42Rafael Grether2022-06-213-4/+6
| | | | | | | PR: 264618 MFH: 2022Q2 (security blanket) Security: CVE-2022-23935 (cherry picked from commit 37712655fcaaaa0d99082c17db774f63cbd878a8)
* sysutils/py-salt: Update to 3004.2Kirill Ponomarev2022-06-213-16/+4
| | | | (cherry picked from commit 4723912355c23bfcedb1e54182985cac7d0e4d48)
* */*: Restore a missing wpa BSD driver patchCy Schubert2022-06-208-12/+256
| | | | | | | | | | | These patches were removed to sync with base where in fact base was missing these patches and base should have been synced with the ports. PR: 264238 Fixes: b8477825c2dc42f6c595697a36f593c71f39fbad c86f32d652eb9dd023049122d8ca37cb13ed07b6 MFH: 2022Q2 (cherry picked from commit 05a849eec9d949b3de32e464570cefbabcd64702)
* */*: Restore non-IBSS part of wpa patchesCy Schubert2022-06-208-4/+96
| | | | | | | | | b8477825c2dc42f6c595697a36f593c71f39fbad removed some non-IBSS patches. Restore them. We only want to remove the patches that make IBSS use ADHOC mode. Fixes: b8477825c2dc42f6c595697a36f593c71f39fbad (cherry picked from commit c86f32d652eb9dd023049122d8ca37cb13ed07b6)
* */*: FreeBSD's WPA does support IBSS modeCy Schubert2022-06-208-158/+4
| | | | | | | FreeBSD's WPA does support IBSS mode. Remove the hack that forces ADHOC mode when IBSS is requested. (cherry picked from commit b8477825c2dc42f6c595697a36f593c71f39fbad)
* security/wpa_supplicant-devel: Update to latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit 9f3f41a2d27b2018068b9d4c54502a55a8cd343a)
* net/hostapd-devel: Update to the latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit ac47da76dc061b6eeb4e2b38ef7676d3b8f017a4)
* net/hostapd-devel: Update to the latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit f183d0432ba5fe9cb06da12593c4c958124cf643)
* security/wpa_supplicant-devel: Update to latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit 033186cbc065e7a4d2a0d685af288090aa9d9e5d)
* net/hostapd-devel: Update to the latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit f0089128404290b76d2e6e21c19e842431550d4f)
* security/wpa_supplicant-devel: Update to latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit e22465db8b6a49e1e0c2754645a036e3cc7de4bc)
* security/wpa_supplicant-devel: Update to latest GH commitCy Schubert2022-06-203-20/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit 023d2c907b347af4d4a3f58b9428ed333c9a2474)
* net/hostapd-devel: Update to the latest GH commitCy Schubert2022-06-202-6/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit 2519bf6ea07f8e5435407c2b9cffda98b343be74)
* */{wpa_supplicant*,hostapd*}: Fix wpa 100% CPU when USB wlan NIC removedCy Schubert2022-06-208-11/+116
| | | | | | | | | | | | | | | | | | | | hostapd calls pcap_next(3) to read the next packet off the wlan interface. pcap_next() returns a pointer to the packet header but does not indicate success or failure. Unfortunately this results in an infinite loop (100% CPU) when the wlan device disappears, i.e. when a USB wlan device is manually removed or a USB error results in the device removal. However pcap_next_ex(3) does return success or failure. To resolve this we use pcap_next_ex(), forcing hostapd to exit when the error is encountered. An error message is printed to syslog or stderr when debugging (-d flag) is enabled. Unfortunately wpa_printf() only works when debugging is enabled. PR: 253608 Reported by: Damjan Jovanovic <damjan.jov@gmail.com>, bz (privately) MFH: 2022Q2 (cherry picked from commit c586ac04eb662dea00ab81b226fa3e41a5110b21)
* net/hostapd29: fix PKGBASE collisionAntoine Brodin2022-06-201-0/+1
| | | | (cherry picked from commit 9137f807f695dd109bf64a5857cbc7bb22b193ad)
* security/wpa_supplicant29: fix PKGBASE collisionAntoine Brodin2022-06-201-0/+1
| | | | (cherry picked from commit bffe961d466fd17d1d5f364817afd17486da5cd8)
* */*: Bring back wpa_supplicant29 and hostapd29 as new portsCy Schubert2022-06-2032-0/+1661
| | | | | | | | | | | The current wpa_supplicant and hostapd have an issue with AR9285. For the time being bring back wpa_supplicant 2.9 as security/wpa_supplicant29 and hostpd 2.9 as net/hostapd29 for those cases that have an issue with wpa_supplicant/hostpad2.10 (in base and in ports) PR: 264238 (cherry picked from commit 7150a0c9b1014e445a8266c9080d0bf4738dcc9c)
* sysutils/cbsd: Update 13.1.1Kirill Ponomarev2022-06-203-4/+6
| | | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v13.1.1 (cherry picked from commit 6295bac14600171f1bbce8ffc494edcb79fe6d01)
* textproc/apache-solr: update to 8.11.2Matthias Fechner2022-06-202-4/+4
| | | | | | | | | | | | | | | | | | | | | | Security SOLR-15871: Update Log4J to 2.17.1 SOLR-15961: Fix bug in PKIAuthenticationPlugin that can cause a request to fail with 401 Unauthorized instead of re-fetching expired remote keys from other nodes. SOLR-14569: Configuring a shardHandlerFactory on the /select requestHandler results in HTTP 401 when searching on alias in secured Solr. SOLR-16022: Enforce special character requirements on passwords with length less than 15 SOLR-16075: ShowFileHandler path parameter is now validated to be relative to instance conf dir in standalone mode Bugfixes SOLR-15849: Fix the connection reset problem caused by the incorrect use of 4LW with \n when monitoring zooKeeper status SOLR-16199: Improve query syntax construction for SQL LIKE clause with phrases and wildcards SOLR-16143: SolrConfig can miss updates from ZooKeeper when deleting and recreating file items Changelog: https://cwiki.apache.org/confluence/display/SOLR/ReleaseNote8_11_2 MFH: 2022Q2 (cherry picked from commit e7f839003a92a531cfdde48560bac7fc5e994aa3)
* multimedia/libva-intel-media-driver: unbreak fetch due to repo growthJan Beich2022-06-201-8/+8
| | | | | | | | | | | | | | | | | | | fetch: https://github.com/intel/media-driver/commit/4a6e36a98c0b.patch: size mismatch: expected 1239, actual 1241 -index 512ef17b9..e81b24859 100755 +index 512ef17b9f..e81b248590 100755 -index 20a3f4bd6..79c252abf 100644 +index 20a3f4bd64..79c252abfd 100644 -index 834a9f40b..7ec0dffdd 100644 +index 834a9f40b6..7ec0dffdd8 100644 -index 3149b20b0..4ce08840e 100755 +index 3149b20b09..4ce08840e4 100755 -index 2d1c3a9ae..8dbc05a5c 100755 +index 2d1c3a9ae0..8dbc05a5c4 100755 Reported by: vishwin (cherry picked from commit 45816798c94f37842f1c04cea7a8908571411543)
* graphics/mesa-devel: update to 22.1.b.3251Jan Beich2022-06-192-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/858cd2797c6...9ca0c0b4b40 (cherry picked from commit a37f6dd56a164cbd28fa414c35cc1a37603f7f07)
* textproc/py-ocrmypdf: Update to 13.4.7Kai Knoblich2022-06-183-6/+6
| | | | | | | | | | * Update WWW field to spare redirects. Changelog since 13.4.2: https://github.com/ocrmypdf/OCRmyPDF/blob/v13.4.7/docs/release_notes.rst MFH: 2022Q2 (cherry picked from commit 124a6ff0ea302c64d24d5787d82a828fd5c6bdcc)
* emulators/{catapult,openmsx}: update to 18.0Daniel Menelkir2022-06-185-14/+56
| | | | | | | | | | | ChangeLog: https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_18_0/doc/release-notes.txt PR: 264702 Reported by: dmenelkir@gmail.com MFH: 2022Q2 (bugfix release) (cherry picked from commit 9a977dacf7c5cfb34907170d78327cc6deb41e69)
* audio/strawberry: update to 1.0.5Daniel Menelkir2022-06-182-4/+4
| | | | | | Changes: https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.0.5 PR: 264703 (cherry picked from commit 61abe40475bcb496f17c0d677fb2e84f3fb8fded)
* graphics/mesa-devel: update to 22.1.b.3245Jan Beich2022-06-172-8/+5
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/d301883aba5...858cd2797c6 (cherry picked from commit 4178320ebadf686a58232ebd7af7a8f7d767fdfc)
* multimedia/ab-av1: update to 0.3.3Jan Beich2022-06-172-31/+28
| | | | | | | Changes: https://github.com/alexheretic/ab-av1/releases/tag/v0.3.3 Reported by: GitHub (watch releases) (cherry picked from commit 60ce303bb882aa62ddec6fdec165491059d8deb0)
* net/traefik: Update to upstream release 2.7.1Thomas Zander2022-06-172-4/+4
| | | | | | | | | | | Details: - Buxfix and documentation improvements, https://github.com/traefik/traefik/releases/tag/v2.7.1 - No known breaking configuration changes: https://doc.traefik.io/traefik/migration/v2/ MFH: 2022Q2 (cherry picked from commit 505cc55fdc65402c124754c04dd4a96ff628dc39)
* security/tor: Update 0.4.7.7 -> 0.4.7.8Yuri Victorovich2022-06-172-4/+4
| | | | | | Reported by: Tor Project notification (cherry picked from commit 4b03f85d7a63f521983071684bdd8f700418289e)
* databases/mongodb50: Update to 5.0.9Ronald Klop2022-06-172-15/+16
| | | | | | | | | | | | | | | | | ChangeLog: https://github.com/mongodb/mongo/releases/tag/r5.0.9 * Remove limits on number of LDAP connections per host * Detect namespace changes when refreshing Collection after yielding * Sharding an empty collection releases the critical section too early * Mongos fails to attach RetryableWrite Error Label For Command Interrupted In _parseCommand * Fix search near returning wrong key/value sometimes when key doesn't exist PR: 264341 Reported by: ulassayginim@gmail.com MFH: 2022Q2 (many bugfixes) (cherry picked from commit af13f94fea8c1df77c5a6451375c6f1afb91a6e5)
* sysutils/bhyve-rc: Fix writing to /dev/null in rc scriptBryan Drewery2022-06-162-3/+3
| | | | (cherry picked from commit 00ee9c96c68c854851905e3a7480fbe215efe722)
* www/rubygem-mechanize: Update to 2.8.5Po-Chuan Hsieh2022-06-162-4/+4
| | | | | | Changes: https://github.com/sparklemotion/mechanize/releases Security: CVE-2022-31033 (cherry picked from commit aa06ae53edda95e3e2665e482f1fabb89ae0b585)
* www/rubygem-rack: Update to 2.2.3.1Po-Chuan Hsieh2022-06-162-4/+4
| | | | | | Changes: https://github.com/rack/rack/blob/2-2-stable/CHANGELOG.md Security: CVE-2022-30122, CVE-2022-30123 (cherry picked from commit 7ae341b5b0146ce4be34f54941912d16b29345a0)
* textproc/rubygem-rails-html-sanitizer: Update to 1.4.3Po-Chuan Hsieh2022-06-162-4/+4
| | | | | | Changes: https://github.com/rails/rails-html-sanitizer/releases Security: CVE-2022-32209 (cherry picked from commit 4b00ec2723dbeadc9591dcdef08232184ca5774a)
* archivers/rar: Update to 6.12Po-Chuan Hsieh2022-06-162-6/+6
| | | | | | Changes: https://www.rarlab.com/rarnew.htm Security: CVE-2022-30333 (cherry picked from commit bab9aff6d2b9de43e997d152646c9e13d774203a)
* dns/bind918: update to 9.18.4Mathieu Arnold2022-06-165-23/+23
| | | | | Changes: https://downloads.isc.org/isc/bind9/9.18.4/doc/arm/html/notes.html#notes-for-bind-9-18-4 (cherry picked from commit e9c383825feec6c86a716852fbdf2ebb7bfb9f49)
* dns/bind916: update to 9.16.30Mathieu Arnold2022-06-164-10/+8
| | | | | Changes: https://downloads.isc.org/isc/bind9/9.16.30/doc/arm/html/notes.html#notes-for-bind-9-16-30 (cherry picked from commit b675cc597a34c6f6f970139dcbea43baaecc666b)
* graphics/mesa-devel: update to 22.1.b.3143Jan Beich2022-06-163-424/+17
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/cbcdcc412c9...d301883aba5 (cherry picked from commit 58ee7ad21250ee21dc93baee389e8bc0c6bfc07a)
* graphics/mesa-devel: update to 22.1.b.2850Jan Beich2022-06-163-5/+424
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/893b4d98f8e...cbcdcc412c9 (cherry picked from commit b44e82e7d31395d0051d512163d80c9cebce2cc6)
* devel/hs-ormolu: Fix permissions on Makefile and distinfo files.Gleb Popov2022-06-142-0/+0
| | | | | PR: 264540 (cherry picked from commit 6eaec378d83a20ee8e176c96ead95950a8dffef9)
* devel/ruby-build: Update to 20220610Koichiro Iwao2022-06-142-4/+4
| | | | | Changes: https://github.com/rbenv/ruby-build/releases/tag/v20220610 (cherry picked from commit 1314424bf6cd9e5bb0fbb5f9b2ca1b21a5255aa3)
* www/flexget: update to 3.3.17Jan Beich2022-06-132-4/+4
| | | | | | | Changes: https://github.com/Flexget/Flexget/compare/v3.3.15...v3.3.17 Reported by: portscout (cherry picked from commit 0888562d7ea51777bb6149c8a43b214e3ae54b38)
* sysutils/zellij: Update to upstream version 0.30.0Thomas Zander2022-06-122-274/+280
| | | | | | | | | | | | Details: - New features and bugfixes, see https://github.com/zellij-org/zellij/releases/tag/v0.30.0 - Contains a known breaking change, merging the --layout and --layout-path arguments, which should affect a small number of users, though. MFH: 2022Q2 (cherry picked from commit 8fdbd674f97c3e06d9caee24de56910342c4f163)
* devel/gogs: Update to 0.12.9Dmitri Goutnik2022-06-122-6/+6
| | | | | Changes: https://github.com/gogs/gogs/releases/tag/v0.12.9 (cherry picked from commit 60a4607cb1514d446a93029a47e9322e32e8bc74)
* graphics/vapoursynth-waifu2x-ncnn-vulkan: update to r4.1Jan Beich2022-06-112-4/+4
| | | | | | | Changes: https://github.com/Nlzy/vapoursynth-waifu2x-ncnn-vulkan/releases/tag/r4.1 Reported by: GitHub (watch releases) (cherry picked from commit 4860a075ab9f0679047da1a231e72682e265c745)
* emulators/citra: update to s20220611Jan Beich2022-06-112-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/3bb027ac1...88a475970 (cherry picked from commit 317ce91eb29a8c9d39cb89aa4b3a3a0c4a45b5eb)
* x11/libexo: Update to 4.16.4Guido Falsi2022-06-112-4/+4
| | | | | | MFH: 2022Q2 Security: 55cff5d2-e95c-11ec-ae20-001999f8d30b (cherry picked from commit e349a366b1385e0e7aafbdb1525ad7fad9931ed9)
* misc/mbuffer: Update to 20220418Fukang Chen2022-06-102-4/+4
| | | | | | | | | | Changes according to the ChangeLog in the distribution tar ball: 20220418: - fix handling of filesystem full on stdout MFH: 2022Q2 (bugfix release) (cherry picked from commit 146d1d0d9e9c3985d8331730af5762935f400dc9)
* www/chromium: update to 102.0.5005.115Robert Nagy2022-06-105-27/+19
| | | | | Security: https://vuxml.freebsd.org/freebsd/c80ce2dd-e831-11ec-bcd2-3065ec8fd3ec.html (cherry picked from commit 6fbdece63f38a16066099bccf424732baee41477)
* multimedia/ab-av1: update to 0.3.2Jan Beich2022-06-102-114/+128
| | | | | | | Changes: https://github.com/alexheretic/ab-av1/releases/tag/v0.3.2 Reported by: GitHub (watch releases) (cherry picked from commit 936271a0aa62702dc79ec3ecb86a4cb47a0ae511)
* www/miniflux: Update to 2.0.37Kirill Ponomarev2022-06-102-41/+40
| | | | (cherry picked from commit 39fd8ff3389c15b866895a26e4720fbc75c1a052)