pianod: Update to latest upstream version (174.11)
authorTed Hess <thess@kitschensync.net>
Mon, 13 May 2024 21:56:03 +0000 (17:56 -0400)
committerRosen Penev <rosenp@gmail.com>
Tue, 14 May 2024 12:02:30 +0000 (05:02 -0700)
Signed-off-by: Ted Hess <thess@kitschensync.net>
sound/pianod/Makefile
sound/pianod/patches/010-mbedtls36.patch [deleted file]

index 528dc8d5ac2575ae9681b247566ee27f522e8b1f..72c5b787c0bddd12ef8db4e95066dcc08903a9b8 100644 (file)
@@ -1,6 +1,4 @@
 #
-# Copyright (C) 2015-2017 Ted Hess <thess@kitschensync.net>
-#
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
@@ -8,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pianod
-PKG_VERSION:=174.09
-PKG_RELEASE:=2
+PKG_VERSION:=174.11
+PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://github.com/thess/pianod-sc/releases/download/$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_HASH:=744c833ee17a7c95068c6925f4301f342bcad838ad8e48b40a19fd6739533eac
+PKG_HASH:=55e914ce6e3eb753b5a66cc915ffed29ec405c8913d16495a20409c3d73d8e33
 
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
 
diff --git a/sound/pianod/patches/010-mbedtls36.patch b/sound/pianod/patches/010-mbedtls36.patch
deleted file mode 100644 (file)
index 4488bf2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/libwaitress/waitress.c
-+++ b/src/libwaitress/waitress.c
-@@ -46,6 +46,7 @@ THE SOFTWARE.
- #if defined(USE_MBEDTLS)
-+#include <mbedtls/compat-2.x.h>
- #include <mbedtls/ssl.h>
- #include <mbedtls/entropy.h>
- #include <mbedtls/ctr_drbg.h>