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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e64b2be53c85
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab3adfe1c769
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 22, 2020

  1. babeld: 1.9.1 → 1.9.2

    Dear all,
    
    Babeld-1.9.2 is available from
    
      https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz
      https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz.asc
    
    For more information about the Babel routing protocol, please see
    
      https://www.irif.fr/~jch/software/babel/
    
    This is a bug fix release.  It fixes two bugs where IPv4 prefixes could be
    represented incorrectly, with a range of confusing symptoms ; many thanks
    to Faban Bläse for diagnosing the issue.  In addition, it fixes incorrect
    parsing of unknown address encodings, thanks to Théo Bastian for the fix.
    
    21 April 2020: babeld-1.9.2
    
      * Fixed two issues that could cause IPv4 routes to be represented
        incorrectly, with a range of confusing symptoms.  Thanks to
        Fabian Bläse.
      * Fixed incorrect parsing of TLVs with an unknown Address Encoding.
        Thanks to Théophile Bastian.
      * Fixed access to mis-aligned data structure.  Thanks to Antonin Décimo.
    
    -- Juliusz Chroboczek
    
    _______________________________________________
    Babel-users mailing list
    Babel-users@alioth-lists.debian.net
    https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
    
    (cherry picked from commit 34c230a)
    mweinelt committed Apr 22, 2020
    Copy the full SHA
    22be0da View commit details

Commits on Apr 28, 2020

  1. Merge pull request #85757 from mweinelt/20.03/babeld-1.9.2

    [20.03] babeld: 1.9.1 → 1.9.2
    grahamc authored Apr 28, 2020
    Copy the full SHA
    ab3adfe View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/babeld/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/babeld/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "babeld";
version = "1.9.1";
version = "1.9.2";

src = fetchurl {
url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/${pname}-${version}.tar.gz";
sha256 = "1d503igqv9s5pgrhvxp1czjy2xfsjhagyyh2iny7g4cjvl0kq6qy";
sha256 = "01vzhrspnm4sy9ggaz9n3bfl5hy3qlynr218j3mdcddzm3h00kqm";
};

preBuild = ''