From c63ebf923a2f01f8d75b5cc73024e108ad74a9f6 Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Sat, 17 Aug 2024 16:10:41 +0200 Subject: [PATCH] Add changelog for #10261 --- changelog.d/pr-10261 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog.d/pr-10261 diff --git a/changelog.d/pr-10261 b/changelog.d/pr-10261 new file mode 100644 index 00000000000..adcae60fd88 --- /dev/null +++ b/changelog.d/pr-10261 @@ -0,0 +1,12 @@ +synopsis: Warn about git:// protocol +packages: cabal-install +prs: #10261 + +description: { + +`cabal check` will warn about insecure git:// protocol in `source-repository`. + +See [Git Book](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#_the_cons_4) +for an explanation. + +}