Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (23045ed92502df0b9e94cb2aa4170be2af42996f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (23045ed92502df0b9e94cb2aa4170be2af42996f)
  • Date: Wed, 7 Jan 2015 03:15:24 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/msmtp/DEPENDS | 14 +++++++-------
mail/msmtp/DETAILS | 4 ++--
mail/msmtp/HISTORY | 11 ++++++-----
3 files changed, 15 insertions(+), 14 deletions(-)

New commits:
commit 23045ed92502df0b9e94cb2aa4170be2af42996f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

msmtp: => 1.6.1

commit 9bd6c3c7010f56220ef89848df5c59a0bd6708b1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "msmtp 1.6.0rc2"

This reverts commit 4ef13afd4f2a456b39815eec061da965ca69b11a.

We do not push release candidates/betas/alphas/etc. to the grimoire.

commit 97e5f1ff739ffaef3582a55d1eac445a21bfad58
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "msmtp 1.6.0rc3"

This reverts commit 36016db4a77f215ebfa58f1178585eb6a70cbb14.

We do not push release candidates/betas/alphas/etc. to the grimoire.

diff --git a/mail/msmtp/DEPENDS b/mail/msmtp/DEPENDS
index 1100f28..68eeb49 100755
--- a/mail/msmtp/DEPENDS
+++ b/mail/msmtp/DEPENDS
@@ -1,9 +1,9 @@
case $MSMTP_SSL in
- gnutls) depends gnutls "--with-ssl=gnutls"
+ gnutls) depends gnutls "--with-tls=gnutls"
;;
- SSL) depends openssl "--with-ssl=openssl"
+ SSL) depends openssl "--with-tls=openssl"
;;
- none)
+ none) OPTS="--with-tls=no $OPTS"
;;
esac &&

@@ -17,10 +17,10 @@ optional_depends libidn \
"--without-libidn" \
"for IDN support" &&

-optional_depends gnome-keyring \
- "--with-gnome-keyring" \
- "--without-gnome-keyring" \
- "for GNOME Keyring support" &&
+optional_depends libsecret \
+ "--with-libsecret" \
+ "--without-libsecret" \
+ "for GNOME password management support" &&

optional_depends gettext \
"--enable-nls" \
diff --git a/mail/msmtp/DETAILS b/mail/msmtp/DETAILS
index d734377..f726908 100755
--- a/mail/msmtp/DETAILS
+++ b/mail/msmtp/DETAILS
@@ -1,10 +1,10 @@
SPELL=msmtp
- VERSION=1.6.0rc3
+ VERSION=1.6.1
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_HASH=sha512:2101fc714de7fa3d2b09b2ee2124bbbc5e8541978efeb7ca0e98ee0ea35c4acfd126fcb6e39f69b591d3031c8d9c0b237797be647a12d1539875958f9ff09685
+
SOURCE_HASH=sha512:ad36e46e137136c85b470c24180db89bbd9b12a362a8dcb2883fa66a1f9233bffa24b929935e0dd7557f820711eedb6e96c0674244725b559c5237ce4f2425ed
WEB_SITE=http://msmtp.sourceforge.net/
ENTERED=20040412
LICENSE[0]=GPL
diff --git a/mail/msmtp/HISTORY b/mail/msmtp/HISTORY
index 683aa4a..9e5f0c6 100644
--- a/mail/msmtp/HISTORY
+++ b/mail/msmtp/HISTORY
@@ -1,9 +1,10 @@
-2014-12-24 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 1.6.0rc2
- updated spell to 1.6.0rc3
+2015-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.6.1; .bz2 -> .xz
+ * DEPENDS: '--with-ssl' -> '--with-tls' change by upstream; changed
+ gnome-keyring to libsecret; added correct option for no tls

-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL

2013-09-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.31



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (23045ed92502df0b9e94cb2aa4170be2af42996f), Vlad Glagolev, 01/07/2015

Archive powered by MHonArc 2.6.24.

Top of Page