pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/diffutils
Module Name: pkgsrc
Committed By: nia
Date: Tue Apr 12 14:24:17 UTC 2022
Modified Files:
pkgsrc/devel/diffutils: Makefile distinfo
Removed Files:
pkgsrc/devel/diffutils/patches: patch-src_context.c
Log Message:
diffutils: update to 3.8
* Noteworthy changes in release 3.8 (2021-08-01) [stable]
** Incompatible changes
diff no longer treats a closed stdin as representing an absent file
in usage like 'diff --new-file - foo <&-'. This feature was rarely
if ever used and was not portable to POSIX platforms that reopen
stdin on exec, such as SELinux if the process underwent an AT_SECURE
transition, or HP-UX even if not setuid.
** Bug fixes
diff and related programs no longer get confused if stdin, stdout,
or stderr are closed. Previously, they sometimes opened files into
file descriptors 0, 1, or 2 and then mistakenly did I/O with them
that was intended for stdin, stdout, or stderr.
cmp, diff and sdiff no longer treat negative command-line
option-arguments as if they were large positive numbers.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/diffutils/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/diffutils/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/diffutils/patches/patch-src_context.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/diffutils/Makefile
diff -u pkgsrc/devel/diffutils/Makefile:1.40 pkgsrc/devel/diffutils/Makefile:1.41
--- pkgsrc/devel/diffutils/Makefile:1.40 Sat Jan 18 23:30:26 2020
+++ pkgsrc/devel/diffutils/Makefile Tue Apr 12 14:24:16 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2020/01/18 23:30:26 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2022/04/12 14:24:16 nia Exp $
-DISTNAME= diffutils-3.7
+DISTNAME= diffutils-3.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/devel/diffutils/distinfo
diff -u pkgsrc/devel/diffutils/distinfo:1.18 pkgsrc/devel/diffutils/distinfo:1.19
--- pkgsrc/devel/diffutils/distinfo:1.18 Tue Oct 26 10:14:33 2021
+++ pkgsrc/devel/diffutils/distinfo Tue Apr 12 14:24:16 2022
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 10:14:33 nia Exp $
+$NetBSD: distinfo,v 1.19 2022/04/12 14:24:16 nia Exp $
-BLAKE2s (diffutils-3.7.tar.xz) = 55b70f9a50a544c941a6f5a27c63e9dc71f4dcf43fc06037d0a83ddc6bde2d0b
-SHA512 (diffutils-3.7.tar.xz) = 7b12cf8aea1b9844773748f72272d9c6a38adae9c3c3a8c62048f91fb56c60b76035fa5f51665dceaf2cfbf1d1f4a3efdcc24bf47a5a16ff4350543314b12c9c
-Size (diffutils-3.7.tar.xz) = 1448828 bytes
+BLAKE2s (diffutils-3.8.tar.xz) = 3c960c9b1f4164e2f590fbd7227abb58dd18af4e861063bcd6a2a0efa5a86718
+SHA512 (diffutils-3.8.tar.xz) = 279441270987e70d5ecfaf84b6285a4866929c43ec877e50f154a788858d548a8a316f2fc26ad62f7348c8d289cb29a09d06dfadce1806e3d8b4ea88c8b1aa7c
+Size (diffutils-3.8.tar.xz) = 1585120 bytes
SHA1 (patch-po_Makefile.in.in) = 0e7ed6eb85613f272e43a911a35a8b9cfbfb0536
SHA1 (patch-src_Makefile.in) = ad797a73086d177d53207312a7219f78178895e1
-SHA1 (patch-src_context.c) = 8ca9eff9d0233d1952de7b5f8e055a0a90c66c59
Home |
Main Index |
Thread Index |
Old Index