summaryrefslogtreecommitdiff
path: root/package/mt-daapd/patches/patch-src_mp3-scanner_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
commit92d7f6522617c947d635680d045f12a4ef77bcb4 (patch)
treec20dc2f36505542fdb19a2b9d1da1b33ad92fba8 /package/mt-daapd/patches/patch-src_mp3-scanner_c
parent6a7c5ff345b197c1d5f0f845adb2bb0da9690075 (diff)
convert checksum check to sha256
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
Diffstat (limited to 'package/mt-daapd/patches/patch-src_mp3-scanner_c')
-rw-r--r--package/mt-daapd/patches/patch-src_mp3-scanner_c10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/mt-daapd/patches/patch-src_mp3-scanner_c b/package/mt-daapd/patches/patch-src_mp3-scanner_c
deleted file mode 100644
index e5defb78f..000000000
--- a/package/mt-daapd/patches/patch-src_mp3-scanner_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- mt-daapd-0.2.4.2.orig/src/mp3-scanner.c 2008-04-19 21:17:23.000000000 +0200
-+++ mt-daapd-0.2.4.2/src/mp3-scanner.c 2014-01-20 12:19:42.000000000 +0100
-@@ -40,6 +40,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/param.h>
-
- #include <netinet/in.h> /* htons and friends */
- #include <sys/stat.h>