pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/nabud
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.
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
Home |
Main Index |
Thread Index |
Old Index