From 5d8d4fbbcb5c5de9370711c19bb3510210989a98 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 20 Feb 2021 16:02:15 -0800 Subject: treewide: Run refresh on all packages The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy --- utils/smartmontools/patches/001-use-external-drivedb.patch | 8 +++----- utils/smartmontools/patches/002-os_mailer-is-mailx.patch | 2 -- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'utils/smartmontools') diff --git a/utils/smartmontools/patches/001-use-external-drivedb.patch b/utils/smartmontools/patches/001-use-external-drivedb.patch index ba7bf16c5..1d3a7b66f 100644 --- a/utils/smartmontools/patches/001-use-external-drivedb.patch +++ b/utils/smartmontools/patches/001-use-external-drivedb.patch @@ -1,8 +1,6 @@ -diff --git i/knowndrives.cpp w/knowndrives.cpp -index 072160a..d57417b 100644 ---- i/knowndrives.cpp -+++ w/knowndrives.cpp -@@ -40,11 +40,84 @@ const char * knowndrives_cpp_cvsid = "$Id: knowndrives.cpp 4842 2018-12-02 16:07 +--- a/knowndrives.cpp ++++ b/knowndrives.cpp +@@ -40,11 +40,84 @@ const char * knowndrives_cpp_cvsid = "$I // see read_default_drive_databases() below. // The drive_settings structure is described in drivedb.h. const drive_settings builtin_knowndrives[] = { diff --git a/utils/smartmontools/patches/002-os_mailer-is-mailx.patch b/utils/smartmontools/patches/002-os_mailer-is-mailx.patch index a80e7c9b8..b565f800d 100644 --- a/utils/smartmontools/patches/002-os_mailer-is-mailx.patch +++ b/utils/smartmontools/patches/002-os_mailer-is-mailx.patch @@ -1,5 +1,3 @@ -diff --git a/configure b/configure -index 88928cf..736fabd 100755 --- a/configure +++ b/configure @@ -6964,7 +6964,7 @@ releaseversion='${PACKAGE}-${VERSION}' -- cgit v1.2.3