Received: by mail.netbsd.org (Postfix, from userid 605) id B6D5A84E56; Mon, 9 Aug 2021 18:37:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF72784D16 for ; Mon, 9 Aug 2021 18:37:30 +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 SAyNUKyfs9D3 for ; Mon, 9 Aug 2021 18:37:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 69C8D84D15 for ; Mon, 9 Aug 2021 18:37:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5AA04FA97; Mon, 9 Aug 2021 18:37:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1628534250146150" MIME-Version: 1.0 Date: Mon, 9 Aug 2021 18:37:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xrdb To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210809183730.5AA04FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1628534250146150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 9 18:37:30 UTC 2021 Modified Files: pkgsrc/x11/xrdb: Makefile distinfo Log Message: xrdb: update to 1.2.1. Matthieu Herrb (1): xrdb 1.2.1 Tobias Stoeckmann (1): Fix out of boundary read. Walter Harms (3): Add actual querying capabilities XFree() can handle NULL arg fix assignment discards ‘const’ qualifier To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xrdb/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xrdb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1628534250146150 Content-Disposition: inline Content-Length: 1531 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xrdb/Makefile diff -u pkgsrc/x11/xrdb/Makefile:1.12 pkgsrc/x11/xrdb/Makefile:1.13 --- pkgsrc/x11/xrdb/Makefile:1.12 Sat Jan 18 23:36:12 2020 +++ pkgsrc/x11/xrdb/Makefile Mon Aug 9 18:37:30 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2020/01/18 23:36:12 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2021/08/09 18:37:30 wiz Exp $ -DISTNAME= xrdb-1.2.0 +DISTNAME= xrdb-1.2.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xrdb/distinfo diff -u pkgsrc/x11/xrdb/distinfo:1.10 pkgsrc/x11/xrdb/distinfo:1.11 --- pkgsrc/x11/xrdb/distinfo:1.10 Thu Feb 21 09:46:17 2019 +++ pkgsrc/x11/xrdb/distinfo Mon Aug 9 18:37:30 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/02/21 09:46:17 wiz Exp $ +$NetBSD: distinfo,v 1.11 2021/08/09 18:37:30 wiz Exp $ -SHA1 (xrdb-1.2.0.tar.bz2) = 79596928246288a217abdec0e4a2315ec9b07963 -RMD160 (xrdb-1.2.0.tar.bz2) = a5ea4b13e2369f6088843f6930bf56f7f9dddfea -SHA512 (xrdb-1.2.0.tar.bz2) = 14e1cdfb2152fb28f1f4641b177ab236648d7e967a95b952bf4cfce8d3e1ef085e85385354e3381aaf644462e8888a1847f755ab4016ecb4cb4a715b001dd2ef -Size (xrdb-1.2.0.tar.bz2) = 142194 bytes +SHA1 (xrdb-1.2.1.tar.bz2) = 8870fe979964ef86321014e7986e4bc0909191b0 +RMD160 (xrdb-1.2.1.tar.bz2) = 703d635fb650e6e1c94cadfc657c3ebceca20f9f +SHA512 (xrdb-1.2.1.tar.bz2) = d88135cdfea8536523dfb986249ee42761d5363c936352f12f55b4d0c849f21236f7d74d39869c5ec5b549019d6ed89d9096cde4b3c2b4816c2778a8e370b5c9 +Size (xrdb-1.2.1.tar.bz2) = 143216 bytes --_----------=_1628534250146150--