122 lines
4.5 KiB
RPMSpec
122 lines
4.5 KiB
RPMSpec
#
|
|
# spec file for package mailx
|
|
#
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: mailx
|
|
BuildRequires: groff
|
|
BuildRequires: krb5-devel
|
|
BuildRequires: man
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: pcre
|
|
BuildRequires: pkg-config
|
|
BuildRequires: postfix
|
|
BuildRequires: pkgconfig(openssl)
|
|
Url: http://heirloom.sourceforge.net/mailx.html
|
|
Provides: mail
|
|
Recommends: smtp_daemon
|
|
Version: 12.5
|
|
Release: 0
|
|
Summary: A MIME-Capable Implementation of the mailx Command
|
|
License: BSD-4-Clause and MPL-1.1
|
|
Group: Productivity/Networking/Email/Utilities
|
|
Source: mailx-%{version}.tar.bz2
|
|
Patch: mailx-%{version}.dif
|
|
Patch1: nail-11.25-path.dif
|
|
Patch2: mailx-%{version}-replyto.patch
|
|
Patch3: nail-11.25-ttychar.dif
|
|
Patch4: nail-11.25-toaddr.dif
|
|
Patch5: mailx-%{version}-mime.dif
|
|
Patch6: mailx-fix-openssl.patch
|
|
#PATCH-FIX-OPENSUSE: Try to tranquilize gcc warning about parentheses (please check!)
|
|
Patch7: mailx-12.5-parentheses.dif
|
|
#PATCH-FIX-SUSE: Fix IPv6 address handling
|
|
Patch8: mailx-12.5-ipv6.dif
|
|
#PATCH-FIX-SUSE: bsc#909208 -- CVE-2004-2771, CVE-2014-7844: mailx: shell command injection via crafted email addresses
|
|
Patch9: 0001-outof-Introduce-expandaddr-flag.patch
|
|
#PATCH-FIX-SUSE: bsc#909208 -- CVE-2004-2771, CVE-2014-7844: mailx: shell command injection via crafted email addresses
|
|
Patch10: 0002-unpack-Disable-option-processing-for-email-addresses.patch
|
|
#PATCH-FIX-SUSE: bsc#909208 -- CVE-2004-2771, CVE-2014-7844: mailx: shell command injection via crafted email addresses
|
|
Patch11: 0003-fio.c-Unconditionally-require-wordexp-support.patch
|
|
#PATCH-FIX-SUSE: bsc#909208 -- CVE-2004-2771, CVE-2014-7844: mailx: shell command injection via crafted email addresses
|
|
Patch12: 0004-globname-Invoke-wordexp-with-WRDE_NOCMD-CVE-2004-277.patch
|
|
#PATCH-FIX-SUSE: bsc#1042663 -- mailx fails to build with openssl-1.1
|
|
Patch13: mailx-12.5-openssl-1.1.0f.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Nail is a mail user agent derived from Berkeley Mail 8.1. It is
|
|
intended to provide the functionality of the POSIX.2 mailx command with
|
|
additional support for MIME messages, POP3, and SMTP. In recent system
|
|
environments, nail is Unicode/UTF-8 capable. Further, it contains some
|
|
minor enhancements like the ability to set a "From:" address.
|
|
|
|
%prep
|
|
%setup -q -n mailx-%{version}
|
|
%patch1 -p0 -b .path
|
|
%patch2 -p0 -b .rplyto
|
|
%patch3 -p0 -b .ttychr
|
|
%patch4 -p0 -b .toaddr
|
|
%patch5 -p0 -b .mime
|
|
%patch6 -p0 -b .ssl
|
|
%patch7 -p0 -b .par
|
|
%patch8 -p0 -b .ipv6
|
|
%patch9 -p1 -b .0001
|
|
%patch10 -p1 -b .0002
|
|
%patch11 -p1 -b .0003
|
|
%patch12 -p1 -b .0004
|
|
%patch13 -p0 -b .ssl11f
|
|
exit 1
|
|
%patch -p1 -b .0
|
|
|
|
%build
|
|
CC=gcc
|
|
CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN $(pkg-config --cflags openssl)"
|
|
export CC CFLAGS
|
|
$SHELL ./makeconfig
|
|
make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS"
|
|
tbl < mailx.1 | groff -mandocdb -Tps | grep -v %%%%CreationDate > manual.ps
|
|
gzip -9fn manual.ps
|
|
|
|
%install
|
|
make install PREFIX=/usr DESTDIR=${RPM_BUILD_ROOT}
|
|
rm -rf ${RPM_BUILD_ROOT}/bin
|
|
mkdir ${RPM_BUILD_ROOT}/bin
|
|
ln -sf ../usr/bin/mailx ${RPM_BUILD_ROOT}/bin/mail
|
|
ln -sf mailx ${RPM_BUILD_ROOT}/usr/bin/Mail
|
|
ln -sf mailx ${RPM_BUILD_ROOT}/usr/bin/mail
|
|
ln -sf mailx.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/Mail.1.gz
|
|
ln -sf mailx.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/mail.1.gz
|
|
install -m 0644 mail.rc ${RPM_BUILD_ROOT}/etc
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_defaultdocdir}/%{name}
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING README manual.ps.gz nail.rc
|
|
/bin/mail
|
|
%config /etc/mail.rc
|
|
/usr/bin/Mail
|
|
/usr/bin/mail
|
|
/usr/bin/mailx
|
|
%doc %{_mandir}/man1/Mail.1.gz
|
|
%doc %{_mandir}/man1/mail.1.gz
|
|
%doc %{_mandir}/man1/mailx.1.gz
|
|
|
|
%changelog
|