Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: orange on June 09, 2015, 04:24:08 AM

Title: Lha old versions
Post by: orange on June 09, 2015, 04:24:08 AM
I need old version of lha, < v1.30 (don't ask).
Can someone help me find it?
Thanks.
Title: Re: Lha old versions
Post by: Tenacious on June 09, 2015, 05:04:59 AM
Quote from: orange;790836
I need old version of lha, < v1.30 (don't ask).
Can someone help me find it?
Thanks.


If you happen to know about when the version that you want came out, folks could check their old cover disks.  ;)  Guestimate?
Title: Re: Lha old versions
Post by: giZmo350 on June 09, 2015, 05:17:41 AM
Maybe here?  http://www.amiga-stuff.com/archivers-download.html
Title: Re: Lha old versions
Post by: vince_6 on June 09, 2015, 07:27:34 AM
1.10 is ok?

https://www.dropbox.com/s/kh8djjcv81tf97k/lha?dl=0
Title: Re: Lha old versions
Post by: orange on June 10, 2015, 03:28:47 AM
thanks all. I'm trying to re-create lha archive, but unfortunately, none of the above versions produce desired result. packed file always has a byte or two less or more.
oh, well.
Title: Re: Lha old versions
Post by: zipper on June 10, 2015, 09:07:06 AM
http://www.nic.funet.fi/pub/amiga/fish/501-600/ff577/LhA.lha
is 1.0
Title: Re: Lha old versions
Post by: TheBilgeRat on June 10, 2015, 05:03:25 PM
Quote from: orange;790885
thanks all. I'm trying to re-create lha archive, but unfortunately, none of the above versions produce desired result. packed file always has a byte or two less or more.
oh, well.

Are you absolutely sure that the file you are packing is 100% exactly the same as the original you're trying to reproduce?  All sorts of simple things could cause a 1 byte discrepancy.
Title: Re: Lha old versions
Post by: orange on June 10, 2015, 05:12:44 PM
Quote from: TheBilgeRat;790913
Are you absolutely sure that the file you are packing is 100% exactly the same as the original you're trying to reproduce?  All sorts of simple things could cause a 1 byte discrepancy.


yes, I'm sure, all .lha have same original file CRC and size. they also all use -lh5-.
are there any command switches that could cause it? hardware config? KS version?
Title: Re: Lha old versions
Post by: chris on June 10, 2015, 11:41:12 PM
Quote from: orange;790915
yes, I'm sure, all .lha have same original file CRC and size. they also all use -lh5-.
are there any command switches that could cause it? hardware config? KS version?


There's a header level switch.
Title: Re: Lha old versions
Post by: orange on June 11, 2015, 04:38:04 AM
Quote from: chris;790928
There's a header level switch.


thanks, but that only affects header, not the compressed data size.
Title: Re: Lha old versions
Post by: chris on June 11, 2015, 09:56:31 AM
Quote from: orange;790931
thanks, but that only affects header, not the compressed data size.

Sorry, I thought you meant the final archive was different by a few bytes, not the individual compressed files.  I'm not sure how the calculations work but it could make a difference.
Title: Re: Lha old versions
Post by: orange on June 12, 2015, 11:04:15 PM
I've made some progress, using -Qh switch (huffman buffer size), unfortunately lha v2.12 seems to ignore it, so I used good-old v1.38.

thanks all.
Title: Re: Lha old versions
Post by: Brian on June 12, 2015, 11:31:25 PM
As already suggest I'd go to AmiNet and their =misc/fish&content=lha&sort=desc]Fred Fish Disk archive (http://aminet.net/search?path[). When looking for specific (especially older) versions of libs or such it's a good source. Checking the index (http://de4.aminet.net/misc/fish/complete_index.txt) they covered LhA v1.0 on disk 577, v1.11 on disk 593, 1.22 on disk 637 and 1.32 on disk 715.

You're sure it's not archived using LHArc format (lha -0)?