[Lunar-commits] <moonbase> sendmail: version bumped to 8.14.5.
Florin Braescu
florin at lunar-linux.org
Tue May 17 21:49:13 CEST 2011
commit bc693c8ef3e74e9a3860533675d6b6abdc3fc179
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue May 17 23:49:13 2011 +0400
sendmail: version bumped to 8.14.5.
---
mail/sendmail/BUILD | 29 ++++++++++++++---------------
mail/sendmail/DETAILS | 6 +++---
mail/sendmail/POST_INSTALL | 1 -
3 files changed, 17 insertions(+), 19 deletions(-)
diff --git a/mail/sendmail/BUILD b/mail/sendmail/BUILD
index 300399c..f453400 100644
--- a/mail/sendmail/BUILD
+++ b/mail/sendmail/BUILD
@@ -1,44 +1,43 @@
(
-
+
# global options for sendmail:
echo "define(\`confGBINGRP', \`mail')" >> devtools/Site/site.config.m4 &&
echo "define(\`confMSPQOWN', \`mail')" >> devtools/Site/site.config.m4 &&
echo "define(\`confTRUSTED_USER', \`mail')" >> devtools/Site/site.config.m4 &&
echo "define(\`confRUN_AS_USER', \`mail:mail')" >> devtools/Site/site.config.m4 &&
echo "define(\`confMANROOT', \`/usr/share/man/man')" >> devtools/Site/site.config.m4 &&
-
+
if [ "$MILTER" == "y" ] ; then
echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DMILTER')" >> devtools/Site/site.config.m4
fi &&
-
+
# global stuff for submit.mc:
echo "define(\`confTRUSTED_USER', \`mail')" >> cf/cf/submit.mc &&
echo "define(\`confRUN_AS_USER', \`mail:mail')" >> cf/cf/submit.mc &&
-
+
# users to be created:
add_priv_user mail:mail &&
-
+
prepare_install &&
-
+
# pick a default sendmail.mc
cd cf/cf &&
cp generic-linux.cf sendmail.cf &&
cp generic-linux.mc sendmail.mc &&
sh Build &&
- make install-cf &&
-
+
cd ../../libmilter &&
sh Build install &&
cd .. &&
-
+
sh Build install
-
+
# directories and files:
mkdir -p /etc/mail &&
mkdir -p /var/spool/mail &&
mkdir -p /var/spool/mqueue &&
mkdir -p /var/spool/clientmqueue &&
-
+
# permissions, permissions, permissions!
(
chown -R root:mail /etc/mail &&
@@ -47,7 +46,7 @@
chown mail:mail /var/spool/clientmqueue ||
message "${PROBLEM_COLOR}Warning${DEFAULT_COLOR}${MESSAGE_COLOR}: setting ownerships failed!${DEFAULT_COLOR}"
) &&
-
+
(
chmod 0750 /etc/mail &&
chmod 1777 /var/spool/mail &&
@@ -55,12 +54,12 @@
chmod 0770 /var/spool/clientmqueue ||
message "${PROBLEM_COLOR}Warning${DEFAULT_COLOR}${MESSAGE_COLOR}: setting permissions failed!${DEFAULT_COLOR}"
) &&
-
+
# copy the m4 stuff over:
mkdir -p /usr/share/sendmail &&
cp -a cf/* /usr/share/sendmail &&
-
+
# include this nifty configuration help thingamasomething:
install -m 644 -o root -g root $SCRIPT_DIRECTORY/Makefile /etc/mail
-
+
) > $C_FIFO 2>&1
diff --git a/mail/sendmail/DETAILS b/mail/sendmail/DETAILS
index 06d50fc..f066d72 100644
--- a/mail/sendmail/DETAILS
+++ b/mail/sendmail/DETAILS
@@ -1,12 +1,12 @@
MODULE=sendmail
- VERSION=8.14.4
+ VERSION=8.14.5
SOURCE=$MODULE.$VERSION.tar.gz
SOURCE_URL[0]=ftp://ftp.sendmail.org/pub/$MODULE
SOURCE_URL[1]=http://www.sendmail.org/ftp
- SOURCE_VFY=sha1:ba192f9a5114437aaec952f503fa2f09ee6dbe57
+ SOURCE_VFY=sha1:86dd2a8ad5eac892cd02cf67792a25efccacc100
WEB_SITE=http://www.sendmail.org
ENTERED=20010922
- UPDATED=20100109
+ UPDATED=20110517
SHORT="The de-facto SMTP server"
cat << EOF
diff --git a/mail/sendmail/POST_INSTALL b/mail/sendmail/POST_INSTALL
index fe6c0bd..302973a 100644
--- a/mail/sendmail/POST_INSTALL
+++ b/mail/sendmail/POST_INSTALL
@@ -1,4 +1,3 @@
-
MAIL_MAKE=0
if [ ! -f /etc/mail/local-host-names ] ; then
More information about the Lunar-commits
mailing list