]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libusb: Update to 1.0.24
authorPeter Müller <peter.mueller@ipfire.org>
Fri, 14 Jan 2022 20:44:04 +0000 (20:44 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 14 Jan 2022 20:45:24 +0000 (20:45 +0000)
Fixes: #12667
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/libusb
lfs/libusb

index 23257415930b80620f9be610c730169cd9b67617..db0215195adc98b2760ecc5847b8af107c1a2e3a 100644 (file)
@@ -5,5 +5,5 @@ etc/udev/rules.d/23-usb.rules
 #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.2.0
+usr/lib/libusb-1.0.so.0.3.0
 #usr/lib/pkgconfig/libusb-1.0.pc
index 4b99a6d1848767239eb16a3d8215112147897013..6af376943b12852ee6d8332f6c835ac5081cb03d 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info@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.23
+VER        = 1.0.24
 
 THISAPP    = libusb-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1e29700f6a134766d32b36b8d1d61a95
+$(DL_FILE)_MD5 = 5bc27df16155302f308d409e73589872
 
 install : $(TARGET)