Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37827757
en ru br
Репозитории ALT
5.1: 3.2.0.7-alt0.M51.1
4.1: 3.0.0.10-alt1.M41.1
4.0: 2.4.1.7-alt0.M40.1
3.0: 1.1.5-alt1
www.altlinux.org/Changes

Группа :: Офис
Пакет: openoffice.org

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: openoffice.org-3.0.0-alt-apache-commons.patch
Скачать


--- ooo300-m5/apache-commons/java/httpclient/makefile.mk.alt	2008-09-11 21:06:14 +0400
+++ ooo300-m5/apache-commons/java/httpclient/makefile.mk	2008-09-11 21:47:47 +0400
@@ -50,7 +50,7 @@ TARFILE_NAME=commons-httpclient-3.1-src
 
 TARFILE_ROOTDIR=commons-httpclient-3.1
 
-#PATCH_FILE_NAME=$(PRJ)$/patches$/httpclient.patch
+PATCH_FILE_NAME=$(PRJ)$/patches$/httpclient.patch
 
 #CONVERTFILES=build.xml
 				
--- ooo300-m5/apache-commons/patches/httpclient.patch.alt	2008-09-11 21:51:00 +0400
+++ ooo300-m5/apache-commons/patches/httpclient.patch	2008-09-11 21:50:37 +0400
@@ -0,0 +1,154 @@
+--- misc/build/commons-httpclient-3.1/src/examples/ClientApp.java.old-author	2008-09-11 21:39:47 +0400
++++ misc/build/commons-httpclient-3.1/src/examples/ClientApp.java	2008-09-11 21:39:47 +0400
+@@ -61,7 +61,7 @@ import org.apache.commons.httpclient.met
+  * content as text and as rendered HTML.
+  *
+  * @author Sean C. Sullivan
+- * @author Ortwin GlЭck
++ * @author Ortwin Glueck
+  * @author Michael Becke
+  */
+ public class ClientApp {
+--- misc/build/commons-httpclient-3.1/src/examples/TrivialApp.java.old-author	2008-09-11 21:39:47 +0400
++++ misc/build/commons-httpclient-3.1/src/examples/TrivialApp.java	2008-09-11 21:39:47 +0400
+@@ -47,7 +47,7 @@ import org.apache.commons.httpclient.met
+  * how to use the Jakarta HttpClient API.
+  *
+  * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
+- * @author Ortwin GlЭck
++ * @author Ortwin Glueck
+  */
+ public class TrivialApp
+ {
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/ConnectMethod.java.old-author	2008-09-11 21:39:47 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/ConnectMethod.java	2008-09-11 21:39:47 +0400
+@@ -38,7 +38,7 @@ import org.apache.commons.logging.LogFac
+ /**
+  * Establishes a tunneled HTTP connection via the CONNECT method.
+  *
+- * @author Ortwin Gl???ck
++ * @author Ortwin Glueck
+  * @author dIon Gillard
+  * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+  * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClient.java.old-author	2008-09-11 21:39:47 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClient.java	2008-09-11 21:39:47 +0400
+@@ -48,7 +48,7 @@ import org.apache.commons.logging.LogFac
+  * @author <a href="mailto:rwaldhoff@apache.org">Rodney Waldhoff</a>
+  * @author Sean C. Sullivan
+  * @author <a href="mailto:dion@apache.org">dIon Gillard</a>
+- * @author Ortwin Gl?ck
++ * @author Ortwin Glueck
+  * @author <a href="mailto:becke@u.washington.edu">Michael Becke</a>
+  * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+  * @author Sam Maloney
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClientError.java.old-author	2008-09-11 21:39:48 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpClientError.java	2008-09-11 21:39:48 +0400
+@@ -33,7 +33,7 @@ package org.apache.commons.httpclient;
+ /**
+  * Signals that an error has occurred.
+  * 
+- * @author Ortwin Gl?ck
++ * @author Ortwin Glueck
+  * @version $Revision: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
+  * @since 3.0
+  */
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpContentTooLargeException.java.old-author	2008-09-11 21:39:47 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/HttpContentTooLargeException.java	2008-09-11 21:39:48 +0400
+@@ -3,7 +3,7 @@ package org.apache.commons.httpclient;
+ /**
+  * Signals that the response content was larger than anticipated. 
+  * 
+- * @author Ortwin GlЭck
++ * @author Ortwin Glueck
+  */
+ public class HttpContentTooLargeException extends HttpException {
+     private int maxlen;
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/WireLogInputStream.java.old-author	2008-09-11 21:39:48 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/WireLogInputStream.java	2008-09-11 21:39:48 +0400
+@@ -37,7 +37,7 @@ import java.io.InputStream;
+ /**
+  * Logs all data read to the wire LOG.
+  *
+- * @author Ortwin GlО©╫ck
++ * @author Ortwin Glueck
+  * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+  * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
+  * 
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/BasicScheme.java.old-author	2008-09-11 21:39:48 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/BasicScheme.java	2008-09-11 21:39:48 +0400
+@@ -46,7 +46,7 @@ import org.apache.commons.logging.LogFac
+  * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
+  * @author Rodney Waldhoff
+  * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
+- * @author Ortwin Gl?ck
++ * @author Ortwin Glueck
+  * @author Sean C. Sullivan
+  * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
+  * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/DigestScheme.java.old-author	2008-09-11 21:39:48 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/DigestScheme.java	2008-09-11 21:39:48 +0400
+@@ -67,7 +67,7 @@ import org.apache.commons.logging.LogFac
+  * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
+  * @author Rodney Waldhoff
+  * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
+- * @author Ortwin Gl?ck
++ * @author Ortwin Glueck
+  * @author Sean C. Sullivan
+  * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
+  * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/HttpAuthenticator.java.old-author	2008-09-11 21:39:48 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/HttpAuthenticator.java	2008-09-11 21:39:48 +0400
+@@ -62,7 +62,7 @@ import org.apache.commons.logging.LogFac
+  * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
+  * @author Rodney Waldhoff
+  * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
+- * @author Ortwin GlО©╫ck
++ * @author Ortwin Glueck
+  * @author Sean C. Sullivan
+  * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
+  * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/NTLMScheme.java.old-author	2008-09-11 21:39:48 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/NTLMScheme.java	2008-09-11 21:39:48 +0400
+@@ -43,7 +43,7 @@ import org.apache.commons.logging.LogFac
+  * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
+  * @author Rodney Waldhoff
+  * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
+- * @author Ortwin Gl???ck
++ * @author Ortwin Glueck
+  * @author Sean C. Sullivan
+  * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
+  * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+--- misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/PostMethod.java.old-author	2008-09-11 21:39:47 +0400
++++ misc/build/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/PostMethod.java	2008-09-11 21:39:47 +0400
+@@ -62,7 +62,7 @@ import org.apache.commons.logging.LogFac
+  * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
+  * @author <a href="mailto:dsale@us.britannica.com">Doug Sale</a>
+  * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
+- * @author Ortwin Gl???ck
++ * @author Ortwin Glueck
+  * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
+  * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
+  *
+--- misc/build/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/TestHttps.java.old-author	2008-09-11 21:39:47 +0400
++++ misc/build/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/TestHttps.java	2008-09-11 21:39:47 +0400
+@@ -49,7 +49,7 @@ import org.apache.commons.httpclient.met
+  *    (see build.xml)
+  *
+  * @author Rodney Waldhoff
+- * @author Ortwin GlЭck
++ * @author Ortwin Glueck
+  * @version $Id: TestHttps.java 480424 2006-11-29 05:56:49Z bayard $
+  */
+ public class TestHttps extends TestCase {
+--- misc/build/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/TestURIUtil2.java.old-author	2008-09-11 21:39:47 +0400
++++ misc/build/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/TestURIUtil2.java	2008-09-11 21:39:47 +0400
+@@ -37,7 +37,7 @@ import junit.framework.*;
+ /**
+  * Tests the util.URIUtil class.
+  *
+- * @author Ortwin GlЭck
++ * @author Ortwin Glueck
+  *
+  * @since 2.0
+  */
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin