7zip: update to 15.14.1
Message ID | 1463154657-19924-1-git-send-email-marcel.lorenz@ipfire.org |
---|---|
State | Accepted |
Commit | cdd422b561fcd8d2fa3bd229ae4f78def24a6df5 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 06EDB62476 for <patchwork@ipfire.org>; Fri, 13 May 2016 17:37:54 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 10244CB0; Fri, 13 May 2016 17:37:53 +0200 (CEST) Received: from mint01.skynet.local (ip5f5b7cdb.dynamic.kabel-deutschland.de [95.91.124.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 08EE3B8A; Fri, 13 May 2016 17:37:48 +0200 (CEST) From: Marcel Lorenz <marcel.lorenz@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] 7zip: update to 15.14.1 Date: Fri, 13 May 2016 17:50:57 +0200 Message-Id: <1463154657-19924-1-git-send-email-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 1.9.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Marcel Lorenz
May 14, 2016, 1:50 a.m. UTC
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
config/rootfiles/packages/7zip | 1 +
lfs/7zip | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
Comments
Hi, thanks for sending this one in. Is that rar codec needed to execute 7z in normal operation? Why was that added? -Michael P.S. This also should move from /usr/local to /usr, but that should not be in scope of this patch. On Fri, 2016-05-13 at 17:50 +0200, Marcel Lorenz wrote: > Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> > > --- > config/rootfiles/packages/7zip | 1 + > lfs/7zip | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/config/rootfiles/packages/7zip b/config/rootfiles/packages/7zip > index 15d9515..a49dee7 100644 > --- a/config/rootfiles/packages/7zip > +++ b/config/rootfiles/packages/7zip > @@ -3,6 +3,7 @@ usr/local/lib/p7zip > #usr/local/lib/p7zip/7z > #usr/local/lib/p7zip/7z.so > #usr/local/lib/p7zip/Codecs > +usr/local/lib/p7zip/Codecs/Rar.so > #usr/local/lib/p7zip/Codecs/Rar29.so > #usr/local/man/man1/7z.1 > #usr/local/man/man1/7za.1 > diff --git a/lfs/7zip b/lfs/7zip > index f8ac672..e3ac3b3 100644 > --- a/lfs/7zip > +++ b/lfs/7zip > @@ -24,7 +24,7 @@ > > include Config > > -VER = 9.38.1 > +VER = 15.14.1 > > THISAPP = p7zip_$(VER) > DL_FILE = $(THISAPP)_src_all.tar.bz2 > @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = 7zip > -PAK_VER = 4 > +PAK_VER = 5 > > DEPS = "" > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 6cba8402ccab2370d3b70c5e28b3d651 > +$(DL_FILE)_MD5 = 92cca093312b5a71a7be7dc7d1d32509 > > install : $(TARGET) >
Hi Michael, it is not needed to 7z in normal operation, but it is useful for amavisd. Witch can unpack current rar files with 7zip. Best, Marcel Am 2016-05-14 00:01, schrieb Michael Tremer: > Hi, > > thanks for sending this one in. > > Is that rar codec needed to execute 7z in normal operation? Why was > that added? > > -Michael > > P.S. This also should move from /usr/local to /usr, but that should not > be in > scope of this patch. > > On Fri, 2016-05-13 at 17:50 +0200, Marcel Lorenz wrote: >> Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> >> >> --- >> config/rootfiles/packages/7zip | 1 + >> lfs/7zip | 6 +++--- >> 2 files changed, 4 insertions(+), 3 deletions(-) >> >> diff --git a/config/rootfiles/packages/7zip >> b/config/rootfiles/packages/7zip >> index 15d9515..a49dee7 100644 >> --- a/config/rootfiles/packages/7zip >> +++ b/config/rootfiles/packages/7zip >> @@ -3,6 +3,7 @@ usr/local/lib/p7zip >> #usr/local/lib/p7zip/7z >> #usr/local/lib/p7zip/7z.so >> #usr/local/lib/p7zip/Codecs >> +usr/local/lib/p7zip/Codecs/Rar.so >> #usr/local/lib/p7zip/Codecs/Rar29.so >> #usr/local/man/man1/7z.1 >> #usr/local/man/man1/7za.1 >> diff --git a/lfs/7zip b/lfs/7zip >> index f8ac672..e3ac3b3 100644 >> --- a/lfs/7zip >> +++ b/lfs/7zip >> @@ -24,7 +24,7 @@ >> >> include Config >> >> -VER = 9.38.1 >> +VER = 15.14.1 >> >> THISAPP = p7zip_$(VER) >> DL_FILE = $(THISAPP)_src_all.tar.bz2 >> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) >> DIR_APP = $(DIR_SRC)/$(THISAPP) >> TARGET = $(DIR_INFO)/$(THISAPP) >> PROG = 7zip >> -PAK_VER = 4 >> +PAK_VER = 5 >> >> DEPS = "" >> >> @@ -44,7 +44,7 @@ objects = $(DL_FILE) >> >> $(DL_FILE) = $(DL_FROM)/$(DL_FILE) >> >> -$(DL_FILE)_MD5 = 6cba8402ccab2370d3b70c5e28b3d651 >> +$(DL_FILE)_MD5 = 92cca093312b5a71a7be7dc7d1d32509 >> >> install : $(TARGET) >>