public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libusb: update to 1.0.23
@ 2020-04-18 10:06 Peter Müller
  2020-04-20  7:13 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-04-18 10:06 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2064 bytes --]

Fixes: #11480

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/rootfiles/common/libusb | 9 +--------
 lfs/libusb                     | 6 +++---
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/config/rootfiles/common/libusb b/config/rootfiles/common/libusb
index 5be9bdf9f..232574159 100644
--- a/config/rootfiles/common/libusb
+++ b/config/rootfiles/common/libusb
@@ -1,16 +1,9 @@
 etc/udev/rules.d/23-usb.rules
-#usr/bin/libusb-config
 #usr/include/libusb-1.0
 #usr/include/libusb-1.0/libusb.h
-#usr/include/usb.h
-#usr/lib/libusb-0.1.so.4
-#usr/lib/libusb-0.1.so.4.4.4
 #usr/lib/libusb-1.0.a
 #usr/lib/libusb-1.0.la
 #usr/lib/libusb-1.0.so
 usr/lib/libusb-1.0.so.0
-usr/lib/libusb-1.0.so.0.1.0
-#usr/lib/libusb.la
-#usr/lib/libusb.so
+usr/lib/libusb-1.0.so.0.2.0
 #usr/lib/pkgconfig/libusb-1.0.pc
-#usr/lib/pkgconfig/libusb.pc
diff --git a/lfs/libusb b/lfs/libusb
index a32e11a8b..fcae2a445 100644
--- a/lfs/libusb
+++ b/lfs/libusb
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.19
+VER        = 1.0.23
 
 THISAPP    = libusb-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f9e2bb5879968467e5ca756cb4e1fa7e
+$(DL_FILE)_MD5 = 1e29700f6a134766d32b36b8d1d61a95
 
 install : $(TARGET)
 
-- 
2.16.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-20  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18 10:06 [PATCH] libusb: update to 1.0.23 Peter Müller
2020-04-20  7:13 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox