This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via f8e0e85d2ef1231aec962604ea5a9d5814cba293 (commit) via cc62cff43fc8bfba762fce51e48c18a0ceca3e0d (commit) from 1deb76d7fba31f1a547cd83a5ef99862a02f9f6c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f8e0e85d2ef1231aec962604ea5a9d5814cba293 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jan 7 11:39:08 2021 +0000
flashrom: Update to 1.2
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit cc62cff43fc8bfba762fce51e48c18a0ceca3e0d Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jan 7 11:37:01 2021 +0000
firmware-update: It is 2021
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/firmware-update | 4 ++-- lfs/flashrom | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/firmware-update b/lfs/firmware-update index fb161d457..bce9c4404 100644 --- a/lfs/firmware-update +++ b/lfs/firmware-update @@ -24,7 +24,7 @@
include Config
-VER = 20200107 +VER = 20210107
THISAPP = firmware-update-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d05dc661215706ae85efc8568819c6b6 +$(DL_FILE)_MD5 = 581d8b5784c3ebbc335ae034fd70c5a6
install : $(TARGET)
diff --git a/lfs/flashrom b/lfs/flashrom index d3ae0a487..0ae4cb3cc 100644 --- a/lfs/flashrom +++ b/lfs/flashrom @@ -24,7 +24,7 @@
include Config
-VER = 1.0.1 +VER = 1.2
THISAPP = flashrom-v$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = flashrom -PAK_VER = 1 +PAK_VER = 2
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 6a108a81db229016abd7f5397da39255 +$(DL_FILE)_MD5 = 7f8e4b87087eb12ecee0fcc5445b4956
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree