From patchwork Thu Nov 30 11:57:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7371 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Sgvnd0F6mz3wtp for ; Thu, 30 Nov 2023 11:57:25 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SgvnZ0Pxmz1Xw; Thu, 30 Nov 2023 11:57:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SgvnY2ByTz30RW; Thu, 30 Nov 2023 11:57:21 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SgvnV2zXwz2x9l for ; Thu, 30 Nov 2023 11:57:18 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SgvnT4JgHz1FC; Thu, 30 Nov 2023 11:57:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701345437; 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=bek2DlOvgtoqgX0we25IDQ6TqvaZDmAPUE8SKYUo4VI=; b=ixsHZt0jqtABh4RTbIoK/ZfgWxV7s01VS7BW+rMGYyT/npfYHn1fHU/n9aSXd7HnfLFUqu aZadszDqdcK1sPBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701345437; 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=bek2DlOvgtoqgX0we25IDQ6TqvaZDmAPUE8SKYUo4VI=; b=qaE1Kyu11Jm89EIWCTR5sCsbyVX59m6m3vIfoM9fvCha89gp/9ebMNTwyvr55ycQaNUy99 ipPaFgDvnj9wk3JCoxk6GSZuSaXVBFJApIV7Gh7FVyeyi0jr0jofySKpZqSn3cF8IP5AKm ncielEp5EcaIx6J+tz1T4XtQRY86jWYfweHBeD8M2kgLf/FRi3/mSNtG9W3AcOQu0zFQ2l aXYvokg/UNWpRjANYHRx67asg5+J/uVOVSjzYH2EyFQ0EGbQ7iSLGePbIs8klsjyiJsP6H SvDR9exkJoz/OLngOl/drxI6pA4xDIphDfEkKYDaWym60bMwFKJ1wxuICqGHGg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] patchelf: Update to version 0.18.0 Date: Thu, 30 Nov 2023 12:57:13 +0100 Message-ID: <20231130115713.10566-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 2ETEEZFYCCAFFTUXW3GV3F2K3BR6YT3K X-Message-ID-Hash: 2ETEEZFYCCAFFTUXW3GV3F2K3BR6YT3K X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 0.17.2 to 0.18.0 - Changelog 0.18.0 Add options to print, clear and set executable stack state by @cgzones in #456 Modernizations and strictness improvements by @cgzones in #464 Add feature to rename dynamic symbols by @brenoguim in #459 Adjust roundUp for 0 as input by @cgzones in #466 Avoid overlapping program header table with section header table #457 by @brenoguim in #460 Other switches might set changed as true. Use extraStrings size. #416 by @brenoguim in #473 Use the largest segment alignment for libraries requiring non-standard alignments #474 by @brenoguim in #475 Add one extra page to avoid overlapping with next page if its rounded… by @brenoguim in #469 Add zsh completion by @Freed-Wu in #490 Do not let modifyRPath taint shared strings in strtab. Fix #315 by @brenoguim in #481 Resize segment mapping rewritten sections if needed #482 by @brenoguim in #485 Signed-off-by: Adolf Belka --- patchelf/patchelf.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchelf/patchelf.nm b/patchelf/patchelf.nm index f33c5721f..a86e22ce0 100644 --- a/patchelf/patchelf.nm +++ b/patchelf/patchelf.nm @@ -4,8 +4,8 @@ ############################################################################### name = patchelf -version = 0.17.2 -release = 2 +version = 0.18.0 +release = 1 groups = Development/Tools url = http://nixos.org/patchelf.html