mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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:
@@ -2,7 +2,7 @@
|
||||
+++ b/Makefile.am
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @STATIC_CFLAGS@
|
||||
AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
|
||||
-SUBDIRS=po
|
||||
+SUBDIRS=
|
||||
@@ -11,15 +11,12 @@
|
||||
check_PROGRAMS = testupnpdescgen
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -647,6 +647,8 @@ case "$target_os" in
|
||||
@@ -658,6 +658,5 @@ case "$target_os" in
|
||||
esac
|
||||
|
||||
|
||||
-AC_OUTPUT([ po/Makefile.in
|
||||
-Makefile
|
||||
-])
|
||||
+# AC_OUTPUT([ po/Makefile.in
|
||||
+# Makefile
|
||||
+# ])
|
||||
+AC_CONFIG_FILES([Makefile])
|
||||
+AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user