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:36:19
Branch: OPENPKG_1_STABLE Handle: 2003030408361800
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/sendmail sendmail.spec
Log:
CAN-2002-1337
Summary:
Revision Changes Path
1.51.2.2 +6 -1 openpkg-src/sendmail/sendmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.51.2.1 -r1.51.2.2 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 18 Jan 2003 14:14:37 -0000
1.51.2.1
+++ openpkg-src/sendmail/sendmail.spec 4 Mar 2003 08:36:18 -0000
1.51.2.2
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 8.12.7
-Release: 1.20030114
+Release: 1.20030304
# 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]