about summary refs log tree commit diff
path: root/pkgs/servers/hylafaxplus
AgeCommit message (Collapse)AuthorFilesLines
2021-09-04hylafaxplus: 7.0.3 -> 7.0.4Yarny02-7/+7
Release notes: https://hylafax.sourceforge.io/news/7.0.4.php Regarding libtiff versions: In the past, libtiff updates sometimes broke hylafaxplus builds as the configure script checks the libtiff version very thoroughly: https://github.com/NixOS/nixpkgs/pull/122650 https://github.com/NixOS/nixpkgs/pull/130888 The new version permits libtiff versions `4.[0123]`, due to this commit https://sourceforge.net/p/hylafax/HylaFAX+/2595/ This is OK for now as we currently ship libtiff 4.3. However, since the past tells us that libtiff updates are rarely a problem, we keep our patch that permits libtiff versions `4.[0-9]`. The patch also needs adaption to new libtiff integer types due to this commit https://sourceforge.net/p/hylafax/HylaFAX+/2597/#diff-2
2021-07-21hylafaxplus: fix buildajs1242-6/+13
2021-05-14hylafaxplus: drop patch for POSIXLY_CORRECTYarny01-7/+0
I'm not sure why this patch was needed, but it builds and works find without it now. Maybe this is connected with https://github.com/NixOS/nixpkgs/pull/30483
2021-05-14hylafaxplus: switch to pname+versionYarny01-5/+5
To support efforts like https://github.com/NixOS/nixpkgs/issues/103997 this splits `name` into `pname` and `version`.
2021-05-14hylafaxplus: use gentoo patch for libtiff 4.2Yarny02-14/+7
2021-05-12hylafaxplus: fix buildajs1242-0/+16
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-3/+3
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-08-14hylafaxplus: 7.0.2 -> 7.0.3R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-02-01hylafaxplus: 7.0.1 -> 7.0.2R. RyanTM1-2/+2
2019-11-01hylafaxplus: 7.0.0 -> 7.0.1R. RyanTM1-2/+2
2019-04-19Merge pull request #59540 from r-ryantm/auto-update/hylafaxplusRyan Mulligan1-2/+2
hylafaxplus: 5.6.1 -> 7.0.0
2019-04-14hylafaxplus: 5.6.1 -> 7.0.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hylafaxplus/versions
2019-04-12hylafaxplus: update metaYarny01-5/+24
* move meta attrset into curly brackets * update homepage (finally supports https) * add downloadPage * add longDescription
2018-09-22hylafaxplus: 5.6.0 -> 5.6.1 (#47045)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hylafaxplus/versions
2018-09-08HylaFAX+: init at 5.6.0Yarny05-0/+171
Create the top-level packages attribute 'hylafaxplus' that builds HylaFAX+ . Note: The nobody uid and the nogroup gid are hardcoded in the package. The package build recipe file contains options to modify these ids.