]> git.pld-linux.org Git - packages/sendmail.git/blob - sendmail-redhat.patch
- official sec patch
[packages/sendmail.git] / sendmail-redhat.patch
1 --- sendmail-8.10.0/sendmail/daemon.c.redhat    Thu Mar  2 01:58:02 2000
2 +++ sendmail-8.10.0/sendmail/daemon.c   Thu Mar  9 15:08:16 2000
3 @@ -2499,7 +2499,7 @@
4  
5         /* get result */
6         p = &ibuf[0];
7 -       nleft = sizeof ibuf - 1;
8 +       nleft = sizeof(ibuf) - 1;
9         while ((i = read(s, p, nleft)) > 0)
10         {
11                 p += i;
12 --- sendmail-8.10.0/redhat.config.m4.redhat     Thu Mar  9 15:08:16 2000
13 +++ sendmail-8.10.0/redhat.config.m4    Thu Mar  9 15:08:16 2000
14 @@ -0,0 +1,10 @@
15 +define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX -DLDAPMAP')
16 +define(`confENVDEF', `$(RPM_OPT_FLAGS) -DXDEBUG=0 -DTCP_WRAPPERS -DSASL')
17 +define(`confLIBS', `-lnsl -lwrap -lldap -llber -lsasl -lcrypt -lgdbm')
18 +define(`confLDOPTS', `-s')
19 +define(`confMANOWN', `root')
20 +define(`confMANGRP', `root')
21 +define(`confMANMODE', `644')
22 +define(`confMAN1SRC', `1')
23 +define(`confMAN5SRC', `5')
24 +define(`confMAN8SRC', `8')
25 --- sendmail-8.10.0/devtools/OS/Linux.redhat    Tue Jul 18 04:24:46 2000
26 +++ sendmail-8.10.0/devtools/OS/Linux   Mon Jul 24 14:44:15 2000
27 @@ -3,12 +3,16 @@
28  define(`confMANROOT', `/usr/man/man')
29  define(`confLIBS', `-ldl')
30  define(`confEBINDIR', `/usr/sbin')
31 +define(`confSTDIR', `/var/log')
32  APPENDDEF(`confLIBSEARCH', `crypt nsl')
33  
34  define(`confLD', `ld')
35  define(`confMTLDOPTS', `-lpthread')
36  define(`confLDOPTS_SO', `-shared')
37  define(`confSONAME',`-soname')
38 +define('confSBINGRP', 'mail')
39 +define('confSBINMODE', '6755')
40 +
41  
42  
43  ifelse(confBLDVARIANT, `DEBUG',
This page took 0.045332 seconds and 3 git commands to generate.