Received: by mail.netbsd.org (Postfix, from userid 605) id 16A5484EE4; Mon, 29 Aug 2022 09:45:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FE1D84EE2 for ; Mon, 29 Aug 2022 09:45:51 +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 12hy-g9p8JQT for ; Mon, 29 Aug 2022 09:45:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BAD1284CBC for ; Mon, 29 Aug 2022 09:45:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B851FFA82; Mon, 29 Aug 2022 09:45:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166176635073820" MIME-Version: 1.0 Date: Mon, 29 Aug 2022 09:45:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXaw3d To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220829094550.B851FFA82@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166176635073820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 29 09:45:50 UTC 2022 Modified Files: pkgsrc/x11/libXaw3d: Makefile distinfo Log Message: libXaw3d: update to 1.6.4. Alan Coopersmith (9): Fix fd leak when write() fails in WriteToFile() Update README for gitlab migration Update configure.ac bug URL for gitlab migration Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test convert ISO8859-1 encoded source files to UTF-8 libXaw3d 1.6.4 Eric Sesterhenn (1): Bug 24635: File Descriptor leaks in libxaw-1.0.7 Thomas E. Dickey (2): build-fixes when _CONST_X_STRING is defined issue #4: configure doesn't fail if flex is not installed To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libXaw3d/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/libXaw3d/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166176635073820 Content-Disposition: inline Content-Length: 1598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXaw3d/Makefile diff -u pkgsrc/x11/libXaw3d/Makefile:1.6 pkgsrc/x11/libXaw3d/Makefile:1.7 --- pkgsrc/x11/libXaw3d/Makefile:1.6 Sat Jan 18 23:35:51 2020 +++ pkgsrc/x11/libXaw3d/Makefile Mon Aug 29 09:45:50 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:51 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2022/08/29 09:45:50 wiz Exp $ -DISTNAME= libXaw3d-1.6.3 +DISTNAME= libXaw3d-1.6.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/libXaw3d/distinfo diff -u pkgsrc/x11/libXaw3d/distinfo:1.5 pkgsrc/x11/libXaw3d/distinfo:1.6 --- pkgsrc/x11/libXaw3d/distinfo:1.5 Tue Oct 26 11:34:05 2021 +++ pkgsrc/x11/libXaw3d/distinfo Mon Aug 29 09:45:50 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:34:05 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/08/29 09:45:50 wiz Exp $ -BLAKE2s (libXaw3d-1.6.3.tar.bz2) = 235322b5167e46353cb5826b20afb03534778b0dd32536f5f4a7a5e15a80a6fb -SHA512 (libXaw3d-1.6.3.tar.bz2) = f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424 -Size (libXaw3d-1.6.3.tar.bz2) = 561594 bytes +BLAKE2s (libXaw3d-1.6.4.tar.xz) = ab7517022067194caae8fde8693469bd5a22031bd574d68830c7b1e3522bb6aa +SHA512 (libXaw3d-1.6.4.tar.xz) = 388e905871a823d0f87fbc29e9ea2de95ac13ccaf50e031a01602d8d388d61bcf1823b4ded8c1a06bdce382e8ddcbc1b0182ccef00cde8064b09176163283dba +Size (libXaw3d-1.6.4.tar.xz) = 482168 bytes --_----------=_166176635073820--