Merge pull request #183120 from Yarny0/hylafaxplus

hylafaxplus: 7.0.5 -> 7.0.6

authored by winter.bsky.social and committed by GitHub 25ca58cf 0aef1206

+6 -4
+5 -3
pkgs/servers/hylafaxplus/default.nix
··· 13 13 , gnugrep 14 14 , gnused 15 15 , libtiff 16 + , openssl 16 17 , psmisc 17 18 , sharutils 18 19 , util-linux ··· 30 31 let 31 32 32 33 pname = "hylafaxplus"; 33 - version = "7.0.5"; 34 - sha256 = "1blv251r0yhnhxk9wgkjgr35al50q23hiskjkcbs8lmqqrz0cm8f"; 34 + version = "7.0.6"; 35 + hash = "sha512-0faeEwF/XQE/85zwUMOnrGzvGanuWRDr53SnrgbX0i/SHjHelzSEd2TK6plVOfV4w8RY7Ox7lSO1gjqEEzfZyw=="; 35 36 36 37 configSite = substituteAll { 37 38 name = "${pname}-config.site"; ··· 65 66 inherit pname version; 66 67 src = fetchurl { 67 68 url = "mirror://sourceforge/hylafax/hylafax-${version}.tar.gz"; 68 - inherit sha256; 69 + inherit hash; 69 70 }; 70 71 patches = [ 71 72 # adjust configure check to work with libtiff > 4.1 ··· 78 79 file # for `file` command 79 80 ghostscript 80 81 libtiff 82 + openssl 81 83 psmisc # for `fuser` command 82 84 sharutils # for `uuencode` command 83 85 util-linux # for `agetty` command
+1 -1
pkgs/servers/hylafaxplus/libtiff-4.patch
··· 5 5 echo '#define TIFFSTRIPBYTECOUNTS uint32_t' 6 6 echo '#define TIFFVERSION TIFF_VERSION' 7 7 echo '#define TIFFHEADER TIFFHeader';; 8 - - 4.[0123]) tiff_runlen_t="uint32_t" 8 + - 4.[01234]) tiff_runlen_t="uint32_t" 9 9 + 4.[0-9]) tiff_runlen_t="uint32_t" 10 10 tiff_offset_t="uint64_t" 11 11 echo '#define TIFFSTRIPBYTECOUNTS uint64_t'