Skip to content

Commit f216849

Browse files
committed
DO NOT MERGE
1 parent 5353127 commit f216849

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

curl-rustls.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: curl-rustls
33
version: "8.12.1"
4-
epoch: 2
4+
epoch: 3
55
description: "URL retrieval utility and library"
66
copyright:
77
- license: MIT
@@ -67,6 +67,8 @@ subpackages:
6767
description: "curl library (rustls backend)"
6868
dependencies:
6969
provider-priority: 10
70+
provides:
71+
- libcurl-abi=${{package.version}}
7072
pipeline:
7173
- runs: |
7274
mkdir -p "${{targets.subpkgdir}}"/usr/lib

curl.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
package:
22
name: curl
33
version: "8.12.1"
4-
epoch: 2
4+
epoch: 3
55
description: "URL retrieval utility and library"
66
copyright:
77
- license: MIT
8+
dependencies:
9+
runtime:
10+
# Allow only libcurl libraries built from the same upstream
11+
# source version instead of only relying on SONAMEs.
12+
# https://github.com/chainguard-dev/internal-dev/issues/10381
13+
- libcurl-abi=${{package.version}}
814

915
environment:
1016
contents:
@@ -91,6 +97,8 @@ subpackages:
9197
# raise the priority here so this beats rustls
9298
# TODO: revert this to "5" once rustls is fixed.
9399
provider-priority: 15
100+
provides:
101+
- libcurl-abi=${{package.version}}
94102
pipeline:
95103
- runs: |
96104
mkdir -p "${{targets.subpkgdir}}"/usr/lib

0 commit comments

Comments
 (0)