Author: bdubbs
Date: 2012-08-31 15:20:57 -0600 (Fri, 31 Aug 2012)
New Revision: 10605

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/subversion.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Update to Subversion-1.7.6

Modified: trunk/BOOK/general/prog/subversion.xml
===================================================================
--- trunk/BOOK/general/prog/subversion.xml      2012-08-29 16:29:46 UTC (rev 
10604)
+++ trunk/BOOK/general/prog/subversion.xml      2012-08-31 21:20:57 UTC (rev 
10605)
@@ -7,10 +7,10 @@
   <!ENTITY subversion-download-http
   
"http://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2";>
   <!ENTITY subversion-download-ftp  " ">
-  <!ENTITY subversion-md5sum        "f6353b9b581081cdf97299300c9eada3">
+  <!ENTITY subversion-md5sum        "4baa434db7709bb059b05d02a2547663">
   <!ENTITY subversion-size          "5.7 MB">
-  <!ENTITY subversion-buildsize     "112 MB (703 MB with tests)">
-  <!ENTITY subversion-time          "1.0 SBU (8.4 SBU with tests)">
+  <!ENTITY subversion-buildsize     "115 MB (703 MB with tests)">
+  <!ENTITY subversion-time          "0.9 SBU (8.4 SBU with tests)">
 ]>
 
 <sect1 id="subversion" xreflabel="Subversion-&subversion-version;">
@@ -77,6 +77,14 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing='compact'>
+      <listitem>
+        <para>Required patch: <ulink
+        
url="&patch-root;/subversion-&subversion-version;-build_fixes-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">Subversion Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -109,7 +117,6 @@
     <bridgehead renderas="sect4">Optional (for the Java Bindings)</bridgehead>
     <para role="optional">
       One of <xref linkend="openjdk"/>, 
-     <!-- <xref linkend="jdk"/>, -->
       <ulink url="http://www.inet.no/dante/";>Dante</ulink>, or
       <ulink 
url="http://oss.software.ibm.com/developerworks/opensource/jikes/";>Jikes</ulink>,
       and <xref linkend="junit"/> (to test the Java bindings)
@@ -119,7 +126,6 @@
     <para role="optional">
       <ulink url="http://www.swig.org";>SWIG</ulink> and
       <xref linkend="python2"/>.
-      <!-- <xref linkend="ruby"/> broken just now -->
     </para>
 
     <para condition="html" role="usernotes">
@@ -130,22 +136,13 @@
   <sect2 role="installation">
     <title>Installation of Subversion</title>
 
-<!--    <para>
-      If you have the current version of <application>Apache</application>
-      installed <application>Subversion</application> will try to compile
-      <filename class="libraryfile">mod_dav_svn.so</filename> to use with
-      <xref linkend="apache"/> and the build will fail. Fix the bug with
-      the following sed (not needed with <application>Apache 
2.2</application>):
-    </para>
-
-<screen><userinput>sed -i 's#save_errno#aprerr#' 
subversion/mod_dav_svn/util.c</userinput></screen> -->
-
     <para>
       Install <application>Subversion</application> by running the following
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>patch -Np1 -i 
../subversion-&subversion-version;-build_fixes-1.patch &amp;&amp;
+./configure --prefix=/usr --disable-static            &amp;&amp;
 make</userinput></screen>
 
     <para>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-08-29 16:29:46 UTC (rev 10604)
+++ trunk/BOOK/general.ent      2012-08-31 21:20:57 UTC (rev 10605)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "28">                   <!-- Always 2 digits -->
+<!ENTITY day          "31">                   <!-- Always 2 digits -->
 <!ENTITY month        "08">                   <!-- Always 2 digits -->
 <!ENTITY year         "2012">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "August 28th, &year;">
+<!ENTITY releasedate  "August 31st, &year;">
 <!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
@@ -447,7 +447,7 @@
 <!ENTITY python3-version              "3.2.3">
 <!ENTITY ruby-version                 "1.9.3-p194">
 <!ENTITY slang-version                "2.2.4">
-<!ENTITY subversion-version           "1.7.5">
+<!ENTITY subversion-version           "1.7.6">
 <!ENTITY tcl-version                  "8.5.12">
 <!ENTITY tk-version                   "8.5.12">
 <!ENTITY vala-version                 "0.16.1">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-08-29 16:29:46 UTC 
(rev 10604)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-08-31 21:20:57 UTC 
(rev 10605)
@@ -44,6 +44,16 @@
 
 -->
     <listitem>
+      <para>August 31st, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to Subversion-1.7.6. Fixes
+          <ulink url="&blfs-ticket-root;3504">#3504</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 29th, 2012</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to