From a5b9fd069bcb0e0207170019f594f3167c926217 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 1 Jun 2023 08:02:20 +0200 Subject: [PATCH] Update opam-2-1-5.md fix link to security advisory --- opam-2-1-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam-2-1-5.md b/opam-2-1-5.md index 1fba655..9a7056f 100644 --- a/opam-2-1-5.md +++ b/opam-2-1-5.md @@ -13,7 +13,7 @@ We are pleased to announce the patch release of [opam 2.1.5]((https://github.com This opam release consists of [backported](https://github.com/ocaml/opam/issues/5444) bug & security fixes: -* Security issue: fix opam installing packages without checking their checksum when the local cache is corrupted in some case ([#5538](https://github.com/ocaml/opam/pull/5538)), you can find more information [there](opam-2-1-5-local-cache.md). +* Security issue: fix opam installing packages without checking their checksum when the local cache is corrupted in some case ([#5538](https://github.com/ocaml/opam/pull/5538)), you can find more information [there](opam-2-1-5-local-cache). * Variables are now expanded in build-env (as for setenv) ([#5352](https://github.com/ocaml/opam/pull/5352)) * Correctly handle empty environment variable additions ([#5350](https://github.com/ocaml/opam/pull/5350)) * Skip empty environment variable additions ([#5350](https://github.com/ocaml/opam/pull/5350))