forked from pool/msmtp
- update to version 1.4.27:
- No significant changes. - additional changes from vrsion 1.4.26: - A new version of the msmtpq script fixes serious bugs. To update to the new version of the script, you need to remove the old msmtpQ symlink, change msmtpQ to msmtpq in your MUA config, and use msmtp-queue for queue management. - additional changes from version 1.4.25: - DIGEST-MD5 authentication is not considered secure any longer. See RFC 6331. - Support for alias expansion was added. See the aliases command and --aliases option. - add support for building with gnome-keyring (disabled by default) call build with --with-gnome-keyring to enable it - make sure compiler cmdlines are listed (make V=1) - handle rename from upstream: msmtpQ is gone. the new script is called msmtp-queue - installed msmtp-gnome-tool.py and related readme OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=49
This commit is contained in:
parent
05eb361de3
commit
7d0528ee11
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f19f3fcc67da448420b3adbd5add09f8fe110664dd64f3c2cd693ef0cb736887
|
||||
size 299358
|
3
msmtp-1.4.27.tar.bz2
Normal file
3
msmtp-1.4.27.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f712cad8b249627f1c6af44be427956a724074e73b9428c32ce0ab1b0a9d1170
|
||||
size 301918
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 11:09:26 UTC 2012 - mrueckert@suse.com
|
||||
|
||||
- update to version 1.4.27:
|
||||
- No significant changes.
|
||||
- additional changes from vrsion 1.4.26:
|
||||
- A new version of the msmtpq script fixes serious bugs. To
|
||||
update to the new version of the script, you need to remove the
|
||||
old msmtpQ symlink, change msmtpQ to msmtpq in your MUA config,
|
||||
and use msmtp-queue for queue management.
|
||||
- additional changes from version 1.4.25:
|
||||
- DIGEST-MD5 authentication is not considered secure any longer.
|
||||
See RFC 6331.
|
||||
- Support for alias expansion was added. See the aliases command
|
||||
and --aliases option.
|
||||
- add support for building with gnome-keyring (disabled by default)
|
||||
call build with --with-gnome-keyring to enable it
|
||||
- make sure compiler cmdlines are listed (make V=1)
|
||||
- handle rename from upstream:
|
||||
msmtpQ is gone. the new script is called msmtp-queue
|
||||
- installed msmtp-gnome-tool.py and related readme
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 08:37:21 UTC 2011 - wr@rosenauer.org
|
||||
|
||||
|
27
msmtp.spec
27
msmtp.spec
@ -15,16 +15,19 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_with gnome-keyring
|
||||
|
||||
Name: msmtp
|
||||
Version: 1.4.24
|
||||
Version: 1.4.27
|
||||
Release: 1
|
||||
License: GPLv3+
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Networking/Email/Utilities
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
%if %{with gnome-keyring}
|
||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildRequires: libgsasl-devel
|
||||
%endif
|
||||
@ -62,7 +65,7 @@ other mail user agents. It forwards mail to an SMTP server that does
|
||||
the delivery. msmtp supports multiple accounts.
|
||||
|
||||
%package doc
|
||||
License: GPLv3+
|
||||
License: GPL-3.0+
|
||||
Summary: Documentation for %{name}
|
||||
Group: Documentation/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -83,19 +86,23 @@ examples and sample configuration files.
|
||||
export CFLAGS="%{optflags} -fstack-protector"
|
||||
%endif
|
||||
%configure --docdir="%{_docdir}/%{name}" --with-ssl=openssl
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%makeinstall V=1
|
||||
%find_lang %{name}
|
||||
for i in README ChangeLog ; do
|
||||
cp scripts/msmtpqueue/$i ${i}.msmtpqueue
|
||||
done
|
||||
cp scripts/msmtpq/README README.msmtpq
|
||||
cp scripts/msmtpq/README.msmtpq README.msmtpq
|
||||
cp scripts/vim/README README.vim
|
||||
cp scripts/msmtp-gnome-tool/README README.msmtp-gnome-tool
|
||||
|
||||
install -m 0755 \
|
||||
scripts/msmtpqueue/*.sh \
|
||||
scripts/msmtpq/msmtp{q,Q} \
|
||||
scripts/msmtpq/msmtpq \
|
||||
scripts/msmtpq/msmtp-queue \
|
||||
scripts/msmtp-gnome-tool/msmtp-gnome-tool.py \
|
||||
scripts/set_sendmail/*.sh \
|
||||
scripts/find_alias/*.sh \
|
||||
%{buildroot}%{_bindir}
|
||||
@ -114,6 +121,7 @@ done
|
||||
echo -n >docfiles.lst
|
||||
for f in \
|
||||
AUTHORS ChangeLog* NEWS README README.msmtpqueue README.msmtpq THANKS \
|
||||
README.msmtp-gnome-tool \
|
||||
doc/Mutt+msmtp.txt doc/*.example \
|
||||
scripts/set_sendmail/set_sendmail.conf \
|
||||
; do
|
||||
@ -148,12 +156,13 @@ rm -f "%{buildroot}%{_infodir}/dir"
|
||||
%doc %{_docdir}/%{name}/COPYING
|
||||
%{_bindir}/msmtp
|
||||
%{_bindir}/msmtpq
|
||||
%{_bindir}/msmtpQ
|
||||
%{_bindir}/msmtp-queue
|
||||
%{_bindir}/msmtp-enqueue.sh
|
||||
%{_bindir}/msmtp-runqueue.sh
|
||||
%{_bindir}/msmtp-listqueue.sh
|
||||
%{_bindir}/set_sendmail.sh
|
||||
%{_bindir}/find_alias_for_msmtp.sh
|
||||
%{_bindir}/msmtp-gnome-tool.py
|
||||
%{_mandir}/man1/msmtp.1%{ext_man}
|
||||
%{_infodir}/msmtp.info%{ext_info}
|
||||
%{_datadir}/vim/current/syntax/msmtp.vim
|
||||
|
Loading…
Reference in New Issue
Block a user