Skip to content
Merged
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
6 changes: 6 additions & 0 deletions projects/zsync.moria.org.uk/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ versions:
- /zsync-/
- /\.tar\.bz2$/

# Runtime, not build-only: 0.6.6 uses libcrypto for the protocol's own
# checksums (MD4 block strong checksum, SHA-1 whole-file), so the installed
# binaries link libcrypto.so dynamically. configure hard-errors without it.
dependencies:
openssl.org: ^1.1

build:
script:
# Upstream ships config.guess/config.sub from 2009; that copy doesn't know
Expand Down
Loading