Re: [sword-devel] HTTP Module Install Preference

2022-06-02 Thread Troy A. Griffitts
Hi Bastian, Thank you for the tip to have a look at libarchive. I see the advantage that libarchive would give us over straight zlib with regard to additional compression formats and the ability to read tar and zip archives without including community contrib files to zlib as we do now for thi

Re: [sword-devel] HTTP Module Install Preference

2022-06-01 Thread Bastian Germann
Hi Troy, Am 30.05.22 um 01:36 schrieb Troy A. Griffitts: 1) new unzip expansion support in the engine: we've wanted, for a while now, to support zip archive expansion; historically, we've supported tar.gz expansion.  My issue in the past is that zlib only supports the decompression action, not

[sword-devel] HTTP Module Install Preference

2022-05-29 Thread Troy A. Griffitts
Hey guys, I have some pretty experimental code in trunk which I'd love for you to try out. In general, it is an attempt to update InstallMgr to prefer HTTPS zip package downloads if HTTPS is a supported protocol on the platform and they exists on the remote source.  Details follow: 1) new un