apache server v2.4.63
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# 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 autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|||||||
+18
-11
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>apache</Name>
|
<Name>apache</Name>
|
||||||
@@ -13,37 +13,37 @@
|
|||||||
<IsA>service</IsA>
|
<IsA>service</IsA>
|
||||||
<Summary>Apache web server</Summary>
|
<Summary>Apache web server</Summary>
|
||||||
<Description>Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other operating systems. Apache is notable for playing a key role in the initial growth of the World Wide Web, and continues to be the most popular web server in use, serving as the de facto reference platform against which other web servers are designed and judged.</Description>
|
<Description>Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other operating systems. Apache is notable for playing a key role in the initial growth of the World Wide Web, and continues to be the most popular web server in use, serving as the de facto reference platform against which other web servers are designed and judged.</Description>
|
||||||
<Archive sha1sum="c968e2a0e556a8d3b7f6d6fc9732ddc456b5c229" type="tarbz2">https://downloads.apache.org/httpd/httpd-2.4.62.tar.bz2</Archive>
|
<Archive sha1sum="5f26584d27100cf33f278288b8e7efffdd58c397" type="tarbz2">https://archive.apache.org/dist/httpd/httpd-2.4.63.tar.bz2</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>db-devel</Dependency>
|
||||||
<Dependency>apr-devel</Dependency>
|
<Dependency>apr-devel</Dependency>
|
||||||
<Dependency>nss-devel</Dependency>
|
<Dependency>nss-devel</Dependency>
|
||||||
<Dependency>lua-devel</Dependency>
|
<Dependency>lua-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
|
<Dependency>expat-devel</Dependency>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>libxml2-devel</Dependency>
|
<Dependency>libxml2-devel</Dependency>
|
||||||
<Dependency>db-devel</Dependency>
|
|
||||||
<Dependency>expat-devel</Dependency>
|
|
||||||
<Dependency>libpcre-devel</Dependency>
|
<Dependency>libpcre-devel</Dependency>
|
||||||
<Dependency>apr-util-devel</Dependency>
|
<Dependency>apr-util-devel</Dependency>
|
||||||
<Dependency>cyrus-sasl-devel</Dependency>
|
<Dependency>cyrus-sasl-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>apache</Name>
|
<Name>apache</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>db</Dependency>
|
||||||
<Dependency>nss</Dependency>
|
<Dependency>nss</Dependency>
|
||||||
<Dependency>apr</Dependency>
|
<Dependency>apr</Dependency>
|
||||||
<Dependency>lua</Dependency>
|
<Dependency>lua</Dependency>
|
||||||
|
<Dependency>zlib</Dependency>
|
||||||
|
<Dependency>expat</Dependency>
|
||||||
|
<Dependency>openssl</Dependency>
|
||||||
|
<Dependency>libxml2</Dependency>
|
||||||
|
<Dependency>libpcre</Dependency>
|
||||||
<Dependency>apr-util</Dependency>
|
<Dependency>apr-util</Dependency>
|
||||||
<Dependency>cyrus-sasl</Dependency>
|
<Dependency>cyrus-sasl</Dependency>
|
||||||
<Dependency>openldap-client</Dependency>
|
<Dependency>openldap-client</Dependency>
|
||||||
<Dependency>zlib</Dependency>
|
|
||||||
<Dependency>openssl</Dependency>
|
|
||||||
<Dependency>libxml2</Dependency>
|
|
||||||
<Dependency>libpcre</Dependency>
|
|
||||||
<Dependency>db</Dependency>
|
|
||||||
<Dependency>expat</Dependency>
|
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="config">/etc</Path>
|
<Path fileType="config">/etc</Path>
|
||||||
@@ -91,6 +91,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="19">
|
||||||
|
<Date>2025-06-30</Date>
|
||||||
|
<Version>2.4.63</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="18">
|
<Update release="18">
|
||||||
<Date>2024-12-18</Date>
|
<Date>2024-12-18</Date>
|
||||||
<Version>2.4.62</Version>
|
<Version>2.4.62</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user