SPECS: msmtp.spec - updated to 1.4.6 - enabled SASL and Libidn sup...
charles
charles at pld-linux.org
Sun Jun 18 09:48:03 CEST 2006
Author: charles Date: Sun Jun 18 07:48:03 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.4.6
- enabled SASL and Libidn support; BR gsasl-devel instead of openssl-devel
- updated desc
---- Files affected:
SPECS:
msmtp.spec (1.53 -> 1.54)
---- Diffs:
================================================================
Index: SPECS/msmtp.spec
diff -u SPECS/msmtp.spec:1.53 SPECS/msmtp.spec:1.54
--- SPECS/msmtp.spec:1.53 Wed Dec 28 02:23:28 2005
+++ SPECS/msmtp.spec Sun Jun 18 09:47:58 2006
@@ -2,18 +2,18 @@
Summary: SMTP "plugin" for MUAs
Summary(pl): "Wtyczka" SMTP dla klientów pocztowych (MUA)
Name: msmtp
-Version: 1.4.5
+Version: 1.4.6
Release: 1
License: GPL v2
Group: Networking/Daemons
Source0: http://dl.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2
-# Source0-md5: 9713e821bf73e8f4a05d599c6ab01b6a
+# Source0-md5: 0f76ca980151db88d5c26dda995c8701
Patch0: %{name}-home_etc.patch
Source1: %{name}rc
URL: http://msmtp.sourceforge.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
-BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: gsasl-devel >= 0.2.4
BuildRequires: pkgconfig
Provides: smtpdaemon
Obsoletes: smtpdaemon
@@ -24,8 +24,9 @@
probably other MUAs (mail user agents). It forwards mails to an SMTP
server (for example at a free mail provider) which does the delivery.
Features include:
-- SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5
+- PLAIN, LOGIN, CRAM-MD5, GSSAPI, DIGEST-MD5 and NTLM authentications
- TLS encrypted connections
+- Internationalized Domain Names (IDN) support
- IPv6 support
- robustness
- detailed error messages if something goes wrong (including the full
@@ -40,7 +41,8 @@
innych klientów pocztowych (MUA - mail user agents).
Przekierowuje wiadomości do serwera SMTP (na przykład providera
darmowych kont e-mail), który je dostarcza. Możliwości obejmują:
-- obsługę SMTP AUTH - metod PLAIN, LOGIN i CRAM-MD5
+- uwierzytelnianie PLAIN, LOGIN, CRAM-MD5, GSSAPI, DIGEST-MD5 i NTLM
+- obsługę Internationalized Domain Names (IDN)
- szyfrowane połączenia TLS
- obsługę IPv6
- szczegółowe komunikaty błędów w przypadku niepowodzenia (włącznie z
@@ -62,11 +64,7 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-# could use gnutls instead (but is not ready for current libgcrypt)
-# disable gsasl for now (see README.gsasl)
-%configure \
- --with-ssl=openssl \
- --disable-gsasl
+%configure
%{__make}
%install
@@ -109,6 +107,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.54 2006/06/18 07:47:58 charles
+- updated to 1.4.6
+- enabled SASL and Libidn support; BR gsasl-devel instead of openssl-devel
+- updated desc
+
Revision 1.53 2005/12/28 01:23:28 charles
- updated to 1.4.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/msmtp.spec?r1=1.53&r2=1.54&f=u
More information about the pld-cvs-commit
mailing list