-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** Release notes can be found [here](https://daniel.haxx.se/blog/2024/12/11/curl-8-11-1/). **Security** Includes a fix for CVE-2024-11053.
- Loading branch information
Showing
6 changed files
with
13 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
<Description xml:lang="en">curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more.</Description> | ||
<PartOf>emul32</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="103">curl</Dependency> | ||
<Dependency release="104">curl</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="library">/usr/lib32/libcurl.so.4</Path> | ||
|
@@ -47,8 +47,8 @@ | |
<Description xml:lang="en">curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more.</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="103">curl-devel</Dependency> | ||
<Dependency release="103">curl-32bit</Dependency> | ||
<Dependency release="104">curl-devel</Dependency> | ||
<Dependency release="104">curl-32bit</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="library">/usr/lib32/libcurl.so</Path> | ||
|
@@ -61,7 +61,7 @@ | |
<Description xml:lang="en">curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more.</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="103">curl</Dependency> | ||
<Dependency release="104">curl</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/curl/curl.h</Path> | ||
|
@@ -603,9 +603,9 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="103"> | ||
<Date>2024-11-19</Date> | ||
<Version>8.11.0</Version> | ||
<Update release="104"> | ||
<Date>2024-12-18</Date> | ||
<Version>8.11.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
|