fossil: 2.2 -> 2.3
Fixes XSS vulnerability on the /help webpage. No CVE known.
This commit is contained in:
parent
d2b6e9cdb0
commit
faed026cd4
@ -2,15 +2,16 @@
|
|||||||
, tcllib, withJson ? true}:
|
, tcllib, withJson ? true}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fossil-2.2";
|
name = "fossil-${version}";
|
||||||
|
version = "2.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls =
|
urls =
|
||||||
[
|
[
|
||||||
https://www.fossil-scm.org/index.html/uv/fossil-src-2.2.tar.gz
|
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
|
||||||
];
|
];
|
||||||
name = "${name}.tar.gz";
|
name = "${name}.tar.gz";
|
||||||
sha256 = "0wfgacfg29dkl0c3l1rp5ji0kraa64gcbg5lh8p4m7mqdqcq53wv";
|
sha256 = "0paalvb4rdyr79v6rwspaha5n4dqb92df9irijha13m3apsanwzh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib openssl readline sqlite which ed ]
|
buildInputs = [ zlib openssl readline sqlite which ed ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user