Received: by mail.netbsd.org (Postfix, from userid 605) id E780B84DF0; Sat, 13 Jun 2020 17:43:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6EE1D84DEB for ; Sat, 13 Jun 2020 17:43:40 +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 tdk732nzv6sC for ; Sat, 13 Jun 2020 17:43:40 +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 E713284D72 for ; Sat, 13 Jun 2020 17:43:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4B60FB27; Sat, 13 Jun 2020 17:43:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592070219247610" MIME-Version: 1.0 Date: Sat, 13 Jun 2020 17:43:39 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/snd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200613174339.E4B60FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592070219247610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jun 13 17:43:39 UTC 2020 Modified Files: pkgsrc/audio/snd: Makefile distinfo Log Message: snd: Update to 20.4 Snd 20.4: s7: added s7_scheme* argument to s7_is_eqv, and all the s7_set_*_function calls that set optimizer functions (the preceding calls were, sadly, not thread-safe). libarb_s7.c: a multiprecision library paralleling GSL. Requires libflint. Only in the gmp version of s7. checked: ubuntu 20.04, sbcl-2.0.4, FC 32, gsl 2.6, Ruby 2.7, gcc/clang 10 Thanks!: Elijah, Woody Douglass, Ian Duncan, Kjetil Matheussen To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 pkgsrc/audio/snd/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/snd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592070219247610 Content-Disposition: inline Content-Length: 1578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/snd/Makefile diff -u pkgsrc/audio/snd/Makefile:1.101 pkgsrc/audio/snd/Makefile:1.102 --- pkgsrc/audio/snd/Makefile:1.101 Mon May 18 10:59:35 2020 +++ pkgsrc/audio/snd/Makefile Sat Jun 13 17:43:39 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.101 2020/05/18 10:59:35 nia Exp $ +# $NetBSD: Makefile,v 1.102 2020/06/13 17:43:39 nia Exp $ -DISTNAME= snd-20.3 +DISTNAME= snd-20.4 CATEGORIES= audio MASTER_SITES= https://ccrma.stanford.edu/software/snd/ Index: pkgsrc/audio/snd/distinfo diff -u pkgsrc/audio/snd/distinfo:1.24 pkgsrc/audio/snd/distinfo:1.25 --- pkgsrc/audio/snd/distinfo:1.24 Mon May 18 10:59:35 2020 +++ pkgsrc/audio/snd/distinfo Sat Jun 13 17:43:39 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2020/05/18 10:59:35 nia Exp $ +$NetBSD: distinfo,v 1.25 2020/06/13 17:43:39 nia Exp $ -SHA1 (snd-20.3.tar.gz) = ad20a59f1fe8c06fe6df8bb631e11c850c01e9a5 -RMD160 (snd-20.3.tar.gz) = f6ab67f25aca5bea41944cac60baf09b4e1e6837 -SHA512 (snd-20.3.tar.gz) = e55794bfc5ff078cb697681f84de91b7f65f8b848ecc552a495e0943632f097c66c0332526c51bd785a0a86f79495598a5f0079333dcd752d99217db0fc59772 -Size (snd-20.3.tar.gz) = 15510112 bytes +SHA1 (snd-20.4.tar.gz) = 0aa71e1b2f4dd2bc85e1f640491d2d0096251b2e +RMD160 (snd-20.4.tar.gz) = e1b7127b889d87a29c81c903740cd26c18e273a8 +SHA512 (snd-20.4.tar.gz) = 2efcbff6ede800e38d473915dbd103f6943e50f21cad96a519799baf8d3d6063ec2117ec8dcc351f73171f8a84fc92a93381fc1f45d3cc8902fc2c41c1b68945 +Size (snd-20.4.tar.gz) = 15534056 bytes SHA1 (patch-audio.c) = 13d4a78b2512c299c0cc0268ef4399abe015c880 --_----------=_1592070219247610--