From patchwork Wed Apr 14 11:57:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4160 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FL1Dh5YmHz44QV for ; Wed, 14 Apr 2021 11:57:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FL1Dh31Qbz1hN; Wed, 14 Apr 2021 11:57:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FL1Dh2Rv0z2xbB; Wed, 14 Apr 2021 11:57:24 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FL1Df3F2Kz2xbB for ; Wed, 14 Apr 2021 11:57:22 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FL1Dd6pNWz1fq; Wed, 14 Apr 2021 11:57:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1618401442; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+N6Ffx3nicywye5ahUWznqf2N36qQMsOzYa3RRi5iL4=; b=4OutuIbtg01gGsI7HBT2vu1ceM2xI4jnYMIuIxpLFNn0q8A1h83CXpvAO2wE0qOKmeCd0o 22Cgm/mtjt/jBOCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1618401442; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+N6Ffx3nicywye5ahUWznqf2N36qQMsOzYa3RRi5iL4=; b=qPm+WI76NssFruh+9GDPm6aMDoE0EJGoH0pAaxX1UGaEf4xxy+EQWF6g1bPS7op1+GMcYD ze16NRNN2OOgGkgsbUd8EoCjM1sNHD2P0tKfBme0VljkYzU/e2/8HiLA6MacD1Wj1M5c4W Kv26ci+gjDOz+KEg6cXSosYNJkR36117LaAQYEPh/rwRKXDwMYF/meCd+HPcaopnqxKJm8 +Xq4VYYT3ie2Gt/BPRN+XCkl1PUhE1+cHkgV/n7eh7N1HpppTGR23CbYFRM/KdRxoqSdHg 3/U0YI+yn/V5ME/Sskb68Y89RraLHZ+zoa2UKn+I+TRUJOwOkpZ3HlTBpN6UsA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libxcrypt: Update to 4.4.19 Date: Wed, 14 Apr 2021 13:57:19 +0200 Message-Id: <20210414115719.3669391-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 4.4.17 to 4.4.19 - Update of rootfile not needed - Changelog libxcrypt NEWS -- history of user-visible changes. Version 4.4.19 * Improve fallback implementation of explicit_bzero. * Add glibc-on-CSKY, ARC, and RISCV-32 entries to libcrypt.minver. These were added in GNU libc 2.29, 2.32, and 2.33 respectively (issue #122). * Do not build xcrypt.h if we’re not going to install it. * Do not apply --enable-obsolete-api-enosys mode to fcrypt. * Compilation fix for NetBSD. NetBSD’s declares encrypt and setkey to return int, contrary to POSIX (which says they return void). Rename those declarations out of the way with macros. * Compilation fixes for building with GCC 11. Basically fixes for explicit type-casting. * Force update of existing symlinks during installation (issue #120). Version 4.4.18 * Fix compilation errors on (Free)BSD (issue #110). * Fix conversion error in lib/alg-gost3411-core.c, which is seen by some sensitive compilers. * Convert build scripts to Perl. The minimum version of Perl required is 5.14. Signed-off-by: Adolf Belka --- lfs/libxcrypt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libxcrypt b/lfs/libxcrypt index 8fb937c9b..c452034c9 100644 --- a/lfs/libxcrypt +++ b/lfs/libxcrypt @@ -24,7 +24,7 @@ include Config -VER = 4.4.17 +VER = 4.4.19 THISAPP = libxcrypt-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 12118d098ead971f9a8377cacfdd0da7 +$(DL_FILE)_MD5 = a088bd62745b1e29a9318eb5a44c09f7 install : $(TARGET)