Files
main/util/crypt/crypto++/pspec.xml
T
2020-12-17 12:03:03 +03:00

90 lines
3.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>crypto++</Name>
<Homepage>https://www.cryptopp.com</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>public-domain</License>
<IsA>library</IsA>
<Summary>Public domain C++ class library of cryptographic schemes</Summary>
<Description>crypto++ is a free C++ class library of cryptographic schemes. One purpose of Crypto++ is to act as a repository of public domain (not copyrighted) source code. Although the library is copyrighted as a compilation, the individual files in it are in the public domain.</Description>
<Archive sha1sum="8afe6a5695a11e7bd0aaa6e1271a64aa59857cc1" type="targz">https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_2_0.tar.gz</Archive>
<AdditionalFiles>
<AdditionalFile target="cryptopp.pc" permission="0644" owner="root">cryptopp.pc</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>dos2unix</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">cve-2019-14318.patch</Patch>
</Patches>
</Source>
<Package>
<Name>crypto++</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>crypto++-devel</Name>
<Summary>Development files for crypto++</Summary>
<RuntimeDependencies>
<Dependency release="current">crypto++</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-11-20</Date>
<Version>8.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2019-04-23</Date>
<Version>7.0.0</Version>
<Comment>Version Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2018-02-22</Date>
<Version>7.0.0</Version>
<Comment>Version Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-02-22</Date>
<Version>6.0.0</Version>
<Comment>Version Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2017-01-04</Date>
<Version>5.6.5</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>