CVS: moonbase/mail/sendmail BUILD,1.4,1.5 DETAILS,1.7,1.8
elaine at lunar-linux.org
elaine at lunar-linux.org
Wed Sep 17 16:50:39 GMT 2003
Update of /var/cvs/lunar/moonbase/mail/sendmail
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10247
Modified Files:
BUILD DETAILS
Log Message:
Added prescan patch to sendmail build
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/sendmail/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 13 Sep 2003 15:33:56 -0000 1.4
+++ BUILD 17 Sep 2003 16:50:37 -0000 1.5
@@ -118,6 +118,10 @@
#
# First compile the source code
#
+ # Apply prescan fix
+ cd sendmail
+ patch_it $SOURCE_CACHE/sendmail_parse_patch "0 -l"
+ cd ..
sh Build
#
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/sendmail/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 12 Aug 2003 11:19:28 -0000 1.7
+++ DETAILS 17 Sep 2003 16:50:37 -0000 1.8
@@ -1,13 +1,16 @@
MODULE=sendmail
VERSION=8.12.9
SOURCE=$MODULE.$VERSION.tar.gz
+ SOURCE2=sendmail_parse_patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.sendmail.org/pub/$MODULE/$SOURCE
SOURCE_URL[1]=http://www.sendmail.org/ftp/$SOURCE
+ SOURCE2_URL[0]=http://lunar-linux.org/lunar/cache/sendmail_parse_patch
SOURCE_VFY=md5:3dba3b6d769b3681640d0a38b0eba48c
+ SOURCE2_VFY=md5:c32a9b2618b6f3febe13cdc335963d35
WEB_SITE=http://www.sendmail.org
ENTERED=20010922
- UPDATED=20030303
+ UPDATED=20030917
SHORT="sendmail is the de-facto SMTP server."
cat << EOF
Sendmail is the de-facto standard SMTP server for relaying e-mail around
More information about the Lunar-commits
mailing list