Files
main/server/database/sqlcipher/pspec.xml
T
2019-04-26 11:47:29 +03:00

84 lines
3.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<PISI>
<Source>
<Name>sqlcipher</Name>
<Homepage>https://www.zetetic.net/sqlcipher/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>data</IsA>
<Summary>SQLite extension that provides transparent 256-bit AES encryption of database files</Summary>
<Description>SQLCipher is an SQLite extension that provides transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. Due to the small footprint and great performance its ideal for protecting embedded application databases and is well suited for mobile development.</Description>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
<Dependency>tcl-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="4f5545c607f7b0b9695a3dd25d2d5fa66fa634a8" type="targz">https://github.com/sqlcipher/sqlcipher/archive/v4.0.1.tar.gz</Archive>
</Source>
<Package>
<Name>sqlcipher</Name>
<Summary>SQLite extension that provides transparent 256-bit AES encryption of database files.</Summary>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>readline</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>tcl</Dependency>
<Dependency>ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/tcl8.6</Path>
<Path fileType="library">/usr/lib/lib*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>sqlcipher-devel</Name>
<Summary>Development files for sqlcipher.</Summary>
<RuntimeDependencies>
<Dependency release="current">sqlcipher</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2019-04-26</Date>
<Version>4.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-09</Date>
<Version>3.4.0</Version>
<Comment>Release bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>3.3.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-22</Date>
<Version>3.3.1</Version>
<Comment>First release.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>