pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/knot
Module Name: pkgsrc
Committed By: drixter
Date: Sun Aug 30 09:15:36 UTC 2026
Modified Files:
pkgsrc/net/knot: distinfo
pkgsrc/net/knot/patches: patch-src_utils_knotc_interactive.c
Log Message:
knot: Fix patch path typo
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/knot/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/net/knot/patches/patch-src_utils_knotc_interactive.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/knot/distinfo
diff -u pkgsrc/net/knot/distinfo:1.56 pkgsrc/net/knot/distinfo:1.57
--- pkgsrc/net/knot/distinfo:1.56 Sat Aug 29 19:55:15 2026
+++ pkgsrc/net/knot/distinfo Sun Aug 30 09:15:36 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.56 2026/08/29 19:55:15 drixter Exp $
+$NetBSD: distinfo,v 1.57 2026/08/30 09:15:36 drixter Exp $
BLAKE2s (knot-3.5.7.tar.xz) = 231e114cfc5d035243887998bf44d9ce27a26e7ff5e0e35e9bb54f4e5fb2f7da
SHA512 (knot-3.5.7.tar.xz) = 83c0a6aaf85ba079639b7fb06cf7cd43daf184573414f74b8da8f795f23a4b0c2361780e6d0622b5fabe88ac62e8dcc3fb2b7f05abdb967b27917539fb063dfc
Size (knot-3.5.7.tar.xz) = 1735896 bytes
SHA1 (patch-samples_Makefile.in) = 499b8742dbd948e489b01d512bc7a8d8e4fe2e7b
-SHA1 (patch-src_utils_knotc_interactive.c) = c0ea7183530eeeaa8fc7a5aae4ee244fd115c15e
+SHA1 (patch-src_utils_knotc_interactive.c) = ead5c1202dd9f1126f07a1ac14d8d990625ddd00
Index: pkgsrc/net/knot/patches/patch-src_utils_knotc_interactive.c
diff -u pkgsrc/net/knot/patches/patch-src_utils_knotc_interactive.c:1.1 pkgsrc/net/knot/patches/patch-src_utils_knotc_interactive.c:1.2
--- pkgsrc/net/knot/patches/patch-src_utils_knotc_interactive.c:1.1 Sat Aug 29 19:55:15 2026
+++ pkgsrc/net/knot/patches/patch-src_utils_knotc_interactive.c Sun Aug 30 09:15:36 2026
@@ -1,9 +1,9 @@
-$NetBSD: patch-src_utils_knotc_interactive.c,v 1.1 2026/08/29 19:55:15 drixter Exp $
+$NetBSD: patch-src_utils_knotc_interactive.c,v 1.2 2026/08/30 09:15:36 drixter Exp $
Fix from upstream to properly compile on SunOS
---- /usr/work/amd64/wip/knot/work/knot-3.5.7/src/utils/knotc/interactive.c.orig 2026-08-29 19:17:24.182700199 +0000
-+++ /usr/work/amd64/wip/knot/work/knot-3.5.7/src/utils/knotc/interactive.c
+--- src/utils/knotc/interactive.c.orig 2026-08-29 19:17:24.182700199 +0000
++++ src/utils/knotc/interactive.c
@@ -359,11 +359,16 @@ static void path_lookup(EditLine *el, co
struct stat sb;
for (int i = 0; i < nnames; ++i) {
Home |
Main Index |
Thread Index |
Old Index