update lib/snprintf.c to newer version from LPRng to resolve license issue (#1102520)
This commit is contained in:
parent
a01f91d700
commit
9d2384fc83
1390
sane-backends-1.0.24-update-to-current-lprng-plp_snprintf.patch
Normal file
1390
sane-backends-1.0.24-update-to-current-lprng-plp_snprintf.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.24
|
Version: 1.0.24
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||||
# Tools are GPLv2+, docs are public domain
|
# Tools are GPLv2+, docs are public domain
|
||||||
# see LICENSE for details
|
# see LICENSE for details
|
||||||
@ -78,6 +78,9 @@ Patch7: sane-backends-1.0.24-scsi-permissions.patch
|
|||||||
# Upstream commit 8082a42ec4f3b3cf2cffc30a45dda5fc41d55576
|
# Upstream commit 8082a42ec4f3b3cf2cffc30a45dda5fc41d55576
|
||||||
Patch8: sane-backends-1.0.24-format-security.patch
|
Patch8: sane-backends-1.0.24-format-security.patch
|
||||||
Patch9: sane-backends-1.0.24-format-security2.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
|
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
|
%patch6 -p1 -b .static-code-check
|
||||||
%patch7 -p1 -b .scsi-permissions
|
%patch7 -p1 -b .scsi-permissions
|
||||||
%patch9 -p1 -b .format-security
|
%patch9 -p1 -b .format-security
|
||||||
|
%patch10 -p1 -b .snprintf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%optflags -fno-strict-aliasing"
|
CFLAGS="%optflags -fno-strict-aliasing"
|
||||||
@ -316,6 +320,9 @@ udevadm hwdb --update >/dev/null 2>&1 || :
|
|||||||
%{_libdir}/sane/*gphoto2.so*
|
%{_libdir}/sane/*gphoto2.so*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 14 2014 Jaromir Capik <jcapik@redhat.com> - 1.0.24-9
|
||||||
- Fixing format-security flaws
|
- Fixing format-security flaws
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user