Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
libreswan
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian
libreswan
Commits
7d176afe
Commit
7d176afe
authored
9 months ago
by
Daniel Kahn Gillmor
Browse files
Options
Downloads
Patches
Plain Diff
update patches
parent
4b2e6c57
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/patches/0006-fix-trivial-orthography.patch
+4
-2
4 additions, 2 deletions
debian/patches/0006-fix-trivial-orthography.patch
with
4 additions
and
2 deletions
debian/patches/0006-fix-trivial-orthography.patch
+
4
−
2
View file @
7d176afe
...
...
@@ -2,6 +2,8 @@ From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Mon, 11 Mar 2024 17:17:33 -0400
Subject: fix trivial orthography
Forwarded: https://github.com/libreswan/libreswan/pull/1647
---
configs/d.ipsec.conf/ipsec-max-bytes.xml | 2 +-
programs/pluto/kernel_xfrm.c | 2 +-
...
...
@@ -22,10 +24,10 @@ index 52a8c56..f865205 100644
<replaceable>ipsec-max-bytes</replaceable> value is reached.
</para>
diff --git a/programs/pluto/kernel_xfrm.c b/programs/pluto/kernel_xfrm.c
index
cfcfb5a..ce413db
100644
index
b2e49a6..eed307f
100644
--- a/programs/pluto/kernel_xfrm.c
+++ b/programs/pluto/kernel_xfrm.c
@@ -201
6
,7 +201
6
,7 @@
static void netlink_kernel_sa_expire(struct nlmsghdr *n, struct logger *logger)
@@ -201
7
,7 +201
7
,7 @@
static void netlink_kernel_sa_expire(struct nlmsghdr *n, struct logger *logger)
if ((ue->hard && impair.ignore_hard_expire) ||
(!ue->hard && impair.ignore_soft_expire)) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment