Received: by mail.netbsd.org (Postfix, from userid 605) id 4B3CC84D28; Sat, 8 Aug 2020 22:02:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C81B184D27 for ; Sat, 8 Aug 2020 22:02:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wH2w5lV_odyJ for ; Sat, 8 Aug 2020 22:02:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 436E284D24 for ; Sat, 8 Aug 2020 22:02:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DE87FB28; Sat, 8 Aug 2020 22:02:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596924157229030" MIME-Version: 1.0 Date: Sat, 8 Aug 2020 22:02:37 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/wm/i3 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200808220237.3DE87FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1596924157229030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nia Date: Sat Aug 8 22:02:37 UTC 2020 Modified Files: pkgsrc/wm/i3: Makefile distinfo Log Message: i3: Update to 4.18.2 ┌──────────────────────────────┐ │ Release notes for i3 v4.18.2 │ └──────────────────────────────┘ This is i3 v4.18.2. This version is considered stable. All users of i3 are strongly encouraged to upgrade. This is a bugfix release for v4.18. ┌────────────────────────────┐ │ Bugfixes │ └────────────────────────────┘ • floating_maybe_reassign_ws: only re-focus if previously focused (fixes a focus issue with KDE notifications) • get_output_by_name: guard output->primary with require_active • i3bar: fix Xorg memory leak ┌────────────────────────────┐ │ Thanks! │ └────────────────────────────┘ Thanks for testing, bugfixes, discussions and everything I forgot go out to: Orestis Floros -- Michael Stapelberg, 2020-07-26 To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/wm/i3/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/wm/i3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596924157229030 Content-Disposition: inline Content-Length: 1690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/i3/Makefile diff -u pkgsrc/wm/i3/Makefile:1.36 pkgsrc/wm/i3/Makefile:1.37 --- pkgsrc/wm/i3/Makefile:1.36 Tue Apr 28 17:33:42 2020 +++ pkgsrc/wm/i3/Makefile Sat Aug 8 22:02:37 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2020/04/28 17:33:42 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2020/08/08 22:02:37 nia Exp $ -DISTNAME= i3-4.18.1 +DISTNAME= i3-4.18.2 CATEGORIES= wm MASTER_SITES= https://i3wm.org/downloads/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/wm/i3/distinfo diff -u pkgsrc/wm/i3/distinfo:1.17 pkgsrc/wm/i3/distinfo:1.18 --- pkgsrc/wm/i3/distinfo:1.17 Tue Apr 28 17:33:42 2020 +++ pkgsrc/wm/i3/distinfo Sat Aug 8 22:02:37 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2020/04/28 17:33:42 wiz Exp $ +$NetBSD: distinfo,v 1.18 2020/08/08 22:02:37 nia Exp $ -SHA1 (i3-4.18.1.tar.bz2) = 7a9d3fb235ca9916065751b9bfe2307c25875e7c -RMD160 (i3-4.18.1.tar.bz2) = d3eb88594c6a6ec9b594473e9b9788632c65d673 -SHA512 (i3-4.18.1.tar.bz2) = b001f539b1daf78be6dd9335a7c0474d30f8d969f79d131391ebd9ca310a058a1cc1234e4a9e60552efd520fc4983571f3c0b8cbd7be978e45957daaf86b3e90 -Size (i3-4.18.1.tar.bz2) = 1217703 bytes +SHA1 (i3-4.18.2.tar.bz2) = f31ca8fb7f23ccc8f8a331a948ec223769e688e1 +RMD160 (i3-4.18.2.tar.bz2) = 08315c629d42dc40340d3039a9c7bfb48f01071f +SHA512 (i3-4.18.2.tar.bz2) = 997c7cdf32f95ba25cfcd483a09f7e37e5219e4501baefa5c1865ddffd206bc9725211e4082663fab4174dc947b663ff454d343a7e30340ac3ea451f999417fc +Size (i3-4.18.2.tar.bz2) = 1218440 bytes SHA1 (patch-Makefile.in) = 9908543534c88946dd8a430cd208814cae0a03a1 SHA1 (patch-src_log.c) = 776031960fc912477f88a943ba99d6128e76c330 SHA1 (patch-src_main.c) = ee24742f40126f3b4f1c3e145ad19d97a05c2384 --_----------=_1596924157229030--