update lib/snprintf.c to newer version from LPRng to resolve license issue (#1102520)

This commit is contained in:
Tom Callaway 2014-05-29 11:40:08 -04:00
parent a01f91d700
commit 9d2384fc83
2 changed files with 1398 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
Summary: Scanner access software
Name: sane-backends
Version: 1.0.24
Release: 9%{?dist}
Release: 10%{?dist}
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
# Tools are GPLv2+, docs are public domain
# see LICENSE for details
@ -78,6 +78,9 @@ Patch7: sane-backends-1.0.24-scsi-permissions.patch
# Upstream commit 8082a42ec4f3b3cf2cffc30a45dda5fc41d55576
Patch8: sane-backends-1.0.24-format-security.patch
Patch9: sane-backends-1.0.24-format-security2.patch
# Update lib/snprintf.c to latest from LPRng to resolve
# license issue (#1102520)
Patch10: sane-backends-1.0.24-update-to-current-lprng-plp_snprintf.patch
URL: http://www.sane-project.org
@ -195,6 +198,7 @@ This package contains backend drivers to access digital cameras through SANE.
%patch6 -p1 -b .static-code-check
%patch7 -p1 -b .scsi-permissions
%patch9 -p1 -b .format-security
%patch10 -p1 -b .snprintf
%build
CFLAGS="%optflags -fno-strict-aliasing"
@ -316,6 +320,9 @@ udevadm hwdb --update >/dev/null 2>&1 || :
%{_libdir}/sane/*gphoto2.so*
%changelog
* Thu May 29 2014 Tom Callaway <spot@fedoraproject.org> - 1.0.24-10
- update lib/snprintf.c to resolve license issue (#1102520)
* Mon Apr 14 2014 Jaromir Capik <jcapik@redhat.com> - 1.0.24-9
- Fixing format-security flaws