fcgi2 security update.

This commit is contained in:
uglyside
2025-04-19 18:53:09 +03:00
parent 70f86a9161
commit 89016cd2a8
2 changed files with 19 additions and 26 deletions
+14 -12
View File
@@ -1,24 +1,20 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fcgi</Name>
<Homepage>http://www.fastcgi.com/drupal</Homepage>
<Homepage>https://fastcgi-archives.github.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>FastCGI development kit</Summary>
<Summary>FastCGI Developer's Kit.</Summary>
<Description>FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs.</Description>
<Archive sha1sum="a0c37cfb9b4d2bfa8f105b298759f1f00ff88050" type="targz">https://github.com/FastCGI-Archives/fcgi2/archive/2.4.2.tar.gz</Archive>
<Archive sha1sum="85533305786c4c74f51089465be27070d2de58db" type="targz">https://github.com/FastCGI-Archives/fcgi2/archive/2.4.5/fcgi2-2.4.5.tar.gz</Archive>
<Patches>
<!--Patch level="1">fcgi-no-libs.patch</Patch>
<Patch level="1">fcgi-2.4.0-Makefile.patch</Patch>
<Patch level="1">fcgi-2.4.0-clientdata-pointer.patch</Patch>
<Patch level="1">fcgi-2.4.0-html-updates.patch</Patch>
<Patch level="1">fcgi-2.4.1_pre0311112127-gcc44.patch</Patch-->
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
@@ -27,8 +23,7 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/fcgi</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
@@ -40,11 +35,18 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2025-04-19</Date>
<Version>2.4.5</Version>
<Comment>Critical bugfix.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-03-21</Date>
<Version>2.4.2</Version>