pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/portsentry
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 07:26:47 UTC 2026
Modified Files:
pkgsrc/security/portsentry: distinfo
Added Files:
pkgsrc/security/portsentry/patches: patch-portsentry.h
Log Message:
portsentry: Fix implicit declaration of bzero in portsentry_io.c.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/portsentry/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/portsentry/patches/patch-portsentry.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/portsentry/distinfo
diff -u pkgsrc/security/portsentry/distinfo:1.11 pkgsrc/security/portsentry/distinfo:1.12
--- pkgsrc/security/portsentry/distinfo:1.11 Tue Oct 26 11:17:39 2021
+++ pkgsrc/security/portsentry/distinfo Tue Mar 17 07:26:47 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:17:39 nia Exp $
+$NetBSD: distinfo,v 1.12 2026/03/17 07:26:47 nia Exp $
BLAKE2s (portsentry-1.2.tar.gz) = 57f2c7f4315e5178428ef9db0011701b948d642dee1c82a7558444ec92ee684d
SHA512 (portsentry-1.2.tar.gz) = bcbea576816c654a9e165897ea51de3a4dde2940b05e26e785315fae5a5c7a0f697abfa2ace14d16e687e4a26f37c75cdaffefa1c5f98681f858dda22bcf3dae
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = eea7602eaed3d065b4ec60
SHA1 (patch-ab) = 76d9062ba8fd205b05d64ce8485e1c6c294bed1a
SHA1 (patch-ac) = a986348ed630e2f9a794d78d75989fc3aa0d3638
SHA1 (patch-ad) = 7e79e119eda32e4e2f53f878ea1b24afdce2ee54
+SHA1 (patch-portsentry.h) = 4faa2126408aee465e2f5ca687f704ef699d8fea
Added files:
Index: pkgsrc/security/portsentry/patches/patch-portsentry.h
diff -u /dev/null pkgsrc/security/portsentry/patches/patch-portsentry.h:1.1
--- /dev/null Tue Mar 17 07:26:47 2026
+++ pkgsrc/security/portsentry/patches/patch-portsentry.h Tue Mar 17 07:26:47 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-portsentry.h,v 1.1 2026/03/17 07:26:47 nia Exp $
+
+Fix implicit declaration of bzero in portsentry_io.c.
+
+--- portsentry.h.orig 2026-03-17 07:12:03.970697405 +0000
++++ portsentry.h
+@@ -29,6 +29,7 @@
+ #include <time.h>
+ #include <netdb.h>
+ #include <string.h>
++#include <strings.h>
+ #include <ctype.h>
+ #include <errno.h>
+ #include <stdarg.h>
Home |
Main Index |
Thread Index |
Old Index