This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via df74fcbff940c9b92cd51be36a5b7c831f9b5292 (commit) via 9d0601917f4f5f34ffca3589ed0d85845d5f4a9c (commit) via d179a9d0a746ba6f763750b0d7a5889ceee37cd5 (commit) from 397d627eab8f6fa3e87996902089237f9acd728f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit df74fcbff940c9b92cd51be36a5b7c831f9b5292 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Aug 13 19:50:06 2018 +0100
Revert "usbutils: update to 010"
This reverts commit b07b1bef22eae7038e7d0fcba0bfd53813f85258.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 9d0601917f4f5f34ffca3589ed0d85845d5f4a9c Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Aug 13 19:49:58 2018 +0100
Revert "core123: Ship updated usbutils"
This reverts commit a65d07ec6d36a712882294b608e718db2d56b24e.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d179a9d0a746ba6f763750b0d7a5889ceee37cd5 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Aug 13 19:49:48 2018 +0100
Revert "usbutils: Update rootfile"
This reverts commit 9aefd1ed07eee7d83e5b274d4a83240811f9e091.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/usbutils | 1 + config/rootfiles/core/123/filelists/usbutils | 1 - lfs/usbutils | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 120000 config/rootfiles/core/123/filelists/usbutils
Difference in files: diff --git a/config/rootfiles/common/usbutils b/config/rootfiles/common/usbutils index f0bdc522b..1162c3ab1 100644 --- a/config/rootfiles/common/usbutils +++ b/config/rootfiles/common/usbutils @@ -2,6 +2,7 @@ usr/bin/lsusb usr/bin/lsusb.py usr/bin/usb-devices usr/bin/usbhid-dump +usr/sbin/update-usbids.sh #usr/share/hwdata #usr/share/hwdata/usb.ids #usr/share/man/man1/usb-devices.1 diff --git a/config/rootfiles/core/123/filelists/usbutils b/config/rootfiles/core/123/filelists/usbutils deleted file mode 120000 index 31db5a7ac..000000000 --- a/config/rootfiles/core/123/filelists/usbutils +++ /dev/null @@ -1 +0,0 @@ -../../../common/usbutils \ No newline at end of file diff --git a/lfs/usbutils b/lfs/usbutils index 41494cf10..51192e7e7 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -24,7 +24,7 @@
include Config
-VER = 010 +VER = 007
THISAPP = usbutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 938e3707593974be99a0dd6d1de76671 +$(DL_FILE)_MD5 = c9df5107ae9d26b10a1736a261250139
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree