aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt/Makefile
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* mutt: add PKG_CONFIG_DEPENDSRosen Penev2022-07-20
| | | | | | Should fix missing dependencies when manupulating options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mutt: update to 2.1.5Matthew Hagan2022-02-02
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* mutt: add header caching support via libgdbmMatthew Hagan2022-02-02
| | | | | | Add header caching option to mutt, using the libgdbm database routines. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* mutt: move configurables to Config.inMatthew Hagan2022-02-02
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* mutt: prevent exposing mutt config options when not enabledMatthew Hagan2021-11-08
| | | | | | | | Ensure Mutt's configuration options do not appear in the config when Mutt is not enabled. Reported-by: Stijn Segers <foss@volatilesystems.org> Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* mutt: add smtp, sasl, gnutls, menuconfig optionsMatthew Hagan2021-10-08
| | | | | | | | | | Compile tested: bcm53xx, MX65, master Add support for SMTP, SASL, GnuTLS and POP, IMAP, OpenSSL in the menuconfig. The SMTP/SASL configurable was required to successfully send email on GMail. Tested separately using OpenSSL and GnuTLS. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* mutt: update to 2.1.3Michal Vasilek2021-09-21
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* mutt: update to 2.1.2, switch to AUTORELEASEMichal Vasilek2021-08-26
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* mutt: don't use host mailpath definitionEneas U de Queiroz2021-04-19
| | | | | | | | Use configure --with-mailpath=/var/mail instead of letting it guess the value base on the host path. If configure can't find it, the package will fail to build. The path was taken from the current bot build. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* mutt: bump to 1.14.7Phil Eichinger2020-10-08
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: update to 1.14.6Rosen Penev2020-07-23
| | | | | | Fixes CVE-2020-14154 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mutt: bump to 1.12.2Phil Eichinger2019-10-01
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* mutt: bump to 1.12.1Phil Eichinger2019-07-01
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: switch to https instead of ftpPhil Eichinger2019-05-28
| | | | | | Since https is preferred master site with http is used as second choice. Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: bump to version 1.12.0Phil Eichinger2019-05-27
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: bump to version 1.11.4Phil Eichinger2019-04-05
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: Update to 1.11.2Rosen Penev2019-01-20
| | | | | | OpenSSL patch was upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mutt: Update to 1.11.1Rosen Penev2018-12-02
| | | | | | Added patch to fix compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mutt: bump to version 1.10.1Phil Eichinger2018-09-08
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: bump to version 1.10.0Phil Eichinger2018-05-30
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: bump to version 1.9.4Phil Eichinger2018-03-14
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: bump to version 1.9.3Phil Eichinger2018-01-29
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: bump to version 1.9.2Phil Eichinger2018-01-12
| | | | | | | | Add terminfo as dependency. In 15.05 ncursesw doesn't have a dependency on terminfo resulting in a broken default install of mutt. Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: bump versionPhil Eichinger2017-10-18
| | | | | | | | * no-po-no-docs patch reworked, docs are disabled via ./configure now * drop CVE patch, fix already in upstream * autoreconf to fix CI build Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* mail/mutt: update to 1.7.2p-wassi2016-12-05
| | | | | | | | | Update mutt to upstream release 1.7.2 Also introduce a patch for CVE-2014-9116, which addresses a DoS-attack. The patch is originally found at Debian's package of mutt 1.7.1 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* mutt: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* mutt: bring back from oldpackagesPhil Eichinger2015-11-30
* import from oldpackages * bump version and update hash * update patch to new version * add PKG_LICENSE, PKG_LICENSE_FILES, PKG_MAINTAINER Signed-off-by: Phil Eichinger <phil@zankapfel.net>