Commit Graph

4 Commits

Author SHA1 Message Date
Yarny0
94022accb0 hylafaxplus: 7.0.6 -> 7.0.7
Also:

* Drop patch for libtiff 4.5 compatibility;
  it is now included upstream.
* Update patch which expands the range of
  permitted libtiff versions so it still applies.

Release notes: https://hylafax.sourceforge.io/news/7.0.7.php
2023-01-24 12:21:13 +01:00
Yarny0
ad9e5b9386 hylafaxplus: 7.0.5 -> 7.0.6
* update libtiff patch due to
  https://sourceforge.net/p/hylafax/HylaFAX+/2682/
* add openssl to buildInputs due to
  https://sourceforge.net/p/hylafax/HylaFAX+/2664/

Release notes: https://hylafax.sourceforge.io/news/7.0.6.php
2022-07-27 14:34:58 +02:00
Yarny0
44aea0986b hylafaxplus: 7.0.3 -> 7.0.4
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-09-04 13:05:36 +02:00
ajs124
3027914a57 hylafaxplus: fix build 2021-07-21 02:33:50 +02:00