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: c6d32d816cf0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c56895bb919f
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on May 19, 2020

  1. acme-client: 0.2.5 -> 1.0.0

    The upstream version fails to compile due to a missing limits.h include.
    I added a patch to fix that.
    
    I opened a pull request to upstream it too, but the project has moved
    from GitHub onto sr.ht and now asks me to send a patch to the mailing
    list. My default email client is not really suitable for that, and
    getting git-send-email set up will take some work, so in the meantime
    it is easier to just patch it here.
    ruuda committed May 19, 2020
    Copy the full SHA
    d4c80a4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. acme-client: 1.0.0 -> 1.0.1

    I submitted my patch upstream, it was merged, and version 1.0.1 which
    includes it has been released. So the patch here is no longer necessary.
    
    Also, the maintainer added a Nixpkgs-based build environment to the
    upstream CI setup, so in the future the upstream version will likely
    not need any patching.
    ruuda committed May 24, 2020
    Copy the full SHA
    d4d36c3 View commit details
    Browse the repository at this point in the history
  2. acme-client: use source tarball to avoid autoreconf

    This was suggested by the upstream maintainer [1], and it is a nice
    simplification. Also change the url to sr.ht as the project has moved
    there.
    
    [1]: #88201 (comment)
    ruuda committed May 24, 2020
    Copy the full SHA
    bdd706c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Merge pull request #88201 from ruuda/acme-client-1.0

    acme-client: 0.2.5 -> 1.0.1
    Lassulus committed Jun 16, 2020
    Copy the full SHA
    c56895b View commit details
    Browse the repository at this point in the history