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
4 changes: 3 additions & 1 deletion curl-rustls.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: curl-rustls
version: "8.12.1"
epoch: 2
epoch: 3
description: "URL retrieval utility and library"
copyright:
- license: MIT
Expand Down Expand Up @@ -67,6 +67,8 @@ subpackages:
description: "curl library (rustls backend)"
dependencies:
provider-priority: 10
provides:
- libcurl-abi=${{package.version}}
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
Expand Down
10 changes: 9 additions & 1 deletion curl.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
package:
name: curl
version: "8.12.1"
epoch: 2
epoch: 3
description: "URL retrieval utility and library"
copyright:
- license: MIT
dependencies:
runtime:
# Allow only libcurl libraries built from the same upstream
# source version instead of only relying on SONAMEs.
# https://github.com/chainguard-dev/internal-dev/issues/10381
- libcurl-abi=${{package.version}}

environment:
contents:
Expand Down Expand Up @@ -91,6 +97,8 @@ subpackages:
# raise the priority here so this beats rustls
# TODO: revert this to "5" once rustls is fixed.
provider-priority: 15
provides:
- libcurl-abi=${{package.version}}
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
Expand Down
Loading