Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=QoWitA7I; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GDxkM3au Received: by mail.netbsd.org (Postfix, from userid 605) id 0362484ED7; Wed, 15 May 2024 04:41:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715748075; bh=Q9HV4m3/DHi16uTCjrpbmcB+cATW1X9JJeCtDhQ8wpg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=QoWitA7I3rEk3dSfR+IBdB9lT/8qM/vuns0EWBnoXpWotrD9/6ibIF3Emw8Us0dJZ 5feVI19dexXOaYApdqSaIP6SAEnuVvcg2HpJkx1BsNDup12c6Eoi8g14pjeLMAmhAQ d5VqURhkOW9owZcX8F9/XXcPTO6EDsuV2vXvNITY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E85F684CFC for ; Wed, 15 May 2024 04:41:13 +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 pj9xI7cGh8Ha for ; Wed, 15 May 2024 04:41:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 61A1484CF4 for ; Wed, 15 May 2024 04:41:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715748073; bh=Q9HV4m3/DHi16uTCjrpbmcB+cATW1X9JJeCtDhQ8wpg=; h=Date:From:Subject:To:Reply-To; b=GDxkM3au5BbusVpsuCOeHLCjTYqsYL/M1/Ln8U1cvLoqzVrLTz0hJQnXUerKllj9h Y3U7REOAkLITqi1xp4NwdPVQxi7BTmFYZjV65QhnXYntCA5qnIKKtMACTpMqmnYkjp YQ1zxUHIMjmzm3UKQBWOSRk8WkmugWF3ge8q6Xnw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 585B0FA2C; Wed, 15 May 2024 04:41:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715748073178390" MIME-Version: 1.0 Date: Wed, 15 May 2024 04:41:13 +0000 From: "Jason R Thorpe" Subject: CVS commit: pkgsrc/sysutils/nabud To: pkgsrc-changes@NetBSD.org Reply-To: thorpej@netbsd.org X-Mailer: log_accum Message-Id: <20240515044113.585B0FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715748073178390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thorpej Date: Wed May 15 04:41:13 UTC 2024 Modified Files: pkgsrc/sysutils/nabud: Makefile distinfo Log Message: Update to nabud-1.3.2: Upstream changes: * Fix a bug in NHACP dealing with file offsets on 32-bit Linux platforms and other platforms that do not have a 64-bit off_t type; seeks and positional I/O would fail with a "FILE TOO BIG" error due to this bug. Many thanks to SolderGirl for reporting the issue, helping to track it down, and testing the fix. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/nabud/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/nabud/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715748073178390 Content-Disposition: inline Content-Length: 1667 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/nabud/Makefile diff -u pkgsrc/sysutils/nabud/Makefile:1.10 pkgsrc/sysutils/nabud/Makefile:1.11 --- pkgsrc/sysutils/nabud/Makefile:1.10 Tue Oct 24 22:11:10 2023 +++ pkgsrc/sysutils/nabud/Makefile Wed May 15 04:41:13 2024 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2023/10/24 22:11:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2024/05/15 04:41:13 thorpej Exp $ # -NABUD_VERS= 1.3.1 +NABUD_VERS= 1.3.2 GITHUB_PROJECT= nabud GITHUB_TAG= v${NABUD_VERS} DISTNAME= ${GITHUB_PROJECT}-${GITHUB_TAG} PKGNAME= ${GITHUB_PROJECT}-${NABUD_VERS} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=thorpej/} Index: pkgsrc/sysutils/nabud/distinfo diff -u pkgsrc/sysutils/nabud/distinfo:1.7 pkgsrc/sysutils/nabud/distinfo:1.8 --- pkgsrc/sysutils/nabud/distinfo:1.7 Wed May 17 03:01:58 2023 +++ pkgsrc/sysutils/nabud/distinfo Wed May 15 04:41:13 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/05/17 03:01:58 thorpej Exp $ +$NetBSD: distinfo,v 1.8 2024/05/15 04:41:13 thorpej Exp $ -BLAKE2s (nabud-v1.3.1.tar.gz) = 85b42b3d28b99bceb2ac11cb0646df7873e1effe7f694befad9fd6e214a67726 -SHA512 (nabud-v1.3.1.tar.gz) = 6e1a01ee73c8b64e7c995debaa3ce8ff937c57583bbf8f3e74b92ebab6c5ca28965e8032ae2f5165154740c0d1ba1f627cf1a89e9acb2571fdc31ae9b289ac5c -Size (nabud-v1.3.1.tar.gz) = 560267 bytes +BLAKE2s (nabud-v1.3.2.tar.gz) = 1f1ec6b595efe4b4c2609d381d34d87feef09c21f14390547ead9857d163f011 +SHA512 (nabud-v1.3.2.tar.gz) = 2a8394a4bf3b0c4267791fc3b851c401e212828a400a584e815270452b2096eabed0e81a031e3b5290a248c527a6c61e8479bd8e706e248d75e05cd68d23c292 +Size (nabud-v1.3.2.tar.gz) = 561501 bytes --_----------=_1715748073178390--