diff -u came-1.9/webcam.c came-1.9/webcam.c --- came-1.9/webcam.c +++ came-1.9/webcam.c @@ -1002,7 +1002,6 @@ } curl_easy_setopt(curl_handle, CURLOPT_INFILE, infile); - curl_easy_setopt(curl_handle, CURLOPT_INFILESIZE, st.st_size); /* get it! */ ret = curl_easy_perform(curl_handle); diff -u came-1.9/debian/changelog came-1.9/debian/changelog --- came-1.9/debian/changelog +++ came-1.9/debian/changelog @@ -1,9 +1,13 @@ came (1.9-3.2ubuntu1) lucid; urgency=low + [ Kees Cook ] * Merge from Debian testing. Remaining changes: - webcam.c, Makefile: patched to use libv4l. - -- Kees Cook Thu, 10 Dec 2009 16:33:07 -0800 + [ David Rubin ] + * Removed curl option testing to see how valid this is LP: #614076 + + -- David Rubin Sat, 07 Aug 2010 14:19:05 +0200 came (1.9-3.2) unstable; urgency=low