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

Re: [sword-devel] SWORD license issues

2021-05-15 Thread Bastian Germann
, May 14, 2021, 15:32 Bastian Germann <mailto:bastiangerm...@fishpost.de>> wrote: > > Am 26.12.20 um 19:53 schrieb Troy A. Griffitts: > >> Furthermore, some files in the cmake directory miss accompanying > >> licenses. At least CMake's 3-clause BSD lic

Re: [sword-devel] SWORD license issues

2021-05-14 Thread Bastian Germann
Am 26.12.20 um 19:53 schrieb Troy A. Griffitts: >> Furthermore, some files in the cmake directory miss accompanying >> licenses. At least CMake's 3-clause BSD license, cmake/toolchains's >> 2-clause BSD license, and the Boost Software License have to be included >> in source distributions. The BSD

Re: [sword-devel] LXX module distributed as public domain ?

2021-05-10 Thread Bastian Germann
Am 10.05.21 um 18:25 schrieb pierre amadio: I mentionned the source used by crosswire for the LXX module and the author of the post think the source document may not be released under a public domain copyright (although it grant permission to redistribute the data for non commercial purpose): h

Re: [sword-devel] Segfault in LZSS code

2021-02-28 Thread Bastian Germann
Am 28.02.21 um 17:32 schrieb Troy A. Griffitts: The problem would be the same if ZIP was the default and you gave the ZIP compression driver LZSS data files. I tried several combinations of wrong input for the other compression types after finding the bug and it turned out the others error, wh

Re: [sword-devel] Segfault in LZSS code

2021-02-27 Thread Bastian Germann
Am 27.02.21 um 17:47 schrieb ref...@gmx.net: Could you put a bug report into JIRA? https://tracker.crosswire.org/browse/API-247 As such the LZSS code is experimental and should not be relied upon. Why is it the default then? (according to https://wiki.crosswire.org/DevTools:conf_Files#Req

[sword-devel] Segfault in LZSS code

2021-02-27 Thread Bastian Germann
Hi, When sword reads a ZIP-compressed zLD module with bad conf file that has CompressType=LZSS (or no CompressType), sword segfaults. To reproduce, modify Nave's conf file accordingly and start Xiphos, Bibletime, or diatheke -b Nave -k ... (tried on Debian bullseye): (gdb) bt #0 0x7

Re: [sword-devel] Numbers 25:19 and German versification ?

2021-01-23 Thread Bastian Germann
Am 23.01.21 um 12:53 schrieb David Haslam: Does anyone know why the German V11N has 19 verses rather than 18 in Numbers 25 ? I guess that it is a bad decision by Luther :-). Module GerNeUe has Versification=German but has only 18 verses in this chapter. It's not alone in not having a verse 1

Re: [sword-devel] Problem for indexation and randomly installation of module

2020-12-17 Thread Bastian Germann
Am 17.12.20 um 19:01 schrieb Bastian Germann: Am 17.12.20 um 16:26 schrieb Troy A. Griffitts: Dear Br. Cyrille, The error you are receiving, "mkfastmod: error: KJV does not support a search framework," I believe is because the SWORD binary you are using is compiled with neither c

Re: [sword-devel] Problem for indexation and randomly installation of module

2020-12-17 Thread Bastian Germann
Am 17.12.20 um 16:26 schrieb Troy A. Griffitts: Dear Br. Cyrille, The error you are receiving, "mkfastmod: error: KJV does not support a search framework," I believe is because the SWORD binary you are using is compiled with neither clucene nor xapian support. Those are the two options for su

Re: [sword-devel] Where is current cipherraw.exe for Windows?

2020-12-01 Thread Bastian Germann
Am 01.12.20 um 17:39 schrieb Greg Hellings: On Thu, Nov 26, 2020 at 11:08 AM John Dudeck > wrote: __ Greetings. I am looking into how to use the encryption feature for Sword modules. I have done it successfully using the -c command line switch o

[sword-devel] TEI source for Nave 2.0

2020-11-18 Thread Bastian Germann
Hi, Can anyone point me to the TEI source for the Nave module (version 2.0)? Thanks, Bastian ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at ab

[sword-devel] missing stdio header

2020-11-14 Thread Bastian Germann
Hi, building the current revision fails. Please apply the following patch: Index: src/mgr/rtranspgdrive.cpp === --- src/mgr/rtranspgdrive.cpp (Revision 3823) +++ src/mgr/rtranspgdrive.cpp (Arbeitskopie) @@ -23,6 +23,7 @@ #inclu

[sword-devel] SWORD license issues

2020-11-09 Thread Bastian Germann
Hi, Packaging SWORD 1.9.0 for Debian, I found possible license issues. The file src/utilfuns/zlib/untgz.c stems from some older zlib release. At that state, one could have assumed it to be zlib licensed which is not clearly stated in any version of that file. I opened a zlib issue at https://gith