summaryrefslogtreecommitdiff
path: root/Ports/sqlite
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-05 03:05:04 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 17:58:36 +0100
commitd426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch)
treec3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/sqlite
parentd69a79b03b8f2853b60773e38553d662a01ac269 (diff)
downloadserenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/sqlite')
-rw-r--r--Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch7
-rw-r--r--Ports/sqlite/patches/0002-Disable-vfs-locking.patch7
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch b/Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch
index c66232c172..2481c6d5c1 100644
--- a/Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch
+++ b/Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch
@@ -1,7 +1,7 @@
-From 98597b7f104c73a1955eef077097b5dbb372183f Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Andrew Kaster <akaster@serenityos.org>
Date: Sat, 8 Jan 2022 05:33:27 -0700
-Subject: [PATCH 1/2] Teach configure about serenity
+Subject: [PATCH] Teach configure about serenity
---
configure | 4 ++++
@@ -29,6 +29,3 @@ index 367f505..df6217c 100755
*)
dynamic_linker=no
;;
---
-2.36.1
-
diff --git a/Ports/sqlite/patches/0002-Disable-vfs-locking.patch b/Ports/sqlite/patches/0002-Disable-vfs-locking.patch
index 16ec2097f8..93538a9cb5 100644
--- a/Ports/sqlite/patches/0002-Disable-vfs-locking.patch
+++ b/Ports/sqlite/patches/0002-Disable-vfs-locking.patch
@@ -1,7 +1,7 @@
-From 574528250f8113f17a1524266114e297417fd3ff Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jelle Raaijmakers <jelle@gmta.nl>
Date: Sat, 27 Mar 2021 12:38:07 +0100
-Subject: [PATCH 2/2] Disable vfs locking
+Subject: [PATCH] Disable vfs locking
---
sqlite3.c | 2 +-
@@ -27,6 +27,3 @@ index 0b227f0..90c38bd 100644
UNIXVFS("unix-dotfile", dotlockIoFinder ),
UNIXVFS("unix-excl", posixIoFinder ),
#if OS_VXWORKS
---
-2.36.1
-