pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p0f
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 07:28:18 UTC 2026
Modified Files:
pkgsrc/security/p0f: distinfo
Added Files:
pkgsrc/security/p0f/patches: patch-p0f-query.c
Log Message:
p0f: Fix implicit declaration of bzero.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/p0f/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p0f/patches/patch-p0f-query.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/p0f/distinfo
diff -u pkgsrc/security/p0f/distinfo:1.22 pkgsrc/security/p0f/distinfo:1.23
--- pkgsrc/security/p0f/distinfo:1.22 Tue Oct 26 11:17:23 2021
+++ pkgsrc/security/p0f/distinfo Tue Mar 17 07:28:17 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 11:17:23 nia Exp $
+$NetBSD: distinfo,v 1.23 2026/03/17 07:28:17 nia Exp $
BLAKE2s (p0f-2.0.8.tgz) = e7ddbe4c96cb0edd4dcde49400e82bc39119c1d53b5e24cf810598abcd3553c6
SHA512 (p0f-2.0.8.tgz) = ccfc512a79df7acfad007c6d67398c5c0745be165095adc9dc4ba62cf165c962f98d92e038b3be4eb23cd13e3a9231827c4bd8a0a3bf0cdf68a38286188cde4f
@@ -6,3 +6,4 @@ Size (p0f-2.0.8.tgz) = 136877 bytes
SHA1 (patch-aa) = 0e79fc52b7711a8cb31565f2da8a52761947853d
SHA1 (patch-ad) = 378d9480c88d9a447684323c4a59f3c2f6f10d74
SHA1 (patch-ae) = ffe38288367a63585be71ee45b4a4859f171523b
+SHA1 (patch-p0f-query.c) = 3d9c6c7f64c3af110399005bf4958dda28c2b059
Added files:
Index: pkgsrc/security/p0f/patches/patch-p0f-query.c
diff -u /dev/null pkgsrc/security/p0f/patches/patch-p0f-query.c:1.1
--- /dev/null Tue Mar 17 07:28:18 2026
+++ pkgsrc/security/p0f/patches/patch-p0f-query.c Tue Mar 17 07:28:17 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-p0f-query.c,v 1.1 2026/03/17 07:28:17 nia Exp $
+
+Fix implicit declaration of bzero.
+
+--- p0f-query.c.orig 2026-03-17 07:18:24.008587188 +0000
++++ p0f-query.c
+@@ -21,6 +21,7 @@
+ #include <sys/socket.h>
+ #endif
+ #include <string.h>
++#include <strings.h>
+
+ #include <time.h>
+ #include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index