Merge pull request #2195 from Rmys/master

libffi libgcrypt ver. bump
This commit is contained in:
Rmys
2025-08-07 11:42:47 +03:00
committed by GitHub
2 changed files with 17 additions and 3 deletions
+9 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libffi</Name>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A portable foreign function interface library</Summary>
<Description>The libffi library provides a portable, high level programming interface to various calling conventions.</Description>
<Archive sha1sum="5375e956b0d662e118e47758bd656861e43ba3ef" type="targz">https://github.com/libffi/libffi/releases/download/v3.5.1/libffi-3.5.1.tar.gz</Archive>
<Archive sha1sum="2bd35b135b0eeb5c631e02422c9dbe786ddb626a" type="targz">https://github.com/libffi/libffi/releases/download/v3.5.2/libffi-3.5.2.tar.gz</Archive>
</Source>
<Package>
@@ -56,6 +56,13 @@
</Package>
<History>
<Update release="11">
<Date>2025-08-04</Date>
<Version>3.5.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2025-06-18</Date>
<Version>3.5.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>General purpose crypto library</Summary>
<Description>Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard.</Description>
<Archive sha1sum="dd2c68e0685bb99249efeeb06046fae15b5214ba" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2</Archive>
<Archive sha1sum="b0d3d966894a5ee3b629e55350464f69e1c7859e" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency versionFrom="1.50">libgpg-error-devel</Dependency>
</BuildDependencies>
@@ -70,6 +70,13 @@
</Package>
<History>
<Update release="14">
<Date>2025-08-06</Date>
<Version>1.11.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="13">
<Date>2024-07-15</Date>
<Version>1.11.0</Version>