IABSD.fr/ports/sysutils/borgbackup

Branch :


Log

Author Commit Date CI Message
21f6fdd4 2025-02-11 16:32:05 Bump things linking statically against OpenSSL 3.3
db0af671 2025-01-22 19:01:27 Install fish completions in correct location Prodded by volker@
0aabcd97 2025-01-06 11:11:12 remove patch not needed since we now have Cython>=3.0.3
2c9b84a4 2024-12-21 11:46:00 handle py3.12 switchover: misc files that didn't make it into my first list
37b3a9f2 2024-12-21 11:38:51 handle py3.12 switchover in sysutils
7d1cfaa0 2024-11-19 15:38:50 Update to borgbackup-2.0.0beta14 Changes: https://borgbackup.readthedocs.io/en/2.0.0b14/changes.html#version-2-0-0b14-2024-11-17 https://borgbackup.readthedocs.io/en/2.0.0b13/changes.html#version-2-0-0b13-2024-10-31
cab09569 2024-11-06 08:23:55 Unbreak after switching to openssl-3.3. Did not build -> no bump.
76eb923d 2024-11-04 05:49:43 borgbackup/2.0: Update comment on static linking with OpenSSL 3.3. Forgotten in previous commit. No bump needed.
2866f13d 2024-11-04 04:18:35 borgbackup/2.0: switch to openssl-3.3 OK tb@
8a3bdbfe 2024-10-09 14:10:05 Unbreak borgbackup/2.0 build 'b' is not supported as special version string, 'beta' is. As a result from lexicographically sorting, 2.0.0b9 was seen as newer than 2.0.0b12 by the pkg tools. Issue and solution pointed identified by tb@. OK tb@