]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- up to 8.13.3
authortiwek <tiwek@pld-linux.org>
Tue, 8 Mar 2005 08:58:57 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sendmail-hprescan-dos.patch -> 1.3
    sendmail.spec -> 1.163

sendmail-hprescan-dos.patch
sendmail.spec

index 8d79f34166e847345a231509c6bb1e9ed3eccc7d..5a4ace3d5a2b2159dea5b45289c9f401c462ec31 100644 (file)
@@ -1,24 +1,23 @@
-diff -Nur sendmail-8.12.0.orig/sendmail/collect.c sendmail-8.12.0/sendmail/collect.c
---- sendmail-8.12.0.orig/sendmail/collect.c    Wed Sep  5 00:43:02 2001
-+++ sendmail-8.12.0/sendmail/collect.c Mon Sep 24 10:25:42 2001
+--- sendmail-8.13.3/sendmail/collect.c~        2004-12-01 00:29:15.000000000 +0100
++++ sendmail-8.13.3/sendmail/collect.c 2005-03-08 09:43:40.848804648 +0100
 @@ -15,6 +15,8 @@
  
  SM_RCSID("@(#)$Id$")
  
 +#define MAXHDRZ 512
 +
- static void   collecttimeout __P((time_t));
- static void   dferror __P((SM_FILE_T *volatile, char *, ENVELOPE *));
+ static void   collecttimeout __P((int));
  static void   eatfrom __P((char *volatile, ENVELOPE *));
-@@ -292,6 +294,7 @@
-       HDR **hdrp;
+ static void   collect_doheader __P((ENVELOPE *));
+@@ -288,6 +290,7 @@
        register ENVELOPE *e;
+       bool rsetsize;
  {
 +      int hdrz = 0;
        register SM_FILE_T *volatile df;
        volatile bool ignrdot;
-       volatile time_t dbto;
-@@ -582,6 +585,16 @@
+       volatile int dbto;
+@@ -613,6 +616,16 @@
                                mstate = MS_BODY;
                                goto nextstate;
                        }
index 59e643b7d0a5bed47c6f3d7ce62f3d92d8be6023..9a0fdf4b45cdb51edde7cc76e8772c9090926ff5 100644 (file)
@@ -21,12 +21,12 @@ Summary(ru):        
 Summary(tr):   Elektronik posta hizmetleri sunucusu
 Summary(uk):   ðÏÛÔÏ×ÉÊ ÔÒÁÎÓÐÏÒÔÎÉÊ ÁÇÅÎÔ sendmail
 Name:          sendmail
-Version:       8.13.1
-Release:       3
+Version:       8.13.3
+Release:       1
 License:       BSD
 Group:         Networking/Daemons
 Source0:       ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz
-# Source0-md5: 5407db289086261d7e7a09920d2ea14e
+# Source0-md5: 2809fbf9c8b067947b650d0128928d05
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.aliases
This page took 0.100102 seconds and 4 git commands to generate.