Commit 7b76bb2b authored by Yarny0's avatar Yarny0
Browse files

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
parent 30439d93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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'