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