summaryrefslogtreecommitdiff
path: root/security/ipsec-tools/files/patch-handler.c
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2025-02-05 10:37:16 +0700
committerEugene Grosbein <eugen@FreeBSD.org>2025-02-05 10:37:16 +0700
commit63e90eb697a6bc3eadb784e40e2060223a9a3d83 (patch)
tree49fa3b81e2fe7f4987eadae2d82e82fc07d1f40d /security/ipsec-tools/files/patch-handler.c
parentdevel/ruby-build: Update to 20250205 (diff)
security/ipsec-tools: re-add the port
I use the software and will maintain the port. Our port has no known security issues, it has patches obtained from NetBSD CVS Repository. Change WWW to point to that repo. Still, download same distfile from the SourceForge. Add TIMESTAMP to distinfo.
Diffstat (limited to 'security/ipsec-tools/files/patch-handler.c')
-rw-r--r--security/ipsec-tools/files/patch-handler.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/ipsec-tools/files/patch-handler.c b/security/ipsec-tools/files/patch-handler.c
new file mode 100644
index 000000000000..7facd6499311
--- /dev/null
+++ b/security/ipsec-tools/files/patch-handler.c
@@ -0,0 +1,22 @@
+Index: src/racoon/handler.h
+===================================================================
+RCS file: /cvsroot/src/crypto/dist/ipsec-tools/src/racoon/handler.h,v
+retrieving revision 1.25
+retrieving revision 1.26
+diff -p -u -r1.25 -r1.26
+--- src/racoon/handler.h 17 Nov 2010 10:40:41 -0000 1.25
++++ src/racoon/handler.h 24 Jan 2017 19:23:56 -0000 1.26
+@@ -1,4 +1,4 @@
+-/* $NetBSD: handler.h,v 1.25 2010/11/17 10:40:41 tteras Exp $ */
++/* $NetBSD: handler.h,v 1.26 2017/01/24 19:23:56 christos Exp $ */
+
+ /* Id: handler.h,v 1.19 2006/02/25 08:25:12 manubsd Exp */
+
+@@ -141,6 +141,7 @@ struct ph1handle {
+ #endif
+ #ifdef ENABLE_FRAG
+ int frag; /* IKE phase 1 fragmentation */
++ int frag_last_index;
+ struct isakmp_frag_item *frag_chain; /* Received fragments */
+ #endif
+