Projects
Eulaceura:Factory
mutt
_service:obs_scm:mutt.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:mutt.spec of Package mutt
Name: mutt Version: 2.2.13 Release: 2 Epoch: 5 Summary: Text-based mail client License: GPLv2+ and Public Domain URL: http://www.mutt.org Source0: http://ftp.mutt.org/pub/%{name}/%{name}-%{version}.tar.gz Source1: mutt_ldap_query Patch1: mutt-1.5.23-system_certs.patch Patch2: mutt-1.7.0-syncdebug.patch Patch3: mutt-1.8.0-cabundle.patch Patch4: mutt-1.9.0-ssl_ciphers.patch Patch5: mutt-1.9.4-lynx_no_backscapes.patch Patch6: mutt-1.9.5-nodotlock.patch Patch7: mutt-1.10.0-muttrc.patch Patch8: mutt-1.12.1-optusegpgagent.patch Patch9: backport-crypt-gpgme-Fix-NULL-dereference.patch BuildRequires: gcc ncurses-devel gettext automake /usr/bin/xsltproc BuildRequires: lynx docbook-style-xsl perl-interpreter perl-generators BuildRequires: gdbm-devel gnutls-devel cyrus-sasl-devel BuildRequires: krb5-devel libidn2-devel gpgme-devel Requires: mailcap %description Mutt is a small but very powerful text-based mail client for Unix operating systems. %package_help %prep %autosetup -n %{name}-%{version} -p1 autoreconf --install sed -i -r 's/`$GPGME_CONFIG --libs`/"\0 -lgpg-error"/' configure install -p -m644 %{SOURCE1} mutt_ldap_query if echo %{release} | grep -E -q '\\.(201[0-9])([0-1][0-9])([0-3][0-9])hg\\.(201[0-9])([0-1][0-9])([0-3][0-9])hg'; then echo -n 'const char *ReleaseDate = ' > reldate.h echo %{release} | sed -r 's/.*\\.(201[0-9])([0-1][0-9])([0-3][0-9])hg.*/"\1-\2-\3";/' >> reldate.h fi rm -f mutt_ssl.c %build %configure \ SENDMAIL=%{_sbindir}/sendmail \ ISPELL=%{_bindir}/hunspell \ --enable-debug \ --enable-pop \ --enable-imap \ --enable-smtp \ --enable-hcache \ --without-tokyocabinet \ --without-qdbm \ --with-gnutls \ --with-sasl \ --with-gss \ --without-idn \ --with-idn2 \ --enable-gpgme \ --enable-sidebar \ --with-docdir=%{_docdir}/%{name}-%{version}} %make_build sed -i -r 's/<a id="id[a-z0-9]\+">/<a id="id">/g' doc/manual.html %install %make_install cat contrib/gpg.rc >> \ %{buildroot}%{_sysconfdir}/Muttrc grep -5 "^color" contrib/sample.muttrc >> \ %{buildroot}%{_sysconfdir}/Muttrc cat >> %{buildroot}%{_sysconfdir}/Muttrc <<\EOF source %{_sysconfdir}/Muttrc.local EOF echo "# Local configuration for Mutt." > \ %{buildroot}%{_sysconfdir}/Muttrc.local rm %{buildroot}%{_infodir}/dir ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %find_lang %{name} %files -f %{name}.lang %{!?_licensedir:%global license %doc} %license COPYRIGHT GPL %doc ChangeLog NEWS README* UPDATING mutt_ldap_query %doc contrib/*.rc contrib/sample.* contrib/colors.* %doc doc/manual.html doc/manual.txt doc/smime-notes.txt %config(noreplace) %{_sysconfdir}/Muttrc %config(noreplace) %{_sysconfdir}/Muttrc.local %{_bindir}/mutt %{_bindir}/mutt_pgpring %{_bindir}/pgpewrap %{_bindir}/smime_keys %exclude %{_sysconfdir}/*.dist %exclude %{_sysconfdir}/mime.types %exclude %{_bindir}/mutt_dotlock %exclude %{_bindir}/muttbug %exclude %{_bindir}/flea %exclude %{_mandir}/man1/mutt_dotlock.1* %exclude %{_mandir}/man1/muttbug.1* %exclude %{_mandir}/man1/flea.1* %exclude %{_mandir}/man5/mbox.5* %exclude %{_mandir}/man5/mmdf.5* %exclude %{_docdir}/%{name}-%{version}} %files help %{_mandir}/man1/mutt.* %{_mandir}/man1/smime_keys.* %{_mandir}/man1/mutt_pgpring.* %{_mandir}/man1/pgpewrap.* %{_mandir}/man5/muttrc.* %{_infodir}/mutt.info.* %changelog * Wed Jul 31 2024 gaihuiying <eaglegai@163.com> - 5:2.2.13-2 - Fix NULL dereference in crypt gpgme * Mon Jul 01 2024 xu_ping <707078654@qq.com> - 5:2.2.13-1 - Update to 2.2.13. - fixing a possible dangling pointer reference in the SMTP client. * Thu Sep 14 2023 yaoxin <yao_xin001@hoperun.com> - 5:2.2.12-1 - Update to 2.2.12 for fix CVE-2023-4874 and CVE-2023-4875 * Wed May 10 2023 liyanan <thistleslyn@163.com> - 5:2.2.10-1 - Update package to version 2.2.10 * Sun Apr 24 2022 yaoxin <yaoxin30@h-partners.com> - 2.1.3-2 - Fix CVE-2022-1328 * Tue Dec 28 2021 gaihuiying1<gaihuiying@huawei.com> - 2.1.3-1 - Type:requirement - Id:NA - SUG:NA - DESC:update mutt to 2.1.3 * Fri Oct 15 2021 yaoxin<yaoxin30@huawei.com> - 1.10.1-7 - fix CVE-2020-14154 * Tue Jul 27 2021 wangyue<wangyue92@huawei.com> - 1.10.1-6 - fix CVE-2020-14093 * Fri Jul 23 2021 yaoxin<yaoxin30@huawei.com> - 1.10.1-5 - fix CVE-2020-14093 * Sat Feb 20 2021 zhanghua<zhanghua40@huawei.com> - 1.10.1-4 - fix CVE-2021-3181 * Thu Jan 07 2021 wangyue<wangyue92@huawei.com> - 1.10.1-3 - fix CVE-2020-28896 * Tue Nov 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.10.1-2 - Package init
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2