From 25442fbc57c731f8b1ba19b2cf122940610e0321 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 1 May 2020 16:51:25 -0700 Subject: [PATCH] liblo: update to 0.31 Refreshed patch. Signed-off-by: Rosen Penev --- libs/liblo/Makefile | 6 +++--- libs/liblo/patches/010-index.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/liblo/Makefile b/libs/liblo/Makefile index 6eb4e2ee0..8a5b20f14 100644 --- a/libs/liblo/Makefile +++ b/libs/liblo/Makefile @@ -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 diff --git a/libs/liblo/patches/010-index.patch b/libs/liblo/patches/010-index.patch index 22dc4330f..f3f86609f 100644 --- a/libs/liblo/patches/010-index.patch +++ b/libs/liblo/patches/010-index.patch @@ -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);