OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Nov-2006 13:14:56
Branch: HEAD Handle: 2006110112145600
Modified files:
openpkg-src/pks pks.patch
Log:
add another upstream fix to toss spam messages
Summary:
Revision Changes Path
1.4 +19 -8 openpkg-src/pks/pks.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pks/pks.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 pks.patch
--- openpkg-src/pks/pks.patch 1 Nov 2006 12:10:34 -0000 1.3
+++ openpkg-src/pks/pks.patch 1 Nov 2006 12:14:56 -0000 1.4
@@ -1,6 +1,6 @@
Index: kd_delete.c
--- kd_delete.c.orig 2002-11-12 06:03:36 +0100
-+++ kd_delete.c 2006-11-01 13:08:50 +0100
++++ kd_delete.c 2006-11-01 13:10:29 +0100
@@ -207,7 +207,7 @@
/* fatal errors */
@@ -12,7 +12,7 @@
Index: kd_generic.c
--- kd_generic.c.orig 2002-09-08 22:54:24 +0200
-+++ kd_generic.c 2006-11-01 13:09:04 +0100
++++ kd_generic.c 2006-11-01 13:10:29 +0100
@@ -41,7 +41,7 @@
DB *worddb = NULL;
DB *timedb = NULL;
@@ -56,7 +56,7 @@
Index: kd_get.c
--- kd_get.c.orig 2002-10-08 06:04:42 +0200
-+++ kd_get.c 2006-11-01 13:08:50 +0100
++++ kd_get.c 2006-11-01 13:10:29 +0100
@@ -163,7 +163,7 @@
/* fatal errors */
@@ -68,7 +68,7 @@
Index: kd_index.c
--- kd_index.c.orig 2003-01-26 20:54:45 +0100
-+++ kd_index.c 2006-11-01 13:08:50 +0100
++++ kd_index.c 2006-11-01 13:10:29 +0100
@@ -107,7 +107,7 @@
char buf[512];
@@ -89,7 +89,7 @@
if (!xbuffer_append_str(s->xb, buf))
Index: kd_since.c
--- kd_since.c.orig 2002-09-04 23:00:23 +0200
-+++ kd_since.c 2006-11-01 13:08:50 +0100
++++ kd_since.c 2006-11-01 13:10:29 +0100
@@ -220,7 +220,7 @@
/* fatal errors */
@@ -99,9 +99,20 @@
/* keep the compiler quiet */
+Index: mail_req.c
+--- mail_req.c.orig 2002-09-08 21:27:34 +0200
++++ mail_req.c 2006-11-01 13:11:50 +0100
+@@ -236,6 +236,7 @@
+
+ if (hfrom == -1 || hfrom_len == 0) {
+ log_error("mail_req", "mail message does not have From: header");
++ (*msc)(0, c); /* presumably spam; toss it */
+ return;
+ }
+
Index: pgputil.c
--- pgputil.c.orig 2003-01-26 17:08:58 +0100
-+++ pgputil.c 2006-11-01 13:08:50 +0100
++++ pgputil.c 2006-11-01 13:10:29 +0100
@@ -121,6 +121,11 @@
if (!decode_num(data, 2, &(mpi->nbits)))
return(0);
@@ -116,7 +127,7 @@
Index: pkscheck.c
--- pkscheck.c.orig 2003-02-07 02:01:21 +0100
-+++ pkscheck.c 2006-11-01 13:08:50 +0100
++++ pkscheck.c 2006-11-01 13:10:29 +0100
@@ -83,6 +83,12 @@
log_error("main", buf);
}
@@ -142,7 +153,7 @@
((unsigned char *) kkey.data)[1],
Index: www.c
--- www.c.orig 2003-02-07 02:01:21 +0100
-+++ www.c 2006-11-01 13:08:50 +0100
++++ www.c 2006-11-01 13:10:29 +0100
@@ -33,7 +33,6 @@
#define TCPDSERVICE "pksd"
int allow_severity=LOG_WARNING ;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]