View Issue Details

IDProjectCategoryView StatusLast Update
0007147Kali LinuxKali Package Bugpublic2021-12-14 22:38
Reporterduncrow Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version2021.1 
Summary0007147: curl 7.74 introduced a bug which would show time in microseconds instead of seconds.
Description

via https://daniel.haxx.se/blog/2021/02/03/curl-7-75-0-is-smaller/

Many users found out that when asking the curl tool to output timing information with -w, I accidentally made it show microseconds instead of seconds in 7.74.0! This is fixed and we’re back to the way it always was now…

Steps To Reproduce

curl 7.74
$ curl -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" -s http://bugs.kali.org -o /dev/null
Connect: 13962 TTFB: 258992 Total time: 259075

curl other than 7.74
$ curl -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" -s http://bugs.kali.org -o /dev/null
Connect: 0.130549 TTFB: 0.348584 Total time: 0.348697

Additional Information

$ lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2021.1
Codename: kali-rolling

$ dpkg --list curl
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=======================================================
ii curl 7.74.0-1.2 amd64 command line tool for transferring data with URL syntax

$ dpkg --status curl
Package: curl
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 426
Maintainer: Alessandro Ghedini <[email protected]>
Architecture: amd64
Multi-Arch: foreign
Version: 7.74.0-1.2
Depends: libc6 (>= 2.17), libcurl4 (= 7.74.0-1.2), zlib1g (>= 1:1.1.4)
Description: command line tool for transferring data with URL syntax
curl is a command line tool for transferring data with URL syntax, supporting
DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
.
curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form
based upload, proxies, cookies, user+password authentication (Basic, Digest,
NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
busload of other useful tricks.
Homepage: http://curl.haxx.se

Activities

g0tmi1k

g0tmi1k

2021-12-14 22:38

administrator   ~0015527

This report has been filed against an old version of Kali. We will be closing this ticket due to inactivity.
Please could you see if you are able to replicate this issue with the latest version of Kali Linux (https://www.kali.org/get-kali/)?
If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing, and also give information about your setup?
For more information, please read: https://www.kali.org/docs/community/submitting-issues-kali-bug-tracker/

Issue History

Date Modified Username Field Change
2021-04-22 06:38 duncrow New Issue
2021-12-14 22:38 g0tmi1k Note Added: 0015527
2021-12-14 22:38 g0tmi1k Status new => closed