pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/flashrom



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Feb 20 14:50:07 UTC 2020

Modified Files:
        pkgsrc/sysutils/flashrom: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/flashrom/Makefile \
    pkgsrc/sysutils/flashrom/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/flashrom/Makefile
diff -u pkgsrc/sysutils/flashrom/Makefile:1.12 pkgsrc/sysutils/flashrom/Makefile:1.13
--- pkgsrc/sysutils/flashrom/Makefile:1.12      Mon Nov  4 21:28:45 2019
+++ pkgsrc/sysutils/flashrom/Makefile   Thu Feb 20 14:50:07 2020
@@ -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/
Index: pkgsrc/sysutils/flashrom/distinfo
diff -u pkgsrc/sysutils/flashrom/distinfo:1.12 pkgsrc/sysutils/flashrom/distinfo:1.13
--- pkgsrc/sysutils/flashrom/distinfo:1.12      Thu Jul 11 17:04:04 2019
+++ pkgsrc/sysutils/flashrom/distinfo   Thu Feb 20 14:50:07 2020
@@ -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