Page MenuHomeFreeBSD
Feed Advanced Search

Nov 18 2023

fuz committed R11:d7ccaf633f69: www/rss-bridge: update from 2023-07-13 to 2023-09-24 (authored by Oleg Sidorkin <osidorkin@gmail.com>).
www/rss-bridge: update from 2023-07-13 to 2023-09-24
Nov 18 2023, 8:23 PM
fuz added a reverting change for R11:0ff816386556: net-mgmt/metronome: Fix build with clang-16.x: R11:8aa7a2d9b9d5: net-mgmt/metronome: Revert "Fix build with clang-16.x".
Nov 18 2023, 8:23 PM
fuz committed R11:8aa7a2d9b9d5: net-mgmt/metronome: Revert "Fix build with clang-16.x" (authored by fuz).
net-mgmt/metronome: Revert "Fix build with clang-16.x"
Nov 18 2023, 8:23 PM
fuz committed R11:f627cd1a5c6a: mail/py-imapclient: Update 3.0.0 (authored by meka_tilda.center).
mail/py-imapclient: Update 3.0.0
Nov 18 2023, 8:23 PM
fuz committed R11:81070d1082e3: devel/py-makefun: Update to 1.15.2 (authored by meka_tilda.center).
devel/py-makefun: Update to 1.15.2
Nov 18 2023, 8:23 PM
fuz committed R11:53df1dff8174: mail/py-email-validator: Update to 2.1.0 (authored by meka_tilda.center).
mail/py-email-validator: Update to 2.1.0
Nov 18 2023, 8:23 PM
fuz committed R11:b4e555294195: net-p2p/jackett: update to 0.21.1226 (authored by tremere_cainites.net).
net-p2p/jackett: update to 0.21.1226
Nov 18 2023, 8:23 PM
fuz committed R11:f8a14bbc742c: sysutils/modules: update to v5.3.1 (authored by Laurent <laurent.chardon@gmail.com>).
sysutils/modules: update to v5.3.1
Nov 18 2023, 8:23 PM
fuz committed R11:c31527fa4e50: www/gitea: update to 1.21.0 (authored by stb).
www/gitea: update to 1.21.0
Nov 18 2023, 8:23 PM
fuz committed R11:e3aeb5c7a93b: games/jaggedalliance2: extend 14.0+ build fix to all architectures (authored by fuz).
games/jaggedalliance2: extend 14.0+ build fix to all architectures
Nov 18 2023, 8:22 PM
fuz committed R11:a6cf96ba772e: sysutils/p5-RundeckAPI: update to 1.3.7.0 (authored by Xavier <xavier@groumpf.org>).
sysutils/p5-RundeckAPI: update to 1.3.7.0
Nov 18 2023, 8:22 PM
fuz committed R11:a5cfd751b80c: converters/simdutf: update to 4.0.4 (authored by fuz).
converters/simdutf: update to 4.0.4
Nov 18 2023, 8:22 PM
fuz committed R11:bff204efe070: devel/ruby-install: bump from 0.9.1 to 0.9.2. (authored by Henry Phan <henry@henryphan.com>).
devel/ruby-install: bump from 0.9.1 to 0.9.2.
Nov 18 2023, 8:22 PM
fuz committed R11:d6840ea3962a: www/angie*: update dependent modules (authored by oleg_mamontov.net).
www/angie*: update dependent modules
Nov 18 2023, 8:22 PM
fuz committed R11:dc6553d233dc: www/angie: Update to 1.3.1 (authored by oleg_mamontov.net).
www/angie: Update to 1.3.1
Nov 18 2023, 8:22 PM
fuz committed R11:a2cf6f976ceb: multimedia/vvdec: enable on armv6, armv7, and arm64 (authored by fuz).
multimedia/vvdec: enable on armv6, armv7, and arm64
Nov 18 2023, 8:22 PM
fuz committed R11:3db813ec7678: multimedia/vvenc: fix build on armv7 (authored by fuz).
multimedia/vvenc: fix build on armv7
Nov 18 2023, 8:22 PM

Nov 17 2023

fuz accepted D42574: devel/freebsd-gcc13: External FreeBSD toolchain based on GCC 13..

LGTM.

Nov 17 2023, 10:30 PM

Nov 15 2023

fuz added inline comments to D42574: devel/freebsd-gcc13: External FreeBSD toolchain based on GCC 13..
Nov 15 2023, 2:31 AM

Nov 14 2023

fuz added inline comments to D42600: lib/libc/amd64/string/strcat.S: enable use of SIMD.
Nov 14 2023, 8:53 PM
fuz requested review of D42600: lib/libc/amd64/string/strcat.S: enable use of SIMD.
Nov 14 2023, 7:00 PM
fuz closed D41970: lib/libc/tests/string: add extended unit tests for strcmp().
Nov 14 2023, 5:50 PM
fuz committed rGb49596de2622: lib/libc/tests/string: add extended unit tests for strcmp() (authored by fuz).
lib/libc/tests/string: add extended unit tests for strcmp()
Nov 14 2023, 5:50 PM
fuz updated the diff for D42519: lib/libc/amd64/string: add stpncpy scalar, baseline implementation.
  • lib/libc/amd64/string/stpncpy.S: reduce loop-carried dependency on r10 (+5.01%)
  • lib/libc/amd64/string/stpncpy.S: fix possible integer overflow (-0.08%)
  • lib/libc/amd64/string/stpncpy.S: reduce loop-carried dependencies in tail loops
Nov 14 2023, 5:28 PM
fuz planned changes to D42519: lib/libc/amd64/string: add stpncpy scalar, baseline implementation.

I found a possible integer overflow bug in this code. While the overflow cannot happen with valid inputs, it could cause invalid inputs (specifically, buffer sizes very close to SIZE_MAX) to silently behave as if the buffer was very short instead of crashing. I'll put something in to catch that case.

Nov 14 2023, 6:37 AM
fuz added inline comments to D42574: devel/freebsd-gcc13: External FreeBSD toolchain based on GCC 13..
Nov 14 2023, 1:34 AM
fuz accepted D42590: devel/freebsd-gcc{9,12}: Various cleanups, no functional change.

LGTM as is, but see suggested improvement.

Nov 14 2023, 1:32 AM

Nov 13 2023

fuz added a comment to D42574: devel/freebsd-gcc13: External FreeBSD toolchain based on GCC 13..

Some feedback, as requested.

Nov 13 2023, 9:08 PM

Nov 12 2023

fuz committed R11:8a153123e138: www/miniflux: needs Go 1.21 (authored by fuz).
www/miniflux: needs Go 1.21
Nov 12 2023, 4:30 AM
fuz committed R11:c60a8a7420f7: www/qt6-webengine: fix build on armv6/armv7 (again) (authored by fuz).
www/qt6-webengine: fix build on armv6/armv7 (again)
Nov 12 2023, 4:30 AM
fuz committed R11:8e771b3ece92: math/py-matplotlib: update to 3.8.0 (authored by wen heping <wenheping2000@hotmail.com>).
math/py-matplotlib: update to 3.8.0
Nov 12 2023, 4:29 AM
fuz committed R11:be0ed95ca04a: graphics/hugin: update to 2023.0.0 (authored by fuz).
graphics/hugin: update to 2023.0.0
Nov 12 2023, 4:29 AM
fuz committed R11:1555c383897a: dns/powerdns-recursor: update to 4.9.2 (authored by tremere_cainites.net).
dns/powerdns-recursor: update to 4.9.2
Nov 12 2023, 4:29 AM
fuz committed R11:7a1506005ff5: net/k6: Update to 0.47.0 (authored by nulldutra_proton.me).
net/k6: Update to 0.47.0
Nov 12 2023, 4:29 AM
fuz committed R11:7838bd81960f: www/miniflux: needs Go 1.21 (authored by fuz).
www/miniflux: needs Go 1.21
Nov 12 2023, 4:29 AM
fuz committed R11:f72b97af8e85: net/krill: Update to Version 0.14.2 (authored by Jaap Akkerhuis <jaap@NLnetLabs.nl>).
net/krill: Update to Version 0.14.2
Nov 12 2023, 4:29 AM
fuz committed R11:664adaa94e40: audio/audacity: update to 3.4.1 (authored by fuz).
audio/audacity: update to 3.4.1
Nov 12 2023, 4:29 AM
fuz committed R11:beac5673f03e: www/qt6-webengine: fix build on armv6/armv7 (again) (authored by fuz).
www/qt6-webengine: fix build on armv6/armv7 (again)
Nov 12 2023, 4:29 AM
fuz committed R11:09ac046e2097: devel/goreleaser: update to 1.22.1 (authored by fuz).
devel/goreleaser: update to 1.22.1
Nov 12 2023, 4:29 AM
fuz committed R11:41fe023fbde0: devel/go-tools: update to 0.15.0 (authored by fuz).
devel/go-tools: update to 0.15.0
Nov 12 2023, 4:29 AM

Nov 9 2023

fuz requested review of D42519: lib/libc/amd64/string: add stpncpy scalar, baseline implementation.
Nov 9 2023, 5:43 AM

Nov 7 2023

fuz committed R11:a3a66647fff2: games/libretro-*: make portversions go forwards (authored by fuz).
games/libretro-*: make portversions go forwards
Nov 7 2023, 5:36 PM
fuz committed R11:41ba87d16382: devel/objfw: update to 1.0.5 (authored by Jonathan Schleifer <js@nil.im>).
devel/objfw: update to 1.0.5
Nov 7 2023, 12:25 AM
fuz committed R11:db8777728ae4: multimedia/gstreamer1-plugins-rust: fix build on armv7 (authored by fuz).
multimedia/gstreamer1-plugins-rust: fix build on armv7
Nov 7 2023, 12:25 AM
fuz committed R11:8b1bd68d1b82: security/openvas: fix build on armv7 (authored by fuz).
security/openvas: fix build on armv7
Nov 7 2023, 12:25 AM
fuz committed R11:9b9c9b8a37c5: games/punchy: fix build on armv7 (authored by fuz).
games/punchy: fix build on armv7
Nov 7 2023, 12:25 AM
fuz committed R11:30a12533e7c4: games/retroarch: fix build on all versions and enable on non-x86 (authored by fuz).
games/retroarch: fix build on all versions and enable on non-x86
Nov 7 2023, 12:21 AM
fuz committed R11:26aa5aa9be0f: emulators/libretro-flycast: fix build on FreeBSD 12 (authored by fuz).
emulators/libretro-flycast: fix build on FreeBSD 12
Nov 7 2023, 12:21 AM
fuz committed R11:389619bd88ba: MOVED: adjust dates for libretro renames (authored by fuz).
MOVED: adjust dates for libretro renames
Nov 7 2023, 12:21 AM
fuz committed R11:0ef7a36356ab: games/libretro-scummvm: update to 0.20231021 (authored by sdalu_sdalu.com).
games/libretro-scummvm: update to 0.20231021
Nov 7 2023, 12:21 AM
fuz committed R11:40fffa657e9e: games/libretro-vbanext: rename to games/libretro-vba_next + update to 0.20230603 (authored by sdalu_sdalu.com).
games/libretro-vbanext: rename to games/libretro-vba_next + update to 0.20230603
Nov 7 2023, 12:21 AM
fuz committed R11:af3936b2832d: emulators/libretro-flycast: update to 0.20231025 (authored by sdalu_sdalu.com).
emulators/libretro-flycast: update to 0.20231025
Nov 7 2023, 12:21 AM
fuz committed R11:841f9af0178e: games/libretro: update to 0.4 (authored by sdalu_sdalu.com).
games/libretro: update to 0.4
Nov 7 2023, 12:21 AM
fuz committed R11:f38d4a0b900c: games/libretro-uae: rename to games/libretro-puae + update to 0.20231014 (authored by sdalu_sdalu.com).
games/libretro-uae: rename to games/libretro-puae + update to 0.20231014
Nov 7 2023, 12:21 AM
fuz committed R11:02d51487987e: emulators/libretro-vice: update to 0.20231006 (authored by sdalu_sdalu.com).
emulators/libretro-vice: update to 0.20231006
Nov 7 2023, 12:21 AM
fuz committed R11:fa07c09cffad: games/libretro-paralleln64: rename to games/libretro-parallel_n64 + update to 0. (authored by sdalu_sdalu.com).
games/libretro-paralleln64: rename to games/libretro-parallel_n64 + update to 0.
Nov 7 2023, 12:21 AM
fuz committed R11:0d65836429eb: games/libretro-fbalpha: rename to games/libretro-fbalpha2012 + update to 0. (authored by sdalu_sdalu.com).
games/libretro-fbalpha: rename to games/libretro-fbalpha2012 + update to 0.
Nov 7 2023, 12:21 AM
fuz committed R11:f9b11c6a868e: games/libretro-beetle_wswan: rename to games/libretro-mednafen_wswan + update… (authored by sdalu_sdalu.com).
games/libretro-beetle_wswan: rename to games/libretro-mednafen_wswan + update…
Nov 7 2023, 12:21 AM
fuz committed R11:932e76f600f6: games/libretro-beetle_vb: rename to games/libretro-mednafen_vb + update to 0. (authored by sdalu_sdalu.com).
games/libretro-beetle_vb: rename to games/libretro-mednafen_vb + update to 0.
Nov 7 2023, 12:21 AM
fuz committed R11:00f9d884e9e7: games/libretro-beetle_supergrafx: rename to games/libretro-mednafen_supergrafx… (authored by sdalu_sdalu.com).
games/libretro-beetle_supergrafx: rename to games/libretro-mednafen_supergrafx…
Nov 7 2023, 12:21 AM
fuz committed R11:1bcbefc2da25: games/libretro-beetle_saturn: rename to games/libretro-mednafen_saturn + update… (authored by sdalu_sdalu.com).
games/libretro-beetle_saturn: rename to games/libretro-mednafen_saturn + update…
Nov 7 2023, 12:21 AM
fuz committed R11:0b2e9d774f06: games/libretro-beetle_pcfx: rename to games/libretro-mednafen_pcfx + update to… (authored by sdalu_sdalu.com).
games/libretro-beetle_pcfx: rename to games/libretro-mednafen_pcfx + update to…
Nov 7 2023, 12:21 AM
fuz committed R11:c1e20458f77f: games/libretro-beetle_pce: rename to games/libretro-mednafen_pce + update to 0. (authored by sdalu_sdalu.com).
games/libretro-beetle_pce: rename to games/libretro-mednafen_pce + update to 0.
Nov 7 2023, 12:21 AM
fuz committed R11:b50e7b054165: games/libretro-beetle_pce_fast: rename to games/libretro-mednafen_pce_fast +… (authored by sdalu_sdalu.com).
games/libretro-beetle_pce_fast: rename to games/libretro-mednafen_pce_fast +…
Nov 7 2023, 12:21 AM
fuz committed R11:6832342a5248: games/libretro-beetle_ngp: rename to games/libretro-mednafen_ngp + update to 0. (authored by sdalu_sdalu.com).
games/libretro-beetle_ngp: rename to games/libretro-mednafen_ngp + update to 0.
Nov 7 2023, 12:21 AM
fuz committed R11:1e25fc5100b0: games/libretro-beetle_lynx: rename to games/libretro-mednafen_lynx + update to… (authored by sdalu_sdalu.com).
games/libretro-beetle_lynx: rename to games/libretro-mednafen_lynx + update to…
Nov 7 2023, 12:21 AM
fuz committed R11:bd83eee7a74d: games/libretro-beetle_gba: rename to games/libretro-mednafen_gba (authored by sdalu_sdalu.com).
games/libretro-beetle_gba: rename to games/libretro-mednafen_gba
Nov 7 2023, 12:21 AM
fuz committed R11:15cb45e594d4: games/libretro-mu: update to 0.20230527 (authored by sdalu_sdalu.com).
games/libretro-mu: update to 0.20230527
Nov 7 2023, 12:21 AM
fuz committed R11:9e6c40395fd8: games/libretro-beetle_bsnes: rename to games/libretro-mednafen_bsnes (authored by sdalu_sdalu.com).
games/libretro-beetle_bsnes: rename to games/libretro-mednafen_bsnes
Nov 7 2023, 12:21 AM
fuz committed R11:a2de77956a42: games/libretro-opera: update to 0.20230730 (authored by sdalu_sdalu.com).
games/libretro-opera: update to 0.20230730
Nov 7 2023, 12:21 AM
fuz committed R11:485abb2b09a4: games/libretro-vecx: update to 0.20230601 (authored by sdalu_sdalu.com).
games/libretro-vecx: update to 0.20230601
Nov 7 2023, 12:21 AM
fuz committed R11:60e76a989837: games/libretro-beetle_psx: update to 0.20231020 (authored by sdalu_sdalu.com).
games/libretro-beetle_psx: update to 0.20231020
Nov 7 2023, 12:21 AM
fuz committed R11:2d48fadaeb46: games/libretro-mgba: update to 0.20230528 (authored by sdalu_sdalu.com).
games/libretro-mgba: update to 0.20230528
Nov 7 2023, 12:21 AM
fuz committed R11:201beb47b64c: games/libretro-tgbdual: update to 0.20220806 (authored by sdalu_sdalu.com).
games/libretro-tgbdual: update to 0.20220806
Nov 7 2023, 12:21 AM
fuz committed R11:0553f6dddb2a: games/libretro-tyrquake: update to 0.20230528 (authored by sdalu_sdalu.com).
games/libretro-tyrquake: update to 0.20230528
Nov 7 2023, 12:21 AM
fuz committed R11:5320be03f19a: games/libretro-pcsx_rearmed: update to 0.20231025 (authored by sdalu_sdalu.com).
games/libretro-pcsx_rearmed: update to 0.20231025
Nov 7 2023, 12:21 AM
fuz committed R11:de2a5ca3ebfa: games/libretro-melonds: update to 0.20230413 (authored by sdalu_sdalu.com).
games/libretro-melonds: update to 0.20230413
Nov 7 2023, 12:21 AM
fuz committed R11:4cb9d39fc072: games/libretro-genesis_plus_gx: update to 0.20231020 (authored by sdalu_sdalu.com).
games/libretro-genesis_plus_gx: update to 0.20231020
Nov 7 2023, 12:21 AM
fuz committed R11:6db99cf77c52: games/libretro-o2em: update to 0.20231019 (authored by sdalu_sdalu.com).
games/libretro-o2em: update to 0.20231019
Nov 7 2023, 12:21 AM
fuz committed R11:d63c94f0bcba: games/libretro-prosystem: update to 0.20230817 (authored by sdalu_sdalu.com).
games/libretro-prosystem: update to 0.20230817
Nov 7 2023, 12:21 AM
fuz committed R11:94274fc9fda0: games/libretro-px68k: update to 0.20230114 (authored by sdalu_sdalu.com).
games/libretro-px68k: update to 0.20230114
Nov 7 2023, 12:21 AM
fuz committed R11:fe9eb4691048: games/libretro-quicknes: update to 0.20230528 (authored by sdalu_sdalu.com).
games/libretro-quicknes: update to 0.20230528
Nov 7 2023, 12:21 AM
fuz committed R11:69d13ca6fb3f: games/libretro-mame2003_plus: update to 0.20231023 (authored by sdalu_sdalu.com).
games/libretro-mame2003_plus: update to 0.20231023
Nov 7 2023, 12:21 AM
fuz committed R11:d09738a0c971: games/libretro-mame2003: update to 0.20231017 (authored by sdalu_sdalu.com).
games/libretro-mame2003: update to 0.20231017
Nov 7 2023, 12:21 AM
fuz committed R11:c2d8aae54f98: games/libretro-mame2000: update to 0.20230425 (authored by sdalu_sdalu.com).
games/libretro-mame2000: update to 0.20230425
Nov 7 2023, 12:21 AM
fuz committed R11:6281cd3c60da: games/libretro-stella2014: update to 0.20230220 (authored by sdalu_sdalu.com).
games/libretro-stella2014: update to 0.20230220
Nov 7 2023, 12:21 AM
fuz committed R11:156563efe3c8: games/libretro-gpsp: update to 0.20231006 (authored by sdalu_sdalu.com).
games/libretro-gpsp: update to 0.20231006
Nov 7 2023, 12:21 AM
fuz committed R11:cc1f91bef63b: games/libretro-desmume2015: update to 0.20220405 (authored by sdalu_sdalu.com).
games/libretro-desmume2015: update to 0.20220405
Nov 7 2023, 12:21 AM
fuz committed R11:da60826cfc7f: games/libretro-fuse: update to 0.20230623 (authored by sdalu_sdalu.com).
games/libretro-fuse: update to 0.20230623
Nov 7 2023, 12:21 AM
fuz committed R11:d224ffe9fc1c: games/libretro-gambatte: update to 0.20230929 (authored by sdalu_sdalu.com).
games/libretro-gambatte: update to 0.20230929
Nov 7 2023, 12:21 AM
fuz committed R11:f5e61cc8211a: games/libretro-freeintv: update to 0.20230417 (authored by sdalu_sdalu.com).
games/libretro-freeintv: update to 0.20230417
Nov 7 2023, 12:21 AM
fuz committed R11:5cf4d09cb6cb: games/libretro-fceumm: update to 0.20230916 (authored by sdalu_sdalu.com).
games/libretro-fceumm: update to 0.20230916
Nov 7 2023, 12:21 AM
fuz committed R11:893c05c57df4: games/libretro-emux: update to 0.20191014 (authored by sdalu_sdalu.com).
games/libretro-emux: update to 0.20191014
Nov 7 2023, 12:21 AM
fuz committed R11:f5e3d3bc6e2e: games/libretro-2048: update to 0.20230220 (authored by sdalu_sdalu.com).
games/libretro-2048: update to 0.20230220
Nov 7 2023, 12:21 AM
fuz committed R11:8fa116dc404d: games/libretro-cap32: update to 0.20230712 (authored by sdalu_sdalu.com).
games/libretro-cap32: update to 0.20230712
Nov 7 2023, 12:21 AM
fuz committed R11:dcbb4672e23f: games/libretro-a5200: update to 0.20230817 (authored by sdalu_sdalu.com).
games/libretro-a5200: update to 0.20230817
Nov 7 2023, 12:21 AM
fuz committed R11:cbea0e33e887: games/libretro-fmsx: update to 0.20230417 (authored by sdalu_sdalu.com).
games/libretro-fmsx: update to 0.20230417
Nov 7 2023, 12:21 AM
fuz committed R11:1b5d5dbd2b7f: games/libretro-fbneo: update to 0.20231025 (authored by sdalu_sdalu.com).
games/libretro-fbneo: update to 0.20231025
Nov 7 2023, 12:21 AM
fuz committed R11:f9be48924ffd: games/libretro-bluemsx: update to 0.20230417 (authored by sdalu_sdalu.com).
games/libretro-bluemsx: update to 0.20230417
Nov 7 2023, 12:21 AM
fuz committed R11:8a75d1ac6f2f: games/libretro-handy: update to 0.20230819 (authored by sdalu_sdalu.com).
games/libretro-handy: update to 0.20230819
Nov 7 2023, 12:21 AM