openssl rebuild

This commit is contained in:
Rmys
2024-12-28 12:35:41 +03:00
parent 0c10f15bb3
commit ec26a2e5f1
4 changed files with 31 additions and 1 deletions
+7
View File
@@ -92,6 +92,13 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2024-12-28</Date>
<Version>2.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2023-01-29</Date> <Date>2023-01-29</Date>
<Version>2.0.1</Version> <Version>2.0.1</Version>
+7
View File
@@ -56,6 +56,13 @@
</Package> </Package>
<History> <History>
<Update release="9">
<Date>2024-12-28</Date>
<Version>11.6.0</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8"> <Update release="8">
<Date>2023-03-08</Date> <Date>2023-03-08</Date>
<Version>11.6.0</Version> <Version>11.6.0</Version>
+7
View File
@@ -43,6 +43,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2024-12-28</Date>
<Version>0.2</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2020-06-28</Date> <Date>2020-06-28</Date>
<Version>0.2</Version> <Version>0.2</Version>
+10 -1
View File
@@ -1,3 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>sqlcipher</Name> <Name>sqlcipher</Name>
@@ -10,7 +12,7 @@
<IsA>data</IsA> <IsA>data</IsA>
<Summary>SQLite extension that provides transparent 256-bit AES encryption of database files</Summary> <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> <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="c08cb872bd543008d770fba7ea8c34d8c59340eb" type="targz">https://github.com/sqlcipher/sqlcipher/archive/v4.3.0.tar.gz</Archive> <Archive sha1sum="ed3e795c8be3b8356fae89d52e10cf95279e16cf" type="targz">https://github.com/sqlcipher/sqlcipher/archive/v4.6.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>readline-devel</Dependency> <Dependency>readline-devel</Dependency>
<Dependency>tcl-devel</Dependency> <Dependency>tcl-devel</Dependency>
@@ -51,6 +53,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2024-12-28</Date>
<Version>4.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-02-07</Date> <Date>2020-02-07</Date>
<Version>4.3.0</Version> <Version>4.3.0</Version>