diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-02-10 17:21:53 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-02-10 17:21:53 +0000 |
commit | 2831baa0f86cade32512b630d1c96fae04c726ad (patch) | |
tree | 91540802fa65b1eedfab6053271aef91caaadd27 /mail-mta | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-2831baa0f86cade32512b630d1c96fae04c726ad.tar.gz gentoo-2-2831baa0f86cade32512b630d1c96fae04c726ad.tar.bz2 gentoo-2-2831baa0f86cade32512b630d1c96fae04c726ad.zip |
Fix a typo enabling md5 auth. Closes #81510. Thanks to Dan Check <check@radicalmedia.com>
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/ssmtp/ChangeLog | 11 | ||||
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.61.ebuild | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/mail-mta/ssmtp/ChangeLog b/mail-mta/ssmtp/ChangeLog index 49b0f7f2f143..391d2ea4b9a7 100644 --- a/mail-mta/ssmtp/ChangeLog +++ b/mail-mta/ssmtp/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for mail-mta/ssmtp # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ChangeLog,v 1.17 2005/02/09 15:48:40 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ChangeLog,v 1.18 2005/02/10 17:21:53 ferdy Exp $ + + 10 Feb 2005; Fernando J. Pereda <ferdy@gentoo.org> ssmtp-2.61.ebuild: + Fix the md5auth thing. Closes #81510. Thanks to Dan Check + <check@radicalmedia.com> + +*ssmtp-2.61-r1 (10 feb 2005) + + 10 feb 2005; <> ssmtp-2.61-r1.ebuild files/digest-ssmtp-2.61-r1 + # INSERT ENTRY HERE 09 Feb 2005; Fernando J. Pereda <ferdy@gentoo.org> ssmtp-2.61.ebuild: Stable on x86 diff --git a/mail-mta/ssmtp/ssmtp-2.61.ebuild b/mail-mta/ssmtp/ssmtp-2.61.ebuild index 1436fcc47f9a..7a257695c2f0 100644 --- a/mail-mta/ssmtp/ssmtp-2.61.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61.ebuild,v 1.2 2005/02/09 15:48:40 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61.ebuild,v 1.3 2005/02/10 17:21:53 ferdy Exp $ inherit eutils @@ -28,7 +28,7 @@ src_compile() { --sysconfdir=/etc/ssmtp \ $(use_enable ssl) \ $(use_enable ipv6 inet6) \ - $(use_enable md5sum md5suth) \ + $(use_enable md5sum md5auth) \ || die make clean || die make etcdir=/etc || die |