Received: by mail.netbsd.org (Postfix, from userid 605) id 6163784E57; Thu, 29 Feb 2024 07:40:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709192450; bh=Zo9NWQV3MrZap8u2+Ys0jJ1X4BjEyBLVcT3+fv/nC1E=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=tFLDKzxE6A/bc08I+DD+tdYZd5xu47FRGKNCQ/XlxnClycvp6s+jB1czT1WCLB64r NzCNMbEy63hlJ1Dv2X3sV/n0ojVaTrVXirNOTEeBp7oNbR1WthxfYzl0ZQMPrqTyV0 8roBcbCpD5JdNbJg8mO72mVETEKThnxaDxhLut/s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 533E784D0E for ; Thu, 29 Feb 2024 07:40:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 PP_T_rI2kDNa for ; Thu, 29 Feb 2024 07:40:48 +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 B153084CF8 for ; Thu, 29 Feb 2024 07:40:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709192448; bh=Zo9NWQV3MrZap8u2+Ys0jJ1X4BjEyBLVcT3+fv/nC1E=; h=Date:From:Subject:To:Reply-To; b=X33Vf5jBXpBdCI60cnNAyqZRS4xFH4JWlDVq9t4350jf6062JjTM75wK8VJS4g5Pc wqHljYEp4v+LF1vqbFawTwaSm5HFOJCN8qoh/si35poGTb+wqzjRV9GxtqTzyhEhAa P563k0zMmFc68Nrq6oOTjTWqjzUyDMV3jlgtLuy8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A45AAFA27; Thu, 29 Feb 2024 07:40:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709192448266480" MIME-Version: 1.0 Date: Thu, 29 Feb 2024 07:40:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/orc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240229074048.A45AAFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709192448266480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Thu Feb 29 07:40:48 UTC 2024 Modified Files: pkgsrc/devel/orc: Makefile PLIST distinfo Log Message: orc: updated to 0.4.38 0.4.38 - x86: account for XSAVE when checking for AVX support, fixing usage on hardened linux kernels where AVX support has been disabled (L. E. Segovia) - neon: Use the real intrinsics for divf and sqrtf (L. E. Segovia) - orc.m4 for autotools is no longer shipped. If anyone still uses it they can copy it into their source tree (Tim-Philipp Müller) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/orc/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/orc/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/orc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709192448266480 Content-Disposition: inline Content-Length: 2235 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/orc/Makefile diff -u pkgsrc/devel/orc/Makefile:1.26 pkgsrc/devel/orc/Makefile:1.27 --- pkgsrc/devel/orc/Makefile:1.26 Wed Feb 21 11:12:01 2024 +++ pkgsrc/devel/orc/Makefile Thu Feb 29 07:40:48 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2024/02/21 11:12:01 nia Exp $ +# $NetBSD: Makefile,v 1.27 2024/02/29 07:40:48 adam Exp $ -DISTNAME= orc-0.4.37 +DISTNAME= orc-0.4.38 CATEGORIES= devel MASTER_SITES= https://gstreamer.freedesktop.org/src/orc/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/orc/PLIST diff -u pkgsrc/devel/orc/PLIST:1.16 pkgsrc/devel/orc/PLIST:1.17 --- pkgsrc/devel/orc/PLIST:1.16 Fri Feb 9 14:39:44 2024 +++ pkgsrc/devel/orc/PLIST Thu Feb 29 07:40:48 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2024/02/09 14:39:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2024/02/29 07:40:48 adam Exp $ bin/orc-bugreport bin/orcc include/orc-0.4/orc-test/orcarray.h @@ -40,10 +40,9 @@ include/orc-0.4/orc/orcx86.h include/orc-0.4/orc/orcx86insn.h lib/liborc-0.4.so lib/liborc-0.4.so.0 -lib/liborc-0.4.so.0.37.0 +lib/liborc-0.4.so.0.38.0 lib/liborc-test-0.4.so lib/liborc-test-0.4.so.0 -lib/liborc-test-0.4.so.0.37.0 +lib/liborc-test-0.4.so.0.38.0 lib/pkgconfig/orc-0.4.pc lib/pkgconfig/orc-test-0.4.pc -share/aclocal/orc.m4 Index: pkgsrc/devel/orc/distinfo diff -u pkgsrc/devel/orc/distinfo:1.27 pkgsrc/devel/orc/distinfo:1.28 --- pkgsrc/devel/orc/distinfo:1.27 Fri Feb 9 14:39:44 2024 +++ pkgsrc/devel/orc/distinfo Thu Feb 29 07:40:48 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2024/02/09 14:39:44 adam Exp $ +$NetBSD: distinfo,v 1.28 2024/02/29 07:40:48 adam Exp $ -BLAKE2s (orc-0.4.37.tar.xz) = 44451d7a205a27628868fcaac14604ec78ce795e3a3be68ba0e16448dbeb32e8 -SHA512 (orc-0.4.37.tar.xz) = 73c1e6e3bf66ceda94eb009675b0728ec844acc238959a4e741cbd6b69b7231b544fb85bb093641319d761bcfc0a9f84da864ab7bcf5dd1c263aa75f7b9d2310 -Size (orc-0.4.37.tar.xz) = 228520 bytes +BLAKE2s (orc-0.4.38.tar.xz) = 995ca5bb8da7805765e2ec9fd50cd8cd2c51bf458ddb22867aa89a225de34401 +SHA512 (orc-0.4.38.tar.xz) = 49f34be85f6980e4b5e94f848016f5788b658323f3a120110bc237722ac99938c02976efbe96022d148054330432899533305d4dd21be8fab76fd1995179339a +Size (orc-0.4.38.tar.xz) = 227152 bytes --_----------=_1709192448266480--