IABSD.fr/ports/net/zsync

Branch :


Log

Author Commit Date CI Message
c78426e1 2026-06-24 07:01:07 update to zsync-0.6.5
8aecf4bf 2026-05-16 08:02:59 update to zsync-0.6.4 specific gzip support is deprecated and will be removed in a future version (upstream suggest using gzip --rsyncable, if you have a version of gzip which supports it; openbsd's doesn't)
bd73fd74 2025-05-30 07:16:07 update to zsync-0.6.3
a34bba28 2023-09-27 14:17:59 MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use
3f5796b9 2022-03-11 19:45:43 drop RCS Ids
48b0b966 2019-07-12 20:48:23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
d267cd02 2017-09-25 09:16:12 Unbreak autoconf checks with clang by not using nested functions in the checks. Someone clearly did not read the autoconf documentation because using the following functions with a function declaration inside the body will end up declaring a function inside a function. - AC_TRY_COMPILE( [], [ int main() { return 0; } ], - AC_LANG_PROGRAM([[]], [[int main (void) { return 0; }]])], - AC_TRY_LINK([], [int main (void) { return 0; }], Result: int main () { int main (void) { return 0; } ; return 0; } nested functions is a gcc extension which is not supported by clang. test.c:4:17: error: function definition is not allowed here int main (void) { return 0; } ^ 1 error generated. This causes tests to fail in the configure scripts resulting in missing compile and link time flags from the builds. This resulted in weird behaviour of several software, like gnome hanging completely due to gtk+3 not being built properly. This change intrudces the following fixes: - remove int main() declaration from AC_TRY_COMPILE, AC_LANG_PROGRAM, AC_TRY_LINK as it comes with a declaration already, and people misused them - change to use AC_LANG_SOURCE when needed in case a complete source block is specified Most of the changes are in configure.(ac|in), however there were some cases where autoconf is either broken or the build failed because of an autoconf generated configure script. Everytihng else is switched to autoconf, so the maintainers can go ahead and upstream these diffs. There are more to come, we are continously checking the tree for these issues and in the future the infrastructure will error if such a case is found.
4fcf8f2a 2017-07-05 10:22:05 drop MAINTAINER on a few things
15f88630 2015-02-17 19:47:01 A dot or a single quote introduces a roff(7) macro; fix text lines beginning with such a character. Drop USE_GROFF. ok and delousing schwarze@
570aa62a 2015-01-18 03:12:39 Drop remaining MD5/RMD160/SHA1 checksums.