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>
22 lines
376 B
Diff
22 lines
376 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -17,7 +17,7 @@
|
|
|
|
AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|
|
|
|
-SUBDIRS=po
|
|
+SUBDIRS=
|
|
|
|
sbin_PROGRAMS = minidlnad
|
|
check_PROGRAMS = testupnpdescgen
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -658,6 +658,5 @@ case "$target_os" in
|
|
esac
|
|
|
|
|
|
-AC_OUTPUT([ po/Makefile.in
|
|
-Makefile
|
|
-])
|
|
+AC_CONFIG_FILES([Makefile])
|
|
+AC_OUTPUT
|