Opened 8 years ago

Closed 8 years ago

#7442 closed enhancement (fixed)

curl-7.47.1

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

http://curl.haxx.se/download/curl-7.47.1.tar.lzma

http://curl.haxx.se/download/curl-7.47.1.tar.lzma.asc

http://curl.haxx.se/docs/vuln-7.47.1.html

curl 7.47.1 - Single version vulnerability summary

curl version 7.47.1 was released on February 8 2016. The following 0
security problems are known to exist in this version.

Yay - there are no published security vulnerabilities for this version!    

https://curl.haxx.se/mail/archive-2016-02/0011.html

or

http://curl.haxx.se/changes.html#7.47.1

curl-users

[RELEASE] curl and libcurl 7.47.1

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 8 Feb 2016 10:39:02 +0100 (CET)

Hi all!

I'm happy to tell you that curl and libcurl 7.47.1 have just been
released. It will most importantly fix the annoying -o issue for windows
users, but there are also a few other fixes in there while we were at
it.

This release includes the following bugfixes:

  • getredirect.c: fix variable name
  • tool_doswin: silence unused function warning [1]
  • cmake: fixed when OpenSSL enabled on Windows and schannel detected
    [2]
  • curl.1: Explain remote-name behavior if file already exists
  • tool_operate: Don't sanitize --output path (Windows) [3]
  • URLs: change all http:// URLs to https:// in documentation &
    comments
  • sasl_sspi: Fix memory leak in domain populate [4]
  • COPYING: clarify that Daniel is not the sole author
  • examples/htmltitle: Use _stricmp on Windows [5]
  • examples/asiohiper: Avoid function name collision on Windows [6]
  • idn_win32: Better error checking [7]
  • openssl: Fix signed/unsigned mismatch warning in X509V3_ext [8]
  • curl save files: check for backslashes on cygwin [9]

This release includes the following known bugs:

  • see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)

References to bug reports and discussions on issues:

  [1] = https://github.com/curl/curl/pull/616
  [2] = https://curl.haxx.se/bug/?i=617
  [3] = https://curl.haxx.se/bug/?i=624
  [4] = https://github.com/curl/curl/issues/635
  [5] = https://curl.haxx.se/mail/lib-2016-02/0017.html
  [6] = https://curl.haxx.se/mail/lib-2016-02/0016.html
  [7] = https://github.com/curl/curl/pull/637
  [8] = https://github.com/curl/curl/commit/dd1b44c#commitcomment-15913896
  [9] = https://curl.haxx.se/docs/adv_20160127B.html

-- 
  / daniel.haxx.se

Change History (2)

comment:1 by Fernando de Oliveira, 8 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16926.

Note: See TracTickets for help on using tickets.