Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 1f4dd48030afbc1a9c6b287a5b2ec64b > files > 8

php-xattr-1.3.0-7.mga7.armv7hl.rpm

<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>xattr</name>
 <channel>pecl.php.net</channel>
 <summary>Extended attributes.</summary>
 <description>This package allows to manipulate extended attributes on filesystems that support them.</description>
 <lead>
  <name>Remi Collet</name>
  <user>remi</user>
  <email>remi@php.net</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Marcin Gibula</name>
  <user>mg</user>
  <email>mg@iceni.pl</email>
  <active>yes</active>
 </lead>
 <date>2016-03-07</date>
 <time>15:36:55</time>
 <version>
  <release>1.3.0</release>
  <api>1.2.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.php.net/license">PHP License</license>
 <notes>
- drop support for PHP older than 5.3
- use glibc instead of libattr
- add XATTR_TRUSTED, XATTR_USER, XATTR_SYSTEM, XATTR_SECURITY and XATTR_ALL
- allow to manage attributes in all namespaces
- more tests
 </notes>
 <contents>
  <dir name="/">
   <file md5sum="6aed9a6e5b0177e1816ebbb98dea6a52" name="tests/001.phpt" role="test" />
   <file md5sum="493471524070a2d069ec788bbc69119d" name="tests/002-set-get.phpt" role="test" />
   <file md5sum="34a4fa336349ed7056a30640845b115c" name="tests/003-set-get-link.phpt" role="test" />
   <file md5sum="52a8aabe6fe76f87c88d9fc05a0bdb53" name="tests/004-create-replace.phpt" role="test" />
   <file md5sum="ef716e9231799040d9e98ccb4cb1716e" name="config.m4" role="src" />
   <file md5sum="ae0393d1075721acf44033dae3af7a9c" name="CREDITS" role="doc" />
   <file md5sum="52dd90569008fee5bcdbb22d945b1108" name="LICENSE" role="doc" />
   <file md5sum="b0bda97fadbde37a1bf20b37caf96978" name="php_xattr.h" role="src" />
   <file md5sum="4178aa3ddc9a01a189ac613e34f790f2" name="xattr.c" role="src" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.3.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <providesextension>xattr</providesextension>
 <extsrcrelease>
  <configureoption default="autodetect" name="with-xattr" prompt="libattr library installation dir?" />
 </extsrcrelease>
 <changelog>
  <release>
   <date>2015-04-19</date>
   <version>
    <release>1.2.1</release>
    <api>1.2.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>
- PHP 7 compatibility (Remi)
- add LICENSE to documentation
- add arginfo for reflection (Remi)
- add a test for set/get/list/remove functions (Remi)
   </notes>
  </release>
  <release>
   <version>
    <release>1.2.0</release>
    <api>1.2.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2012-12-13</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>
Fixed build on PHP 5.3+
   </notes>
  </release>
  <release>
   <version>
    <release>1.1.0</release>
    <api>1.1.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2008-07-01</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>
Enforce open_basedir and safe_mode checks.
   </notes>
  </release>
  <release>
   <version>
    <release>1.0</release>
    <api>1.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2004-08-19</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>
New function added: xattr_supported.
   </notes>
  </release>
  <release>
   <version>
    <release>0.9</release>
    <api>0.9</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2004-08-14</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>
First public release. Requires libattr from Linux XFS project.
   </notes>
  </release>
 </changelog>
</package>