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 13:43:29
Branch: OPENPKG_1_STABLE Handle: 2003031912432800
Added files: (Branch: OPENPKG_1_STABLE)
openpkg-src/delegate delegate.patch
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/delegate delegate.spec
Log:
SA-2003.023
Summary:
Revision Changes Path
1.1.2.1 +14 -0 openpkg-src/delegate/delegate.patch
1.40.2.2 +3 -1 openpkg-src/delegate/delegate.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/delegate/delegate.patch
============================================================================
$ cvs diff -u -r0 -r1.1.2.1 delegate.patch
--- /dev/null 2003-03-19 13:43:28.000000000 +0100
+++ delegate.patch 2003-03-19 13:43:28.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.40.2.1 -r1.40.2.2 delegate.spec
--- openpkg-src/delegate/delegate.spec 18 Jan 2003 14:11:33 -0000
1.40.2.1
+++ openpkg-src/delegate/delegate.spec 19 Mar 2003 12:43:28 -0000
1.40.2.2
@@ -33,10 +33,11 @@
Group: Network
License: GPL
Version: 8.3.3
-Release: 1.20030116
+Release: 1.20030318
# 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]