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: 04-Mar-2003 09:40:33
Branch: OPENPKG_1_2_SOLID Handle: 2003030408403000
Modified files: (Branch: OPENPKG_1_2_SOLID)
openpkg-src/sendmail sendmail.spec
Log:
MFS: CAN-2002-1337
Summary:
Revision Changes Path
1.51.2.1.2.2+6 -1 openpkg-src/sendmail/sendmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.51.2.1.2.1 -r1.51.2.1.2.2 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 18 Jan 2003 17:22:43 -0000
1.51.2.1.2.1
+++ openpkg-src/sendmail/sendmail.spec 4 Mar 2003 08:40:30 -0000
1.51.2.1.2.2
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 8.12.7
-Release: 1.2.0
+Release: 1.2.1
# package options
%option with_tls no
@@ -47,6 +47,7 @@
Source2: cf.tar
Source3: fsl.sendmail
Source4: rc.sendmail
+Patch0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.12.security.cr.patch
# build information
Prefix: %{l_prefix}
@@ -77,6 +78,10 @@
# unpack standard tarballs
%setup0 -q -c
%setup1 -q -T -D -a 1
+ # apply security patch
+ ( cd sendmail-%{version}
+ %patch0 -p0
+ )
# add own M4 stuff to Sendmail configuration set
( cd sendmail-%{version}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]