fcgi2 security update.
This commit is contained in:
@@ -2,29 +2,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "%s-%s-SNAP-0311112127" % (get.srcNAME(), get.srcVERSION())
|
||||
|
||||
def setup():
|
||||
#libtools.libtoolize("--copy --force")
|
||||
#autotools.aclocal()
|
||||
shelltools.system("sh ./autogen.sh")
|
||||
autotools.configure("--enable-static=no")
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--prefix=/usr --enable-static=no")
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE.TERMS", "README*")
|
||||
pisitools.dohtml("doc/*.html", "doc/*.gif", "doc/fastcgi-prog-guide/*.*", "doc/fastcgi-whitepaper/*.*")
|
||||
pisitools.doman("doc/cgi-fcgi.1", "doc/FCGI_Accept.3", "doc/FCGI_Finish.3", "doc/FCGI_SetExitStatus.3", "doc/FCGI_StartFilterData.3")
|
||||
|
||||
pisitools.dodoc("LICENSE")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user