Skip to content

Commit 88fbfa3

Browse files
committed
curl: 8.14.1
1 parent 591e1a5 commit 88fbfa3

12 files changed

Lines changed: 6910 additions & 173 deletions

dist/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/binutils-2.39.tar.xz
44
/byacc-20260126.tgz
55
/cacert.pem
6-
/curl-8.5.0.tar.gz
6+
/curl-8.14.1.tar.gz
77
/flex-2.6.4.tar.gz
88
/fontconfig-2.13.1.tar.gz
99
/git-manpages-2.49.0.tar.gz

pkg/curl/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
/curl.1.gz
12
/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)