netcat-openbsd (1.226-1.1)
[PTS] [DDPO]
COMMITS: VCS has seen 8 commits since the debian/1.226-1.1 tag
- Git: https://salsa.debian.org/debian/netcat-openbsd.git -b debian/latest
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 491520
- Browser: https://salsa.debian.org/debian/netcat-openbsd
- Last scan: 2024-11-21 03:09:16+00
- Next scan: 2024-11-26 11:08:00+00
- Merge requests: 1
- CI pipeline status: failed
- Debian changelog in Git:
netcat-openbsd (1.226-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Install nc.openbsd into /usr/bin. (Closes: #1059412)
Keep update-alternatives calls unchanged to preserve pre-existing
user/admin configuration.
-- Chris Hofstaedtler <zeha@debian.org> Mon, 22 Apr 2024 01:39:53 +0200
- This branch is 8 commits ahead of tag debian/1.226-1.1
- Git log:
commit b19bb85f7854d8739eefd1a1021aa06b411e3c83
Author: Guilhem Moulin <guilhem@debian.org>
Date: Mon Oct 14 22:38:03 2024 +0200
Replace obsolete Build-Depends: pkg-config with pkgconf.
commit 2b4808ebcc6233f1a8dd8961f86ef1e90b205824
Author: Guilhem Moulin <guilhem@debian.org>
Date: Mon Oct 14 22:35:34 2024 +0200
Update standards version to 4.7.0.
No changes needed.
commit 5accc2e4802a251d6d8da873eeff9ce31efe2d25
Author: Guilhem Moulin <guilhem@debian.org>
Date: Mon Oct 14 22:26:17 2024 +0200
Refresh d/patches.
commit 86bfeece112e6021595bb90487a5d76a15406db6
Merge: b5c71ab 6280adc
Author: Guilhem Moulin <guilhem@debian.org>
Date: Mon Oct 14 22:24:24 2024 +0200
Update upstream source from tag 'upstream/1.228'
Update to upstream version 1.228
commit 6280adc2918e443e265c99c9ef2cfd87f79b8d33
Merge: 332a8f9 fa2c113
Author: Guilhem Moulin <guilhem@debian.org>
Date: Mon Oct 14 22:23:38 2024 +0200
Import upstream version 1.228 from OpenBSD 7.6
commit fa2c11354f60bcfef6e0abfb2c09ffe291f12346
Author: tb <tb@openbsd.org>
Date: Mon Aug 5 07:16:30 2024 +0000
Remove bogus connect(s, NULL, 0) call
The only thing it does is error because of a check added in sockargs() in
uipc_syscalls r1.155. As guenther pointed out, this may have been added
because of a misreading of the last sentence of the first paragraph of the
connect(2) manual.
Instead of erroring, this will keep listening if -k is given and otherwise
it will close the socket and exit with success.
ok guenther jeremy
commit a6b24b1dabf5f2bf66ba5bfb29128f9a752ed53a
Author: jan <jan@openbsd.org>
Date: Fri Aug 2 21:08:47 2024 +0000
nc(1): remove useless function pointer dereferencing
ok tb@
commit 8b31a687d8eab22ddd535d92fe8629cd5208ebc8
Author: deraadt <deraadt@openbsd.org>
Date: Mon Apr 1 12:40:18 2024 +0000
Mention that port can be specified as 0 in some situations, so that the
system will allocate a port.