public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
From: Dr. Volker Zell <dr.volker.zell@oracle.com>
To: cygwin-announce@cygwin.com
Subject: Updated: {nettle/libnettle4/libhogweed2/libnettle-devel}-2.7.1-1: A cryptographic library that is designed to fit easily in more or less any context
Date: Sun, 13 Mar 2016 14:18:00 -0000	[thread overview]
Message-ID: <vrivshzubhbo.fsf@leila.volkerzell.de> (raw)

Hi

New versions of 'nettle/libnettle4/libhogweed2/libnettle-devel' have been uploaded to a server near you.

 o Build for cygwin 2.4.1-1 with gcc-5.3.0-3
 o Update to 2.7.1
 o Fix for CVEs, see https://cygwin.com/ml/cygwin-apps/2016-03/msg00000.html


nettle NEWS:
============
  
	* Fixed a bug in the new ECC code. The ecc_j_to_a function
	  called GMP:s mpn_mul_n (via ecc_modp_mul) with overlapping
	  input and output arguments, which is not supported.

	* The assembly files for SHA1, SHA256 and AES depend on ARMv6
          instructions, breaking nettle-2.7 for pre-v6 ARM processors.
          The configure script now enables those assembly files only
          when building for ARMv6 or later.
	  
	* Use a more portable C expression for rotations. The
	  previous version used the following "standard" expression
	  for 32-bit rotation:

	    (x << n) | (x >> (32 - n))

	  But this gives undefined behavior (according to the C
	  specification) for n = 0. The rotate expression is replaced
	  by the more portable:

	    (x << n) | (x >> ((-n)&31))

	  This change affects only CAST128, which uses non-constant
	  rotation counts. Unfortunately, the new expression is poorly
	  optimized by released versions of gcc, making CAST128 a bit
	  slower. This is being fixed by the gcc hackers, see
	  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57157.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
================================


If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com <at> cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

                 reply	other threads:[~2016-03-13 14:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vrivshzubhbo.fsf@leila.volkerzell.de \
    --to=dr.volker.zell@oracle.com \
    --cc=cygwin-announce@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).