[CVS] OpenPKG: openpkg-src/milter/ milter.patch milter.spec

2009-12-31 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   31-Dec-2009 18:03:59
  Branch: HEAD Handle: 2009123117035900

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

  Log:
upgrading package: milter 8.14.3 - 8.14.4

  Summary:
RevisionChanges Path
1.8 +6  -6  openpkg-src/milter/milter.patch
1.15+2  -2  openpkg-src/milter/milter.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.patch
  
  $ cvs diff -u -r1.7 -r1.8 milter.patch
  --- openpkg-src/milter/milter.patch   5 Jul 2009 18:22:05 -   1.7
  +++ openpkg-src/milter/milter.patch   31 Dec 2009 17:03:59 -  1.8
  @@ -23,9 +23,9 @@
$this-call_hooks('eom');
} elsif ($cmd eq SMFIC_HELO) {
my $helo = $split_buf;
  -Index: sendmail-8.14.3/include/libmilter/mfapi.h
   sendmail-8.14.3/include/libmilter/mfapi.h.orig   2008-02-27 23:30:34 
+0100
  -+++ sendmail-8.14.3/include/libmilter/mfapi.h2009-07-05 20:08:58 
+0200
  +Index: sendmail-8.14.4/include/libmilter/mfapi.h
  +--- sendmail-8.14.4/include/libmilter/mfapi.h.orig   2008-02-27 23:30:34 
+0100
   sendmail-8.14.4/include/libmilter/mfapi.h2009-07-05 20:08:58 
+0200
   @@ -28,7 +28,7 @@
# include sys/types.h
# include sys/socket.h
  @@ -35,9 +35,9 @@

# define LIBMILTER_API  extern

  -Index: sendmail-8.14.3/include/libmilter/milter.h
   sendmail-8.14.3/include/libmilter/milter.h.orig  2006-05-23 01:23:55 
+0200
  -+++ sendmail-8.14.3/include/libmilter/milter.h   2009-07-05 20:08:58 
+0200
  +Index: sendmail-8.14.4/include/libmilter/milter.h
  +--- sendmail-8.14.4/include/libmilter/milter.h.orig  2006-05-23 01:23:55 
+0200
   sendmail-8.14.4/include/libmilter/milter.h   2009-07-05 20:08:58 
+0200
   @@ -18,7 +18,7 @@
# define _LIBMILTER_MILTER_H1

  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.spec
  
  $ cvs diff -u -r1.14 -r1.15 milter.spec
  --- openpkg-src/milter/milter.spec5 Jul 2009 17:54:28 -   1.14
  +++ openpkg-src/milter/milter.spec31 Dec 2009 17:03:59 -  1.15
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_libmilter8.14.3
  +%define   V_libmilter8.14.4
   %define   V_sendmail_pmilter 0.97
   %define   V_mail_milter  0.07
   
  @@ -37,7 +37,7 @@
   Group:Mail
   License:  BSD/Artistic
   Version:  %{V_libmilter}
  -Release:  20090705
  +Release:  20091231
   
   #   package options
   %option   with_perl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter/ milter.patch milter.spec

2009-07-05 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   05-Jul-2009 19:54:28
  Branch: HEAD Handle: 2009070518542800

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

  Log:
upgrade to newer Sendmail::PMilter

  Summary:
RevisionChanges Path
1.6 +3  -3  openpkg-src/milter/milter.patch
1.14+4  -4  openpkg-src/milter/milter.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.patch
  
  $ cvs diff -u -r1.5 -r1.6 milter.patch
  --- openpkg-src/milter/milter.patch   4 May 2008 07:28:32 -   1.5
  +++ openpkg-src/milter/milter.patch   5 Jul 2009 17:54:28 -   1.6
  @@ -1,6 +1,6 @@
  -Index: Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm
   Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm.orig   
2004-08-04 19:07:51 +0200
  -+++ Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm2007-02-13 
22:36:55 +0100
  +Index: Sendmail-PMilter-0.97/lib/Sendmail/PMilter/Context.pm
  +--- Sendmail-PMilter-0.97/lib/Sendmail/PMilter/Context.pm.orig   
2004-08-04 19:07:51 +0200
   Sendmail-PMilter-0.97/lib/Sendmail/PMilter/Context.pm2007-02-13 
22:36:55 +0100
   @@ -245,6 +245,12 @@
$this-{symbols}{$code}{$name} = $value;
}
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.spec
  
  $ cvs diff -u -r1.13 -r1.14 milter.spec
  --- openpkg-src/milter/milter.spec30 Jun 2009 20:20:59 -  1.13
  +++ openpkg-src/milter/milter.spec5 Jul 2009 17:54:28 -   1.14
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_libmilter8.14.3
  -%define   V_sendmail_pmilter 0.95
  +%define   V_sendmail_pmilter 0.97
   %define   V_mail_milter  0.07
   
   #   package information
  @@ -37,14 +37,14 @@
   Group:Mail
   License:  BSD/Artistic
   Version:  %{V_libmilter}
  -Release:  20080504
  +Release:  20090705
   
   #   package options
   %option   with_perl  no
   
   #   list of sources
   Source0:  
ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{V_libmilter}.tar.gz
  -Source1:  
http://switch.dl.sourceforge.net/sourceforge/pmilter/Sendmail-PMilter-%{V_sendmail_pmilter}.tar.gz
  +Source1:  
http://www.cpan.org/authors/id/A/AV/AVAR/Sendmail-PMilter-%{V_sendmail_pmilter}.tar.gz
   Source2:  
http://switch.dl.sourceforge.net/sourceforge/pmilter/Mail-Milter-%{V_mail_milter}.tar.gz
   Source3:  milter.pc
   Patch0:   milter.patch
  @@ -76,7 +76,7 @@
   }
   prog milter:Sendmail-PMilter = {
   version   = %{V_sendmail_pmilter}
  -url   = http://sourceforge.net/projects/pmilter/files/
  +url   = http://www.cpan.org/authors/id/A/AV/AVAR/
   regex = Sendmail-PMilter-(__VER__)\.tar\.gz
   }
   prog milter:Mail-Milter = {
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter/ milter.patch milter.spec

2008-05-04 Thread Ralf S. Engelschall
  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:   04-May-2008 09:28:33
  Branch: HEAD Handle: 2008050408283200

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

  Log:
upgrading package: milter 8.14.2 - 8.14.3

  Summary:
RevisionChanges Path
1.5 +6  -6  openpkg-src/milter/milter.patch
1.11+2  -2  openpkg-src/milter/milter.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.patch
  
  $ cvs diff -u -r1.4 -r1.5 milter.patch
  --- openpkg-src/milter/milter.patch   2 Nov 2007 08:17:55 -   1.4
  +++ openpkg-src/milter/milter.patch   4 May 2008 07:28:32 -   1.5
  @@ -14,9 +14,9 @@
$this-call_hooks('eom');
} elsif ($cmd eq SMFIC_HELO) {
my $helo = $split_buf;
  -Index: sendmail-8.14.2/include/libmilter/mfapi.h
   sendmail-8.14.2/include/libmilter/mfapi.h.orig   2006-11-02 03:44:07 
+0100
  -+++ sendmail-8.14.2/include/libmilter/mfapi.h2007-02-13 22:37:32 
+0100
  +Index: sendmail-8.14.3/include/libmilter/mfapi.h
  +--- sendmail-8.14.3/include/libmilter/mfapi.h.orig   2006-11-02 03:44:07 
+0100
   sendmail-8.14.3/include/libmilter/mfapi.h2007-02-13 22:37:32 
+0100
   @@ -28,7 +28,7 @@
# include sys/types.h
# include sys/socket.h
  @@ -26,9 +26,9 @@

# define LIBMILTER_API  extern

  -Index: sendmail-8.14.2/include/libmilter/milter.h
   sendmail-8.14.2/include/libmilter/milter.h.orig  2006-05-23 01:23:55 
+0200
  -+++ sendmail-8.14.2/include/libmilter/milter.h   2007-02-13 22:37:42 
+0100
  +Index: sendmail-8.14.3/include/libmilter/milter.h
  +--- sendmail-8.14.3/include/libmilter/milter.h.orig  2006-05-23 01:23:55 
+0200
   sendmail-8.14.3/include/libmilter/milter.h   2007-02-13 22:37:42 
+0100
   @@ -18,7 +18,7 @@
# define _LIBMILTER_MILTER_H1

  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.spec
  
  $ cvs diff -u -r1.10 -r1.11 milter.spec
  --- openpkg-src/milter/milter.spec1 Jan 2008 14:58:44 -   1.10
  +++ openpkg-src/milter/milter.spec4 May 2008 07:28:32 -   1.11
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_libmilter8.14.2
  +%define   V_libmilter8.14.3
   %define   V_sendmail_pmilter 0.95
   %define   V_mail_milter  0.07
   
  @@ -37,7 +37,7 @@
   Group:Mail
   License:  BSD/Artistic
   Version:  %{V_libmilter}
  -Release:  20080101
  +Release:  20080504
   
   #   package options
   %option   with_perl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter/ milter.patch milter.spec

2007-11-02 Thread Ralf S. Engelschall
  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:   02-Nov-2007 09:17:55
  Branch: HEAD Handle: 2007110208175500

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

  Log:
upgrading package: milter 8.14.1 - 8.14.2

  Summary:
RevisionChanges Path
1.4 +6  -6  openpkg-src/milter/milter.patch
1.9 +2  -2  openpkg-src/milter/milter.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.patch
  
  $ cvs diff -u -r1.3 -r1.4 milter.patch
  --- openpkg-src/milter/milter.patch   4 Apr 2007 15:40:25 -   1.3
  +++ openpkg-src/milter/milter.patch   2 Nov 2007 08:17:55 -   1.4
  @@ -14,9 +14,9 @@
$this-call_hooks('eom');
} elsif ($cmd eq SMFIC_HELO) {
my $helo = $split_buf;
  -Index: sendmail-8.14.1/include/libmilter/mfapi.h
   sendmail-8.14.1/include/libmilter/mfapi.h.orig   2006-11-02 03:44:07 
+0100
  -+++ sendmail-8.14.1/include/libmilter/mfapi.h2007-02-13 22:37:32 
+0100
  +Index: sendmail-8.14.2/include/libmilter/mfapi.h
  +--- sendmail-8.14.2/include/libmilter/mfapi.h.orig   2006-11-02 03:44:07 
+0100
   sendmail-8.14.2/include/libmilter/mfapi.h2007-02-13 22:37:32 
+0100
   @@ -28,7 +28,7 @@
# include sys/types.h
# include sys/socket.h
  @@ -26,9 +26,9 @@

# define LIBMILTER_API  extern

  -Index: sendmail-8.14.1/include/libmilter/milter.h
   sendmail-8.14.1/include/libmilter/milter.h.orig  2006-05-23 01:23:55 
+0200
  -+++ sendmail-8.14.1/include/libmilter/milter.h   2007-02-13 22:37:42 
+0100
  +Index: sendmail-8.14.2/include/libmilter/milter.h
  +--- sendmail-8.14.2/include/libmilter/milter.h.orig  2006-05-23 01:23:55 
+0200
   sendmail-8.14.2/include/libmilter/milter.h   2007-02-13 22:37:42 
+0100
   @@ -18,7 +18,7 @@
# define _LIBMILTER_MILTER_H1

  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.spec
  
  $ cvs diff -u -r1.8 -r1.9 milter.spec
  --- openpkg-src/milter/milter.spec7 Sep 2007 21:35:31 -   1.8
  +++ openpkg-src/milter/milter.spec2 Nov 2007 08:17:55 -   1.9
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_libmilter8.14.1
  +%define   V_libmilter8.14.2
   %define   V_sendmail_pmilter 0.95
   %define   V_mail_milter  0.07
   
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD/Artistic
   Version:  %{V_libmilter}
  -Release:  20070907
  +Release:  20071102
   
   #   package options
   %option   with_perl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter/ milter.patch milter.spec

2007-02-13 Thread Ralf S. Engelschall
  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:   13-Feb-2007 22:41:51
  Branch: HEAD Handle: 2007021321415100

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

  Log:
fix location of milter C headers

  Summary:
RevisionChanges Path
1.2 +25 -1  openpkg-src/milter/milter.patch
1.6 +4  -1  openpkg-src/milter/milter.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.patch
  
  $ cvs diff -u -r1.1 -r1.2 milter.patch
  --- openpkg-src/milter/milter.patch   29 Dec 2006 17:19:31 -  1.1
  +++ openpkg-src/milter/milter.patch   13 Feb 2007 21:41:51 -  1.2
  @@ -1,6 +1,6 @@
   Index: Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm
   --- Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm.orig   
2004-08-04 19:07:51 +0200
  -+++ Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm2006-12-29 
18:09:48 +0100
   Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm2007-02-13 
22:36:55 +0100
   @@ -245,6 +245,12 @@
$this-{symbols}{$code}{$name} = $value;
}
  @@ -14,3 +14,27 @@
$this-call_hooks('eom');
} elsif ($cmd eq SMFIC_HELO) {
my $helo = $split_buf;
  +Index: sendmail-8.14.0/include/libmilter/mfapi.h
  +--- sendmail-8.14.0/include/libmilter/mfapi.h.orig   2006-11-02 03:44:07 
+0100
   sendmail-8.14.0/include/libmilter/mfapi.h2007-02-13 22:37:32 
+0100
  +@@ -28,7 +28,7 @@
  + # include sys/types.h
  + # include sys/socket.h
  + 
  +-#include libmilter/mfdef.h
  ++#include milter/mfdef.h
  + 
  + # define LIBMILTER_API  extern
  + 
  +Index: sendmail-8.14.0/include/libmilter/milter.h
  +--- sendmail-8.14.0/include/libmilter/milter.h.orig  2006-05-23 01:23:55 
+0200
   sendmail-8.14.0/include/libmilter/milter.h   2007-02-13 22:37:42 
+0100
  +@@ -18,7 +18,7 @@
  + # define _LIBMILTER_MILTER_H1
  + 
  + #include sendmail.h
  +-#include libmilter/mfapi.h
  ++#include milter/mfapi.h
  + 
  + /* socket and thread portability */
  + # include pthread.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.spec
  
  $ cvs diff -u -r1.5 -r1.6 milter.spec
  --- openpkg-src/milter/milter.spec1 Feb 2007 17:32:03 -   1.5
  +++ openpkg-src/milter/milter.spec13 Feb 2007 21:41:51 -  1.6
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD/Artistic
   Version:  %{V_libmilter}
  -Release:  20070201
  +Release:  20070213
   
   #   package options
   %option   with_perl  no
  @@ -107,6 +107,9 @@
 echo APPENDDEF(\`conf_sendmail_ENVDEF', \`-DMILTER=1')dnl
 echo APPENDDEF(\`conf_libmilter_ENVDEF', 
\`-D_FFR_MILTER_ROOT_UNSAFE')dnl
 ) devtools/Site/site.config.m4
  +  ( cd include
  +ln -s libmilter milter
  +  ) || exit $?
 ( cd libmilter
   ./Build
 ) || exit $?
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter/ milter.patch milter.spec

2006-12-29 Thread Ralf S. Engelschall
  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:   29-Dec-2006 18:19:32
  Branch: HEAD Handle: 2006122917193100

  Added files:
openpkg-src/milter  milter.patch
  Modified files:
openpkg-src/milter  milter.spec

  Log:
God, is it me? Is it really me?? Why is God always refusing me to act
as a _user_ and always seem to insist that I acts as a _developer_?
Everytime I evaluate an arbitrary technology I just have to discover
that I seem to be the first one on earth who has to determine that it
is just broken and cannot be used as is. Independent how old and
mature the technology actually is -- according to others. As a result,
before I can evaluate something (as a user) I first have to fix it (as
a developer). F%k, I really would like I can start working on my
_solutions_ and not always having to fix the underlying technologies
first...

  Summary:
RevisionChanges Path
1.1 +16 -0  openpkg-src/milter/milter.patch
1.3 +3  -3  openpkg-src/milter/milter.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.patch
  
  $ cvs diff -u -r0 -r1.1 milter.patch
  --- /dev/null 2006-12-29 18:18:53 +0100
  +++ milter.patch  2006-12-29 18:19:32 +0100
  @@ -0,0 +1,16 @@
  +Index: Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm
  +--- Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm.orig   
2004-08-04 19:07:51 +0200
   Sendmail-PMilter-0.95/lib/Sendmail/PMilter/Context.pm2006-12-29 
18:09:48 +0100
  +@@ -245,6 +245,12 @@
  + $this-{symbols}{$code}{$name} = $value;
  + }
  + } elsif ($cmd eq SMFIC_BODYEOB) {
  ++#   SMFIC_BODYEOB is a single MILTER protocol
  ++#   command, but is carries two MILTER API
  ++#   semantics and hence (also closely following
  ++#   Sendmail's libmilter) we have to call both
  ++#   the MILTER API 'body' and 'eom' callbacks!
  ++$this-call_hooks('body', $buf, length($buf)) 
if (length($buf)  0);
  + $this-call_hooks('eom');
  + } elsif ($cmd eq SMFIC_HELO) {
  + my $helo = $split_buf;
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/milter/milter.spec
  
  $ cvs diff -u -r1.2 -r1.3 milter.spec
  --- openpkg-src/milter/milter.spec28 Dec 2006 20:22:44 -  1.2
  +++ openpkg-src/milter/milter.spec29 Dec 2006 17:19:31 -  1.3
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD/Artistic
   Version:  %{V_libmilter}
  -Release:  20061228
  +Release:  20061229
   
   #   package options
   %option   with_perl  no
  @@ -48,6 +48,7 @@
   Source1:  
http://switch.dl.sourceforge.net/sourceforge/pmilter/Sendmail-PMilter-%{V_sendmail_pmilter}.tar.gz
   Source2:  
http://switch.dl.sourceforge.net/sourceforge/pmilter/Mail-Milter-%{V_mail_milter}.tar.gz
   Source3:  milter.pc
  +Patch0:   milter.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -87,10 +88,9 @@
   
   %prep
   %setup -q -c
  -%if %{with_perl} == yes
   %setup -q -T -D -a 1
   %setup -q -T -D -a 2
  -%endif
  +%patch -p0
   
   %build
   #   build C API
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org