From patchwork Sun Apr 5 13:50:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2903 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 48wFSD06Xcz3yBs for ; Sun, 5 Apr 2020 13:50:51 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48wFSB4NgTz2M8; Sun, 5 Apr 2020 13:50:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48wFSB0627z2xrL; Sun, 5 Apr 2020 13:50:50 +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 48wFS61DlPz2xm4 for ; Sun, 5 Apr 2020 13:50:46 +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 48wFS53PTMz1nQ for ; Sun, 5 Apr 2020 13:50:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586094645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZHkw8o/hca+Gthf4ewjK1gtYfcU9PhA71cxKtmPQsYQ=; b=KeHFJl/emMYuqM/Fyhh2ucNU4t8NYTB7fmjP6QG6Xc3EGzVluzP/hb7xbBiU2u9nOOCIas UMQYWTivw0gDoKDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586094645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZHkw8o/hca+Gthf4ewjK1gtYfcU9PhA71cxKtmPQsYQ=; b=U2o3Qb1WP4WKgLFz5dpGfQsi8GDD07ngU5XMEsjoFh+btkprNCj0xFEfJIE/wZiEeo5ye9 HUH0HWhmbyJttZSKC9DkxWP0A0FRHMDp8V5bzNUy+SPtCy7S4fYSh8SuQBVfwKwHVXYwh5 XC+eMa5Vm8QIhzg77kEc+qaHM3I6qX9qYYWzR6TBJyF/9lnihp2LICb2WlVaWM7izLZ5xu VsgA6TB5L66+TwZHeWS31sdp9Ny1Kky/WG8EBaoQStfi2HYwBwZbJZ6Kon8a0YpAPFvruY pOQgTvZwG9TIH9UMYrjed45TmMrh5ZPQ7tDaxzn/MorQR+I1qVp3yytH3hpCjw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libmpeg2: Update to 0.4.1 Date: Sun, 5 Apr 2020 15:50:40 +0200 Message-Id: <20200405135040.8301-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://libmpeg2.sourceforge.net/ Signed-off-by: Matthias Fischer --- lfs/libmpeg2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/libmpeg2 b/lfs/libmpeg2 index 364cff1a8..86c1d2211 100644 --- a/lfs/libmpeg2 +++ b/lfs/libmpeg2 @@ -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,15 +24,15 @@ include Config -VER = 0.4.0b +VER = 0.4.1 THISAPP = mpeg2dec-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/mpeg2dec-0.4.0 +DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libmpeg2 -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 52d10ea80595ec83d8557ba7ac6dc8e6 +$(DL_FILE)_MD5 = 7631b0a4bcfdd0d78c0bb0083080b0dc install : $(TARGET)