From: <abe...@us...> - 2015-11-28 17:10:10
|
Revision: 7356 http://sourceforge.net/p/astlinux/code/7356 Author: abelbeck Date: 2015-11-28 17:10:08 +0000 (Sat, 28 Nov 2015) Log Message: ----------- msmtp, version bump to 1.6.3, and add system architecture string to 'testmail' script Modified Paths: -------------- branches/1.0/package/msmtp/msmtp.mk branches/1.0/package/msmtp/testmail.sh Modified: branches/1.0/package/msmtp/msmtp.mk =================================================================== --- branches/1.0/package/msmtp/msmtp.mk 2015-11-28 16:43:13 UTC (rev 7355) +++ branches/1.0/package/msmtp/msmtp.mk 2015-11-28 17:10:08 UTC (rev 7356) @@ -4,7 +4,7 @@ # ############################################################# -MSMTP_VERSION = 1.6.2 +MSMTP_VERSION = 1.6.3 MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz MSMTP_SITE = http://downloads.sourceforge.net/project/msmtp/msmtp/$(MSMTP_VERSION) MSMTP_DEPENDENCIES = openssl Modified: branches/1.0/package/msmtp/testmail.sh =================================================================== --- branches/1.0/package/msmtp/testmail.sh 2015-11-28 16:43:13 UTC (rev 7355) +++ branches/1.0/package/msmtp/testmail.sh 2015-11-28 17:10:08 UTC (rev 7356) @@ -65,9 +65,9 @@ fi if [ -f /etc/astlinux-release ]; then if [ -x /usr/sbin/asterisk ]; then - echo "AstLinux Release: $(cat /etc/astlinux-release) - $(/usr/sbin/asterisk -V)" + echo "AstLinux Release: $(cat /etc/astlinux-release) $(uname -m) - $(/usr/sbin/asterisk -V)" else - echo "AstLinux Release: $(cat /etc/astlinux-release)" + echo "AstLinux Release: $(cat /etc/astlinux-release) $(uname -m)" fi fi if [ -f /oldroot/cdrom/ver ]; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |