summary refs log tree commit diff
path: root/gnu/packages/scanner.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-22 22:16:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-22 22:16:32 +0100
commit99b106022c8db67ee9bde847e1677e2dd0a39923 (patch)
tree4d48c7468cd34c72d1c111dd6e48cb517b087460 /gnu/packages/scanner.scm
parent61abb11481432b0349c193d85796036fb98244af (diff)
downloadguix-99b106022c8db67ee9bde847e1677e2dd0a39923.tar.gz
gnu: xsane: Fix snprintf buffer length.
* gnu/packages/scanner.scm (xsane)[source]: Add patch.
* gnu/packages/patches/xsane-fix-snprintf-buffer-length.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/scanner.scm')
-rw-r--r--gnu/packages/scanner.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index aa58b5aa50..98f7fd203a 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -171,6 +171,7 @@ package contains the library and drivers.")))
        ;; commits upstream.  A 1.0 release is planned.
        (patches (search-patches "xsane-fix-memory-leak.patch"
                                 "xsane-fix-pdf-floats.patch"
+                                "xsane-fix-snprintf-buffer-length.patch"
                                 "xsane-support-ipv6.patch"
                                 "xsane-tighten-default-umask.patch"))
        (modules '((guix build utils)))