1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:17:45 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 828399ef58c44dfe248c46bd3e7cadfcb904c5cd Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Patrick Meyer <git@the-space.agency>
Date: Thu, 28 Apr 2022 01:50:11 +0000
Subject: [PATCH 1/5] Disable some default options
Subject: [PATCH] Disable some default options
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
---
@ -32,6 +32,3 @@ index 536f4e7..5073b7c 100644
/* Note: PAM auth is quite simple and only works for PAM modules which just do
* a simple "Login: " "Password: " (you can edit the strings in svr-authpam.c).
--
2.36.1

View file

@ -1,7 +1,7 @@
From 634f30f41971933508832954c142cc6c384d19ed Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Patrick Meyer <git@the-space.agency>
Date: Thu, 28 Apr 2022 01:50:11 +0000
Subject: [PATCH 2/5] Disable SSP
Subject: [PATCH] Disable SSP
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
---
@ -95,6 +95,3 @@ index 6a19479..28cd987 100644
# FORTIFY_SOURCE
DB_TRYADDCFLAGS([-D_FORTIFY_SOURCE=2])
--
2.36.1

View file

@ -1,7 +1,7 @@
From 6515921fcacaa71f666963a8ef8a8b3c0ad64eb2 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Patrick Meyer <git@the-space.agency>
Date: Thu, 28 Apr 2022 01:50:11 +0000
Subject: [PATCH 3/5] Include <sys/select.h>
Subject: [PATCH] Include <sys/select.h>
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
---
@ -20,6 +20,3 @@ index 1e00002..2208f94 100644
#include <stdio.h>
#include <errno.h>
--
2.36.1

View file

@ -1,7 +1,7 @@
From 06371c6e143c43c31070a80d8d717e3213316296 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Patrick Meyer <git@the-space.agency>
Date: Thu, 28 Apr 2022 01:50:11 +0000
Subject: [PATCH 4/5] Install in bindir
Subject: [PATCH] Install in bindir
FIXME: Not sure what this is exactly doing.
@ -23,6 +23,3 @@ index e824491..f30f508 100644
mandir=@mandir@
.DELETE_ON_ERROR:
--
2.36.1

View file

@ -1,7 +1,7 @@
From bc87404dcffad4d0e1577bf407a0bfbacb2d79f2 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Patrick Meyer <git@the-space.agency>
Date: Thu, 28 Apr 2022 01:50:11 +0000
Subject: [PATCH 5/5] Remove some unsupported socket operations
Subject: [PATCH] Remove some unsupported socket operations
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
---
@ -52,6 +52,3 @@ index 2ed9bb1..e0e9962 100644
#if defined(IPPROTO_IPV6) && defined(IPV6_V6ONLY)
if (res->ai_family == AF_INET6) {
--
2.36.1