From patchwork Mon May 25 11:23:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3129 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49Vvqr1mCVz3xQr for ; Mon, 25 May 2020 11:24:08 +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 49Vvqp16WPz5w; Mon, 25 May 2020 11:24:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49Vvqn4TGXz2xms; Mon, 25 May 2020 11:24:05 +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 49Vvql3lwbz2xFj for ; Mon, 25 May 2020 11:24:03 +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 49Vvqk5mCRz5w for ; Mon, 25 May 2020 11:24:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1590405842; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=/xJ8IoM5l4oyHa9xaLte0YHKaeG7hRilBFtXr+aIeCQ=; b=glFgtyK5+iMDbCNw7PLZBkM/6OWJAWEQVYwNmTcDaPM3vEoxZeaaJBsBGUZel4sy6oBQ8n NjLWgLclxpR/9jDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1590405842; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=/xJ8IoM5l4oyHa9xaLte0YHKaeG7hRilBFtXr+aIeCQ=; b=j/3a/UYY1NVIHOVgFe9D0/VvJSvKPtQKglORcou/yHrGCpYT5m4V2oXU078dGSOwvxNaxD SxyMZYeEZT359hpR4aK6pwDPeMJUWdy4dyOxYIAB+SOhAVKwhow9OrhKseFcAUl84Dp88p isrurdiHhAxjrP5WUH6h03bGCU0INJz77mnMB3f14eSIRv6AXbr8gG4+iygbFWjXOZcwdr DWsmR8OT5o0ED4Kf8ST4iTOh39vJEaN/FIT030WWKIzFBNE8mIJOSbEqlUlWe1xql4f4Nc y61oDaos7e6jlGCIA/hTJmfCqOKTDkHt3g/3wFJ8tOJJGpPxT1nRWidtTABjYQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ffmpeg: Update to 4.2.3 Date: Mon, 25 May 2020 13:23:57 +0200 Message-Id: <20200525112357.4334-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://ffmpeg.org/download.html#release_4.2 Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/ffmpeg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ffmpeg b/lfs/ffmpeg index ed013bc22..0795afff8 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -24,7 +24,7 @@ include Config -VER = 4.2.2 +VER = 4.2.3 THISAPP = ffmpeg-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ffmpeg -PAK_VER = 9 +PAK_VER = 10 DEPS = sdl lame libvorbis xvid @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 829d56f158832dbf669b5b417af48060 +$(DL_FILE)_MD5 = 695fad11f3baf27784e24cb0e977b65a install : $(TARGET)