diff options
author | nia <nia@pkgsrc.org> | 2022-03-25 08:22:24 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-03-25 08:22:24 +0000 |
commit | 8bb28764329c5620d48e76c49ddded498af9d40b (patch) | |
tree | 0f29065bdde11377bbe9a75c3ad3db45f1b4e02d /chat | |
parent | 6bfece3ad0ebe909f017dbed182aecc8d35306aa (diff) | |
download | pkgsrc-8bb28764329c5620d48e76c49ddded498af9d40b.tar.gz |
weechat: update to 3.4.1
This fixes a security bug where TLS certs are not verified properly.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/weechat/Makefile | 4 | ||||
-rw-r--r-- | chat/weechat/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 717629de7fd..538c63b03ce 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.130 2021/12/19 13:22:21 nia Exp $ +# $NetBSD: Makefile,v 1.131 2022/03/25 08:22:24 nia Exp $ -DISTNAME= weechat-3.4 +DISTNAME= weechat-3.4.1 CATEGORIES= chat MASTER_SITES= https://www.weechat.org/files/src/ EXTRACT_SUFX= .tar.xz diff --git a/chat/weechat/distinfo b/chat/weechat/distinfo index 64599c59655..f371e5704ce 100644 --- a/chat/weechat/distinfo +++ b/chat/weechat/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.73 2022/02/24 09:55:40 jperkin Exp $ +$NetBSD: distinfo,v 1.74 2022/03/25 08:22:24 nia Exp $ -BLAKE2s (weechat-3.4.tar.xz) = e7abac6e913787bfda4aa9637c7741f588529e0d9dff4b2b3ea5a99790b12d3b -SHA512 (weechat-3.4.tar.xz) = b5e36802bb8b8f0e518da590d675ca63b0fa0b88acd24c2803d4f8468e6bce775691d3994db5090570f1286ad38be31615921b0d3ead697ad51986cddca57330 -Size (weechat-3.4.tar.xz) = 2617640 bytes +BLAKE2s (weechat-3.4.1.tar.xz) = e9a9baa5147bf1ffe86cb41665a9734a1021e0b6b7422709a4508c61e38ea3ed +SHA512 (weechat-3.4.1.tar.xz) = 3715975d0b8cb5ac1946ceb0fa87fcecffebccf1687cb3b8c3d91429f31e69000808994885bef580a0cfd9c5b1bcf6a51642bd653cf887be981188281901a04e +Size (weechat-3.4.1.tar.xz) = 2617856 bytes SHA1 (patch-cmake_FindNcurses.cmake) = 73d4bc9551c79ee967abe06eba09cfe1b10129d4 SHA1 (patch-po_CMakeLists.txt) = 014b42ff303a4e4213de95339ab97f029f38a068 SHA1 (patch-src_plugins_lua_CMakeLists.txt) = 307dcba1a072411ec2b59c4e680a930e31d6d541 |