diff --git a/config/rootfiles/common/curl b/config/rootfiles/common/curl
index 7d0f47756..f27d3b939 100644
--- a/config/rootfiles/common/curl
+++ b/config/rootfiles/common/curl
@@ -45,6 +45,7 @@ usr/lib/libcurl.so.4.8.0
 #usr/share/man/man3/CURLINFO_FTP_ENTRY_PATH.3
 #usr/share/man/man3/CURLINFO_HEADER_SIZE.3
 #usr/share/man/man3/CURLINFO_HTTPAUTH_AVAIL.3
+#usr/share/man/man3/CURLINFO_HTTPAUTH_USED.3
 #usr/share/man/man3/CURLINFO_HTTP_CONNECTCODE.3
 #usr/share/man/man3/CURLINFO_HTTP_VERSION.3
 #usr/share/man/man3/CURLINFO_LASTSOCKET.3
@@ -62,6 +63,7 @@ usr/lib/libcurl.so.4.8.0
 #usr/share/man/man3/CURLINFO_PRIVATE.3
 #usr/share/man/man3/CURLINFO_PROTOCOL.3
 #usr/share/man/man3/CURLINFO_PROXYAUTH_AVAIL.3
+#usr/share/man/man3/CURLINFO_PROXYAUTH_USED.3
 #usr/share/man/man3/CURLINFO_PROXY_ERROR.3
 #usr/share/man/man3/CURLINFO_PROXY_SSL_VERIFYRESULT.3
 #usr/share/man/man3/CURLINFO_QUEUE_TIME_T.3
@@ -406,6 +408,7 @@ usr/lib/libcurl.so.4.8.0
 #usr/share/man/man3/CURLOPT_UPKEEP_INTERVAL_MS.3
 #usr/share/man/man3/CURLOPT_UPLOAD.3
 #usr/share/man/man3/CURLOPT_UPLOAD_BUFFERSIZE.3
+#usr/share/man/man3/CURLOPT_UPLOAD_FLAGS.3
 #usr/share/man/man3/CURLOPT_URL.3
 #usr/share/man/man3/CURLOPT_USERAGENT.3
 #usr/share/man/man3/CURLOPT_USERNAME.3
@@ -440,6 +443,8 @@ usr/lib/libcurl.so.4.8.0
 #usr/share/man/man3/curl_easy_reset.3
 #usr/share/man/man3/curl_easy_send.3
 #usr/share/man/man3/curl_easy_setopt.3
+#usr/share/man/man3/curl_easy_ssls_export.3
+#usr/share/man/man3/curl_easy_ssls_import.3
 #usr/share/man/man3/curl_easy_strerror.3
 #usr/share/man/man3/curl_easy_unescape.3
 #usr/share/man/man3/curl_easy_upkeep.3
diff --git a/lfs/curl b/lfs/curl
index c3d5d2762..a6cb3bb3d 100644
--- a/lfs/curl
+++ b/lfs/curl
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 8.11.0
+VER        = 8.13.0
 
 THISAPP    = curl-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 3db13ed558bee332e07e1eab878b5ecae14cd049c115eea3a25fcb78cf28aadfe577dc224df75b62844529994ec478a9a74fed5c9bae338f809d231420ae5d0a
+$(DL_FILE)_BLAKE2 = 6869634ad50f015d5c7526699034d5a3f27d9588bc32eacc8080dbd6c690f63b1f25cee40d3fdf8fd9dd8535c305ea9c5edf1d5a02bc6d9ce60fd8c88230aca0
 
 install : $(TARGET)
 
