pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/flashrom flashrom: Update to 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65b9cc7ea15e
branches:  trunk
changeset: 411794:65b9cc7ea15e
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Feb 20 14:50:07 2020 +0000

description:
flashrom: Update to 1.2

This release was rushed a bit so that we have a release that includes
numerous build fixes that have been merged since v1.1. Fedora's build
system started to encounter compilation issues that needed to be
addressed for their upcoming release, so that became our canary in the
coal mine this time around.

Other highlights:
- Meson support (hello fwupd!)
- Layout improvements/fixes and many, many code cleanups.
- New chips: MX25U25635F, MX25L51245G, GD25Q256D, M95M02-A125,
N25Q/MT25Q variants, W25Q128JW_DTR, AT25SF321, S25FL512S
- New programmers: National Instruments USB-845x, Tin Can Tools
Flyswatter/Flyswatter 2, STLINK V3, more Intel PCHs (Apollo Lake,
Cannon Lake variants, Ice Lake U)
- Reduced dependency on libusb0
- Syntax: Added --flash-name and --flash-size arguments to print
information about the flash chip

Please report issues, and as always thanks to all who have contributed.

diffstat:

 sysutils/flashrom/Makefile |   5 ++---
 sysutils/flashrom/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 4f0c477e8779 -r 65b9cc7ea15e sysutils/flashrom/Makefile
--- a/sysutils/flashrom/Makefile        Thu Feb 20 14:48:26 2020 +0000
+++ b/sysutils/flashrom/Makefile        Thu Feb 20 14:50:07 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/11/04 21:28:45 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.13 2020/02/20 14:50:07 nia Exp $
 
-DISTNAME=      flashrom-v1.1
+DISTNAME=      flashrom-v1.2
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    sysutils
 MASTER_SITES=  https://download.flashrom.org/releases/
diff -r 4f0c477e8779 -r 65b9cc7ea15e sysutils/flashrom/distinfo
--- a/sysutils/flashrom/distinfo        Thu Feb 20 14:48:26 2020 +0000
+++ b/sysutils/flashrom/distinfo        Thu Feb 20 14:50:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/07/11 17:04:04 nia Exp $
+$NetBSD: distinfo,v 1.13 2020/02/20 14:50:07 nia Exp $
 
-SHA1 (flashrom-v1.1.tar.bz2) = 05d027c604b6203d80f2eb6d245f9c79a7bef2b6
-RMD160 (flashrom-v1.1.tar.bz2) = 0047dd7e247b1794bec46fbe49cb2a3139ec955f
-SHA512 (flashrom-v1.1.tar.bz2) = 8cb75a7223490fa9dbd65a85d24a87beab68ee03120891a3d8ebf4e8bc3d2a2ee640e254ccff657eaf5175e6c2477288337369fa1b1dac110a0903b0c95c1e56
-Size (flashrom-v1.1.tar.bz2) = 348458 bytes
+SHA1 (flashrom-v1.2.tar.bz2) = 4e863c865a8204639add9532b4c8913db46a6501
+RMD160 (flashrom-v1.2.tar.bz2) = 6b6f4850eee46523c4571dc0a1a91db9af35410e
+SHA512 (flashrom-v1.2.tar.bz2) = 8e01395a54d0d1344bc55e7e4975f43bb8e59ebe83fb5f2766d14f76756d718b487254ce9a19ef4093aed04fb9d40fff5fe8f709b18c512f6e6fad894f83d7b8
+Size (flashrom-v1.2.tar.bz2) = 366995 bytes



Home | Main Index | Thread Index | Old Index