HydrogenAudio

Hydrogenaudio Forum => Validated News => Topic started by: bryant on 2022-07-23 23:17:02

Title: WavPack 5.5.0 Released
Post by: bryant on 2022-07-23 23:17:02
WavPack 5.5.0 contains a fix for CVE-2021-44269 (https://nvd.nist.gov/vuln/detail/CVE-2021-44269) wherein encoding a specially crafted DSD file causes an out-of-bounds read exception.

The other major change was the addition of the --drop option and the ability to add brace-delimited default option parameters to the executable filename (thanks to @Porcus for the inspiration). On Windows, these improvements make using the WavPack executable icons as "drag and drop" targets much easier and more flexible. For details on using this feature see the user manual (https://www.wavpack.com/wavpack_doc.html).

For the remaining minor fixes and improvements, see the official NEWS file (https://www.wavpack.com/changelog.txt).

Binaries and source can be found on the GitHub release page (https://github.com/dbry/WavPack/releases/tag/5.5.0) or the WavPack downloads page (https://www.wavpack.com/downloads.html).

Note that I am no longer able to generate binaries for macOS. These should probably be obtained from HomeBrew (https://formulae.brew.sh/formula/wavpack) anyway, which has been updated to 5.5.0.

 :o Thanks HA for over 20 years of WavPack support!  :o
Title: Re: WavPack 5.5.0 Released
Post by: shadowking on 2022-08-06 12:32:24
Thanks David

BTW , the wavpack.com font is too small for full-HD resolution (PC).
I have to zoom to 120% or reader mode.
Title: Re: WavPack 5.5.0 Released
Post by: bryant on 2022-08-12 20:26:49
Thanks shadowking! Yeah, the website is starting to look a little small. I'll look around and see if I can tweak anything obvious, but I'm no web guru. Patches welcome...   :D

The manual (https://www.wavpack.com/wavpack_doc.html) also suffers from this, but I should probably convert that to pdf like I have the developer documentation.
Title: Re: WavPack 5.5.0 Released
Post by: shadowking on 2022-08-13 14:03:01
Thanks shadowking! Yeah, the website is starting to look a little small. I'll look around and see if I can tweak anything obvious, but I'm no web guru. Patches welcome...   :D

The manual (https://www.wavpack.com/wavpack_doc.html) also suffers from this, but I should probably convert that to pdf like I have the developer documentation.


Thanks, I found that increasing the browser minimum font to 14 or 15 solves
it and other sites with smallish text. Of course some content breaks but not a lot.

The manual is fine , I prefer html over pdf
Title: Re: WavPack 5.5.0 Released
Post by: NetRanger on 2022-08-13 15:39:14
Would be great imo if a PDF version of the manual was available for download or even included with the the encoder package.
Title: Re: WavPack 5.5.0 Released
Post by: shadowking on 2022-08-15 12:42:13
I think this will do it:
https://www.wavpack.com/style.css

current value
 font-size: 9pt;

new value
 font-size: 11pt;

Another example
 https://www.wavpack.com/wavpack_doc.html

-save page as htm
-change 'font-size:'

My edited file for 11pt worked fine.
Title: Re: WavPack 5.5.0 Released
Post by: john33 on 2022-08-15 15:04:52
Would be great imo if a PDF version of the manual was available for download or even included with the the encoder package.
Here you go: www.rarewares.org/files/wavpack.pdf (http://www.rarewares.org/files/wavpack.pdf)

Very basic, but it's all there. ;)
Title: Re: WavPack 5.5.0 Released
Post by: NetRanger on 2022-08-15 16:35:58
Would be great imo if a PDF version of the manual was available for download or even included with the the encoder package.
Here you go: www.rarewares.org/files/wavpack.pdf (http://www.rarewares.org/files/wavpack.pdf)

Very basic, but it's all there. ;)

Thnx John :)
Title: Re: WavPack 5.5.0 Released
Post by: Porcus on 2022-08-15 17:52:01
Rarewares - hosting WavPack 4.32 binaries and 5.50 PDF  ;D

Actually there is at least one "rarer" WavPack build that might be interesting. The XP-friendly 5.4.0 at https://hydrogenaud.io/index.php?topic=120469.msg993282#msg993282
Title: Re: WavPack 5.5.0 Released
Post by: john33 on 2022-08-15 18:15:01
Rarewares - hosting WavPack 4.32 binaries and 5.50 PDF  ;D

Actually there is at least one "rarer" WavPack build that might be interesting. The XP-friendly 5.4.0 at https://hydrogenaud.io/index.php?topic=120469.msg993282#msg993282

Yes, a bit incongruous!! :) I can post Intel builds of 5.5.0 if anyone wants them.
Title: Re: WavPack 5.5.0 Released
Post by: bryant on 2022-08-15 20:41:24
Actually there is at least one "rarer" WavPack build that might be interesting. The XP-friendly 5.4.0 at https://hydrogenaud.io/index.php?topic=120469.msg993282#msg993282
Ah, thanks @Porcus , I had completely forgotten about these!

And anyone using especially the 32-bit version of this should update because of this bugfix (https://github.com/dbry/WavPack/commit/e9f817d703c33222047407b11f91348f6e74fddf).

Here's the associated bug on SoureForge (which is not getting a lot of attention). (https://sourceforge.net/p/mingw-w64/bugs/864/)

And thanks @john33 for your ongoing builds and hosting!   :D
Title: Re: WavPack 5.5.0 Released
Post by: john33 on 2022-08-15 22:12:31
Intel builds of v5.5.0 now at Rarewares. :)
Title: Re: WavPack 5.5.0 Released
Post by: bryant on 2022-08-15 23:05:48
@shadowking I updated the font size as you suggested and also the header font sizes and the pixel width. It looks much better, thanks!

Unfortunately the style.css is almost impossible to de-cache, but at least the manual (https://www.wavpack.com/wavpack_doc.html) has it embedded and gets updated with a simple reload.
Title: Re: WavPack 5.5.0 Released
Post by: Aleron Ives on 2022-08-16 00:17:35
A simple Shift + Reload picked up the change for me.
Title: Re: WavPack 5.5.0 Released
Post by: bryant on 2022-08-16 00:27:46
A simple Shift + Reload picked up the change for me.
Ha, that worked!

It's funny, I even went into developer tools and right-clicked "reload" and selected "Empty Cache and Hard Reload" and that didn't do it.

But shift+reload works...   ::)
Title: Re: WavPack 5.5.0 Released
Post by: Aleron Ives on 2022-08-16 01:45:37
In ye olde Netscape/Mozilla days, Shift + Reload was supposed to mean "reload without using the cache". I don't know how many browsers obey that convention, but it still works in SeaMonkey. :)
Title: Re: WavPack 5.5.0 Released
Post by: shadowking on 2022-08-16 03:37:40
everything is working !    Thanks
Title: Re: WavPack 5.5.0 Released
Post by: shadowking on 2022-08-16 03:41:12
Now everything is working !  .  Now sure what I did.
Title: Re: WavPack 5.5.0 Released
Post by: bryant on 2022-11-29 03:57:59
WavPack 5.6.0 is now available. (https://hydrogenaud.io/index.php/topic,123393.0.html)
Title: Re: WavPack 5.5.0 Released
Post by: esa372 on 2023-02-21 21:03:23
Thank you, Bryant, for all your work!