From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54107 invoked by alias); 1 Sep 2017 20:05:28 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 42606 invoked by uid 89); 1 Sep 2017 18:59:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,MISSING_MID,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=HAuthentication-Results:cygwin.com, H*Ad:U*cygwin-announce, HTo:U*cygwin-announce X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 988F2285B5 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 988F2285B5 X-Mailbox-Line: From cygwin-announce-crypt-2.0-1 Fri Sep 01 13:54:45 2017 From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Fri, 01 Sep 2017 20:05:00 -0000 Subject: crypt 2.0-1 X-SW-Source: 2017-09/txt/msg00004.txt.bz2 Message-ID: <20170901200500.o5btZh2o_fClLefMw24AJ3Ay4MLXV_cfKE5fjrql1Os@z> The following packages have been uploaded to the Cygwin distribution: * libcrypt0-2.0-1 * libcrypt-devel-2.0-1 * mingw64-i686-crypt-2.0-1 * mingw64-x86_64-crypt-2.0-1 This packages provides a library which exports the functions crypt(3), crypt_r(3), encrypt(3), and setkey(3). The created passwords are 100% identical to those created by the Linux crypt(3). This release is a completely new implementation based on musl's. It adds the reentrant crypt_r function, as well as support for MD5, Blowfish, SHA-256, and SHA-512 ciphers as on other systems: http://man7.org/linux/man-pages/man3/crypt.3.html The crypt.exe binary was removed as it was non-standard and intended for use on Windows 9x systems. -- Yaakov