Page 6 of 8
Re: Please update the following plugins (for next release)
Posted: Sun Sep 17, 2023 4:10 pm
by psguru
Thanks, will update.
Re: Please update the following plugins (for next release)
Posted: Mon Sep 18, 2023 8:14 am
by Alpengreis
About the jq yet (if it's interesting) for you:
See the URL ...
https://github.com/jqlang/jq/releases/tag/jq-1.7
to direct download of the jq-win32.exe binary.
An advantage could be that the new version is MUCH smaller now.
Re: Please update the following plugins (for next release)
Posted: Mon Sep 18, 2023 8:20 am
by psguru
Yes, saw it, thanks.
Re: Please update the following plugins (for next release)
Posted: Tue Oct 17, 2023 12:01 pm
by Alpengreis
Hello
There is a new update for cURL, it's v8.4.0, which is security related too.
Greetings
Re: Please update the following plugins (for next release)
Posted: Tue Oct 17, 2023 12:07 pm
by psguru
Thanks, we'll update it in the next build.
Re: Please update the following plugins (for next release)
Posted: Fri Dec 01, 2023 4:34 pm
by Alpengreis
JFI
I found finally a newer odt2txt plugin. It's the version 0.5.3 from October, 29th, 2022.
Personally, I "installed" the 64-bit version. But there exist also a 32-bit version on the following website:
https://repo.msys2.org/mingw/i686/
Search for odt2txt or for file mingw-w64-i686-odt2txt-0.5-3-any.pkg.tar.zst ... you will find a compiled .EXE in the archive.
Greetings
Re: Please update the following plugins (for next release)
Posted: Fri Dec 01, 2023 5:12 pm
by psguru
Thanks for posting this, will check it out.
Re: Please update the following plugins (for next release)
Posted: Sat Dec 02, 2023 12:17 pm
by psguru
BTW, what's the location of the 64-bit version that you got?
Re: Please update the following plugins (for next release)
Posted: Sat Dec 02, 2023 12:32 pm
by psguru
Hmm, I tried the 32-bit version of odt2txt from
https://repo.msys2.org/mingw/i686/, and it didn't work: no output and an error for files that the old plug-in, version 0.3, handles just fine. The size of the new version is also suspiciously small.
Re: Please update the following plugins (for next release)
Posted: Mon Dec 04, 2023 5:30 am
by MSpagni
I didn't find any 32 bit version of odt2txt there.
I only found "mingw-w64-i686-odt2txt-0.5-3-any.pkg.tar.zst".
Running the contained odt2txt in WinXP 32 bit results in "odt2txt.exe - Impossible to find libiconv-2.dll".
Maybe this can explain the reduced size.
Off topic: since the specifications are public and free, I'm surprised 7zip don't handle the files .zst.
Re: Please update the following plugins (for next release)
Posted: Mon Dec 04, 2023 9:33 am
by psguru
I was referring to odt2txt.exe file in the bin folder of mingw-w64-i686-odt2txt-0.5-3-any.pkg:
Code: Select all
│ .BUILDINFO
│ .MTREE
│ .PKGINFO
│
└───mingw32
├───bin
│ odt2txt.exe
│
└───share
└───man
└───man1
odt2txt.1.gz
I didn't get the message you got, just an error and no output.
Re: Please update the following plugins (for next release)
Posted: Mon Dec 04, 2023 1:44 pm
by MSpagni
That's exactly the exe file I used.
I made some mental confusion because of the name of the package (W64) and the directory name (mingw32), but I tried on WinXP 32 anyway.
I repeated the test now and I got the same result: "Impossible to find libiconv-2.dll".
Re: Please update the following plugins (for next release)
Posted: Mon Dec 04, 2023 2:01 pm
by psguru
It's probably because the exe was not statically built.
Re: Please update the following plugins (for next release)
Posted: Tue Dec 05, 2023 1:48 am
by MSpagni
Yes, indeed.
Re: Please update the following plugins (for next release)
Posted: Tue Dec 19, 2023 4:37 pm
by Alpengreis
Sorry for late reply ...
About the odt2txt:
It's from
https://repo.msys2.org/mingw/x86_64/
I forgot: indeed I had to add the following files:
libiconv-2.dll
libpcre-1.dll
libpcreposix-0.dll
zlib1.dll
I took those files from my Git (also 64-bit) installation.
This is probably a bit (too) much effort then to make it available?
Sorry for the confiusion!
A new cURL version is available: 8.5.0 which is security relevant.
A new jq version is available (1.7.1 on https://github.com/jqlang/jq/releases) which is also security relevant.
Greetings