Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5CAB384F04 for ; Tue, 17 Oct 2023 02:16:51 +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 r3LTaxBZWg33 for ; Tue, 17 Oct 2023 02:16:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CE75084C86 for ; Tue, 17 Oct 2023 02:16:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7B4AFADC; Tue, 17 Oct 2023 02:16:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169750901048490" MIME-Version: 1.0 Date: Tue, 17 Oct 2023 02:16:50 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/libatomic To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231017021650.C7B4AFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169750901048490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Oct 17 02:16:50 UTC 2023 Modified Files: pkgsrc/devel/libatomic: Makefile distinfo Log Message: libatomic: update to 13.2.0 This has one libatomic-related change: 104338 RISC-V: Subword atomics result in library calls To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libatomic/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libatomic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169750901048490 Content-Disposition: inline Content-Length: 1776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libatomic/Makefile diff -u pkgsrc/devel/libatomic/Makefile:1.11 pkgsrc/devel/libatomic/Makefile:1.12 --- pkgsrc/devel/libatomic/Makefile:1.11 Wed Jul 19 14:50:44 2023 +++ pkgsrc/devel/libatomic/Makefile Tue Oct 17 02:16:50 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2023/07/19 14:50:44 nia Exp $ +# $NetBSD: Makefile,v 1.12 2023/10/17 02:16:50 gutteridge Exp $ -DISTNAME= gcc-13.1.0 +DISTNAME= gcc-13.2.0 PKGNAME= ${DISTNAME:S/gcc/libatomic/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gcc/${DISTNAME}/} Index: pkgsrc/devel/libatomic/distinfo diff -u pkgsrc/devel/libatomic/distinfo:1.10 pkgsrc/devel/libatomic/distinfo:1.11 --- pkgsrc/devel/libatomic/distinfo:1.10 Sun May 7 10:08:48 2023 +++ pkgsrc/devel/libatomic/distinfo Tue Oct 17 02:16:50 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2023/05/07 10:08:48 wiz Exp $ +$NetBSD: distinfo,v 1.11 2023/10/17 02:16:50 gutteridge Exp $ -BLAKE2s (gcc-13.1.0.tar.xz) = fea51ae6811529deae1ee8159444a15dbff3db4320cb7f42b1a42b5c243eb9dd -SHA512 (gcc-13.1.0.tar.xz) = 6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33 -Size (gcc-13.1.0.tar.xz) = 87451196 bytes +BLAKE2s (gcc-13.2.0.tar.xz) = 89847ac474d00cde32fbcae20154f8aedff9c66158faf95ad7a78cc9a190d4c4 +SHA512 (gcc-13.2.0.tar.xz) = d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2 +Size (gcc-13.2.0.tar.xz) = 87858592 bytes SHA1 (patch-gcc_config_nvptx_gen-opt.sh) = 194d39d95354dd83d2182bbca0ad77b94902faac SHA1 (patch-gcc_configure) = 5519993521040b70d3e7c33d4f7a5d2a15436410 SHA1 (patch-libatomic_configure) = 9ca952bc6e48dc37dd79d3fb050194de460f0898 --_----------=_169750901048490--