[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openpkg-cvs
Subject:    [CVS] OpenPKG: openpkg-src/apache2/ apache2.patch apache2.spec
From:       "Ralf S. Engelschall" <rse () openpkg ! org>
Date:       2005-07-28 20:29:24
Message-ID: 20050728202924.982E71B5154 () master ! openpkg ! org
[Download RAW message or body]

  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  rse@openpkg.org
  Module: openpkg-src                      Date:   28-Jul-2005 22:29:24
  Branch: HEAD                             Handle: 2005072821292400

  Modified files:
    openpkg-src/apache2     apache2.patch apache2.spec

  Log:
    apply security fix

  Summary:
    Revision    Changes     Path
    1.7         +13 -0      openpkg-src/apache2/apache2.patch
    1.64        +1  -1      openpkg-src/apache2/apache2.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache2/apache2.patch
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 apache2.patch
  --- openpkg-src/apache2/apache2.patch	16 Sep 2004 09:38:44 -0000	1.6
  +++ openpkg-src/apache2/apache2.patch	28 Jul 2005 20:29:24 -0000	1.7
  @@ -1,3 +1,4 @@
  +Index: server/Makefile.in.dist
   --- server/Makefile.in.dist	2003-07-03 16:40:35.000000000 +0200
   +++ server/Makefile.in	2003-07-03 16:41:19.000000000 +0200
   @@ -55,7 +55,8 @@
  @@ -10,3 +11,15 @@
    	done; \
    	sort -u $$tmp > $@; \
    	rm -f $$tmp
  +Index: modules/ssl/ssl_engine_kernel.c
  +--- modules/ssl/ssl_engine_kernel.c.orig	2005-03-29 10:44:31 +0200
  ++++ modules/ssl/ssl_engine_kernel.c	2005-07-28 22:25:38 +0200
  +@@ -1398,7 +1398,7 @@
  +             BIO_printf(bio, ", nextUpdate: ");
  +             ASN1_UTCTIME_print(bio, X509_CRL_get_nextUpdate(crl));
  + 
  +-            n = BIO_read(bio, buff, sizeof(buff));
  ++            n = BIO_read(bio, buff, sizeof(buff) - 1);
  +             buff[n] = '\0';
  + 
  +             BIO_free(bio);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/apache2/apache2.spec
  ============================================================================
  $ cvs diff -u -r1.63 -r1.64 apache2.spec
  --- openpkg-src/apache2/apache2.spec	24 Jul 2005 19:32:58 -0000	1.63
  +++ openpkg-src/apache2/apache2.spec	28 Jul 2005 20:29:24 -0000	1.64
  @@ -39,7 +39,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20050724
  +Release:      20050728
   
   #   package options (suexec related)
   %option       with_suexec               yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic