Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D8F884D93 for ; Mon, 28 Aug 2023 15:09:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mN5la_x6x0PP for ; Mon, 28 Aug 2023 15:09:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8088984D0C for ; Mon, 28 Aug 2023 15:09:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6EF62FBDB; Mon, 28 Aug 2023 15:09:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693235373229200" MIME-Version: 1.0 Date: Mon, 28 Aug 2023 15:09:33 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230828150933.6EF62FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693235373229200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Aug 28 15:09:33 UTC 2023 Modified Files: pkgsrc/devel/binutils: Makefile pkgsrc/devel/mold: Makefile pkgsrc/devel/patchelf: Makefile pkgsrc/devel/pax-utils: Makefile Log Message: *: reset MAINTAINER to pkgsrc-users@NetBSD.org. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 pkgsrc/devel/binutils/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/mold/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/patchelf/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/pax-utils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693235373229200 Content-Disposition: inline Content-Length: 2949 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/binutils/Makefile diff -u pkgsrc/devel/binutils/Makefile:1.112 pkgsrc/devel/binutils/Makefile:1.113 --- pkgsrc/devel/binutils/Makefile:1.112 Mon Jul 31 14:08:34 2023 +++ pkgsrc/devel/binutils/Makefile Mon Aug 28 15:09:33 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.112 2023/07/31 14:08:34 fcambus Exp $ +# $NetBSD: Makefile,v 1.113 2023/08/28 15:09:33 fcambus Exp $ DISTNAME= binutils-2.41 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.gnu.org/software/binutils/ COMMENT= GNU binary utilities LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 Index: pkgsrc/devel/mold/Makefile diff -u pkgsrc/devel/mold/Makefile:1.34 pkgsrc/devel/mold/Makefile:1.35 --- pkgsrc/devel/mold/Makefile:1.34 Tue Aug 15 17:32:22 2023 +++ pkgsrc/devel/mold/Makefile Mon Aug 28 15:09:33 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.34 2023/08/15 17:32:22 fcambus Exp $ +# $NetBSD: Makefile,v 1.35 2023/08/28 15:09:33 fcambus Exp $ DISTNAME= mold-2.1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=rui314/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/rui314/mold/ COMMENT= High performance drop-in replacement for existing Unix linkers LICENSE= mit Index: pkgsrc/devel/patchelf/Makefile diff -u pkgsrc/devel/patchelf/Makefile:1.16 pkgsrc/devel/patchelf/Makefile:1.17 --- pkgsrc/devel/patchelf/Makefile:1.16 Sun Apr 30 10:48:23 2023 +++ pkgsrc/devel/patchelf/Makefile Mon Aug 28 15:09:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2023/04/30 10:48:23 fcambus Exp $ +# $NetBSD: Makefile,v 1.17 2023/08/28 15:09:32 fcambus Exp $ DISTNAME= patchelf-0.18.0 CATEGORIES= devel @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=NixO GITHUB_RELEASE= ${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/NixOS/patchelf COMMENT= Modify the dynamic linker and RPATH of ELF binaries LICENSE= gnu-gpl-v3 Index: pkgsrc/devel/pax-utils/Makefile diff -u pkgsrc/devel/pax-utils/Makefile:1.9 pkgsrc/devel/pax-utils/Makefile:1.10 --- pkgsrc/devel/pax-utils/Makefile:1.9 Thu Feb 9 17:14:35 2023 +++ pkgsrc/devel/pax-utils/Makefile Mon Aug 28 15:09:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2023/02/09 17:14:35 fcambus Exp $ +# $NetBSD: Makefile,v 1.10 2023/08/28 15:09:32 fcambus Exp $ DISTNAME= pax-utils-1.3.7 PKGREVISION= 2 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= https://dev.gentoo.org/~sam/distfiles/app-misc/pax-utils/ EXTRACT_SUFX= .tar.xz -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities COMMENT= ELF related utils for ELF 32/64 binaries LICENSE= gnu-gpl-v2 --_----------=_1693235373229200--