Georgi Valkov
Georgi Valkov
@x2on Any plans to support OpenSSL 3? I have attempted to add support for it, but I do not have experience with the build system. The best I could do...
My workaround after installing Wireshark 4.0.0 was to downgrade npcap to 1.60. This means some regression has been introduced in 1.71. Device manager shows Realtek PCIe GbE Family controller, date...
@Activebits https://github.com/nmap/npcap/issues/628 Use npcap 1.60 on Windows 11 until the issue is resolved.
@neheb Any idea why all these tests suddenly failed? I recompiled all 10 packages `{clean,compile}`, then `make -j 16` and re-flashed my router. I'm still online, so all is good....
@neheb @1715173329 I fixed `PKG_MIRROR_HASH`, also fixed `usbmuxd` to print the version. Locally everything builds fine and I ran `make check` for all affected packages. Can you help me? Why...
@neheb @1715173329 I rebased the branch on master just so I can trigger the tests again and now all tests pass. I wonder why? Is there anything else I need...
_Overview_ A sparse file copy ➡️ within a sparse disk image formatted with APFS, ➡️ stored on an APFS volume on physical media gets corrupted when the right conditions are...
@Ansuel I agree. Any idea how to reach the Apple developers? I mailed the patch and details to the `coreutils` team. Let's wait for a week and see if they...
Good news, I got a replay on the `coretils` mailing list. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61386 We'll try to test for a better solution and fall-back to accepting the patch.
We implemented a solution: for copies on the same filesystem, `fclonefileat` is used, which clones a file _CoW_. The clone is instant even for large files and uses the same...