summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-05-12 13:54:21 +0200
committerDavid Seifert <soap@gentoo.org>2023-05-12 13:54:21 +0200
commit825665409b7873b60a8766f929c412225196c319 (patch)
tree4b8cfe7a167f7b28ade1b9d16fb16c5fe84c33c1 /net-misc/openssh
parentsys-kernel/gentoo-kernel-bin: Bump to 5.15.111 (diff)
downloadgentoo-825665409b7873b60a8766f929c412225196c319.tar.gz
gentoo-825665409b7873b60a8766f929c412225196c319.tar.bz2
gentoo-825665409b7873b60a8766f929c412225196c319.zip
net-misc/openssh: remove redundant patch
* All the patches files already include stdlib.h Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r--net-misc/openssh/files/openssh-9.3_p1-include-stdlib.patch40
-rw-r--r--net-misc/openssh/openssh-9.3_p1-r1.ebuild1
2 files changed, 0 insertions, 41 deletions
diff --git a/net-misc/openssh/files/openssh-9.3_p1-include-stdlib.patch b/net-misc/openssh/files/openssh-9.3_p1-include-stdlib.patch
deleted file mode 100644
index 7925234621e2..000000000000
--- a/net-misc/openssh/files/openssh-9.3_p1-include-stdlib.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/auth-options.c
-+++ b/auth-options.c
-@@ -27,6 +27,7 @@
- #include <stdarg.h>
- #include <ctype.h>
- #include <limits.h>
-+#include <stdlib.h>
-
- #include "openbsd-compat/sys-queue.h"
-
---- a/hmac.c
-+++ b/hmac.c
-@@ -21,6 +21,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdlib.h>
-
- #include "sshbuf.h"
- #include "digest.h"
---- a/krl.c
-+++ b/krl.c
-@@ -29,6 +29,7 @@
- #include <string.h>
- #include <time.h>
- #include <unistd.h>
-+#include <stdlib.h>
-
- #include "sshbuf.h"
- #include "ssherr.h"
---- a/mac.c
-+++ b/mac.c
-@@ -30,6 +30,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
-+#include <stdlib.h>
-
- #include "digest.h"
- #include "hmac.h"
diff --git a/net-misc/openssh/openssh-9.3_p1-r1.ebuild b/net-misc/openssh/openssh-9.3_p1-r1.ebuild
index a7481ca4a40d..35401b2679a7 100644
--- a/net-misc/openssh/openssh-9.3_p1-r1.ebuild
+++ b/net-misc/openssh/openssh-9.3_p1-r1.ebuild
@@ -81,7 +81,6 @@ BDEPEND="
"
PATCHES=(
- "${FILESDIR}/${PN}-9.3_p1-include-stdlib.patch"
"${FILESDIR}/${PN}-9.3_p1-GSSAPI-dns.patch" #165444 integrated into gsskex
"${FILESDIR}/${PN}-9.3_p1-openssl-ignore-status.patch"
"${FILESDIR}/${PN}-9.3_p1-disable-conch-interop-tests.patch"