xen: note about security for next bump

This commit is contained in:
Domen Kožar 2014-10-02 10:23:03 +02:00
parent 6ac16b3660
commit 58b6c4fce9

View file

@ -136,6 +136,6 @@ stdenv.mkDerivation {
description = "Xen hypervisor and management tools for Dom0";
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = [ stdenv.lib.maintainers.eelco ];
broken = true;
broken = true; # bump to at least 4.1.6.1 to fix security issues
};
}