Commit Graph

31 Commits

Author SHA1 Message Date
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
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>
2023-04-21 22:46:58 +02:00
Rosen Penev ecd3a8a8de mutt: add PKG_CONFIG_DEPENDS
Should fix missing dependencies when manupulating options.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-07-20 11:38:05 -07:00
Matthew Hagan 951a74f431 mutt: update to 2.1.5
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-02-02 12:35:55 -08:00
Matthew Hagan bf3fe181af mutt: add header caching support via libgdbm
Add header caching option to mutt, using the libgdbm database routines.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-02-02 12:35:55 -08:00
Matthew Hagan 8221e9db44 mutt: move configurables to Config.in
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-02-02 12:35:55 -08:00
Matthew Hagan abca3c73e6 mutt: prevent exposing mutt config options when not enabled
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>
2021-11-08 17:56:46 -08:00
Matthew Hagan 19877a952d mutt: add smtp, sasl, gnutls, menuconfig options
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>
2021-10-08 09:49:44 -07:00
Michal Vasilek de8808c864
mutt: update to 2.1.3
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-09-21 18:52:06 +02:00
Michal Vasilek 7fd192e55f
mutt: update to 2.1.2, switch to AUTORELEASE
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-08-26 12:17:26 +02:00
Eneas U de Queiroz 9fb776ec1d
mutt: don't use host mailpath definition
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>
2021-04-19 21:34:05 -03:00
Phil Eichinger 9626329dc4 mutt: bump to 1.14.7
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2020-10-08 12:58:11 +02:00
Rosen Penev c8cee2bbee
mutt: update to 1.14.6
Fixes CVE-2020-14154

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-23 13:37:00 -07:00
Phil Eichinger bde13082db mutt: bump to 1.12.2
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2019-10-01 20:50:29 +02:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Phil Eichinger dfd6a8f12d mutt: bump to 1.12.1
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2019-07-01 16:20:43 +02:00
Phil Eichinger 5963b15f47 mutt: switch to https instead of ftp
Since https is preferred master site with http is used as second choice.

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2019-05-28 00:02:31 +02:00
Phil Eichinger df128723b7 mutt: bump to version 1.12.0
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2019-05-27 21:13:24 +02:00
Phil Eichinger b1743883e4 mutt: bump to version 1.11.4
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2019-04-05 15:37:47 +02:00
Rosen Penev 2da6f2df84 mutt: Update to 1.11.2
OpenSSL patch was upstreamed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-20 17:38:06 -08:00
Rosen Penev de9fda6698 mutt: Update to 1.11.1
Added patch to fix compilation without deprecated OpenSSL APIs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-02 16:42:38 -08:00
Phil Eichinger 022ceb4c68 mutt: bump to version 1.10.1
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2018-09-08 21:02:09 +02:00
Phil Eichinger 2dc1ed718d mutt: bump to version 1.10.0
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2018-05-30 06:32:56 +02:00
Phil Eichinger 02d830ee85 mutt: bump to version 1.9.4
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2018-03-14 07:04:22 +01:00
Phil Eichinger 85445578f6 mutt: bump to version 1.9.3
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2018-01-29 17:03:11 +01:00
Phil Eichinger 51d0cfc01b mutt: bump to version 1.9.2
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>
2018-01-12 07:25:57 +01:00
Phil Eichinger ad25e99fef mutt: bump version
* 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>
2017-10-18 16:27:25 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
p-wassi be1e69437b mail/mutt: update to 1.7.2
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>
2016-12-05 08:26:45 +01:00
Felix Fietkau 3428785e4e mutt: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:40:08 +02:00
Stephen Walker a53bf7192b packages: cleanup Makefile variables
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>
2016-07-09 14:50:58 -04:00
Phil Eichinger 726a734c32 mutt: bring back from oldpackages
* 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>
2015-11-30 07:14:58 +01:00