OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Aug-2003 12:23:41
Branch: OPENPKG_1_2_SOLID Handle: 2003082611234000
Modified files: (Branch: OPENPKG_1_2_SOLID)
openpkg-src/sendmail sendmail.spec
Log:
SA-2003.037; dnsmap free on uninitialized data
Summary:
Revision Changes Path
1.51.2.1.2.5+7 -1 openpkg-src/sendmail/sendmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.51.2.1.2.4 -r1.51.2.1.2.5 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 30 Mar 2003 12:06:11 -0000
1.51.2.1.2.4
+++ openpkg-src/sendmail/sendmail.spec 26 Aug 2003 10:23:40 -0000
1.51.2.1.2.5
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 8.12.7
-Release: 1.2.2
+Release: 1.2.3
# package options
%option with_tls no
@@ -49,6 +49,7 @@
Source4: rc.sendmail
Patch0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.12.security.cr.patch
Patch1: ftp://ftp.sendmail.org/pub/sendmail/prescan.tar.gz.uu
+Patch2: http://www.sendmail.org/sm_resolve.c.p1
# build information
Prefix: %{l_prefix}
@@ -89,6 +90,11 @@
%{l_gzip} -d -c prescan.tar.gz | %{l_tar} xf -
cd sendmail
%{l_patch} <../prescan.8.12.patch
+ )
+ # yet another security patch
+ ( cd sendmail-%{version}
+ cd sendmail
+ %{l_patch} <%{PATCH sm_resolve.c.p1}
)
# add own M4 stuff to Sendmail configuration set
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]