SF.net SVN: gar:[26679] csw/mgar/pkg/apache24/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jul 15 12:12:11 CEST 2020
Revision: 26679
http://sourceforge.net/p/gar/code/26679
Author: dmichelsen
Date: 2020-07-15 10:12:11 +0000 (Wed, 15 Jul 2020)
Log Message:
-----------
apache24/trunk: Update to 2.4.43
Modified Paths:
--------------
csw/mgar/pkg/apache24/trunk/Makefile
csw/mgar/pkg/apache24/trunk/checksums
csw/mgar/pkg/apache24/trunk/files/0001-Add-an-OpenCSW-option-to-config.layout.patch
Modified: csw/mgar/pkg/apache24/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache24/trunk/Makefile 2020-07-14 17:06:29 UTC (rev 26678)
+++ csw/mgar/pkg/apache24/trunk/Makefile 2020-07-15 10:12:11 UTC (rev 26679)
@@ -1,7 +1,7 @@
# $Id: Makefile 18185 2012-06-01 02:30:46Z bdwalton $
NAME = httpd
-VERSION = 2.4.41
+VERSION = 2.4.43
GARTYPE = v2
PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc
Modified: csw/mgar/pkg/apache24/trunk/checksums
===================================================================
--- csw/mgar/pkg/apache24/trunk/checksums 2020-07-14 17:06:29 UTC (rev 26678)
+++ csw/mgar/pkg/apache24/trunk/checksums 2020-07-15 10:12:11 UTC (rev 26679)
@@ -1 +1 @@
-9dd9c5fae398c3696805d19cb1f1a104 httpd-2.4.41.tar.gz
+1e0298e7bf0afdb57e6a071c53a322e1 httpd-2.4.43.tar.gz
Modified: csw/mgar/pkg/apache24/trunk/files/0001-Add-an-OpenCSW-option-to-config.layout.patch
===================================================================
--- csw/mgar/pkg/apache24/trunk/files/0001-Add-an-OpenCSW-option-to-config.layout.patch 2020-07-14 17:06:29 UTC (rev 26678)
+++ csw/mgar/pkg/apache24/trunk/files/0001-Add-an-OpenCSW-option-to-config.layout.patch 2020-07-15 10:12:11 UTC (rev 26679)
@@ -1,22 +1,20 @@
-From ecd25ab11aa44a21fae227740ac8fb58c0892e69 Mon Sep 17 00:00:00 2001
-From: Ben Walton <bwalton at opencsw.org>
-Date: Tue, 2 Oct 2012 11:08:04 +0200
+From 3316bf65c1263ad19ccd874f7a5f5c8f8da52c91 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 15 Jul 2020 10:55:06 +0200
Subject: [PATCH] Add an OpenCSW option to config.layout
-Signed-off-by: Ben Walton <bwalton at opencsw.org>
---
config.layout | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/config.layout b/config.layout
-index 35a325a..acf6efb 100644
+index a29351e..b27e647 100644
--- a/config.layout
+++ b/config.layout
-@@ -370,3 +370,27 @@
- logfiledir: ${localstatedir}/log/httpd
- proxycachedir: ${localstatedir}/cache/httpd
+@@ -419,3 +419,27 @@
+ proxycachedir: ${localstatedir}/cache/apache2
</Layout>
-+
+
+# CSW Layout
+<Layout OpenCSW>
+ prefix: @prefix@
@@ -40,6 +38,7 @@
+ logfiledir: ${localstatedir}/log/apache2
+ proxycachedir: ${datadir}/proxy
+</Layout>
++
--
-1.7.12
+2.4.0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list