summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Declare fast forward from 7.74.0-1.2HEADarchive/debian/7.74.0-1.3masterPaul Gevers2021-06-25
|\ | | | | | | [dgit --quilt=unapplied --overwrite]
| * Build with NSS.Ramakrishnan Muthukrishnan2021-04-03
| | | | | | | | | | | | | | | | | | Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2015-08-12 Gbp-Pq: Name 99_nss.patch
| * Build with GnuTLS.Ramakrishnan Muthukrishnan2021-04-03
| | | | | | | | | | | | | | | | | | Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2018-05-23 Gbp-Pq: Name 90_gnutls.patch
| * vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: https://github.com/curl/curl/commit/b09c8ee15771c614c4bf3ddac893cdb12187c844 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2021-22890 To make sure we set and extract the correct session. Reported-by: Mingtao Yang Bug: https://curl.se/docs/CVE-2021-22890.html CVE-2021-22890 [Salvatore Bonaccorso: Backport to 7.74.0 for context changes] Gbp-Pq: Name 15_vtls-add-isproxy-argument-to-Curl_ssl_get-addsession.patch
| * transfer: strip credentials from the auto-referer header fieldViktor Szakats2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | Origin: https://github.com/curl/curl/commit/7214288898f5625a6cc196e22a74232eada7861c Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2021-22876 Added test 2081 to verify. CVE-2021-22876 Bug: https://curl.se/docs/CVE-2021-22876.html Gbp-Pq: Name 14_transfer-strip-credentials-from-the-auto-referer-hea.patch
| * [PATCH] curl/docs/libcurl/*: fix some formatting of man pagesBjarni Ingi Gislason2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From 71eabbb5680f8b84d8846a53eb90dc0e15a2c308 Mon Sep 17 00:00:00 2001 To: Fix some fomatting issues in man pages. Details: From "mandoc -Tlint": mandoc: curl_getdate.3:64:2: WARNING: skipping paragraph macro: PP empty mandoc: curl_global_init_mem.3:56:2: ERROR: skipping end of block that is not open: RE mandoc: curl_unescape.3:48:5: ERROR: skipping all arguments: br curl_easy_escape "(3)," curl_easy_unescape "(3)," curl_free "(3)," RFC 2396 mandoc: curl_unescape.3:48:2: WARNING: skipping paragraph macro: br after SH mandoc: curl_url_cleanup.3:29:2: STYLE: fill mode already enabled, skipping: fi mandoc: curl_url_dup.3:29:2: STYLE: fill mode already enabled, skipping: fi mandoc: curl_url_set.3:32:2: STYLE: fill mode already enabled, skipping: fi From "test-groff -b -mandoc -T utf8 -rF0 -t -w w -z": [ "test-groff" is a developmental version of "groff" ] troff: <curl_getdate.3>:108: warning: trailing space troff: <curl_getdate.3>:109: warning: trailing space Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Gbp-Pq: Name 13_fix-man-formatting.patch
| * Use python3 executable in testsAlessandro Ghedini2021-04-03
| | | | | | | | | | | | | | | | | | Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2020-08-24 Gbp-Pq: Name 12_use-python3-in-tests.patch
| * In order to (partially) multi-arch-ify curl-config, remove allBenjamin Moody2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: vendor Bug-Debian: http://bugs.debian.org/731998 Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2017-01-10 mention of @includedir@ and @libdir@ from the script. On Debian, the actual header and library directories are architecture-dependent, but will always be in the C compiler's default search path, so -I and -L options are not necessary (and may be harmful in multi-arch environments.) Gbp-Pq: Name 11_omit-directories-from-config.patch
| * Enable zsh completion generationAlessandro Ghedini2021-04-03
| | | | | | | | | | | | | | | | | | Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2016-08-03 Gbp-Pq: Name 08_enable-zsh.patch
| * Do not disable debug symbols without --enable-debugAlessandro Ghedini2021-04-03
| | | | | | | | | | | | | | | | | | | | Origin: vendor Bug-Debian: http://bugs.debian.org/693110 Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2012-11-16 Gbp-Pq: Name 07_do-not-disable-debug-symbols.patch
| * Always disable valgrind testsAlessandro Ghedini2021-04-03
| | | | | | | | | | | | | | | | | | Origin: vendor Bug-Debian: http://bugs.debian.org/690968 Forwarded: not-needed Last-Update: 2012-10-22 Gbp-Pq: Name 06_always-disable-valgrind.patch
| * Work around libtool --as-needed reordering bugAlessandro Ghedini2021-04-03
| | | | | | | | | | | | | | | | | | | | Origin: vendor Bug-Debian: http://bugs.debian.org/347650 Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2016-08-03 Gbp-Pq: Name 04_workaround_as_needed_bug.patch
| * curl (7.74.0-1.2) unstable; urgency=mediumSalvatore Bonaccorso2021-04-03
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * Non-maintainer upload. * transfer: strip credentials from the auto-referer header field (CVE-2021-22876) (Closes: #986269) * vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid() (CVE-2021-22890) (Closes: #986270) [dgit import unpatched curl 7.74.0-1.2]
| | * Import curl_7.74.0-1.2.debian.tar.xzSalvatore Bonaccorso2021-04-03
| | | | | | | | [dgit import tarball curl 7.74.0-1.2 curl_7.74.0-1.2.debian.tar.xz]
| * Import curl_7.74.0.orig.tar.gzAlessandro Ghedini2020-12-31
| | | | [dgit import orig curl_7.74.0.orig.tar.gz]
* Build with NSS.Ramakrishnan Muthukrishnan2021-06-25
| | | | | | | | | Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2015-08-12 Gbp-Pq: Name 99_nss.patch
* Build with GnuTLS.Ramakrishnan Muthukrishnan2021-06-25
| | | | | | | | | Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2018-05-23 Gbp-Pq: Name 90_gnutls.patch
* [PATCH] tooĺ_writeout: fix the -w time output unitsDaniel Stenberg2021-06-25
| | | | | | | | | | Fix regression from commit fc813f80e1bcac (#6248) that changed the unit to microseconds instead of seconds with fractions Reported-by: 不确定 Fixes #6321 Closes #6322 Gbp-Pq: Name fix-regression-microseconds-instead-of-seconds.patch
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-06-25
| | | | | | | | | | | | | | | Origin: https://github.com/curl/curl/commit/b09c8ee15771c614c4bf3ddac893cdb12187c844 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2021-22890 To make sure we set and extract the correct session. Reported-by: Mingtao Yang Bug: https://curl.se/docs/CVE-2021-22890.html CVE-2021-22890 [Salvatore Bonaccorso: Backport to 7.74.0 for context changes] Gbp-Pq: Name 15_vtls-add-isproxy-argument-to-Curl_ssl_get-addsession.patch
* transfer: strip credentials from the auto-referer header fieldViktor Szakats2021-06-25
| | | | | | | | | | | | Origin: https://github.com/curl/curl/commit/7214288898f5625a6cc196e22a74232eada7861c Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2021-22876 Added test 2081 to verify. CVE-2021-22876 Bug: https://curl.se/docs/CVE-2021-22876.html Gbp-Pq: Name 14_transfer-strip-credentials-from-the-auto-referer-hea.patch
* [PATCH] curl/docs/libcurl/*: fix some formatting of man pagesBjarni Ingi Gislason2021-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | From 71eabbb5680f8b84d8846a53eb90dc0e15a2c308 Mon Sep 17 00:00:00 2001 To: Fix some fomatting issues in man pages. Details: From "mandoc -Tlint": mandoc: curl_getdate.3:64:2: WARNING: skipping paragraph macro: PP empty mandoc: curl_global_init_mem.3:56:2: ERROR: skipping end of block that is not open: RE mandoc: curl_unescape.3:48:5: ERROR: skipping all arguments: br curl_easy_escape "(3)," curl_easy_unescape "(3)," curl_free "(3)," RFC 2396 mandoc: curl_unescape.3:48:2: WARNING: skipping paragraph macro: br after SH mandoc: curl_url_cleanup.3:29:2: STYLE: fill mode already enabled, skipping: fi mandoc: curl_url_dup.3:29:2: STYLE: fill mode already enabled, skipping: fi mandoc: curl_url_set.3:32:2: STYLE: fill mode already enabled, skipping: fi From "test-groff -b -mandoc -T utf8 -rF0 -t -w w -z": [ "test-groff" is a developmental version of "groff" ] troff: <curl_getdate.3>:108: warning: trailing space troff: <curl_getdate.3>:109: warning: trailing space Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Gbp-Pq: Name 13_fix-man-formatting.patch
* Use python3 executable in testsAlessandro Ghedini2021-06-25
| | | | | | | | | Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2020-08-24 Gbp-Pq: Name 12_use-python3-in-tests.patch
* In order to (partially) multi-arch-ify curl-config, remove allBenjamin Moody2021-06-25
| | | | | | | | | | | | | | Origin: vendor Bug-Debian: http://bugs.debian.org/731998 Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2017-01-10 mention of @includedir@ and @libdir@ from the script. On Debian, the actual header and library directories are architecture-dependent, but will always be in the C compiler's default search path, so -I and -L options are not necessary (and may be harmful in multi-arch environments.) Gbp-Pq: Name 11_omit-directories-from-config.patch
* Enable zsh completion generationAlessandro Ghedini2021-06-25
| | | | | | | | | Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2016-08-03 Gbp-Pq: Name 08_enable-zsh.patch
* Do not disable debug symbols without --enable-debugAlessandro Ghedini2021-06-25
| | | | | | | | | | Origin: vendor Bug-Debian: http://bugs.debian.org/693110 Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2012-11-16 Gbp-Pq: Name 07_do-not-disable-debug-symbols.patch
* Always disable valgrind testsAlessandro Ghedini2021-06-25
| | | | | | | | | Origin: vendor Bug-Debian: http://bugs.debian.org/690968 Forwarded: not-needed Last-Update: 2012-10-22 Gbp-Pq: Name 06_always-disable-valgrind.patch
* Work around libtool --as-needed reordering bugAlessandro Ghedini2021-06-25
| | | | | | | | | | Origin: vendor Bug-Debian: http://bugs.debian.org/347650 Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2016-08-03 Gbp-Pq: Name 04_workaround_as_needed_bug.patch
* Update d/changelog for release 7.74.0-1.3debian/7.74.0-1.3Paul Gevers2021-06-25
|
* Add fix-regression-microseconds-instead-of-seconds.patchPaul Gevers2021-06-25
| | | | Closes: #989064
* Prepare changelog for releaseSalvatore Bonaccorso2021-04-03
| | | | Gbp-Dch: Ignore
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid() (CVE-2021-22890)Salvatore Bonaccorso2021-04-03
| | | | Closes: #986270
* transfer: strip credentials from the auto-referer header field (CVE-2021-22876)Salvatore Bonaccorso2021-04-03
| | | | Closes: #986269
* Finalize changelog for 7.74.0-1.1 unstable uploadSamuel Henrique2021-02-10
|
* Build-depend on libidn2-devBruno Kleinert2021-01-26
| | | | | Fix #974996 "Please build-depend on libidn2-dev instead of obsolete transition package libidn2-0-dev"
* Finalize changelogAlessandro Ghedini2020-12-31
|
* Drop removed file from d/copyrightAlessandro Ghedini2020-12-31
|
* Bump Standards-Version to 4.5.1 (no changes needed)Alessandro Ghedini2020-12-31
|
* Update symbolsAlessandro Ghedini2020-12-31
|
* Update list of documentation files to installAlessandro Ghedini2020-12-31
|
* Fix formatting in some man pagesAlessandro Ghedini2020-12-31
| | | | | Closes: #963559 Thanks: Bjarni Ingi Gislason for the patch
* Fix cross-build due to python build dependenciesAlessandro Ghedini2020-12-31
| | | | | Closes: #969004 Thanks: Helmut Grohne for the patch
* Refresh patchesAlessandro Ghedini2020-12-31
|
* Update 12_use-python3-in-tests.patch due to renamed fileAlessandro Ghedini2020-12-31
|
* New upstream releaseAlessandro Ghedini2020-12-31
|
* Update upstream source from tag 'upstream/7.74.0'Alessandro Ghedini2020-12-31
|\ | | | | | | Update to upstream version '7.74.0' with Debian dir f0581b22153a759c07c815300fca93fb76694dab
| * New upstream version 7.74.0Alessandro Ghedini2020-12-31
| |
* | Update debian/watch to new upstream download page layoutAlessandro Ghedini2020-12-31
| |
* | Finalize changelogAlessandro Ghedini2020-08-24
| |
* | Use python3 executable in testsAlessandro Ghedini2020-08-24
| |
* | Update copyright for polarssl -> mbedtls renameAlessandro Ghedini2020-08-24
| |