[php-sabredav-Sabre_HTTP] update to 1.7.8

Joseph Marrero jmarrero at fedoraproject.org
Tue Sep 3 22:54:01 UTC 2013


commit b186f94adc3b47950a2d1ae61d6f5b2c48e8a753
Author: Joseph Marrero <jmarrero at fedoraproject.org>
Date:   Tue Sep 3 18:53:02 2013 -0400

    update to 1.7.8

 .gitignore                  |    1 +
 php-sabredav-Sabre_HTTP.xml |   63 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    2 +-
 3 files changed, 65 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d395aa..4d09612 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Sabre_HTTP-1.6.4.tgz
+/SabreDAV-1.7.8.zip
diff --git a/php-sabredav-Sabre_HTTP.xml b/php-sabredav-Sabre_HTTP.xml
new file mode 100644
index 0000000..54e8e62
--- /dev/null
+++ b/php-sabredav-Sabre_HTTP.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0">
+ <name>Sabre_HTTP</name>
+ <channel>pear.sabredav.org</channel>
+ <summary>Sabre_HTTP provides various HTTP helpers, for input and output and authentication</summary>
+ <description>Sabre_HTTP effectively wraps around $_SERVER, php://input, php://output and the headers method,
+allowing for a central interface to deal with this as well as easier unittesting.
+
+In addition Sabre_HTTP provides classes for Basic, Digest and Amazon AWS authentication.</description>
+ <lead>
+  <name>Evert Pot</name>
+  <user>Evert Pot</user>
+  <email>evert at rooftopsolutions.nl</email>
+  <active>true</active>
+ </lead>
+ <date>2012-08-02</date>
+ <time>17:13:32</time>
+ <version>
+  <release>1.7.3</release>
+  <api>1.7.3</api>
+ </version>
+ <stability>
+  <release>stable</release>
+  <api>stable</api>
+ </stability>
+ <license uri="http://code.google.com/p/sabredav/wiki/License">Modified BSD</license>
+ <notes>
+New release. Read the ChangeLog and announcement for more details
+ </notes>
+ <contents>
+  <dir name="/">
+   <file name="Sabre/HTTP/AWSAuth.php" role="php" />
+   <file name="Sabre/HTTP/AbstractAuth.php" role="php" />
+   <file name="Sabre/HTTP/BasicAuth.php" role="php" />
+   <file name="Sabre/HTTP/DigestAuth.php" role="php" />
+   <file name="Sabre/HTTP/Request.php" role="php" />
+   <file name="Sabre/HTTP/Response.php" role="php" />
+   <file name="Sabre/HTTP/Util.php" role="php" />
+   <file name="Sabre/HTTP/includes.php" role="php" />
+   <file name="Sabre/HTTP/Version.php" role="php" />
+   <file name="examples/basicauth.php" role="doc" />
+   <file name="examples/digestauth.php" role="doc" />
+   <file name="ChangeLog" role="doc" />
+   <file name="LICENSE" role="doc" />
+  </dir>
+ </contents>
+ <dependencies>
+  <required>
+   <php>
+    <min>5.3.1</min>
+   </php>
+   <pearinstaller>
+    <min>1.9</min>
+   </pearinstaller>
+   <package>
+    <name>Sabre</name>
+    <channel>pear.sabredav.org</channel>
+    <min>1.0.0</min>
+   </package>
+  </required>
+ </dependencies>
+ <phprelease />
+</package>
diff --git a/sources b/sources
index 122b846..ab132b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59a2380e539afc127770d0c884487b4e  Sabre_HTTP-1.6.4.tgz
+06c330ffe79d8cfbcb3fc44d6ac35cd8  SabreDAV-1.7.8.zip


More information about the scm-commits mailing list