Received: by mail.netbsd.org (Postfix, from userid 605) id 8619484D4B; Sat, 29 Oct 2022 13:37:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B76AD84CF9 for ; Sat, 29 Oct 2022 13:37:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fhfHZakLBpTg for ; Sat, 29 Oct 2022 13:37:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 31E6584CE8 for ; Sat, 29 Oct 2022 13:37:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2F60AFA90; Sat, 29 Oct 2022 13:37:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667050634288160" MIME-Version: 1.0 Date: Sat, 29 Oct 2022 13:37:14 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/patchelf To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20221029133714.2F60AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667050634288160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat Oct 29 13:37:14 UTC 2022 Modified Files: pkgsrc/devel/patchelf: Makefile distinfo Log Message: patchelf: update to 0.16.1. 0.16.1 - This release only fixes the incorrect reported version by the 0.16.0 release 0.16.0 - Handle glibc-hwcaps on ppc64le on CentOS/RHEL/Rocky 8 for tests/replace-add-needed.sh - Add --print-os-abi and --set-os-abi options - Fix Out-of-bounds read in the function modifyRPath - Sync .note.gnu.property to PT_GNU_PROPERTY - Fix out of bounds access when increasing program header table - Rework file shifting to avoid sections crossing multiple segments To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/patchelf/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/patchelf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667050634288160 Content-Disposition: inline Content-Length: 1564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/patchelf/Makefile diff -u pkgsrc/devel/patchelf/Makefile:1.10 pkgsrc/devel/patchelf/Makefile:1.11 --- pkgsrc/devel/patchelf/Makefile:1.10 Wed Aug 17 16:14:01 2022 +++ pkgsrc/devel/patchelf/Makefile Sat Oct 29 13:37:14 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/08/17 16:14:01 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/10/29 13:37:14 fcambus Exp $ -DISTNAME= patchelf-0.15.0 +DISTNAME= patchelf-0.16.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=NixOS/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/devel/patchelf/distinfo diff -u pkgsrc/devel/patchelf/distinfo:1.11 pkgsrc/devel/patchelf/distinfo:1.12 --- pkgsrc/devel/patchelf/distinfo:1.11 Thu Jul 21 17:44:20 2022 +++ pkgsrc/devel/patchelf/distinfo Sat Oct 29 13:37:14 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/07/21 17:44:20 fcambus Exp $ +$NetBSD: distinfo,v 1.12 2022/10/29 13:37:14 fcambus Exp $ -BLAKE2s (patchelf-0.15.0.tar.bz2) = f299f9908eca0cc6cd496d33535bb2f8217b7efa41f35e0bf73e4a26743e55e1 -SHA512 (patchelf-0.15.0.tar.bz2) = 4cef7479b2b04255ea072792ddeb026787128c0146c0bb584127bd2bccd4973bfe57ad426985700323d3bc8132567216979e48dc14bd87f21b1cfc437c37bc73 -Size (patchelf-0.15.0.tar.bz2) = 182809 bytes +BLAKE2s (patchelf-0.16.1.tar.bz2) = bbf83f538d8d76974f005c95bf4f4604a5a1b0f50f7fb3acb1159a63e383fd76 +SHA512 (patchelf-0.16.1.tar.bz2) = f7b1cef8dd565b13a0dd2b4af9f79937e2c722c78b4d1ff9e37cec7809273bcadb226acca4b45f8741dad39c310f4178f39ed447a7c404e7f47a8588f5a0b7ad +Size (patchelf-0.16.1.tar.bz2) = 189517 bytes --_----------=_1667050634288160--