Merge pull request #2437 from Rmys/master

sqlite python libffi openssl ver. bump
This commit is contained in:
Rmys
2026-06-27 21:57:54 +03:00
committed by GitHub
6 changed files with 41 additions and 6 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A portable foreign function interface library</Summary> <Summary>A portable foreign function interface library</Summary>
<Description>The libffi library provides a portable, high level programming interface to various calling conventions.</Description> <Description>The libffi library provides a portable, high level programming interface to various calling conventions.</Description>
<Archive sha1sum="2bd35b135b0eeb5c631e02422c9dbe786ddb626a" type="targz">https://github.com/libffi/libffi/releases/download/v3.5.2/libffi-3.5.2.tar.gz</Archive> <Archive sha1sum="781b5eb67349b75e3714e6a4df4f32b7470774c1" type="targz">https://github.com/libffi/libffi/releases/download/v3.6.0/libffi-3.6.0.tar.gz</Archive>
</Source> </Source>
<Package> <Package>
@@ -56,6 +56,13 @@
</Package> </Package>
<History> <History>
<Update release="14">
<Date>2026-06-27</Date>
<Version>3.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="13"> <Update release="13">
<Date>2025-11-06</Date> <Date>2025-11-06</Date>
<Version>3.5.2</Version> <Version>3.5.2</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Toolkit for SSL v2/v3 and TLS v1</Summary> <Summary>Toolkit for SSL v2/v3 and TLS v1</Summary>
<Description>OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) network protocols and related cryptography standards required by them.</Description> <Description>OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) network protocols and related cryptography standards required by them.</Description>
<Archive sha1sum="3dc26853ca7683237a869d01745dae48fb63ed82" type="targz">https://github.com/openssl/openssl/releases/download/openssl-3.5.6/openssl-3.5.6.tar.gz</Archive> <Archive sha1sum="53d331880fbde8e6fe25870d5325a61201f6264d" type="targz">https://github.com/openssl/openssl/releases/download/openssl-3.5.7/openssl-3.5.7.tar.gz</Archive>
<Archive sha1sum="76fbf3ca4370e12894a408ef75718f32cdab9671" type="targz">https://www.openssl.org/source/openssl-1.1.1w.tar.gz</Archive> <Archive sha1sum="76fbf3ca4370e12894a408ef75718f32cdab9671" type="targz">https://www.openssl.org/source/openssl-1.1.1w.tar.gz</Archive>
<AdditionalFiles> <AdditionalFiles>
<!--<AdditionalFile target="openssl-1.0.0-beta4-ca-dir.patch">openssl-1.0.0-beta4-ca-dir.patch</AdditionalFile>--> <!--<AdditionalFile target="openssl-1.0.0-beta4-ca-dir.patch">openssl-1.0.0-beta4-ca-dir.patch</AdditionalFile>-->
@@ -112,6 +112,13 @@
</Package> </Package>
<History> <History>
<Update release="32">
<Date>2026-06-27</Date>
<Version>3.5.7</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="31"> <Update release="31">
<Date>2026-04-09</Date> <Date>2026-04-09</Date>
<Version>3.5.6</Version> <Version>3.5.6</Version>
+7
View File
@@ -146,6 +146,13 @@
</Package>--> </Package>-->
<History> <History>
<Update release="64">
<Date>2026-06-29</Date>
<Version>2.7.18</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="63"> <Update release="63">
<Date>2026-06-22</Date> <Date>2026-06-22</Date>
<Version>2.7.18</Version> <Version>2.7.18</Version>
+7
View File
@@ -134,6 +134,13 @@
</Package> </Package>
<History> <History>
<Update release="78">
<Date>2026-06-29</Date>
<Version>3.11.15</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="77"> <Update release="77">
<Date>2026-06-22</Date> <Date>2026-06-22</Date>
<Version>3.11.15</Version> <Version>3.11.15</Version>
+2 -2
View File
@@ -65,9 +65,9 @@ def install():
pisitools.dodoc("README*") pisitools.dodoc("README*")
shelltools.cd("%s/sqlite-doc-3530200" % get.workDIR()) shelltools.cd("%s/sqlite-doc-3530300" % get.workDIR())
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3530200/*") pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3530300/*")
""" """
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605 # fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR()) shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
+9 -2
View File
@@ -14,8 +14,8 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>An SQL Database Engine in a C Library</Summary> <Summary>An SQL Database Engine in a C Library</Summary>
<Description>SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.</Description> <Description>SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.</Description>
<Archive sha1sum="346d69299abfdfa1857dde363969b8ed34085c03" type="targz">https://www.sqlite.org/2026/sqlite-autoconf-3530200.tar.gz</Archive> <Archive sha1sum="bfe0ddf6bebe834a61115f7386cdddcfdf17e66d" type="targz">https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz</Archive>
<Archive sha1sum="2679c0106c1d1302bceec5a41e843c8614825eb1" type="zip">https://www.sqlite.org/2026/sqlite-doc-3530200.zip</Archive> <Archive sha1sum="87fcb74d736ece55f33e4373b92bcf86dbf9cd32" type="zip">https://www.sqlite.org/2026/sqlite-doc-3530300.zip</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>readline-devel</Dependency> <Dependency>readline-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -105,6 +105,13 @@
</Package>--> </Package>-->
<History> <History>
<Update release="47">
<Date>2026-06-27</Date>
<Version>3.53.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="46"> <Update release="46">
<Date>2026-06-22</Date> <Date>2026-06-22</Date>
<Version>3.53.2</Version> <Version>3.53.2</Version>