Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl - update from 8.11.0 to 8.11.1 #3763

Merged
merged 1 commit into from
Dec 11, 2024
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
2 changes: 1 addition & 1 deletion build/curl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=curl
VER=8.11.0
VER=8.11.1
PKG=web/curl
SUMMARY="Command line tool for transferring data with URL syntax"
DESC="Curl is a command line tool for transferring data with URL syntax, "
Expand Down
28 changes: 0 additions & 28 deletions build/curl/patches/ldap.patch

This file was deleted.

1 change: 0 additions & 1 deletion build/curl/patches/series
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tests.patch
ldap.patch
4 changes: 2 additions & 2 deletions build/curl/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TESTDONE: 1739 tests were considered during 629 seconds.
TESTDONE: 1430 tests out of 1431 reported OK: 99%
TESTDONE: 1745 tests were considered during 576 seconds.
TESTDONE: 1437 tests out of 1438 reported OK: 99%
TESTFAIL: These test cases failed: 1004
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
| text/gnu-sed | 4.9 | https://ftp.gnu.org/gnu/sed/ https://savannah.gnu.org/news/?group=sed
| text/groff | 1.23.0 | https://ftp.gnu.org/gnu/groff/
| text/less | 668 | http://www.greenwoodsoftware.com/less/download.html
| web/curl | 8.11.0 | https://curl.haxx.se/download.html
| web/curl | 8.11.1 | https://curl.haxx.se/download.html
| web/wget | 1.25.0 | https://ftp.gnu.org/gnu/wget/
| web/wget2 | 2.2.0 | https://ftp.gnu.org/gnu/wget/
| library/glib2 | 2.82.2 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable
Expand Down
Loading