mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
minidlna: update to 1.3.0
Fixes two CVEs relating to UPnP. Removed libuuid dependency. It is not used. Remove clock_gettime hack. It seems to have been fixed. Removed upstream patches. Refreshed the other ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,8 +9,6 @@ Subject: [PATCH] Wrap container definitions into a structure
|
||||
scanner.c | 33 ++++++---------------------------
|
||||
3 files changed, 39 insertions(+), 27 deletions(-)
|
||||
|
||||
diff --git a/containers.c b/containers.c
|
||||
index f5cece1..19a0bb1 100644
|
||||
--- a/containers.c
|
||||
+++ b/containers.c
|
||||
@@ -23,6 +23,31 @@
|
||||
@@ -45,8 +43,6 @@ index f5cece1..19a0bb1 100644
|
||||
#define NINETY_DAYS "7776000"
|
||||
|
||||
const char *music_id = MUSIC_ID;
|
||||
diff --git a/containers.h b/containers.h
|
||||
index aef77c5..1fcf7cd 100644
|
||||
--- a/containers.h
|
||||
+++ b/containers.h
|
||||
@@ -16,6 +16,14 @@
|
||||
@@ -64,11 +60,9 @@ index aef77c5..1fcf7cd 100644
|
||||
struct magic_container_s {
|
||||
const char *name;
|
||||
const char *objectid_match;
|
||||
diff --git a/scanner.c b/scanner.c
|
||||
index a730567..eb26c9e 100644
|
||||
--- a/scanner.c
|
||||
+++ b/scanner.c
|
||||
@@ -529,30 +529,7 @@ insert_file(const char *name, const char *path, const char *parentID, int object
|
||||
@@ -529,30 +529,7 @@ insert_file(const char *name, const char
|
||||
int
|
||||
CreateDatabase(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user