apache server v2.4.63

This commit is contained in:
uglyside
2025-06-30 06:51:36 +03:00
parent d7dbf7bcde
commit b68e231a62
2 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# -*- 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
+18 -11
View File
@@ -1,5 +1,5 @@
<?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>
<Source>
<Name>apache</Name>
@@ -13,37 +13,37 @@
<IsA>service</IsA>
<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>
<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>
<Dependency>db-devel</Dependency>
<Dependency>apr-devel</Dependency>
<Dependency>nss-devel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>db-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>apr-util-devel</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
</BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>apache</Name>
<RuntimeDependencies>
<Dependency>db</Dependency>
<Dependency>nss</Dependency>
<Dependency>apr</Dependency>
<Dependency>lua</Dependency>
<Dependency>zlib</Dependency>
<Dependency>expat</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>apr-util</Dependency>
<Dependency>cyrus-sasl</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>zlib</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>db</Dependency>
<Dependency>expat</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -91,6 +91,13 @@
</Package>
<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">
<Date>2024-12-18</Date>
<Version>2.4.62</Version>