aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Trepl (Moody) <thomas@linuxfromscratch.org>2022-01-17 16:56:06 +0100
committerThomas Trepl (Moody) <thomas@linuxfromscratch.org>2022-01-17 16:56:06 +0100
commit63ef88536ae74787bb26ad7444ef7ee33d860c74 (patch)
tree7ca9818f50fc6645b65e3502fad83f78a59ebb63
parentcd0ca9371cae2f228f6e5106f6a5706bcda8fd1e (diff)
Add a fix of type to meson patch (new patch file)
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--patches.ent6
2 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b5549725e..d806cc721 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,15 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2022-01-17</para>
+ <itemizedlist>
+ <listitem>
+ <para>[thomas] - Added a fix of a typo to the meson-0.61.0 patch.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2022-01-15</para>
<itemizedlist>
<listitem>
diff --git a/patches.ent b/patches.ent
index 38f303c68..99f19cb99 100644
--- a/patches.ent
+++ b/patches.ent
@@ -60,9 +60,9 @@
<!ENTITY libpipeline-checks-patch-size "22 KB">
-->
-<!ENTITY meson-fix-patch "meson-&meson-version;-upstream_fix-1.patch">
-<!ENTITY meson-fix-patch-md5 "14e62d976f7901c17686ed0e11095256">
-<!ENTITY meson-fix-patch-size "5.0 KB">
+<!ENTITY meson-fix-patch "meson-&meson-version;-upstream_fix-2.patch">
+<!ENTITY meson-fix-patch-md5 "dd0b2187d287abcb41c3dd7e497b7df3">
+<!ENTITY meson-fix-patch-size "5.5 KB">
<!--
<!ENTITY ninja-limit-jobs-patch "ninja-&ninja-version;-add_NINJAJOBS_var-1.patch">