From 033cdd37b6543b3b9eb336dbaff3e66109bbc791 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 15 Oct 2020 15:39:36 +0200 Subject: [PATCH] monitor-components: let's get notified about new GNU TLS versions A common alternative to OpenSSL is GNU TLS. We already use it via GNU Privacy Guard. As 32-bit MSYS2 won't be updated anymore (see https://www.msys2.org/news/#2020-05-17-32-bit-msys2-no-longer-actively-supported for details), we have to build it ourselves. Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index e75ac16335..09086fe8f6 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -38,6 +38,8 @@ jobs: feed: https://github.com/openssh/openssh-portable/tags.atom - label: openssl feed: https://github.com/openssl/openssl/tags.atom + - label: gnutls + feed: https://gnutls.org/news.atom - label: heimdal feed: https://github.com/heimdal/heimdal/tags.atom - label: git-sizer