diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-20 00:29:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-20 00:29:15 +0000 |
commit | 0d0a212111956af50359b33ffe8e0b87fcbd807a (patch) | |
tree | 73f20e5ae2d0ba758fa277bb0011b2c23f8b5e5b | |
parent | 5b62b8df9bb422aaad6783f7a703ce01089902ca (diff) |
Update shadow location
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 2 |
3 files changed, 13 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8f0a3f042..0ae3d024c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-06-19</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update shadow location. Fixes + <ulink url="&lfs-ticket-root;2888">#2888</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-06-05</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index adeb91a85..f26720c1d 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20110605"> -<!ENTITY releasedate "June 5, 2011"> +<!ENTITY version "SVN-20110619"> +<!ENTITY releasedate "June 19, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.9"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index a0dec24f2..421ddc536 100644 --- a/packages.ent +++ b/packages.ent @@ -487,7 +487,7 @@ <!ENTITY shadow-version "4.1.4.3"> <!ENTITY shadow-size "1,762 KB"> -<!ENTITY shadow-url "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-&shadow-version;.tar.bz2"> +<!ENTITY shadow-url "http://pkg-shadow.alioth.debian.org/releases/shadow-&shadow-version;.tar.bz2"> <!ENTITY shadow-md5 "b8608d8294ac88974f27b20f991c0e79"> <!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/"> <!ENTITY shadow-ch6-du "30 MB"> |