mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge branch 'master' into license-updates
Signed-off-by: Ian Leonard <antonlacon@gmail.com> Conflicts: devel/patch/Makefile multimedia/minidlna/Makefile
This commit is contained in:
@@ -16,7 +16,9 @@ PKG_SOURCE_URL:=@SF/minidlna
|
||||
PKG_MD5SUM:=879027192c89e5376cdd2ae2d1aa33b4
|
||||
PKG_LICENSE:=GPL-2.0 BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=COPYING LICENCE.miniupnpd
|
||||
|
||||
PKG_MAINTAINER:=Knyazkov Dmitry <medavedik@gmail.com>
|
||||
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
PKG_BUILD_DEPENDS:=util-linux
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
--- a/upnphttp.c
|
||||
+++ b/upnphttp.c
|
||||
@@ -1259,7 +1259,7 @@
|
||||
int try_sendfile = 1;
|
||||
#endif
|
||||
|
||||
- while( offset < end_offset )
|
||||
+ while( offset <= end_offset )
|
||||
{
|
||||
#if HAVE_SENDFILE
|
||||
if( try_sendfile )
|
||||
|
||||
Reference in New Issue
Block a user