hylafaxplus: 7.0.8 -> 7.0.9

...released on Sept 26 2024.

Also adapt the libtiff compatibility patch.

Release notes: https://hylafax.sourceforge.io/news/7.0.9.php
This commit is contained in:
Yarny0 2024-09-27 08:45:18 +02:00
parent 30439d93eb
commit 7b76bb2be1
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@
let
pname = "hylafaxplus";
version = "7.0.8";
hash = "sha512-6wTLVcaHpASy+2i+jeoJ1cM2aLgI5vznGrLd4NCkLHiOxlfCh/ASRaj2Nxt9ZZ5NN/deEwf9tNSZ7MkFZHVsqA==";
version = "7.0.9";
hash = "sha512-3OJwM4vFC9pzPozPobFLiNNx/Qnkl8BpNNziRUpJNBDLBxjtg/eDm3GnprS2hpt7VUoV4PCsFvp1hxhNnhlUwQ==";
configSite = substituteAll {
name = "${pname}-config.site";

View File

@ -5,7 +5,7 @@ https://bugs.gentoo.org/706154
echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
echo '#define TIFFVERSION TIFF_VERSION'
echo '#define TIFFHEADER TIFFHeader';;
- 4.[0123456]) tiff_runlen_t="uint32_t"
- 4.[01234567]) tiff_runlen_t="uint32_t"
+ 4.[0-9]) tiff_runlen_t="uint32_t"
tiff_offset_t="uint64_t"
echo '#define TIFFSTRIPBYTECOUNTS uint64_t'