diff --git a/debian/changelog b/debian/changelog index 453adbbe..001d3a1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,10 +3,11 @@ libfprint (1:0.8.1-1) UNRELEASED; urgency=medium * New upstream release - Fix security hole by zero out memory when allocated (Closes: #890827) - 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 release page - -- Laurent Bigonville Thu, 21 Jun 2018 13:08:28 +0200 + -- Laurent Bigonville Thu, 21 Jun 2018 13:14:14 +0200 libfprint (1:0.7.0-1) unstable; urgency=medium diff --git a/debian/patches/use-non-versionned-libusbh-path.patch b/debian/patches/use-non-versionned-libusbh-path.patch index b767d155..6088c598 100644 --- a/debian/patches/use-non-versionned-libusbh-path.patch +++ b/debian/patches/use-non-versionned-libusbh-path.patch @@ -4,28 +4,6 @@ Description: Use non-versionned libusb.h path Hopefully fixes the kFreeBSD FTBFS. Author: Didier Raboud Last-Update: 2013-03-03 ---- a/libfprint/drivers/vfs301.c -+++ b/libfprint/drivers/vfs301.c -@@ -28,7 +28,7 @@ - #include - #include - #include --#include -+#include - - #include "vfs301_proto.h" - #include ---- a/libfprint/drivers/vfs301_proto.c -+++ b/libfprint/drivers/vfs301_proto.c -@@ -33,7 +33,7 @@ - #include - #include - #include --#include -+#include - - #include "vfs301_proto.h" - #include "vfs301_proto_fragments.h" --- a/libfprint/drivers/vfs301_proto.h +++ b/libfprint/drivers/vfs301_proto.h @@ -18,7 +18,7 @@ @@ -37,3 +15,14 @@ Last-Update: 2013-03-03 enum { VFS301_DEFAULT_WAIT_TIMEOUT = 300, +--- a/libfprint/drivers/vfs301_proto.c ++++ b/libfprint/drivers/vfs301_proto.c +@@ -33,7 +33,7 @@ + #include + #include + #include +-#include ++#include + + #include "vfs301_proto.h" + #include "vfs301_proto_fragments.h"