Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/b/borg/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ libc.so.6:malloc
libc.so.6:memcmp
libc.so.6:memcpy
libc.so.6:memmove
libc.so.6:memset
libc.so.6:posix_fadvise64
libc.so.6:read
libc.so.6:setxattr
Expand Down
76 changes: 0 additions & 76 deletions packages/b/borg/files/fix-tests.patch

This file was deleted.

8 changes: 3 additions & 5 deletions packages/b/borg/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : borg
version : 1.4.4
release : 51
version : 1.4.5
release : 52
source :
- https://github.com/borgbackup/borg/releases/download/1.4.4/borgbackup-1.4.4.tar.gz : 2716bc124a24908efcac9436df31b716d1f0bbd828ad39b18f73bfdd772a651a
- https://github.com/borgbackup/borg/releases/download/1.4.5/borgbackup-1.4.5.tar.gz : 4f9a5fe584c504b15485841236750dea16aa7cd2ddbc4a594e9d2ce5c49c4508
homepage : https://www.borgbackup.org/
license : BSD-3-Clause
component : system.utils
Expand Down Expand Up @@ -37,8 +37,6 @@ rundeps :
- python-llfuse
- python-msgpack
- python-packaging
setup : |
%patch -p1 -i $pkgfiles/fix-tests.patch
build : |
%python3_setup
install : |
Expand Down
Loading