diff options
author | Juergen Daubert <jue@jue.li> | 2017-05-23 17:10:45 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2017-05-23 17:10:45 +0200 |
commit | 33b3a72ac0da7f139eea8cdd4bb6ea0b8f08eee8 (patch) | |
tree | 7d278a1c23f13920e37d3f906f996994b00a3c9b /sane/Pkgfile | |
parent | c445fef0fbd2c0a133185b7a959169a7f7a8871c (diff) | |
download | opt-33b3a72ac0da7f139eea8cdd4bb6ea0b8f08eee8.tar.gz opt-33b3a72ac0da7f139eea8cdd4bb6ea0b8f08eee8.tar.xz |
[notify] sane: update to 1.0.27
includes one security fix for CVE-2017-6318 see,
https://bugzilla.redhat.com/show_bug.cgi?id=1428883
Diffstat (limited to 'sane/Pkgfile')
-rw-r--r-- | sane/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sane/Pkgfile b/sane/Pkgfile index 77df0f18d..381a6b9ca 100644 --- a/sane/Pkgfile +++ b/sane/Pkgfile @@ -1,12 +1,12 @@ # Description: Scanner Access Now Easy - Scanner driver for Linux # URL: http://www.sane-project.org/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: libusb libtiff +# Depends on: libusb libtiff libpng xz name=sane -version=1.0.25 -release=3 -source=(https://alioth.debian.org/frs/download.php/file/4146/$name-backends-$version.tar.gz) +version=1.0.27 +release=1 +source=(https://alioth.debian.org/frs/download.php/file/4224/$name-backends-$version.tar.gz) build () { cd $name-backends-$version @@ -18,12 +18,12 @@ build () { --disable-locking \ --disable-latex \ --with-group=scanner \ - --enable-libusb_1_0 + --with-usb make make -j1 DESTDIR=$PKG install install -D -m 644 tools/udev/libsane.rules $PKG/etc/udev/rules.d/85-libsane.rules - rm -r $PKG/usr/{doc,share/sane} + rm -r $PKG/usr/share/{doc,locale,sane} } |