Skip to content

Commit a2f1878

Browse files
committed
curl: bump to 8.7.1
Upstream has decided that curl.1 should be generated instead of included as a standalone file.
1 parent 63394a1 commit a2f1878

8 files changed

Lines changed: 6148 additions & 37 deletions

File tree

pkg/curl/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/curl-8.5.0.tar.gz
1+
/curl-8.7.1.tar.gz
2+
/curl.1.gz
23
/src

pkg/curl/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Generated with
88
--disable-smb \
99
--with-ca-bundle=/etc/ssl/cert.pem \
1010
--with-bearssl \
11+
--without-libpsl \
12+
--enable-docs \
1113
CPPFLAGS='-I/src/oasis/out/pkg/bearssl/include -I/src/oasis/out/pkg/zlib/include' \
1214
LDFLAGS='-L/src/oasis/out/pkg/bearssl -L/src/oasis/out/pkg/zlib'
1315

0 commit comments

Comments
 (0)