Control: tags 1114263 + patch
Control: tags 1114263 + pending

Dear maintainer,

I've prepared an NMU for pinot (versioned as 1.22-1.1) and uploaded
it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for pinot-1.22 pinot-1.22

 changelog                 |    7 +++++++
 patches/curl-8.16.0.patch |   15 +++++++++++++++
 patches/series            |    1 +
 3 files changed, 23 insertions(+)

diff -Nru pinot-1.22/debian/changelog pinot-1.22/debian/changelog
--- pinot-1.22/debian/changelog	2024-11-30 15:33:43.000000000 +0200
+++ pinot-1.22/debian/changelog	2025-10-08 14:35:19.000000000 +0300
@@ -1,3 +1,10 @@
+pinot (1.22-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with curl 8.16.0. (Closes: #1114263)
+
+ -- Adrian Bunk <[email protected]>  Wed, 08 Oct 2025 14:35:19 +0300
+
 pinot (1.22-1) unstable; urgency=medium
 
   [ upstream ]
diff -Nru pinot-1.22/debian/patches/curl-8.16.0.patch pinot-1.22/debian/patches/curl-8.16.0.patch
--- pinot-1.22/debian/patches/curl-8.16.0.patch	1970-01-01 02:00:00.000000000 +0200
+++ pinot-1.22/debian/patches/curl-8.16.0.patch	2025-10-08 14:35:19.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with curl 8.16.0
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1114263
+
+--- pinot-1.22.orig/Collect/CurlDownloader.cpp
++++ pinot-1.22/Collect/CurlDownloader.cpp
+@@ -302,7 +302,7 @@ Document *CurlDownloader::retrieveUrl(co
+ 	if ((m_proxyAddress.empty() == false) &&
+ 		(m_proxyPort > 0))
+ 	{
+-		curl_proxytype proxyType = CURLPROXY_HTTP;
++		long proxyType = CURLPROXY_HTTP;
+ 
+ 		curl_easy_setopt(pCurlHandler, CURLOPT_PROXY, m_proxyAddress.c_str());
+ 		curl_easy_setopt(pCurlHandler, CURLOPT_PROXYPORT, m_proxyPort);
diff -Nru pinot-1.22/debian/patches/series pinot-1.22/debian/patches/series
--- pinot-1.22/debian/patches/series	2024-11-30 15:18:14.000000000 +0200
+++ pinot-1.22/debian/patches/series	2025-10-08 14:35:19.000000000 +0300
@@ -1,2 +1,3 @@
 2001_use_rst2html.patch
 2002_libxml++.patch
+curl-8.16.0.patch

Reply via email to