forked from pool/msmtp
- update to version 1.4.28:
- Update autotools files. - Improve error message on connection failures in some IPv6/IPv4 situations. - Improve documentation of EHLO issues. - Bug fix: expand tilde for the aliases command. OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=52
This commit is contained in:
parent
7d0528ee11
commit
28cda0f5b9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f712cad8b249627f1c6af44be427956a724074e73b9428c32ce0ab1b0a9d1170
|
|
||||||
size 301918
|
|
3
msmtp-1.4.28.tar.bz2
Normal file
3
msmtp-1.4.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:de0e7de6e73cce4a0df57bd831677ac0e2b82f6395314b6c508c9d2d18cdc52a
|
||||||
|
size 302778
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 5 15:12:56 UTC 2012 - puzel@suse.com
|
||||||
|
|
||||||
|
- update to version 1.4.28:
|
||||||
|
- Update autotools files.
|
||||||
|
- Improve error message on connection failures in some IPv6/IPv4
|
||||||
|
situations.
|
||||||
|
- Improve documentation of EHLO issues.
|
||||||
|
- Bug fix: expand tilde for the aliases command.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 10 11:09:26 UTC 2012 - mrueckert@suse.com
|
Tue Jan 10 11:09:26 UTC 2012 - mrueckert@suse.com
|
||||||
|
|
||||||
|
12
msmtp.spec
12
msmtp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package msmtp
|
# spec file for package msmtp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,13 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with gnome-keyring
|
%bcond_with gnome-keyring
|
||||||
|
|
||||||
Name: msmtp
|
Name: msmtp
|
||||||
Version: 1.4.27
|
Version: 1.4.28
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-3.0+
|
|
||||||
Group: Productivity/Networking/Email/Utilities
|
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -55,6 +54,8 @@ Requires(preun):/sbin/install-info
|
|||||||
%endif
|
%endif
|
||||||
#Patch0: msmtp-fix-newopenssl.patch
|
#Patch0: msmtp-fix-newopenssl.patch
|
||||||
Summary: Lightweight SMTP Client
|
Summary: Lightweight SMTP Client
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Productivity/Networking/Email/Utilities
|
||||||
Url: http://msmtp.sourceforge.net/
|
Url: http://msmtp.sourceforge.net/
|
||||||
Source: http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
|
Source: http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -65,7 +66,6 @@ other mail user agents. It forwards mail to an SMTP server that does
|
|||||||
the delivery. msmtp supports multiple accounts.
|
the delivery. msmtp supports multiple accounts.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: GPL-3.0+
|
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user