mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
d/p/use-non-versionned-libusbh-path.patch: Updated
This commit is contained in:
Vendored
+2
-1
@@ -3,10 +3,11 @@ libfprint (1:0.8.1-1) UNRELEASED; urgency=medium
|
|||||||
* New upstream release
|
* New upstream release
|
||||||
- Fix security hole by zero out memory when allocated (Closes: #890827)
|
- Fix security hole by zero out memory when allocated (Closes: #890827)
|
||||||
- d/p/kFreeBSD_FTBFS_add_ETIME_definition.patch: Updated
|
- d/p/kFreeBSD_FTBFS_add_ETIME_definition.patch: Updated
|
||||||
|
- d/p/use-non-versionned-libusbh-path.patch: Updated
|
||||||
* debian/watch: Update the watch file to point to the freedesktop gitlab
|
* debian/watch: Update the watch file to point to the freedesktop gitlab
|
||||||
release page
|
release page
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Thu, 21 Jun 2018 13:08:28 +0200
|
-- Laurent Bigonville <bigon@debian.org> Thu, 21 Jun 2018 13:14:14 +0200
|
||||||
|
|
||||||
libfprint (1:0.7.0-1) unstable; urgency=medium
|
libfprint (1:0.7.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|||||||
+11
-22
@@ -4,28 +4,6 @@ Description: Use non-versionned libusb.h path
|
|||||||
Hopefully fixes the kFreeBSD FTBFS.
|
Hopefully fixes the kFreeBSD FTBFS.
|
||||||
Author: Didier Raboud <odyx@debian.org>
|
Author: Didier Raboud <odyx@debian.org>
|
||||||
Last-Update: 2013-03-03
|
Last-Update: 2013-03-03
|
||||||
--- a/libfprint/drivers/vfs301.c
|
|
||||||
+++ b/libfprint/drivers/vfs301.c
|
|
||||||
@@ -28,7 +28,7 @@
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
-#include <libusb-1.0/libusb.h>
|
|
||||||
+#include <libusb.h>
|
|
||||||
|
|
||||||
#include "vfs301_proto.h"
|
|
||||||
#include <unistd.h>
|
|
||||||
--- a/libfprint/drivers/vfs301_proto.c
|
|
||||||
+++ b/libfprint/drivers/vfs301_proto.c
|
|
||||||
@@ -33,7 +33,7 @@
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
-#include <libusb-1.0/libusb.h>
|
|
||||||
+#include <libusb.h>
|
|
||||||
|
|
||||||
#include "vfs301_proto.h"
|
|
||||||
#include "vfs301_proto_fragments.h"
|
|
||||||
--- a/libfprint/drivers/vfs301_proto.h
|
--- a/libfprint/drivers/vfs301_proto.h
|
||||||
+++ b/libfprint/drivers/vfs301_proto.h
|
+++ b/libfprint/drivers/vfs301_proto.h
|
||||||
@@ -18,7 +18,7 @@
|
@@ -18,7 +18,7 @@
|
||||||
@@ -37,3 +15,14 @@ Last-Update: 2013-03-03
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
VFS301_DEFAULT_WAIT_TIMEOUT = 300,
|
VFS301_DEFAULT_WAIT_TIMEOUT = 300,
|
||||||
|
--- a/libfprint/drivers/vfs301_proto.c
|
||||||
|
+++ b/libfprint/drivers/vfs301_proto.c
|
||||||
|
@@ -33,7 +33,7 @@
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <glib.h>
|
||||||
|
-#include <libusb-1.0/libusb.h>
|
||||||
|
+#include <libusb.h>
|
||||||
|
|
||||||
|
#include "vfs301_proto.h"
|
||||||
|
#include "vfs301_proto_fragments.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user