2025-01-04 20:55:04 me test 2025-01-04 20:55:15 there you are 2025-01-04 20:59:56 ok, banned and cleaned up room 2025-01-04 21:00:02 thanks 2025-01-11 16:28:53 https://github.com/vim/vim/security/advisories/GHSA-5rgf-26wj-48v8 2025-01-12 18:26:05 how is this a security issue… 2025-01-13 16:30:07 personally i rather they handle it like a security issue than not handle it at all 2025-01-14 19:58:31 2 git CVEs: https://www.openwall.com/lists/oss-security/2025/01/14/4 2025-01-14 19:58:59 6 rsync CVEs: https://www.openwall.com/lists/oss-security/2025/01/14/3 2025-01-14 20:02:23 dne: The checksum one is criminal 2025-01-14 20:05:03 Oof, rsync anonymous access rce? 2025-01-15 08:50:48 very unfortunate that rsync release has regressions 2025-01-15 09:33:54 Yup 2025-01-15 09:34:12 I choose to skip the man page to get the release 2025-01-15 09:59:24 there seems to be a problem with hard links as well 2025-01-15 09:59:34 but I'm not able to repro 2025-01-15 10:30:06 ncopa: I already tried with --with-rrsync 2025-01-15 10:35:20 i figured after i pushed forced over your work. sorry 2025-01-15 10:35:34 ikke: feel free to push -f again 2025-01-15 10:36:03 i think we can as a workaround add a patch with the pre-generated manpages, but its so big that I dont want add it to the aports tree 2025-01-15 10:36:40 im currently working on bisecting the regression 2025-01-15 10:41:01 but isn't only rrsync.1 missing? that's should be only 5 KiB or so 2025-01-15 10:41:12 (was for 3.3.0 at least) 2025-01-20 15:00:24 https://openssl-library.org/news/secadv/20250120.txt (low severity) 2025-01-28 14:33:05 https://github.com/llvm/llvm-project/commit/c2979c58d49b great idea. 2025-01-28 14:33:18 > Clang will now more aggressively use undefined behavior on pointer addition 2025-01-28 14:33:20 overflow for optimization purposes. 2025-01-28 15:08:27 What could possibly go wrong 2025-01-28 20:50:18 C compilers >:(, Rust compilers :3 2025-01-28 20:50:31 I use the compiler like bumper bowling 2025-01-28 20:51:23 I know Rust has fully specified signed integer overflow, but I'm wondering what it does for unsigned integers