aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* devel/gocritic: Update to 0.6.5release/12.4.0Robert Clausecker2022-10-312-7/+6
| | | | | | | | ChangeLog: https://github.com/go-critic/go-critic/releases/tag/v0.6.4 https://github.com/go-critic/go-critic/releases/tag/v0.6.5 PR: 267483 MFH: 2022Q4 (bugfixes) (cherry picked from commit 4b6e49ea17911cf989db4b02c54ad29030b8e923)
* x11/salut: update to 0.3.1Jan Beich2022-10-312-182/+245
| | | | | Changes: https://gitlab.com/snakedye/salut/-/releases/v0.3.1 (cherry picked from commit 573ddcbc5ce3528a4bb23418feaecffb4055025d)
* x11-toolkits/libdecor: update to 0.1.1Jan Beich2022-10-313-18/+6
| | | | | | | Changes: https://gitlab.gnome.org/jadahl/libdecor/-/compare/0.1.0...0.1.1 Reported by: GitLab (notify releases) (cherry picked from commit 7b60adee383bafa49758c04cfa885c5f40d5b87e)
* x11/nwg-drawer: update to 0.3.3Jan Beich2022-10-312-4/+4
| | | | | | | Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.3.3 Reported by: GitHub (watch releases) (cherry picked from commit 3fd7ed53bf20a77dd4a66299a92a03bb92a52122)
* x11/hamclock: fix build on armv7Robert Clausecker2022-10-301-2/+11
| | | | | PR: 267439 (cherry picked from commit ba97dbab1eba786c0bedfe11d583f2e6dd4fd1b6)
* www/gallery-dl: update to 1.23.5Jan Beich2022-10-302-4/+4
| | | | | | | Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.23.5 Reported by: GitHub (watch releases) (cherry picked from commit 69288a3efd77dbf1e2171e99d0fa106babafd58b)
* www/firefox: update to 106.0.3 (rc1)Christoph Moench-Tegeder2022-10-302-4/+4
| | | | | | | Release Notes (soon): https://www.mozilla.org/en-US/firefox/106.0.3/releasenotes/ (cherry picked from commit 7e6752ad0ddaa7e268399356c96560f2e44d68fc)
* x11-toolkits/libshumate: update to 1.0.2Jan Beich2022-10-303-4/+5
| | | | | | | Changes: https://gitlab.gnome.org/GNOME/libshumate/-/compare/1.0.1...1.0.2 Reported by: Repology (cherry picked from commit 62d02183b6f2941fc4c9f0e37347cef45e9940d9)
* */*: drop maintainershipJose G. Juanino2022-10-3010-10/+10
| | | | | PR: 267431 (cherry picked from commit 6f9ecc04ad359bf3cc9c6cf46caecb984f070799)
* net/traefik: Update to upstream version 2.9.4Thomas Zander2022-10-302-6/+5
| | | | | | | | | | | | Details: - Update to 2.9.x branch: https://github.com/traefik/traefik/releases/tag/v2.9.4 - No breaking config changes, see https://doc.traefik.io/traefik/migration/v2/#v29 - but "Traefik Pilot" has been removed. MFH: 2022Q4 (cherry picked from commit f7d27b2826592362278b4f99d92c0c8bd68dbeb9)
* www/iridium: unbreak build on arm64Robert Nagy2022-10-301-2/+2
| | | | (cherry picked from commit a26cdddaa6b6a31e9a15519ff94ba2cabd040428)
* www/iridium: update to 2022.10.106.1Robert Nagy2022-10-303-6/+6
| | | | (cherry picked from commit 0976c9d0758f118f910b78c5fb45ee4f8edacc62)
* www/iridium: update to 2022.10.106Robert Nagy2022-10-30795-14762/+12175
| | | | (cherry picked from commit 10116752aea618e3a66a1b539fbed6f882534081)
* misc/freebsd-doc-*: Update to rev. 714f0eb from FreeBSD docsetMarc Fonvieille2022-10-304-5/+6
| | | | | | | | Revision 714f0eb is also 12.4-R version Approved by: doceng (implicit) (cherry picked from commit 2861b6582dba538e5559557690ff675c42c3b5d2)
* misc/freebsd-doc-*: Update to rev. cd6249d from FreeBSD docsetMarc Fonvieille2022-10-305-48/+50
| | | | | | Approved by: doceng (implicit) (cherry picked from commit a820f2bd0906ecd96ac4d4c67ef42cebfef0d2df)
* net/waypipe: update to 0.8.4Jan Beich2022-10-302-5/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases/v0.8.4 Reported by: GitLab (notify releases) (cherry picked from commit 1d9b380d6976a6cb946355bd6205b450e9152d91)
* x11-wm/picom: respect PREFIX in manpageJan Beich2022-10-301-0/+2
| | | | (cherry picked from commit e98158ac72a44a2842e28de6f9985a9844f124dd)
* x11/wvkbd: chase to the new homeJan Beich2022-10-302-5/+4
| | | | | https://github.com/jjsullivan5196/wvkbd/commit/1b7f5c49685c (cherry picked from commit 0e4e0d3efad3464dc5f8bd794fe1d7ea5466f7a0)
* lang/php81: Update version 8.1.11=>8.1.12Muhammad Moinur Rahman2022-10-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Core: - Fixes segfault with Fiber on FreeBSD i386 architecture. * Fileinfo: - Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files). * GD: - Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630) * Hash: - Fixed bug #81738: buffer overflow in hash_update() on long parameter (CVE-2022-37454) * MBString: - Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in mb_encode_mimeheader). * Opcache: - Added indirect call reduction for jit on x86 architectures. * Session: - Fixed bug GH-9583 (session_create_id() fails with user defined save handler that doesn't have a validateId() method). * Streams: - Fixed bug GH-9590 (stream_select does not abort upon exception or empty valid fd set). MFH: 2022Q4 Relnotes: https://www.php.net/ChangeLog-8.php#8.1.12 Sponsored by: Bounce Experts (cherry picked from commit d6b8aa7a8ff460694da2a5cc4f589bc8c155bb52)
* lang/php80: Update version 8.0.24=>8.0.25Muhammad Moinur Rahman2022-10-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | * GD: - Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630) * Hash: - Fixed bug #81738: buffer overflow in hash_update() on long parameter (CVE-2022-37454) * Session: - Fixed bug GH-9583 (session_create_id() fails with user defined save handler that doesn't have a validateId() method). * Streams: - Fixed bug GH-9590 (stream_select does not abort upon exception or empty valid fd set). Approved by: tz (By private mail) MFH: 2022Q4 Relnotes: https://www.php.net/ChangeLog-8.php#8.0.25 Sponsored by: Bounce Experts (cherry picked from commit 5b7b2aa164de560f6bdcfea48339f76f7213f48f)
* graphics/mesa-devel: update to 22.2.b.4512Jan Beich2022-10-292-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/004f431b7f6...5d3895d13b5 (cherry picked from commit abc08ba9be6c379f59f0b10535a2fd42a98c6710)
* www/gallery-dl: update to 1.23.4Jan Beich2022-10-292-4/+4
| | | | | | | Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.23.4 Reported by: GitHub (watch releases) (cherry picked from commit 5556b8337407d41f7186e820be4147e3db9e0877)
* www/chromium: unbreak WebAuthn USB FIDO support by implementing a fake USB ↵Robert Nagy2022-10-295-3/+145
| | | | | | | service PR: 263790 (cherry picked from commit b92dcd07c7b1066c536dd24a8129dafe503f7fc9)
* x11-servers/xwayland-devel: update to 21.0.99.1.297Jan Beich2022-10-292-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/e5b09f7a2...459e28557 (cherry picked from commit 7d4663ad1d019c49fc21e3929cb3bed6ca4038ce)
* www/chromium: update to 107.0.5304.87Robert Nagy2022-10-297-242/+353
| | | | | | | This also has partial support for FIDO U2F, but it does not work yet. Security: https://vuxml.freebsd.org/freebsd/1225c888-56ea-11ed-b5c3-3065ec8fd3ec.html (cherry picked from commit dcf58b2c13fde2acd01d61020abb85a678686882)
* devel/git-cinnabar: update to 0.5.11Jan Beich2022-10-293-24/+4
| | | | | | | Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.5.11 Reported by: GitHub (watch releases) (cherry picked from commit f7f5dc59179c44d82104f6ec01fa9bbb0a6ae7e8)
* mail/horde-imp: address ZDI-20-1051 / ZDI-CAN-10436Thierry Thomas2022-10-283-3/+23
| | | | | | | | | | | PR: 267049 Approved by: maintainer’s time-out Obtained from: https://github.com/horde/imp/pull/10/files Fixes: Address ZDI-20-1051 / ZDI-CAN-10436 MFH: 2022Q4 Security: https://www.zerodayinitiative.com/advisories/ZDI-20-1051/ (cherry picked from commit dfa4c773430c9297b3f54d3b1a1202e18e7f120d)
* x11-wm/gamescope: update to 3.11.48Jan Beich2022-10-282-4/+4
| | | | | | | Changes: https://github.com/Plagman/gamescope/compare/3.11.47...3.11.48 Reported by: Repology, portscout (cherry picked from commit 678e08d8ea2de9db341befafec22151089b0a182)
* graphics/mesa-devel: update to 22.2.b.4471Jan Beich2022-10-282-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/cc961a28f85...004f431b7f6 (cherry picked from commit 340cc52fb76d22a1505fc916536f9664340402b5)
* x11-toolkits/wlroots-devel: update to 0.15.0.498Jan Beich2022-10-282-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/a773231c4...a75f9be2e (cherry picked from commit 9c086916eb00009cae8d24e081a95fb1b58e0478)
* x11-servers/xwayland-devel: update to 21.0.99.1.296Jan Beich2022-10-282-5/+5
| | | | | Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/395c25f18...e5b09f7a2 (cherry picked from commit 36a73c29122cdbf066b185c33baf35543d7c22df)
* lang/python311: Fix packaging when DEBUG option is onLi-Wen Hsu2022-10-281-1/+1
| | | | (cherry picked from commit 2130bf710ed7d1ed76ddb08760fdc6b61db1fb91)
* lang/python311: Fix packaging when WITHOUT_NIS is definedLi-Wen Hsu2022-10-281-1/+1
| | | | | | | PR: 267399 Reported by: Raivo Hool <raivo@lehma.com> (cherry picked from commit e59b196194fc817e4e7cc35db056233f53f90226)
* lang/python311: Update to 3.11.0 release.Wen Heping2022-10-285-18/+22
| | | | | | | PR: 267342 Reported by: wen (cherry picked from commit 33ff903a5459cc49da862c92113220038ebb708f)
* mail/rainloop: Drop maintainershipYasuhiro Kimura2022-10-281-1/+1
| | | | | | | I don't use it any more. MFH: 2022Q4 (cherry picked from commit d4c3bc67c754a6965de61e78daa5fc9b0be0a3d4)
* cad/librecad: Fix orthogonal and rel angle toolsJason E. Hale2022-10-282-1/+7
| | | | | | | | | | | | | | | | | | | | | | | When using Tools > Line > Orthogonal or Tools > Line > Relative angle, it is not possible to select the base entity. Apparently, the code works with GCC, but Clang warns: In file included from actions/rs_actiondrawlinerelangle.cpp:27: actions/rs_actiondrawlinerelangle.h:116:53: warning: array backing local initializer list 'enTypeList' will be destroyed at the end of the full-expression [-Wdangling] const EntityTypeList enTypeList = EntityTypeList{RS2::EntityLine, RS2::EntityArc, RS2::EntityCircle,RS2::EntityEllipse}; actions/rs_actiondrawlinerelangle.cpp:41:28: warning: backing array for 'std::initializer_list' member 'enTypeList' is a temporary object whose lifetime is shorter than the lifetime of the constructed object [-Wdangling-field] RS_ActionDrawLineRelAngle::RS_ActionDrawLineRelAngle( Patch reverts upstream commits eb2e146 [1] and d0a0ef2 [2] which were intended to fix the build with the now unsupported GCC 9. [1] https://github.com/LibreCAD/LibreCAD/commit/eb2e1465bb6186de155fc1b68e4aa5580e6990dc [2] https://github.com/LibreCAD/LibreCAD/commit/d0a0ef284b7fcc5c0d65b92c30855f62b637653f Reported by: slovkam u sebi <slovkamusebi@protonmail.com> (via private mail) (cherry picked from commit 9fe9575a924774bdd1ee00b08ae0d91d412b4af9)
* net-mgmt/netbox: Update to 3.3.6Kai Knoblich2022-10-273-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements: * Enable filtering devices by device type slug * Add LDAP configuration parameters to specify certificates * Link "assigned" checkbox in IP address table to assigned interface * Set cookie paths according to configured BASE_PATH * Position A/Z termination cards above the fold under circuit view Bug Fixes: * Strip colons from usernames when using remote authentication * Include OIDC dependencies for python-social-auth * Fix service clone link * Allow assignment of VC member to LAG on non-master peer * Ensure consistent display of custom fields for all model forms * Fix filtering of power feed by power panel when connecting a cable * Correct display of assigned contacts in object tables * Re-evaluate disabled LDAP user when processing API requests * Correct home view links to connection lists * Fix ModuleNotFoundError exception when generating API schema under Python 3.9+ * Add left/right page plugin content embeds for tag view * Prevent user without sufficient permission from creating an IP address via FHRP group creation * Distinguish between inside/outside NAT assignments for device/VM primary IPs * Correct display of status field in clusters list * Add missing status attribute to cluster view https://github.com/netbox-community/netbox/releases/tag/v3.3.6 MFH: 2022Q4 (cherry picked from commit ce8d3020012cdc372a9989c0c2b4c49265642f7f)
* www/chromium: mark BROKEN on 12.3 for nowRene Ladan2022-10-271-0/+4
| | | | (cherry picked from commit df6f60b28be35b500fec4d8573159e22a88b489c)
* www/chromium: update to 107.0.5304.68Robert Nagy2022-10-27307-1489/+1736
| | | | | Security: https://vuxml.freebsd.org/freebsd/b4ef02f4-549f-11ed-8ad9-3065ec8fd3ec.html (cherry picked from commit 74a0f0ebf0c472210e0676fd723d36397f679cc0)
* security/tailscale: Update to 1.32.2Ashish SHUKLA2022-10-272-6/+6
| | | | (cherry picked from commit 427a15a973365496da3b18eb3794848e8b39ba0c)
* devel/valgrind: Update to 3.20.0Paul Floyd2022-10-272-4/+4
| | | | | | | | | | - Several fixes for FreeBSD, most importantly changes to auxv on FreeBSD 14 ChangeLog: https://valgrind.org/docs/manual/dist.news.html PR: 267383 MFH: 2022Q4 (bugfixes) (cherry picked from commit 0417ff01c562dff6833ff180c8528d02cb43aec1)
* graphics/mesa-devel: update to 22.2.b.4346Jan Beich2022-10-272-6/+5
| | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/977dbfc9dec...cc961a28f85 (cherry picked from commit 0116f5c591975ec7316fabaf7cd90903d9e86f15)
* emulators/rpcs3: update to 0.0.24.14337Jan Beich2022-10-272-5/+5
| | | | | Changes: https://github.com/RPCS3/rpcs3/compare/90d6069a16...5210df6882 (cherry picked from commit 18b2ea0cb4c3118f16555b69b7c1789381fcd0d1)
* astro/mepo: update to 1.1Jan Beich2022-10-272-4/+4
| | | | | | | Changes: https://git.sr.ht/~mil/mepo/refs/1.1 Reported by: Repology (cherry picked from commit ec6a774727f8ebdf941d023e79422bd54049f922)
* www/lua-resty-core: Update to 0.1.24Dmitry Wagin2022-10-262-4/+4
| | | | | | | | | | | - bugfix: get ngx_lua_version before 'not ngx.config' ChangeLog: https://github.com/openresty/lua-resty-core/compare/v0.1.23...v0.1.24 PR: 267374 MFH: 2022Q4 (bugfixes) (cherry picked from commit 9700e3abb398d3d5fe9f692a0a4b5a7667f4ea4a)
* archivers/xarchiver: Update to 0.5.4.20Nuno Teixeira2022-10-262-4/+4
| | | | | | ChangeLog: https://github.com/ib/xarchiver/blob/0.5.4.20/ChangeLog MFH: 2022Q4 (bugfixes) (cherry picked from commit 7e5e7f2c88fc689cb3d91704c985d7be7fdba5f1)
* security/strongswan: Add GCM option to OPTIONS_DEFAULTJose Luis Duran2022-10-262-2/+2
| | | | | | | | | | | | | | | | | | | | | Avoid the message: "plugin 'gcm': failed to load - gcm_plugin_create not found and no plugin file available" According to strongSwan's 5.9.8 release notes[1]: The gcm plugin has been enabled by default, so that the TLS 1.3 unit tests (now indirectly enabled if the pki tool is built due to the implementation of EST) can be completed successfully with just the default plugins. Let's also enable it by default. [1]: https://github.com/strongswan/strongswan/releases/tag/5.9.8 PR: 267352 (cherry picked from commit a0103c803b137d9cd95310bbfd315103d8e046b2)
* x11/nwg-drawer: update to 0.3.2Jan Beich2022-10-262-5/+4
| | | | | | | Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.3.2 Reported by: GitHub (watch releases) (cherry picked from commit 5cbd98e724d2e6b75ab48d22e5488084ab7d6aa5)
* www/flexget: update to 3.3.41Jan Beich2022-10-262-4/+4
| | | | | | | Changes: https://github.com/Flexget/Flexget/compare/v3.3.37...v3.3.41 Reported by: Repology, portscout (cherry picked from commit 23769b1b1eac079865af7225cd0c0b9ed5d1aff1)
* devel/ruby-build: Update to 20221026Koichiro Iwao2022-10-262-4/+4
| | | | | Changes: https://github.com/rbenv/ruby-build/releases/tag/v20221026 (cherry picked from commit ec344ea2d8ec1f706853dc3a7b152e32380e8318)