FS#78205 - [curl] reports Release-Date: [unreleased]

Attached to Project: Arch Linux
Opened by Phil H (pheiduck) - Saturday, 15 April 2023, 08:23 GMT
Last edited by Christian Hesse (eworm) - Sunday, 16 April 2023, 19:52 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
curl -V or curl --version reports Release-Date: [unreleased]

$ curl -V
curl 8.0.1 (armv7l-unknown-linux-gnueabihf) libcurl/8.0.1 OpenSSL/3.0.8 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) libssh2/1.10.0 nghttp2/1.52.0
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd

That will reflect if it was not built against tag version or tarball.

Additional info:
* 8.0.1

Steps to reproduce:

curl -V
or
curl --version
see Release-Date:
This task depends upon

Closed by  Christian Hesse (eworm)
Sunday, 16 April 2023, 19:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  in svn
Comment by Toolybird (Toolybird) - Saturday, 15 April 2023, 22:17 GMT
This is expected when not building from a tarball. Not seeing this as something to worry about. The important version number is there.
Comment by Phil H (pheiduck) - Sunday, 16 April 2023, 08:22 GMT
I found this: https://github.com/curl/curl/discussions/10824
If I understand it right,
if it is build from master or specific commit it does not include all things which are in tarball?
Comment by Christian Hesse (eworm) - Sunday, 16 April 2023, 19:52 GMT
Correct.

I committed a change to get the date from tagged commit. Guess that's fine for us...
The change will be in next package.

Loading...