bird: 2.13 -> 2.13.1

> When a case statement in filter had an empty branch, it crashed BIRD. This bug
> applies to versions 2.13 and 2.0.12. Version 2.0.11 is not affected.
> Also we fixed a bug in BGP Roles manifesting when the other party sent no
> capabilities at all.

https://trubka.network.cz/pipermail/bird-users/2023-June/017034.html
This commit is contained in:
Moritz 'e1mo' Fromm 2023-06-22 17:40:29 +02:00
parent 9c705787cb
commit 0ed1db3ee5
No known key found for this signature in database
GPG Key ID: 1D5D79A439E787F1

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "2.13";
version = "2.13.1";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-jYlePjEYgOnvuIi0OGy+wvfhi/uDNOjUyMp8Q0EJJjg=";
hash = "sha256-l7uNV76bxQg+K1ZkFtJ+MUFihWoSynx34gLkZ9INQIA=";
};
nativeBuildInputs = [ flex bison ];