Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E350D1A921F for ; Fri, 25 Mar 2022 08:22:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A04B484D8B; Fri, 25 Mar 2022 08:22:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D883784D8B for ; Fri, 25 Mar 2022 08:22:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WeIr4PmPcaFY for ; Fri, 25 Mar 2022 08:22:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B94184CD9 for ; Fri, 25 Mar 2022 08:22:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52D84FB24; Fri, 25 Mar 2022 08:22:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1648196544111800" MIME-Version: 1.0 Date: Fri, 25 Mar 2022 08:22:24 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/weechat To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220325082224.52D84FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1648196544111800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Mar 25 08:22:24 UTC 2022 Modified Files: pkgsrc/chat/weechat: Makefile distinfo Log Message: weechat: update to 3.4.1 This fixes a security bug where TLS certs are not verified properly. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 pkgsrc/chat/weechat/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/chat/weechat/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1648196544111800 Content-Disposition: inline Content-Length: 1747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/weechat/Makefile diff -u pkgsrc/chat/weechat/Makefile:1.130 pkgsrc/chat/weechat/Makefile:1.131 --- pkgsrc/chat/weechat/Makefile:1.130 Sun Dec 19 13:22:21 2021 +++ pkgsrc/chat/weechat/Makefile Fri Mar 25 08:22:24 2022 @@ -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 Index: pkgsrc/chat/weechat/distinfo diff -u pkgsrc/chat/weechat/distinfo:1.73 pkgsrc/chat/weechat/distinfo:1.74 --- pkgsrc/chat/weechat/distinfo:1.73 Thu Feb 24 09:55:40 2022 +++ pkgsrc/chat/weechat/distinfo Fri Mar 25 08:22:24 2022 @@ -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 --_----------=_1648196544111800--