mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=liblo
|
||||
PKG_VERSION:=0.30
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=0.31
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/liblo
|
||||
PKG_HASH:=30a7c9de49a25ed7f2425a7a7415f5b14739def62431423d3419ea26fb978d1b
|
||||
PKG_HASH:=2b4f446e1220dcd624ecd8405248b08b7601e9a0d87a0b94730c2907dbccc750
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
PKG_LICENSE:=LGPL-2.1-or-later
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/src/server.c
|
||||
+++ b/src/server.c
|
||||
@@ -2006,11 +2006,8 @@ static void dispatch_method(lo_server s, const char *path,
|
||||
@@ -2013,11 +2013,8 @@ static void dispatch_method(lo_server s, const char *path,
|
||||
|
||||
tmp = (char*) malloc(strlen(it->path + len) + 1);
|
||||
strcpy(tmp, it->path + len);
|
||||
|
||||
Reference in New Issue
Block a user