aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-04-21 22:29:39 +0200
committerLudovic Courtès <ludo@gnu.org>2023-04-21 23:01:18 +0200
commitcbf169608c223cdfb8bbd62f82129d5c674ef0a6 (patch)
tree45d5ffd1b0a389f0441c1971ab640024faf4a986 /gnu/services
parent5c26e06efa38f82957154a3f0e29c27e04615542 (diff)
downloadguix-cbf169608c223cdfb8bbd62f82129d5c674ef0a6.tar.gz
guix-cbf169608c223cdfb8bbd62f82129d5c674ef0a6.zip
gnu: python-afdko: Add version 3.6.1.
* gnu/packages/fontutils.scm (python-afdko-3.6.1): New variable.
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
o 'gnu/packages/screen.scm')
-rw-r--r--gnu/packages/screen.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm
index 40584d7445..af40bd73f9 100644
--- a/gnu/packages/screen.scm
+++ b/gnu/packages/screen.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2017 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -44,7 +44,8 @@
(method url-fetch)
(uri (string-append "mirror://gnu/screen/screen-"
version ".tar.gz"))
- (patches (search-patches "screen-hurd-path-max.patch"))
+ (patches (search-patches "screen-hurd-path-max.patch"
+ "screen-CVE-2021-26937.patch"))
(sha256
(base32 "18ascpjzsy70h6hk7wpg8zmzjwgdyrdr7c6z4pg5z4l9hhyv24bf"))))
(build-system gnu-build-system)