forked from pool/msmtp
This commit is contained in:
parent
e320b6d4a4
commit
0d3b2b5d51
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab794bb014cdaeae0a1460a7aca1869dab8c93383bf01f41aca41b3d99b69509
|
||||
size 543214
|
3
msmtp-1.4.13.tar.bz2
Normal file
3
msmtp-1.4.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9764d0b95ebd5e22f52db2b0b7db76287d3802050798cfe2a85edacb604318f5
|
||||
size 704779
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 4 06:55:56 CEST 2007 - mrueckert@suse.de
|
||||
|
||||
- update to version 1.4.13
|
||||
- Added the set_sendmail.sh script by Gautam Iyer to the new
|
||||
scripts subdirectory.
|
||||
- Added the msmtpqueue scripts to the new scripts subdirectory.
|
||||
- Make the search of an account by the envelope from address case
|
||||
insensitive. Problem reported and fixed by Brandon Philips.
|
||||
- Update the license of the source code to GPLv3 or later, and
|
||||
change the license of the documentation to the GFDLv1.2 or
|
||||
later.
|
||||
- Gnulib update to 2007-07-15.
|
||||
- no longer use the external msmtpqueue package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 17 10:21:08 CEST 2007 - bwalle@suse.de
|
||||
|
||||
@ -11,6 +26,41 @@ Sun Jun 17 10:21:08 CEST 2007 - bwalle@suse.de
|
||||
- update to msmtpqueue 0.5:
|
||||
o Added the msmtp-listqueue.sh script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 05:21:45 CEST 2007 - mrueckert@suse.de
|
||||
|
||||
- update to 1.4.11:
|
||||
- Require either tls_trust_file or tls_certcheck=off for TLS
|
||||
sessions, so that msmtp is not silently vulnerable to
|
||||
man-in-the-middle attacks.
|
||||
- Do not use NTLM authentication automatically anymore unless TLS
|
||||
is active. NTLM is not an open standard and must therefore be
|
||||
considered broken.
|
||||
- Gnulib update 2007-04-07.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 22:22:11 CET 2007 - mrueckert@suse.de
|
||||
|
||||
- update to 1.4.10:
|
||||
- Updated copyright info to 2007.
|
||||
- Gnulib update to 2007-01-10.
|
||||
- From mpop: Switch to autoconf-2.61 and automake-1.10, to avoid
|
||||
problems with configure trying to run "sh /usr/bin/install"
|
||||
where /usr/bin/install is not a shell script on NetBSD.
|
||||
Reported by Jeremy C. Reed.
|
||||
- From mpop: Remove the obsolete "extern int errno;" declaration.
|
||||
It does not conform to POSIX and causes trouble. Thanks to
|
||||
Jeremy C. Reed for the patch.
|
||||
- Added AC_SYS_LARGEFILE to configure.ac, for large file support.
|
||||
Removed the unnecessary AC_C_CONST and AC_HEADER_STDC.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 18:14:08 CET 2006 - mrueckert@suse.de
|
||||
|
||||
- update to version 1.4.9:
|
||||
Some minor build problems were fixed, and the gnulib portability
|
||||
library was updated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 03:59:11 CEST 2006 - mrueckert@suse.de
|
||||
|
||||
|
58
msmtp.spec
58
msmtp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package msmtp (Version 1.4.12)
|
||||
# spec file for package msmtp (Version 1.4.13)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,11 +11,10 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: msmtp
|
||||
%define msmtpqueue_version 0.5
|
||||
Version: 1.4.12
|
||||
Version: 1.4.13
|
||||
Release: 1
|
||||
#
|
||||
License: GNU General Public License (GPL)
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Email/Utilities
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -26,7 +25,6 @@ PreReq: %install_info_prereq
|
||||
#
|
||||
URL: http://msmtp.sourceforge.net/
|
||||
Source: http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
|
||||
Source1: http://prdownloads.sourceforge.net/msmtp/msmtpqueue-%{msmtpqueue_version}.tar.bz2
|
||||
#
|
||||
Summary: An SMTP Client
|
||||
|
||||
@ -42,7 +40,7 @@ Authors:
|
||||
Martin Lambers <marlam@marlam.de>
|
||||
|
||||
%prep
|
||||
%setup -q -a 1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} > 1000
|
||||
@ -55,9 +53,10 @@ export CFLAGS="%{optflags} -fstack-protector"
|
||||
%makeinstall
|
||||
%find_lang %{name}
|
||||
for i in README ChangeLog ; do
|
||||
%{__cp} msmtpqueue-%{msmtpqueue_version}/$i ${i}.msmtpqueue
|
||||
%{__cp} scripts/msmtpqueue/$i ${i}.msmtpqueue
|
||||
done
|
||||
%{__install} -D -m 0755 msmtpqueue-%{msmtpqueue_version}/*.sh %{buildroot}%{_bindir}
|
||||
%{__install} -D -m 0755 scripts/msmtpqueue/*.sh scripts/set_sendmail.sh \
|
||||
%{buildroot}%{_bindir}
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
@ -72,16 +71,29 @@ done
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS ChangeLog* COPYING NEWS README* THANKS
|
||||
%doc AUTHORS ChangeLog* COPYING NEWS README README.msmtpqueue THANKS
|
||||
%doc doc/msmtp.html doc/Mutt+msmtp.txt doc/*.example
|
||||
%{_bindir}/msmtp
|
||||
%{_bindir}/msmtp-listqueue.sh
|
||||
%{_bindir}/msmtp-enqueue.sh
|
||||
%{_bindir}/msmtp-runqueue.sh
|
||||
%{_bindir}/msmtp-listqueue.sh
|
||||
%{_bindir}/set_sendmail.sh
|
||||
%{_mandir}/man1/msmtp.1*
|
||||
%{_infodir}/msmtp.info*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 04 2007 - mrueckert@suse.de
|
||||
- update to version 1.4.13
|
||||
- Added the set_sendmail.sh script by Gautam Iyer to the new
|
||||
scripts subdirectory.
|
||||
- Added the msmtpqueue scripts to the new scripts subdirectory.
|
||||
- Make the search of an account by the envelope from address case
|
||||
insensitive. Problem reported and fixed by Brandon Philips.
|
||||
- Update the license of the source code to GPLv3 or later, and
|
||||
change the license of the documentation to the GFDLv1.2 or
|
||||
later.
|
||||
- Gnulib update to 2007-07-15.
|
||||
- no longer use the external msmtpqueue package.
|
||||
* Sun Jun 17 2007 - bwalle@suse.de
|
||||
- update to version 1.4.12:
|
||||
o Handle MAILER-DAEMON correctly
|
||||
@ -92,6 +104,32 @@ done
|
||||
o bug fixes
|
||||
- update to msmtpqueue 0.5:
|
||||
o Added the msmtp-listqueue.sh script
|
||||
* Tue Apr 10 2007 - mrueckert@suse.de
|
||||
- update to 1.4.11:
|
||||
- Require either tls_trust_file or tls_certcheck=off for TLS
|
||||
sessions, so that msmtp is not silently vulnerable to
|
||||
man-in-the-middle attacks.
|
||||
- Do not use NTLM authentication automatically anymore unless TLS
|
||||
is active. NTLM is not an open standard and must therefore be
|
||||
considered broken.
|
||||
- Gnulib update 2007-04-07.
|
||||
* Sun Jan 21 2007 - mrueckert@suse.de
|
||||
- update to 1.4.10:
|
||||
- Updated copyright info to 2007.
|
||||
- Gnulib update to 2007-01-10.
|
||||
- From mpop: Switch to autoconf-2.61 and automake-1.10, to avoid
|
||||
problems with configure trying to run "sh /usr/bin/install"
|
||||
where /usr/bin/install is not a shell script on NetBSD.
|
||||
Reported by Jeremy C. Reed.
|
||||
- From mpop: Remove the obsolete "extern int errno;" declaration.
|
||||
It does not conform to POSIX and causes trouble. Thanks to
|
||||
Jeremy C. Reed for the patch.
|
||||
- Added AC_SYS_LARGEFILE to configure.ac, for large file support.
|
||||
Removed the unnecessary AC_C_CONST and AC_HEADER_STDC.
|
||||
* Mon Nov 06 2006 - mrueckert@suse.de
|
||||
- update to version 1.4.9:
|
||||
Some minor build problems were fixed, and the gnulib portability
|
||||
library was updated.
|
||||
* Mon Aug 21 2006 - mrueckert@suse.de
|
||||
- Update to version 1.4.7:
|
||||
o added option to enforce SSLv3
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff223ec57488205dec60d770372754d9abc02a7171fdc186039efc03f5bf66cf
|
||||
size 2468
|
Loading…
Reference in New Issue
Block a user