Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
netcat-openbsd
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
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
netcat-openbsd
Commits
338b1fa7
"p/haskell-data-default-instances-dlist/merge_requests" did not exist on "master"
Commit
338b1fa7
authored
7 years ago
by
Guilhem Moulin
Browse files
Options
Downloads
Patches
Plain Diff
Re-enable usage of '-s/-p' in client mode.
Closes: #897020.
parent
729e793f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
debian/patches/misc-failures-and-features.patch
+1
-1
1 addition, 1 deletion
debian/patches/misc-failures-and-features.patch
with
9 additions
and
1 deletion
debian/changelog
+
8
−
0
View file @
338b1fa7
netcat-openbsd (1.190-2) UNRELEASED; urgency=low
* Re-enable usage of '-s' (local source address) and '-p' (local source
port) in client mode (when '-l' is unset). Regression introduced in
from a Debian-specificat patch added in 1.187-1. Closes: #897020.
-- Guilhem Moulin <guilhem@debian.org> Fri, 27 Apr 2018 16:34:02 +0200
netcat-openbsd (1.190-1) unstable; urgency=low
* New upstream release (from OpenBSD 6.3)
...
...
This diff is collapsed.
Click to expand it.
debian/patches/misc-failures-and-features.patch
+
1
−
1
View file @
338b1fa7
...
...
@@ -295,7 +295,7 @@ Subject: misc failures and features
host = argv[0];
- uport = argv[1];
+ uport = &argv[1];
+ if (pflag || sflag)
+ if
(lflag &&
(pflag || sflag)
)
+ usage(1);
} else
usage(1);
...
...
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