pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/sslsplit
Module Name: pkgsrc
Committed By: nia
Date: Thu Oct 10 19:45:22 UTC 2024
Modified Files:
pkgsrc/security/sslsplit: distinfo
Added Files:
pkgsrc/security/sslsplit/patches: patch-nat.c
Log Message:
sslsplit: Always include fcntl to avoid implicit declarations.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/sslsplit/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/sslsplit/patches/patch-nat.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/sslsplit/distinfo
diff -u pkgsrc/security/sslsplit/distinfo:1.7 pkgsrc/security/sslsplit/distinfo:1.8
--- pkgsrc/security/sslsplit/distinfo:1.7 Mon Apr 29 09:27:39 2024
+++ pkgsrc/security/sslsplit/distinfo Thu Oct 10 19:45:21 2024
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.7 2024/04/29 09:27:39 nia Exp $
+$NetBSD: distinfo,v 1.8 2024/10/10 19:45:21 nia Exp $
BLAKE2s (sslsplit-0.5.5.tar.bz2) = 55a3b02ec676ea789d2235a12dcbd396b7d9b04edccb3fc66b54e8b31525f0c5
SHA512 (sslsplit-0.5.5.tar.bz2) = 1d4968382659e975cd59692f3de80d79831a7842c9b909bb3cefedb5e2928254394e0f593c3409e3d5b1d0b192d8f8123ae10b08cecfd65584d790437d9f3d2a
Size (sslsplit-0.5.5.tar.bz2) = 532788 bytes
SHA1 (patch-GNUmakefile) = ff6cdcddb7e83eed98d5d08ac64cc9a89026c103
SHA1 (patch-main.c) = 5a0515e7bbda4ffc8592be06d53d0d7b92384563
+SHA1 (patch-nat.c) = 56e395f6a71f6091b537533da3ec3486436fed69
SHA1 (patch-pxyconn.c) = 913aaf8813ab6c77d84cab479c73a39b1b9a9e4a
Added files:
Index: pkgsrc/security/sslsplit/patches/patch-nat.c
diff -u /dev/null pkgsrc/security/sslsplit/patches/patch-nat.c:1.1
--- /dev/null Thu Oct 10 19:45:22 2024
+++ pkgsrc/security/sslsplit/patches/patch-nat.c Thu Oct 10 19:45:22 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-nat.c,v 1.1 2024/10/10 19:45:22 nia Exp $
+
+Always include fcntl to avoid implicit declarations.
+
+--- nat.c.orig 2024-10-10 19:38:06.412374175 +0000
++++ nat.c
+@@ -35,6 +35,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <errno.h>
++#include <fcntl.h>
+
+ #ifdef HAVE_PF
+ #include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index