* [PATCH] 7zip: update to 15.14.1
@ 2016-05-13 15:50 Marcel Lorenz
2016-05-13 22:01 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Marcel Lorenz @ 2016-05-13 15:50 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]
Signed-off-by: Marcel Lorenz <marcel.lorenz(a)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)
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] 7zip: update to 15.14.1
2016-05-13 15:50 [PATCH] 7zip: update to 15.14.1 Marcel Lorenz
@ 2016-05-13 22:01 ` Michael Tremer
2016-05-14 8:33 ` Marcel Lorenz
0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2016-05-13 22:01 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1816 bytes --]
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(a)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)
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] 7zip: update to 15.14.1
2016-05-13 22:01 ` Michael Tremer
@ 2016-05-14 8:33 ` Marcel Lorenz
0 siblings, 0 replies; 3+ messages in thread
From: Marcel Lorenz @ 2016-05-14 8:33 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2032 bytes --]
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(a)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)
>>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-14 8:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-13 15:50 [PATCH] 7zip: update to 15.14.1 Marcel Lorenz
2016-05-13 22:01 ` Michael Tremer
2016-05-14 8:33 ` Marcel Lorenz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox