aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-02-05 20:19:28 -0500
committerMark H Weaver <mhw@netris.org>2020-02-05 20:19:28 -0500
commit5d0d21dc3a13f491007029c850b831e8b650cad5 (patch)
treed104274e874e894c07b276e0c8677cd1ab16f7a1 /gnu
parent7abac36258667b99813bedac8343154da047560b (diff)
downloadguix-5d0d21dc3a13f491007029c850b831e8b650cad5.tar.gz
guix-5d0d21dc3a13f491007029c850b831e8b650cad5.zip
gnu: linux-libre@4.14: Update to 4.14.170.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.170. (linux-libre-4.14-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 10f109afdb..b2a4c8d132 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -375,10 +375,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
-(define-public linux-libre-4.14-version "4.14.169")
+(define-public linux-libre-4.14-version "4.14.170")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "0jc24zvqz3vsv65xxcivzkj6nv27vsy62l50n2h1ysy5jdwsk3nq")))
+ (hash (base32 "1hqp3spi4cqgkqkzx5g2nbp6isz0kdcsj56ilsp6siqiglj662ll")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))
15:43:33 +0300'>2016-07-24gnu: iniparser: Update to 4.0....Efraim Flashner 2016-07-10gnu: ldb: Update to 1.1.26....Efraim Flashner 2016-07-10gnu: tevent: Update to 0.9.28....Efraim Flashner 2016-07-10gnu: talloc: Update to 2.1.7....Efraim Flashner 2016-07-10gnu: samba: Update to 4.3.11 [fixes CVE-2016-2119]....Efraim Flashner 2016-04-12gnu: samba: Update to 4.3.8....Leo Famulari 2016-03-12gnu: samba: Update to 4.3.6 [fixes CVE-2015-7560, CVE-2016-0771]....Efraim Flashner 2016-01-03gnu: samba: Update to 4.3.3....Leo Famulari 2016-01-03gnu: ldb: Update to 1.1.24....Leo Famulari 2015-12-18gnu: samba: Update to 4.3.2....宋文武 2015-12-18gnu: Add ldb....宋文武 2015-12-18gnu: Add tevent....宋文武 2015-12-18gnu: talloc: Update to 2.1.5....宋文武 2015-12-18gnu: talloc: Use 'modify-phases' syntax....宋文武