Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iBwNs8Ic; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=r7EPUTh3 Received: by mail.netbsd.org (Postfix, from userid 605) id 5181784D8D; Fri, 5 Apr 2024 07:08:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712300893; bh=R61o81eGoSAz88NqrXqt9R9l3Sjk0bhNBZYo4clVQuo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=iBwNs8Ic+cQINKcM2JW+HRP0n+NiaCaZqhtJpRUvs6w+raTGT2OjHRm06/IjDBli1 AWROJMlEF3X1gDTd1fa+8No9vgFGapBerbOgfIU8JeyuJzG1uPa0uJ6WTTrT24EGo8 jLTY5dzDruVz72kQyVzPIM0yd01pwLSAHTCACtjY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 42D4384D50 for ; Fri, 5 Apr 2024 07:08:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mTAiqn-6_XJe for ; Fri, 5 Apr 2024 07:08:11 +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 B6CD284CFE for ; Fri, 5 Apr 2024 07:08:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712300891; bh=R61o81eGoSAz88NqrXqt9R9l3Sjk0bhNBZYo4clVQuo=; h=Date:From:Subject:To:Reply-To; b=r7EPUTh3OGqt1c3kFOdquIVIkZND5IRfAhjXdr0NVCWwkMllHLzvpsv+c1cgRHjGZ 04T+5vL+Eai0dJ5NCiCKLeztLznYxRcasw2iIUu4O7dwm6CSO409m5os25nen68ggW +eY0AznQfDwR/8ltbXHlaI4MP0LRDTOp+MPuxfC8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AFAF6FA2C; Fri, 5 Apr 2024 07:08:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171230089187780" MIME-Version: 1.0 Date: Fri, 5 Apr 2024 07:08:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xdm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240405070811.AFAF6FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171230089187780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 5 07:08:11 UTC 2024 Modified Files: pkgsrc/x11/xdm: Makefile distinfo Log Message: xdm: update to 1.1.16. This release fixes a failure to build with the recent libXaw 1.0.16 release due to a change introduced in xdm 1.1.15 to address gcc 14 build issues. Alan Coopersmith (2): Define _CONST_X_STRING when including Xaw & Xt headers xdm 1.1.16 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/xdm/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xdm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171230089187780 Content-Disposition: inline Content-Length: 1416 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xdm/Makefile diff -u pkgsrc/x11/xdm/Makefile:1.42 pkgsrc/x11/xdm/Makefile:1.43 --- pkgsrc/x11/xdm/Makefile:1.42 Wed Apr 3 21:17:44 2024 +++ pkgsrc/x11/xdm/Makefile Fri Apr 5 07:08:11 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2024/04/03 21:17:44 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2024/04/05 07:08:11 wiz Exp $ -DISTNAME= xdm-1.1.15 +DISTNAME= xdm-1.1.16 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/xdm/distinfo diff -u pkgsrc/x11/xdm/distinfo:1.12 pkgsrc/x11/xdm/distinfo:1.13 --- pkgsrc/x11/xdm/distinfo:1.12 Wed Apr 3 21:17:44 2024 +++ pkgsrc/x11/xdm/distinfo Fri Apr 5 07:08:11 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2024/04/03 21:17:44 wiz Exp $ +$NetBSD: distinfo,v 1.13 2024/04/05 07:08:11 wiz Exp $ -BLAKE2s (xdm-1.1.15.tar.xz) = 23f6783c67aeaf7501f3c330b4bdad24acf36d6e505c715f3a422a720a5e0d76 -SHA512 (xdm-1.1.15.tar.xz) = b36c978b6a54e3db43f929c52cbf47ea226dc0fe018f8284d8c495c73f269af33a7441d5a5072d8e9b2a34e9c71767de9d8762bc3ed196b1bebc78b016f7d8bb -Size (xdm-1.1.15.tar.xz) = 420844 bytes +BLAKE2s (xdm-1.1.16.tar.xz) = 4933b79e85824607b937785020df99768943d700e274359fed6d8c69fd3db2a7 +SHA512 (xdm-1.1.16.tar.xz) = a7e0aca67b770b3939aee2c12feac3c0f5efa531ec4a6045ab8b53d9c35b701ab5533447feb39b7cbe0df74ff8483ee1637314b847b37a6c3f7e9c8fdf5e172d +Size (xdm-1.1.16.tar.xz) = 420072 bytes --_----------=_171230089187780--