pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/hping



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 20 11:05:51 UTC 2026

Modified Files:
        pkgsrc/net/hping: Makefile distinfo
Added Files:
        pkgsrc/net/hping/patches: patch-split.c

Log Message:
hping: Various fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/hping/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/hping/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/hping/patches/patch-split.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/hping/Makefile
diff -u pkgsrc/net/hping/Makefile:1.18 pkgsrc/net/hping/Makefile:1.19
--- pkgsrc/net/hping/Makefile:1.18      Mon Dec 29 10:10:00 2025
+++ pkgsrc/net/hping/Makefile   Fri Mar 20 11:05:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2025/12/29 10:10:00 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/03/20 11:05:50 nia Exp $
 
 DISTNAME=              hping2.0.0-rc3
 PKGNAME=               hping-2.0.0.3
@@ -7,7 +7,7 @@ CATEGORIES=             net
 MASTER_SITES=          #
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=             http://www.hping.org/
+#HOMEPAGE=             https://www.hping.org/wiki-sub/index/
 COMMENT=               Command-line oriented TCP/IP packet assembler/analyzer
 LICENSE=               gnu-gpl-v2
 

Index: pkgsrc/net/hping/distinfo
diff -u pkgsrc/net/hping/distinfo:1.12 pkgsrc/net/hping/distinfo:1.13
--- pkgsrc/net/hping/distinfo:1.12      Tue Oct 26 11:05:44 2021
+++ pkgsrc/net/hping/distinfo   Fri Mar 20 11:05:50 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:05:44 nia Exp $
+$NetBSD: distinfo,v 1.13 2026/03/20 11:05:50 nia Exp $
 
 BLAKE2s (hping2.0.0-rc3.tar.gz) = 3a81e70cd6f56ca91aa463c767abe72daaaae2e008a710a0eb8157f24b4e6661
 SHA512 (hping2.0.0-rc3.tar.gz) = a5273ddf98d39f8bd602d7653bb7e024c1d0a48e6619d0e15eac9ce877d4869fd7e5500f86cc2a35b29b95a27012f2e8c6f69d9bb11e6f9bd30edafd459a1a9c
@@ -20,3 +20,4 @@ SHA1 (patch-ao) = 52d30d71d91c33174de17d
 SHA1 (patch-ap) = 369b03242eb513ba73d75e7102e7aa5491a13e2e
 SHA1 (patch-aq) = 548dd11def5085580ec118bb8ecff43df60a4140
 SHA1 (patch-gethostname.c) = 74bda475731e0750813f555af58908bada13ba7d
+SHA1 (patch-split.c) = 3f5dd49f0787a52ef38ca4710625515d2e1171c2

Added files:

Index: pkgsrc/net/hping/patches/patch-split.c
diff -u /dev/null pkgsrc/net/hping/patches/patch-split.c:1.1
--- /dev/null   Fri Mar 20 11:05:51 2026
+++ pkgsrc/net/hping/patches/patch-split.c      Fri Mar 20 11:05:51 2026
@@ -0,0 +1,13 @@
+$NetBSD: patch-split.c,v 1.1 2026/03/20 11:05:51 nia Exp $
+
+Include <alloca.h> on platforms that need it.
+
+--- split.c.orig       2026-03-20 10:06:09.777138430 +0000
++++ split.c
+@@ -1,3 +1,6 @@
++#if defined(__sun) || defined(__linux__)
++#include <alloca.h>
++#endif
+ #include <stdio.h>
+ #include <sys/types.h>
+ #include <netinet/in.h>



Home | Main Index | Thread Index | Old Index