From c913af4cfa6e2d26a420c2843cdab27026cf9021 Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Sat, 7 Feb 2026 18:41:58 +0200 Subject: [PATCH] ustreamer: update to 6.52 fix a build error when compiled with WITH_SETPROCTITLE=1 undefined reference to setproctitle_init [1] https://github.com/openwrt/packages/pull/28472#issuecomment-3863583824 Signed-off-by: Georgi Valkov --- multimedia/ustreamer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/ustreamer/Makefile b/multimedia/ustreamer/Makefile index 7ce259b2c7..d640961f0d 100644 --- a/multimedia/ustreamer/Makefile +++ b/multimedia/ustreamer/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustreamer -PKG_VERSION:=6.51 +PKG_VERSION:=6.52 PKG_RELEASE:=1 PKG_MAINTAINER:=Georgi Valkov PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/pikvm/ustreamer/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=384e90b0b8e9669cf903fad10e361401bfb1b2f808be44498e3855a65d7c0145 +PKG_HASH:=db00adfa02acfbdf6682ffae8e418b582d623e1971672d5df19858e02e2f3b0e PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=LICENSE