From patchwork Sun Apr 5 13:54:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2904 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48wFXY0jFgz3wdp for ; Sun, 5 Apr 2020 13:54:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48wFXW57yxz2M8; Sun, 5 Apr 2020 13:54:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48wFXW2D36z2yHt; Sun, 5 Apr 2020 13:54:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48wFXT1DT5z2xmJ for ; Sun, 5 Apr 2020 13:54:33 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48wFXS3Kp6zRn for ; Sun, 5 Apr 2020 13:54:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586094872; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=66MzDYXD/sOZB6YL872dVkelwQRPMw88YyP7xY28xgk=; b=sTkwHsBg/oPvcqOGxDnKHLLiSjzuKF7k0M0XM3yvK9YYe8iB51so2OmBes5hamlNCZbmV+ +m45HbbbtWhRE5Ag== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586094872; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=66MzDYXD/sOZB6YL872dVkelwQRPMw88YyP7xY28xgk=; b=IGYyY/GrpvDi8dNpJ0mNLqd9YWPMh57mOmDSHuFcrqMpgwtwkjNQqY4zQ73v44IXMcLNy8 wbTDmXFb0BcnVpUHY0LgraCVpM8ux82u5Qj8V2JPtwNTytFxW26zegrPXY22WP6zmtjnn/ en1DgxSUFuhvpDpijuOJRVtuhj0DX901SBv2HRRq3+5JsXe5h73DwW4EYqCLuGP+uYN5Vv uPTlYaBrr1920LalbNYZm40MftpuelXfVgHCXR33DnhlRMbymEzOkHrt3Mx1bkljFnNV1a uBoF3THlTxC6CUgIabE3SrLI6bISwdtqavknvK0SXVJ2iwvjeF3m0g5Pe1MhLg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libshout: Update to 2.4.3 Date: Sun, 5 Apr 2020 15:54:27 +0200 Message-Id: <20200405135427.8459-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: http://icecast.org/news/libshout-release-2_4_3/ Signed-off-by: Matthias Fischer --- config/rootfiles/packages/libshout | 3 +++ lfs/libshout | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/libshout b/config/rootfiles/packages/libshout index 8f5b6a95b..ed781ffdf 100644 --- a/config/rootfiles/packages/libshout +++ b/config/rootfiles/packages/libshout @@ -1,5 +1,8 @@ #usr/include/shout #usr/include/shout/shout.h +#usr/lib/ckport +#usr/lib/ckport/db +#usr/lib/ckport/db/libshout.ckport #usr/lib/libshout.a #usr/lib/libshout.la usr/lib/libshout.so diff --git a/lfs/libshout b/lfs/libshout index f2b6c9af7..90d0f0346 100644 --- a/lfs/libshout +++ b/lfs/libshout @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.2.2 +VER = 2.4.3 THISAPP = libshout-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libshout -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4f75fc9901c724b712c371c9a1e782d3 +$(DL_FILE)_MD5 = 2623ebf5bdf00517d2a7fd17d70c31aa install : $(TARGET)