diff options
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 2 | ||||
-rw-r--r-- | chapter03/patches.xml | 6 | ||||
-rw-r--r-- | chapter06/db.xml | 2 | ||||
-rw-r--r-- | general.ent | 2 | ||||
-rw-r--r-- | patches.ent | 8 |
6 files changed, 21 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 30b93ecf3..d87964537 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>August 3, 2006</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Updated Berkeley DB patch to contain all + available upstream fixes. Fixed md5sum for glibc inotify + patch.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 2, 2006</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 8ccdff541..eea14f6b2 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -214,7 +214,7 @@ <para>&bzip2-docs-patch;</para> </listitem> <listitem> - <para>&db-trap-patch;</para> + <para>&db-fixes-patch;</para> </listitem> <listitem> <para>&gawk-segfault-patch;</para> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 6ead6e286..c1e5227db 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -67,10 +67,10 @@ </varlistentry> <varlistentry> - <term>Database (Berkeley) Trap Patch - <token>&db-trap-patch-size;</token>:</term> + <term>Database (Berkeley) Upstream Fixes Patch - <token>&db-fixes-patch-size;</token>:</term> <listitem> - <para>Download: <ulink url="&patches-root;&db-trap-patch;"/></para> - <para>MD5 sum: <literal>&db-trap-patch-md5;</literal></para> + <para>Download: <ulink url="&patches-root;&db-fixes-patch;"/></para> + <para>MD5 sum: <literal>&db-fixes-patch-md5;</literal></para> </listitem> </varlistentry> diff --git a/chapter06/db.xml b/chapter06/db.xml index a9954fc73..e0a0cbfc1 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -57,7 +57,7 @@ <para>Patch the package to eliminate potential trap events:</para> -<screen><userinput>patch -Np1 -i ../&db-trap-patch;</userinput></screen> +<screen><userinput>patch -Np1 -i ../&db-fixes-patch;</userinput></screen> <para>Prepare Berkeley DB for compilation:</para> diff --git a/general.ent b/general.ent index b50ad91e4..d410dd180 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!ENTITY version "6.2"> -<!ENTITY releasedate "August 2, 2006"> +<!ENTITY releasedate "August 3, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index 9f56fc6c6..0fc796b95 100644 --- a/patches.ent +++ b/patches.ent @@ -28,9 +28,9 @@ <!ENTITY coreutils-uname-patch-size "4.6 KB"> -<!ENTITY db-trap-patch "db-&db-version;-trap-2.patch"> -<!ENTITY db-trap-patch-md5 "32c6fd0e8a534f8de376e00758509dfa"> -<!ENTITY db-trap-patch-size "1.9 KB"> +<!ENTITY db-fixes-patch "db-&db-version;-fixes-1.patch"> +<!ENTITY db-fixes-patch-md5 "32b28d1d1108dfcd837fe10c4eb0fbad"> +<!ENTITY db-fixes-patch-size "3.8 KB"> <!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch"> <!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7"> @@ -57,7 +57,7 @@ <!ENTITY glibc-linux_types-patch-size "1.1 KB"> <!ENTITY glibc-inotify-patch "glibc-&glibc-version;-inotify-1.patch"> -<!ENTITY glibc-inotify-patch-md5 "7f2d849d28c413033dd2a1e739e9ae3c"> +<!ENTITY glibc-inotify-patch-md5 "94f6d26ae50a0fe6285530fdbae90bbf"> <!ENTITY glibc-inotify-patch-size "1.4 KB"> |