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: 08-May-2007 09:36:05 Branch: HEAD Handle: 2007050808360400 Modified files: openpkg-src/milter-greylist milter-greylist.patch milter-greylist.spec Log: upgrading package: milter-greylist 4.0a3 -> 4.0a4 Summary: Revision Changes Path 1.11 +13 -25 openpkg-src/milter-greylist/milter-greylist.patch 1.15 +2 -2 openpkg-src/milter-greylist/milter-greylist.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/milter-greylist/milter-greylist.patch ============================================================================ $ cvs diff -u -r1.10 -r1.11 milter-greylist.patch --- openpkg-src/milter-greylist/milter-greylist.patch 5 May 2007 07:37:53 -0000 1.10 +++ openpkg-src/milter-greylist/milter-greylist.patch 8 May 2007 07:36:04 -0000 1.11 @@ -1,6 +1,6 @@ Index: acl.c --- acl.c.orig 2007-04-16 04:39:10 +0200 -+++ acl.c 2007-05-05 09:35:39 +0200 ++++ acl.c 2007-05-08 09:28:07 +0200 @@ -58,7 +58,7 @@ #include <sys/stat.h> #include <netinet/in.h> @@ -12,7 +12,7 @@ #include "conf.h" Index: acl.h --- acl.h.orig 2007-03-22 06:39:16 +0100 -+++ acl.h 2007-05-05 09:35:39 +0200 ++++ acl.h 2007-05-08 09:28:07 +0200 @@ -46,7 +46,7 @@ #include <sys/types.h> #include <netinet/in.h> @@ -22,21 +22,9 @@ typedef enum { A_GREYLIST, A_WHITELIST, A_BLACKLIST, } acl_type_t; typedef enum { AS_NONE, AS_RCPT, AS_DATA, AS_ANY, } acl_stage_t; -Index: configure ---- configure.orig 2007-05-05 03:36:08 +0200 -+++ configure 2007-05-05 09:35:58 +0200 -@@ -2545,7 +2545,7 @@ - echo "$as_me: error: flex not found" >&2;} - { (exit 1); exit 1; }; } - fi --if test -z "`echo %%|$LEX -t --noyywrap|grep yypop_buffer_state`"; then -+if false; then - { { echo "$as_me:$LINENO: error: flex missing yypop_buffer_state - upgrade to version 2.5.33 or later" >&5 - echo "$as_me: error: flex missing yypop_buffer_state - upgrade to version 2.5.33 or later" >&2;} - { (exit 1); exit 1; }; } Index: list.c --- list.c.orig 2006-12-29 19:32:44 +0100 -+++ list.c 2007-05-05 09:35:39 +0200 ++++ list.c 2007-05-08 09:28:07 +0200 @@ -45,7 +45,7 @@ #include <errno.h> #include <sysexits.h> @@ -48,7 +36,7 @@ #include "queue.h" Index: macro.c --- macro.c.orig 2007-03-26 21:29:04 +0200 -+++ macro.c 2007-05-05 09:35:39 +0200 ++++ macro.c 2007-05-08 09:28:07 +0200 @@ -45,7 +45,7 @@ #include <syslog.h> #include <errno.h> @@ -59,8 +47,8 @@ #ifdef HAVE_OLD_QUEUE_H #include "queue.h" Index: milter-greylist.c ---- milter-greylist.c.orig 2007-05-04 22:29:50 +0200 -+++ milter-greylist.c 2007-05-05 09:35:39 +0200 +--- milter-greylist.c.orig 2007-05-06 06:49:29 +0200 ++++ milter-greylist.c 2007-05-08 09:28:07 +0200 @@ -77,7 +77,7 @@ static int check_drac(char *dotted_ip); #endif @@ -91,7 +79,7 @@ if (priv->priv_msgcount > conf.c_maxpeek) { if (conf.c_debug) mg_log(LOG_DEBUG, -@@ -1415,6 +1417,9 @@ +@@ -1427,6 +1429,9 @@ * Here we go! */ conf_release(); @@ -101,7 +89,7 @@ exitval = smfi_main(); mg_log(LOG_ERR, "smfi_main() returned %d", exitval); -@@ -2438,15 +2443,9 @@ +@@ -2450,15 +2455,9 @@ } snprintf(output, HDRLEN, @@ -117,7 +105,7 @@ timestr, tzstr, tznamestr); mystrncat(&outstr, output, &outmaxlen); break; -@@ -2793,7 +2792,6 @@ +@@ -2805,7 +2804,6 @@ return fstring; } @@ -125,7 +113,7 @@ static char * local_ipstr(priv) struct mlfi_priv *priv; -@@ -2804,6 +2802,8 @@ +@@ -2816,6 +2814,8 @@ * Macro {if_addr} does not exist in Postfix */ ip = smfi_getsymval(priv->priv_ctx, "{if_addr}"); @@ -134,7 +122,7 @@ #ifdef AF_INET6 /* * XXX: sendmail doesn't return {if_addr} when connection is -@@ -2825,7 +2825,6 @@ +@@ -2837,7 +2837,6 @@ return ip; } @@ -144,7 +132,7 @@ set_sr_defaults(priv, code, ecode, msg) Index: milter-greylist.h --- milter-greylist.h.orig 2007-05-02 05:36:50 +0200 -+++ milter-greylist.h 2007-05-05 09:35:39 +0200 ++++ milter-greylist.h 2007-05-08 09:28:07 +0200 @@ -37,7 +37,7 @@ #include <arpa/inet.h> #include <netdb.h> @@ -156,7 +144,7 @@ Index: stat.c --- stat.c.orig 2007-02-21 22:46:36 +0100 -+++ stat.c 2007-05-05 09:35:39 +0200 ++++ stat.c 2007-05-08 09:28:07 +0200 @@ -52,7 +52,7 @@ #include <sys/queue.h> #endif @@ . patch -p0 <<'@@ .' Index: openpkg-src/milter-greylist/milter-greylist.spec ============================================================================ $ cvs diff -u -r1.14 -r1.15 milter-greylist.spec --- openpkg-src/milter-greylist/milter-greylist.spec 5 May 2007 07:37:53 -0000 1.14 +++ openpkg-src/milter-greylist/milter-greylist.spec 8 May 2007 07:36:04 -0000 1.15 @@ -32,8 +32,8 @@ Class: EVAL Group: Mail License: BSD -Version: 4.0a3 -Release: 20070505 +Version: 4.0a4 +Release: 20070508 # package options %option with_fsl yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org