Your message dated Thu, 31 Dec 2020 16:03:43 +0000
with message-id <[email protected]>
and subject line Bug#963559: fixed in curl 7.74.0-1
has caused the Debian Bug report #963559,
regarding docs/libcurl/*: some formatting fixes in the man pages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
963559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcurl4-doc
Version: 7.68.0-1
Severity: minor
Tags: patch

Dear Maintainer,

   * What led up to the situation?

Checking some issues in man pages

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Using "mandoc -Tlint" and "test-groff" to check formatting issues.

   * What was the outcome of this action?

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

troff: <curl_getdate.3>:108: warning: trailing space
troff: <curl_getdate.3>:109: warning: trailing space

Patch:

>From 71eabbb5680f8b84d8846a53eb90dc0e15a2c308 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <[email protected]>
Subject: [PATCH] curl/docs/libcurl/*: fix some formatting of man pages
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 <[email protected]>
---
 docs/libcurl/curl_getdate.3         | 5 ++---
 docs/libcurl/curl_global_init_mem.3 | 7 ++++---
 docs/libcurl/curl_unescape.3        | 2 +-
 docs/libcurl/curl_url_cleanup.3     | 6 +++---
 docs/libcurl/curl_url_dup.3         | 6 +++---
 docs/libcurl/curl_url_set.3         | 5 ++---
 6 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/docs/libcurl/curl_getdate.3 b/docs/libcurl/curl_getdate.3
index 71479d20e..943c4ac4d 100644
--- a/docs/libcurl/curl_getdate.3
+++ b/docs/libcurl/curl_getdate.3
@@ -61,7 +61,6 @@ first three letters. This is usually not info that adds 
anything.
 If a decimal number of the form YYYYMMDD appears, then YYYY is read as the
 year, MM as the month number and DD as the day of the month, for the specified
 calendar date.
-.PP
 .SH EXAMPLES
 .nf
 Sun, 06 Nov 1994 08:49:37 GMT
@@ -106,5 +105,5 @@ On systems with 64 bit time_t: if the year is less than 
1583, this function
 will return -1. (The Gregorian calendar was first introduced 1582 so no "real"
 dates in this way of doing dates existed before then.)
 .SH "SEE ALSO"
-.BR curl_easy_escape "(3), " curl_easy_unescape "(3), "
-.BR CURLOPT_TIMECONDITION "(3), " CURLOPT_TIMEVALUE "(3) "
+.BR curl_easy_escape "(3), " curl_easy_unescape "(3),"
+.BR CURLOPT_TIMECONDITION "(3), " CURLOPT_TIMEVALUE "(3)"
diff --git a/docs/libcurl/curl_global_init_mem.3 
b/docs/libcurl/curl_global_init_mem.3
index 79f2994ad..486871a14 100644
--- a/docs/libcurl/curl_global_init_mem.3
+++ b/docs/libcurl/curl_global_init_mem.3
@@ -53,14 +53,15 @@ To replace realloc()
 To replace strdup()
 .IP "void *calloc_callback(size_t nmemb, size_t size);"
 To replace calloc()
-.RE
+.RS
 This function is otherwise the same as \fIcurl_global_init(3)\fP, please refer
 to that man page for documentation.
+.RE
 .SH "CAUTION"
 Manipulating these gives considerable powers to the application to severely
 screw things up for libcurl. Take care!
 .SH AVAILABILITY
 Added in 7.12.0
 .SH "SEE ALSO"
-.BR curl_global_init "(3), "
-.BR curl_global_cleanup "(3), "
+.BR curl_global_init (3),
+.BR curl_global_cleanup (3)
diff --git a/docs/libcurl/curl_unescape.3 b/docs/libcurl/curl_unescape.3
index 061fbbf5c..6673f8293 100644
--- a/docs/libcurl/curl_unescape.3
+++ b/docs/libcurl/curl_unescape.3
@@ -45,4 +45,4 @@ be removed in a future release.
 .SH RETURN VALUE
 A pointer to a zero terminated string or NULL if it failed.
 .SH "SEE ALSO"
-.br curl_easy_escape "(3)," curl_easy_unescape "(3)," curl_free "(3)," RFC 2396
+.BR curl_easy_escape "(3), " curl_easy_unescape "(3), " curl_free "(3), " RFC 
2396
diff --git a/docs/libcurl/curl_url_cleanup.3 b/docs/libcurl/curl_url_cleanup.3
index 4d095a9d7..c8662e15b 100644
--- a/docs/libcurl/curl_url_cleanup.3
+++ b/docs/libcurl/curl_url_cleanup.3
@@ -26,7 +26,7 @@ curl_url_cleanup - free a CURLU handle
 .B #include <curl/curl.h>
 
 void curl_url_cleanup(CURLU *handle);
-.fi
+.
 .SH DESCRIPTION
 Frees all the resources associated with the given CURLU handle!
 .SH RETURN VALUE
@@ -40,5 +40,5 @@ none
 .SH AVAILABILITY
 Added in curl 7.62.0
 .SH "SEE ALSO"
-.BR curl_url_dup "(3), " curl_url "(3), " curl_url_set "(3), "
-.BR curl_url_get "(3), "
+.BR curl_url_dup "(3), " curl_url "(3), " curl_url_set "(3),"
+.BR curl_url_get "(3)"
diff --git a/docs/libcurl/curl_url_dup.3 b/docs/libcurl/curl_url_dup.3
index c0259e0e6..cc5a3b30b 100644
--- a/docs/libcurl/curl_url_dup.3
+++ b/docs/libcurl/curl_url_dup.3
@@ -26,7 +26,7 @@ curl_url_dup - duplicate a CURLU handle
 .B #include <curl/curl.h>
 
 CURLU *curl_url_dup(CURLU *inhandle);
-.fi
+.
 .SH DESCRIPTION
 Duplicates a given CURLU \fIinhandle\fP and all its contents and returns a
 pointer to a new CURLU handle. The new handle also needs to be freed with
@@ -48,5 +48,5 @@ Returns a new handle or NULL if out of memory.
 .SH AVAILABILITY
 Added in curl 7.62.0
 .SH "SEE ALSO"
-.BR curl_url_cleanup "(3), " curl_url "(3), " curl_url_set "(3), "
-.BR curl_url_get "(3), "
+.BR curl_url_cleanup "(3), " curl_url "(3), " curl_url_set "(3),"
+.BR curl_url_get "(3)"
diff --git a/docs/libcurl/curl_url_set.3 b/docs/libcurl/curl_url_set.3
index a7667a35d..e9075bd2d 100644
--- a/docs/libcurl/curl_url_set.3
+++ b/docs/libcurl/curl_url_set.3
@@ -29,7 +29,6 @@ CURLUcode curl_url_set(CURLU *url,
                        CURLUPart part,
                        const char *content,
                        unsigned int flags)
-.fi
 .SH DESCRIPTION
 Given the \fIurl\fP handle of an already parsed URL, this function lets the
 user set/update individual pieces of it.
@@ -138,5 +137,5 @@ If this function returns an error, no URL part is returned.
 .SH AVAILABILITY
 Added in curl 7.62.0. CURLUPART_ZONEID was added in 7.65.0.
 .SH "SEE ALSO"
-.BR curl_url_cleanup "(3), " curl_url "(3), " curl_url_get "(3), "
-.BR curl_url_dup "(3), "
+.BR curl_url_cleanup "(3), " curl_url "(3), " curl_url_get "(3),"
+.BR curl_url_dup "(3)"
-- 
2.27.0


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.6.14-1 (SMP w/2 CPU cores)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: curl
Source-Version: 7.74.0-1
Done: Alessandro Ghedini <[email protected]>

We believe that the bug you reported is fixed in the latest version of
curl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessandro Ghedini <[email protected]> (supplier of updated curl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 31 Dec 2020 15:22:05 +0100
Source: curl
Architecture: source
Version: 7.74.0-1
Distribution: unstable
Urgency: medium
Maintainer: Alessandro Ghedini <[email protected]>
Changed-By: Alessandro Ghedini <[email protected]>
Closes: 963559 969004 977161 977162 977163
Changes:
 curl (7.74.0-1) unstable; urgency=medium
 .
   * New upstream release
     + Fix inferior OCSP verification as per CVE-2020-8286 (Closes: #977161)
       https://curl.se/docs/CVE-2020-8286.html
     + Fix FTP wildcard stack overflow as per CVE-2020-8285 (Closes: #977162)
       https://curl.se/docs/CVE-2020-8285.html
     + Fix trusting FTP PASV responses as per CVE-2020-8284 (Closes: #977163)
       https://curl.se/docs/CVE-2020-8284.html
   * Update debian/watch to new upstream download page layout
   * Update 12_use-python3-in-tests.patch due to renamed file
   * Refresh patches
   * Fix cross-build due to python build dependencies.
     Thanks to Helmut Grohne for the patch (Closes: #969004)
   * Fix formatting in some man pages.
     Thanks to Bjarni Ingi Gislason for the patch (Closes: #963559)
   * Update list of documentation files to install
   * Update symbols
   * Bump Standards-Version to 4.5.1 (no changes needed)
   * Drop removed file from d/copyright
Checksums-Sha1:
 787a0c8284cb03bb06049e7eb2ee0e96ff010461 2686 curl_7.74.0-1.dsc
 cd7239cf9223b39ade86a14eb37fe68f5656eae9 4043409 curl_7.74.0.orig.tar.gz
 14fd397cac37a0061c5c527d1c111ae7944cac36 31404 curl_7.74.0-1.debian.tar.xz
 1ecbd72b0793ec783e926bff1328958a765ef026 11986 curl_7.74.0-1_amd64.buildinfo
Checksums-Sha256:
 c4c4ff62d6b2b58bc0eb64abb1301a1227d32d08cea95a1166936473df12ecdb 2686 
curl_7.74.0-1.dsc
 e56b3921eeb7a2951959c02db0912b5fcd5fdba5aca071da819e1accf338bbd7 4043409 
curl_7.74.0.orig.tar.gz
 16a7423335ec487f741cd67b740aa887d2f3dd00f47d488575e61186e62ea7d9 31404 
curl_7.74.0-1.debian.tar.xz
 3e5ef0f267aa35e7a95359564fcc3b8ac15c882cf7fca5c35be8d73d522a264b 11986 
curl_7.74.0-1_amd64.buildinfo
Files:
 d838371de0b582e6e826af7d7b9c54ce 2686 web optional curl_7.74.0-1.dsc
 45f468aa42c4af027c4c6ddba58267f0 4043409 web optional curl_7.74.0.orig.tar.gz
 98c41a5c5613266823bb34cdc4f6e2f9 31404 web optional curl_7.74.0-1.debian.tar.xz
 fd4a0a35b084d849df218f00c728f497 11986 web optional 
curl_7.74.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEBsId305pBx+F583DbwzL4CFiRygFAl/t86oRHGdoZWRvQGRl
Ymlhbi5vcmcACgkQbwzL4CFiRyj/jxAAk4+AVoYasd3VwyHY1T+mjBkPKj+A/tko
quxLDVIqdLclQOzpinww4h8bj3eRQHAiiPFK8bdwwwgUNSsiyQdZwI+TdanDMmkn
blmlhy3CNlA8BXorvSehgQEXMP7NkVXdqLeftF/Xww1dnnYnd4VCS2YJjwB92iZQ
AtH7ZBGwD54obc2B7AH2hgr+L1PurVShE7Co2+LC40/Mc8zMGJolXKgo5AFuHWla
2HOy4p0+xh2nuyD15s8aj4BySAL6RyU13JswtmEo4JoAHORtLy2J3MApveR6tsji
RjC35IYlrI8hskv7OCO6ZcXLp3fnPD08js6Tew6mAuUqE87AengOgvesJJBlAhAg
CJy83Av2+Be0XeCXEMweNHx60BObx7RnQgy66RkMqC+Ij1rNKAo14M+MPIYmNQDw
/km/ihcGWwQ/cpqGD1R5DXxE7c5b57T3y+r0eFkDMgB7+3L1UPStdjJ/Tt0coDkn
mNBJvgzKcJpPL6VwtjPTEmqQ7NhnFEnCu0PcCGS9SXs6Z1Lgu2EKsVicsbvoPcEJ
Oflcsua4Tj/DHBWb6S4xN4992mzyRXYU/2OzHELZc8ZPIZw6wR8wkK/ckXZqiuV2
LN5Su2yTAP2DhpriWIC4EpRLMPB69FHbveXN5YB433LH6af95DmFLi2AXlFNX4ur
NWT7Cuq7n2o=
=LGSs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to