OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Mar-2003 14:02:10
Branch: OPENPKG_1_1_SOLID Handle: 2003031913021000
Added files: (Branch: OPENPKG_1_1_SOLID)
openpkg-src/delegate delegate.patch
Modified files: (Branch: OPENPKG_1_1_SOLID)
openpkg-src/delegate delegate.spec
Log:
MFS: SA-2003.023
Summary:
Revision Changes Path
1.1.4.1 +14 -0 openpkg-src/delegate/delegate.patch
1.30.2.2 +6 -4 openpkg-src/delegate/delegate.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/delegate/delegate.patch
============================================================================
$ cvs diff -u -r0 -r1.1.4.1 delegate.patch
--- /dev/null 2003-03-19 14:02:10.000000000 +0100
+++ delegate.patch 2003-03-19 14:02:10.000000000 +0100
@@ -0,0 +1,14 @@
+--- src/httpd.c.dist Wed Mar 19 13:15:03 2003
++++ src/httpd.c Wed Mar 19 13:16:54 2003
+@@ -2170,6 +2170,11 @@
+ records[ti][tx++] = sp;
+ if( np = strchr(sp,'\n') )
+ np++;
++
++ if( 1000 < tx ){
++ sv1log("#### Too large /robots.txt\n");
++ break;
++ }
+ }
+ records[ti][tx++] = rts[ti] + strlen(rts[ti]);
+ records[ti][tx] = 0;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/delegate/delegate.spec
============================================================================
$ cvs diff -u -r1.30.2.1 -r1.30.2.2 delegate.spec
--- openpkg-src/delegate/delegate.spec 26 Aug 2002 19:53:27 -0000
1.30.2.1
+++ openpkg-src/delegate/delegate.spec 19 Mar 2003 13:02:10 -0000
1.30.2.2
@@ -1,8 +1,8 @@
##
## delegate.spec -- OpenPKG RPM Specification
-## Copyright (c) 2000-2002 Cable & Wireless Deutschland GmbH
-## Copyright (c) 2000-2002 The OpenPKG Project <http://www.openpkg.org/>
-## Copyright (c) 2000-2002 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -33,10 +33,11 @@
Group: Network
License: GPL
Version: 7.9.11
-Release: 1.1.0
+Release: 1.1.1
# list of sources
Source0: ftp://ftp:[EMAIL PROTECTED]/pub/DeleGate/delegate%{version}.tar.gz
+Patch0: delegate.patch
# build information
Prefix: %{l_prefix}
@@ -58,6 +59,7 @@
%prep
%setup -q -n delegate%{version}
+ %patch -p0
%build
( %{l_shtool} echo -e "ADMIN = [EMAIL PROTECTED]"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]