pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache Description for one patch referred to incor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ed7d93170f8
branches:  trunk
changeset: 530377:8ed7d93170f8
user:      lkundrak <lkundrak%pkgsrc.org@localhost>
date:      Thu Jun 28 01:24:39 2007 +0000

description:
Description for one patch referred to incorrect issue, the other patch
lacked ending semicolons.

diffstat:

 www/apache/distinfo         |  6 +++---
 www/apache/patches/patch-ar |  4 ++--
 www/apache/patches/patch-as |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r b5628d0dc024 -r 8ed7d93170f8 www/apache/distinfo
--- a/www/apache/distinfo       Thu Jun 28 01:23:07 2007 +0000
+++ b/www/apache/distinfo       Thu Jun 28 01:24:39 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.55 2007/06/28 00:43:35 lkundrak Exp $
+$NetBSD: distinfo,v 1.56 2007/06/28 01:24:39 lkundrak Exp $
 
 SHA1 (apache_1.3.37.tar.gz) = b422fac1dda10baa483e8f4378dff58faf3f85b4
 RMD160 (apache_1.3.37.tar.gz) = de84adf2fd0a745c32072ca5dc5e1374cfcf04f7
@@ -24,5 +24,5 @@
 SHA1 (patch-am) = b8551fca1ec8a62b3b420435479a896a7de1dfe0
 SHA1 (patch-ao) = 9ec5f32b2e9cf4c423b5d819fc76f652b27c6c29
 SHA1 (patch-aq) = aee36110e604f990a1b017268810a28358c90178
-SHA1 (patch-ar) = 1d53b1256985c1d50a70d5430bbf29eb8b3b2be0
-SHA1 (patch-as) = 3bb0c08c09975234cafa63662c31c10e4770374c
+SHA1 (patch-ar) = 882ad0cf40e3f6ebfcf8a210e0ac5e6f7e707909
+SHA1 (patch-as) = 404167a7449f2e5b90d5035ced9c838942f08555
diff -r b5628d0dc024 -r 8ed7d93170f8 www/apache/patches/patch-ar
--- a/www/apache/patches/patch-ar       Thu Jun 28 01:23:07 2007 +0000
+++ b/www/apache/patches/patch-ar       Thu Jun 28 01:24:39 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ar,v 1.6 2007/06/28 00:43:36 lkundrak Exp $
+$NetBSD: patch-ar,v 1.7 2007/06/28 01:24:39 lkundrak Exp $
 
-Fix for CVE-2007-1863 remote crash when mod_cache enabled.
+Fix for CVE-2007-3304 denial of service.
 
 --- src/main/http_main.c.orig  2007-06-28 02:10:30.000000000 +0200
 +++ src/main/http_main.c
diff -r b5628d0dc024 -r 8ed7d93170f8 www/apache/patches/patch-as
--- a/www/apache/patches/patch-as       Thu Jun 28 01:23:07 2007 +0000
+++ b/www/apache/patches/patch-as       Thu Jun 28 01:24:39 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-as,v 1.6 2007/06/28 00:43:36 lkundrak Exp $
+$NetBSD: patch-as,v 1.7 2007/06/28 01:24:39 lkundrak Exp $
 
 Fix for CVE-2006-5752 XSS in mod_status with ExtendedStatus on.
 
@@ -36,7 +36,7 @@
                             score_record.client,
                             vhost ? vhost->server_hostname : "(unavailable)",
 -                           ap_escape_html(r->pool, score_record.request));
-+                           ap_escape_html(r->pool, ap_escape_logitem(r->pool, score_record.request)))
++                           ap_escape_html(r->pool, ap_escape_logitem(r->pool, score_record.request)));
  #else
                            ap_rprintf(r,
                             "<td>%s<td nowrap>%s<td nowrap>%s</tr>\n\n",
@@ -44,7 +44,7 @@
                             vhost ? ap_escape_html(r->pool, 
                                vhost->server_hostname) : "(unavailable)",
 -                           ap_escape_html(r->pool, score_record.request));
-+                           ap_escape_html(r->pool, ap_escape_logitem(r->pool, score_record.request)))
++                           ap_escape_html(r->pool, ap_escape_logitem(r->pool, score_record.request)));
  #endif
                    }           /* no_table_report */
                }                       /* !short_report */



Home | Main Index | Thread Index | Old Index