File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package :
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
Original file line number Diff line number Diff line change 11package :
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
915environment :
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
You can’t perform that action at this time.
0 commit comments