Tox messanging protocol infrastructure update.

This commit is contained in:
uglyside
2025-01-13 11:19:11 +03:00
parent 93290db5f8
commit 4ccb578a48
12 changed files with 506 additions and 217 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<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>
<Archive sha1sum="ed3e795c8be3b8356fae89d52e10cf95279e16cf" type="targz">https://github.com/sqlcipher/sqlcipher/archive/v4.6.0.tar.gz</Archive>
<Archive sha1sum="4bfb66c62aaa843bffc97cb333cb3958883c5ff0" type="targz">https://github.com/sqlcipher/sqlcipher/archive/v4.6.1/sqlcipher-4.6.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
<Dependency>tcl-devel</Dependency>
@@ -53,6 +53,13 @@
</Package>
<History>
<Update release="7">
<Date>2025-01-13</Date>
<Version>4.6.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2024-12-28</Date>
<Version>4.6.0</Version>