mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:27:34 +00:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
371 changed files with 806 additions and 1884 deletions
|
@ -1,7 +1,7 @@
|
|||
From 0eca70393610857e0a87f157698b295bd727dcae Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Sat, 30 Apr 2022 10:58:10 +0000
|
||||
Subject: [PATCH 1/7] ifdef out missing functionality
|
||||
Subject: [PATCH] ifdef out missing functionality
|
||||
|
||||
Co-Authored-By: Luke <luke.wilde@live.co.uk>
|
||||
Co-Authored-By: Patrick Meyer <git@the-space.agency>
|
||||
|
@ -625,6 +625,3 @@ index f1e9200..564ff40 100644
|
|||
#ifdef WITH_XMSS
|
||||
case KEY_XMSS:
|
||||
case KEY_XMSS_CERT:
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 352c627e3896ed1305826a1fa2ece85a70e66fd7 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Luke <luke.wilde@live.co.uk>
|
||||
Date: Sat, 26 Sep 2020 08:12:27 -0700
|
||||
Subject: [PATCH 2/7] Add a missing stdio.h include
|
||||
Subject: [PATCH] Add a missing stdio.h include
|
||||
|
||||
---
|
||||
openbsd-compat/bsd-flock.c | 4 ++++
|
||||
|
@ -22,6 +22,3 @@ index 9b15d1e..bf57389 100644
|
|||
int
|
||||
flock(int fd, int op)
|
||||
{
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From fc2d9a37e6b20ed4544fcb53c25bd34c1c3f2249 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Sat, 30 Apr 2022 10:58:10 +0000
|
||||
Subject: [PATCH 3/7] Fix pledges to conform to serenity's pledge()
|
||||
Subject: [PATCH] Fix pledges to conform to serenity's pledge()
|
||||
|
||||
Co-Authored-By: Patrick Meyer <git@the-space.agency>
|
||||
---
|
||||
|
@ -72,6 +72,3 @@ index c52321e..9ae4dbf 100644
|
|||
fatal("%s: pledge: %s", __progname, strerror(errno));
|
||||
|
||||
for (i = found = 0; i < NUM_KEYTYPES; i++) {
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 5f5cc486c5de5e03aa2397431e881e356f94724f Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Luke <luke.wilde@live.co.uk>
|
||||
Date: Sat, 30 Apr 2022 10:58:10 +0000
|
||||
Subject: [PATCH 4/7] Remove inet_aton() redefinition
|
||||
Subject: [PATCH] Remove inet_aton() redefinition
|
||||
|
||||
Co-Authored-By: Patrick Meyer <git@the-space.agency>
|
||||
---
|
||||
|
@ -217,6 +217,3 @@ index 4316ab8..1c5c338 100644
|
|||
int inet_aton(const char *cp, struct in_addr *addr);
|
||||
#endif
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From e7f883a58ee451a086a5f6262cbad323f3af6023 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Luke <luke.wilde@live.co.uk>
|
||||
Date: Sat, 30 Apr 2022 10:58:10 +0000
|
||||
Subject: [PATCH 5/7] Assume SSH 2.0 and sidestep some scanf issues
|
||||
Subject: [PATCH] Assume SSH 2.0 and sidestep some scanf issues
|
||||
|
||||
Co-Authored-By: Patrick Meyer <git@the-space.agency>
|
||||
---
|
||||
|
@ -58,6 +58,3 @@ index 0bcd27d..2539cc2 100644
|
|||
debug("Remote protocol version %d.%d, remote software version %.100s",
|
||||
remote_major, remote_minor, remote_version);
|
||||
compat_banner(ssh, remote_version);
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 80b391147785edcbf2e1267104e24087ffb420df Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Sat, 30 Apr 2022 10:58:10 +0000
|
||||
Subject: [PATCH 6/7] Use sendfd/recvfd on serenity
|
||||
Subject: [PATCH] Use sendfd/recvfd on serenity
|
||||
|
||||
Co-Authored-By: Patrick Meyer <git@the-space.agency>
|
||||
---
|
||||
|
@ -44,6 +44,3 @@ index a07727a..ad6774e 100644
|
|||
+ return recvfd(sock, 0);
|
||||
+#endif
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From ba3aaa65905f77e6e8bb812ca0ddcdba4f3c0eb3 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Patrick Meyer <git@the-space.agency>
|
||||
Date: Sat, 30 Apr 2022 10:58:10 +0000
|
||||
Subject: [PATCH 7/7] Use unveil for privsep
|
||||
Subject: [PATCH] Use unveil for privsep
|
||||
|
||||
---
|
||||
sshd.c | 28 +++-------------------------
|
||||
|
@ -53,6 +53,3 @@ index 0ee65b5..e2f84de 100644
|
|||
if (test_flag > 1) {
|
||||
/*
|
||||
* If no connection info was provided by -C then use
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue