Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4c57db81b15e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2461d6079549
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 19, 2019

  1. nixos/hylafax: add 'yarny' (= myself) as maintainer

    I forgot to do this when I submitted this module with
    commit 12fa95f.
    
    (cherry picked from commit 1438f7b)
    Yarny0 committed Apr 19, 2019
    Copy the full SHA
    803d10f View commit details
    Browse the repository at this point in the history
  2. nixos/hylafax: fix faxq ModemGroup setting

    The manpage claims that the "limit" in the setting::
      <name>:[<limit>:]<regex>
    is optional and defaults to zero, implying no limit.
    However, tests confirmed that it actually isn't optional.
    
    Without limit, the setting ``any:.*`` places
    outbound jobs on infinite hold if no particular
    modem was specified on the sendfax command line.
    The new default value ``any:0:.*`` from
    this commit uses any available modem to
    send jobs if not modem was given to sendfax.
    
    (cherry picked from commit e57156b)
    Yarny0 committed Apr 19, 2019
    Copy the full SHA
    05459ce View commit details
    Browse the repository at this point in the history
  3. hylafaxplus: update meta

    * move meta attrset into curly brackets
    * update homepage (finally supports https)
    * add downloadPage
    * add longDescription
    
    (cherry picked from commit 729ce1c)
    Yarny0 committed Apr 19, 2019
    Copy the full SHA
    437f5c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Merge pull request #59894 from Yarny0/hylafax-updates-19.03

    HylaFAX: fix ModemGroup, also minor metadata updates (backport to release-19.03)
    infinisil committed Apr 22, 2019
    Copy the full SHA
    2461d60 View commit details
    Browse the repository at this point in the history