Received: by mail.netbsd.org (Postfix, from userid 605) id E524584EC3; Wed, 2 Nov 2022 08:06:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21AA284EB8 for ; Wed, 2 Nov 2022 08:06: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 UbTkTF3h15nE for ; Wed, 2 Nov 2022 08:06:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 86C3784C13 for ; Wed, 2 Nov 2022 08:06:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 841D5FA90; Wed, 2 Nov 2022 08:06:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166737638370260" MIME-Version: 1.0 Date: Wed, 2 Nov 2022 08:06:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xf86-input-mouse To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221102080623.841D5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166737638370260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 2 08:06:23 UTC 2022 Modified Files: pkgsrc/x11/xf86-input-mouse: Makefile distinfo Log Message: xf86-input-mouse: update to 1.9.4. Alan Coopersmith (14): Update configure.ac bug URL for gitlab migration Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test gitlab CI: stop requiring Signed-off-by in commits sun_mouse: Fix -Wsign-compare warnings sun_mouse: Fix -Wnull-dereference warning checkForErraticMovements: Fix -Wempty-body warnings SetupMouse: fix -Wsign-compare warning InputDriverRec: Fix -Wmissing-field-initializers warning autoGood: quiet -Wimplicit-fallthrough warning configure: check for timingsafe_memcmp sun_mouse.c: #include "config.h" xf86-input-mouse 1.9.4 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/xf86-input-mouse/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/xf86-input-mouse/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166737638370260 Content-Disposition: inline Content-Length: 1819 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xf86-input-mouse/Makefile diff -u pkgsrc/x11/xf86-input-mouse/Makefile:1.34 pkgsrc/x11/xf86-input-mouse/Makefile:1.35 --- pkgsrc/x11/xf86-input-mouse/Makefile:1.34 Sun Apr 10 08:53:18 2022 +++ pkgsrc/x11/xf86-input-mouse/Makefile Wed Nov 2 08:06:23 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2022/04/10 08:53:18 nia Exp $ +# $NetBSD: Makefile,v 1.35 2022/11/02 08:06:23 wiz Exp $ -DISTNAME= xf86-input-mouse-1.9.3 +DISTNAME= xf86-input-mouse-1.9.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/xf86-input-mouse/distinfo diff -u pkgsrc/x11/xf86-input-mouse/distinfo:1.23 pkgsrc/x11/xf86-input-mouse/distinfo:1.24 --- pkgsrc/x11/xf86-input-mouse/distinfo:1.23 Tue Oct 26 11:34:39 2021 +++ pkgsrc/x11/xf86-input-mouse/distinfo Wed Nov 2 08:06:23 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2021/10/26 11:34:39 nia Exp $ +$NetBSD: distinfo,v 1.24 2022/11/02 08:06:23 wiz Exp $ -BLAKE2s (xf86-input-mouse-1.9.3.tar.bz2) = f3c28fad9893d774881fde3ded497d23883cbd3c675d4ce6e1b6c3f0aed703a8 -SHA512 (xf86-input-mouse-1.9.3.tar.bz2) = d99f5b4b1ef1aa4cbf1a92549e412f54f121bc804e4d6643248ad7ea18081b38b958bd289dc8476ebc0f6ef5f7424c2f2a8abcfaa30cae5378829549af6b148f -Size (xf86-input-mouse-1.9.3.tar.bz2) = 382013 bytes +BLAKE2s (xf86-input-mouse-1.9.4.tar.xz) = 2680e534b4b9e92d075e62ea1ff8d4a69a6bb0464b3612b2be6f389989fac469 +SHA512 (xf86-input-mouse-1.9.4.tar.xz) = 7dfde3b1e0c1291c4d78ee920942771808b007f743bfc6eed20de12579383745858673dd874a4b5cf4ab8d9d15f6f7ca2db81ee831547a488d64848a7fe5e16c +Size (xf86-input-mouse-1.9.4.tar.xz) = 325112 bytes SHA1 (patch-src_sun__mouse.c) = e23157bc9bdb5840ac008648d1c9a894e7a900cc --_----------=_166737638370260--