diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-22 21:42:47 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-27 00:34:03 +0200 |
commit | 2359950077b026cc6bbe861b1126f5d34b6eac45 (patch) | |
tree | e3f3a6d79c71e85c0132fa016c96ceba05277a84 /media-gfx/sane-backends/files | |
parent | dev-perl/Compress-LZF: -r bump for EAPI7 (diff) | |
download | gentoo-2359950077b026cc6bbe861b1126f5d34b6eac45.tar.gz gentoo-2359950077b026cc6bbe861b1126f5d34b6eac45.tar.bz2 gentoo-2359950077b026cc6bbe861b1126f5d34b6eac45.zip |
media-gfx/sane-backends: security bump to 1.0.30
Closes: https://bugs.gentoo.org/691204
Bug: https://bugs.gentoo.org/729312
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/16384
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-gfx/sane-backends/files')
-rw-r--r-- | media-gfx/sane-backends/files/sane-backends-1.0.30-missing-stdint-include.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/sane-backends/files/sane-backends-1.0.30-missing-stdint-include.patch b/media-gfx/sane-backends/files/sane-backends-1.0.30-missing-stdint-include.patch new file mode 100644 index 000000000000..14c97ae95bf6 --- /dev/null +++ b/media-gfx/sane-backends/files/sane-backends-1.0.30-missing-stdint-include.patch @@ -0,0 +1,14 @@ +https://gitlab.com/sane-project/backends/-/issues/314 +https://gitlab.com/sane-project/backends/-/commit/6bb87fdf1f3dc190cfc4b7d64b0c8c8c3d10151b.diff +--- a/sanei/sanei_usb.c ++++ b/sanei/sanei_usb.c +@@ -48,6 +48,9 @@ + + #include "../include/sane/config.h" + ++#ifdef HAVE_STDINT_H ++# include <stdint.h> ++#endif + #include <stdlib.h> + #include <ctype.h> + #include <sys/types.h> |