Index: third_party/apache-portable-runtime/README.chromium |
diff --git a/third_party/apache-portable-runtime/README.chromium b/third_party/apache-portable-runtime/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bd1de0353ee88c3a08ba35b261255623840d9934 |
--- /dev/null |
+++ b/third_party/apache-portable-runtime/README.chromium |
@@ -0,0 +1,24 @@ |
+Name: Apache Portable Runtime |
+Short Name: apr |
+URL: https://apr.apache.org/download.cgi |
+MD5: 98492e965963f852ab29f9e61b2ad700 *apr-1.5.2.tar.gz |
+Version: 1.5.2 |
+Date: April 29, 2015 |
+License: Apache 2.0 |
+License File: NOT_SHIPPED |
+Security Critical: no |
+The library is not security critical because it is used for tests only. |
+Do not link it into production code. |
+ |
+Description: |
+ The Apache Portable Runtime Library provides a predictable and |
+ consistent interface to underlying platform-specific |
+ implementations, with an API to which software developers may code |
+ and be assured of predictable if not identical behavior regardless |
+ of the platform on which their software is built, relieving them of |
+ the need to code special-case conditions to work around or take |
+ advantage of platform-specific deficiencies or features. |
+ |
+Local Modifications: |
+1. Ran ./configure |
+2. See the other changes in diff.patch |