diff options
author | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2007-06-30 04:56:27 +0000 |
---|---|---|
committer | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2007-06-30 04:56:27 +0000 |
commit | 3ff0133c45785c32f206ecf7520d205423f65596 (patch) | |
tree | 3d303fdd851cfdfd9ef399f5c90551804e4e96a0 | |
parent | a7ec1e7ebb6d677515b508a08e03763b0caa789a (diff) |
Upstream has re-released inetutils tarball. Thanks to Greg Schafer for notification.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 4 |
3 files changed, 14 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a0beeb6f6..4df0a4747 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,16 @@ </itemizedlist> </listitem> --> + <listitem> + <para>2007-06-30</para> + <itemizedlist> + <listitem> + <para>[alexander] - Updated inetutils MD5 sum. Upstream has + re-released the tarball with the only changes being relicensing + under GPLv3 or later, and re-autotooling.</para> + </listitem> + </itemizedlist> + </listitem> <listitem> <para>2007-06-29</para> diff --git a/general.ent b/general.ent index 277cdc1fd..7f143d1b8 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20070628"> -<!ENTITY releasedate "June 28, 2007"> +<!ENTITY version "SVN-20070630"> +<!ENTITY releasedate "June 30, 2007"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index b8b8b6d9f..2f8658b68 100644 --- a/packages.ent +++ b/packages.ent @@ -250,9 +250,9 @@ <!ENTITY iana-etc-ch6-sbu "less than 0.1 SBU"> <!ENTITY inetutils-version "1.5"> -<!ENTITY inetutils-size "1,364 KB"> +<!ENTITY inetutils-size "1,357 KB"> <!ENTITY inetutils-url "&gnu;inetutils/inetutils-&inetutils-version;.tar.gz"> -<!ENTITY inetutils-md5 "9e0f1ac040de3168ea785f44e42d585e"> +<!ENTITY inetutils-md5 "aeacd11d19bf25c89d4eff38346bdfb9"> <!ENTITY inetutils-home "&gnu-software;inetutils/"> <!ENTITY inetutils-ch6-du "8.9 MB"> <!ENTITY inetutils-ch6-sbu "0.2 SBU"> |