Received: by mail.netbsd.org (Postfix, from userid 605) id 4432B84DAF; Wed, 10 Jun 2020 02:29:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF10784D3F for ; Wed, 10 Jun 2020 02:29:45 +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 vbgPbY12zi3Q for ; Wed, 10 Jun 2020 02:29:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2DDE384D21 for ; Wed, 10 Jun 2020 02:29:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26CBAFB27; Wed, 10 Jun 2020 02:29:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159175618511570" MIME-Version: 1.0 Date: Wed, 10 Jun 2020 02:29:45 +0000 From: "SAITOH Masanobu" Subject: CVS commit: pkgsrc/sysutils/intel-microcode-netbsd To: pkgsrc-changes@NetBSD.org Reply-To: msaitoh@netbsd.org X-Mailer: log_accum Message-Id: <20200610022945.26CBAFB27@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. --_----------=_159175618511570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: msaitoh Date: Wed Jun 10 02:29:45 UTC 2020 Modified Files: pkgsrc/sysutils/intel-microcode-netbsd: Makefile distinfo Log Message: Update intel-microcode-netbsd to 20200609. == 20200609 Release == -- Updates upon 20200520 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- new platforms ---------------------------------------- ---- updated platforms ------------------------------------ HSW C0 6-3c-3/32 00000027->00000028 Core Gen4 BDW-U/Y E0/F0 6-3d-4/c0 0000002e->0000002f Core Gen5 HSW-U C0/D0 6-45-1/72 00000025->00000026 Core Gen4 HSW-H C0 6-46-1/32 0000001b->0000001c Core Gen4 BDW-H/E3 E0/G0 6-47-1/22 00000021->00000022 Core Gen5 SKL-U/Y D0 6-4e-3/c0 000000d6->000000dc Core Gen6 Mobile SKL-U23e K1 6-4e-3/c0 000000d6->000000dc Core Gen6 Mobile SKX-SP B1 6-55-3/97 01000151->01000157 Xeon Scalable SKX-SP H0/M0/U0 6-55-4/b7 02000065->02006906 Xeon Scalable SKX-D M1 6-55-4/b7 02000065->02006906 Xeon D-21xx CLX-SP B0 6-55-6/bf 0400002c->04002f01 Xeon Scalable Gen2 CLX-SP B1 6-55-7/bf 0500002c->05002f01 Xeon Scalable Gen2 SKL-H/S R0/N0 6-5e-3/36 000000d6->000000dc Core Gen6; Xeon E3 v5 AML-Y22 H0 6-8e-9/10 000000ca->000000d6 Core Gen8 Mobile KBL-U/Y H0 6-8e-9/c0 000000ca->000000d6 Core Gen7 Mobile CFL-U43e D0 6-8e-a/c0 000000ca->000000d6 Core Gen8 Mobile WHL-U W0 6-8e-b/d0 000000ca->000000d6 Core Gen8 Mobile AML-Y42 V0 6-8e-c/94 000000ca->000000d6 Core Gen10 Mobile CML-Y42 V0 6-8e-c/94 000000ca->000000d6 Core Gen10 Mobile WHL-U V0 6-8e-c/94 000000ca->000000d6 Core Gen8 Mobile KBL-G/H/S/E3 B0 6-9e-9/2a 000000ca->000000d6 Core Gen7; Xeon E3 v6 CFL-H/S/E3 U0 6-9e-a/22 000000ca->000000d6 Core Gen8 Desktop, Mobile, Xeon E CFL-S B0 6-9e-b/02 000000ca->000000d6 Core Gen8 CFL-H/S P0 6-9e-c/22 000000ca->000000d6 Core Gen9 CFL-H R0 6-9e-d/22 000000ca->000000d6 Core Gen9 Mobile ---- removed platforms ------------------------------------ To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/intel-microcode-netbsd/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/intel-microcode-netbsd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159175618511570 Content-Disposition: inline Content-Length: 1837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/intel-microcode-netbsd/Makefile diff -u pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.38 pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.39 --- pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.38 Mon Jun 1 15:34:40 2020 +++ pkgsrc/sysutils/intel-microcode-netbsd/Makefile Wed Jun 10 02:29:44 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2020/06/01 15:34:40 msaitoh Exp $ +# $NetBSD: Makefile,v 1.39 2020/06/10 02:29:44 msaitoh Exp $ -VERSION= 20200520 +VERSION= 20200609 DISTNAME= microcode-${VERSION} PKGNAME= intel-microcode-netbsd-${VERSION} CATEGORIES= sysutils Index: pkgsrc/sysutils/intel-microcode-netbsd/distinfo diff -u pkgsrc/sysutils/intel-microcode-netbsd/distinfo:1.30 pkgsrc/sysutils/intel-microcode-netbsd/distinfo:1.31 --- pkgsrc/sysutils/intel-microcode-netbsd/distinfo:1.30 Mon Jun 1 15:34:40 2020 +++ pkgsrc/sysutils/intel-microcode-netbsd/distinfo Wed Jun 10 02:29:44 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2020/06/01 15:34:40 msaitoh Exp $ +$NetBSD: distinfo,v 1.31 2020/06/10 02:29:44 msaitoh Exp $ -SHA1 (microcode-20200520.tar.gz) = 4e6d6f1c8f0bb0021f89c1e35ab2c6776d576ef9 -RMD160 (microcode-20200520.tar.gz) = b1dbfc49029930eccf8c1ef33dc0705047e42aba -SHA512 (microcode-20200520.tar.gz) = 39e434406a0e855da911a4259691b9f60f4d205d8f0fbf47564a811c6317919fb7458ddf38a3a7922a3d06373a31f55e72069561c5d57e213702e2005579cf12 -Size (microcode-20200520.tar.gz) = 3002980 bytes +SHA1 (microcode-20200609.tar.gz) = c2a433c1f68c2dc5b752bd7dddf204ea89ad5761 +RMD160 (microcode-20200609.tar.gz) = 004558a339ea6071daba0fcc71fa32fa2a061997 +SHA512 (microcode-20200609.tar.gz) = bfcaaea2811214b79445d632e256cd35af82d62f748799d47f7bc2490c5a6fd53f020bcaa3331a96b54c91ded1d17dfd9946b40174694b9a7ad17810f58293ae +Size (microcode-20200609.tar.gz) = 3043809 bytes --_----------=_159175618511570--