Commit Graph

155 Commits

Author SHA1 Message Date
Lucian Cristian f39b7ea81b dovecot: update to 2.2.28
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:44:38 +02:00
Lucian Cristian 6bbbf29a85 dovecot: add SQLite support
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:42:50 +02:00
Lucian Cristian db86cdb3f7 dovecot: change LDAP select logic
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:40:15 +02:00
Lucian Cristian a00af84375 dovecot: disable ICU normalization support for FTS #4077
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:37:30 +02:00
Lucian Cristian 98db80b204 mail: add package clamsmtp
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-07 14:57:02 +02:00
Lucian Cristian 1c38b1d22f dovecot: change the maintainer to me
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-06 02:22:57 +02:00
Denis Shulyaka 26941653f5 postfix: update to 3.1.4
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2017-02-03 19:11:25 +03:00
Jo-Philipp Wich a642b4d371 nail: fix build against OpenSSL with disabled SSLv3
Extend the existing patch handling disabled SSLv2 to cover the SSLv3 case as
well in order to fix the following build error reported by the buildbot:

    openssl.o: In function `ssl_open':
    openssl.c:(.text+0xa1c): undefined reference to `SSLv3_client_method'
    collect2: error: ld returned 1 exit status

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-18 04:05:26 +01:00
Hannu Nyman 527fd79634 Merge pull request #3628 from fededim/emailrelayfix
emailrelay: bugfix #2401
2016-12-07 17:00:20 +02:00
Rupan 8fa1833509 emailrelay: bugfix #2401, switched to libstdcpp due to some uclibc++ issues
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-12-07 15:39:08 +01: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
tripolar adfdeedfe3 Merge pull request #3463 from Shulyaka/dovecot
dovecot: version update to 2.2.26.0
2016-11-06 15:58:05 +01:00
Hannu Nyman b5a42053c8 Merge pull request #3288 from cshore/pull-request-msmtp-mta
Separate msmtp as MTA from msmtp binary
2016-11-06 13:40:09 +02:00
Hannu Nyman b7c7fd7e2d Merge pull request #3289 from cshore/pull-request-msmtp-scripts
mail/msmtp-scripts: Add queuing mta wrapper for msmtp
2016-11-06 13:39:30 +02:00
Hannu Nyman 09e05dec52 Merge pull request #3461 from Shulyaka/mailman
mailman: update to 2.1.23
2016-11-04 09:28:50 +02:00
Ted Hess 58675d4175 Merge pull request #3455 from Shulyaka/postfix-3.1.3
postfix: version update to 3.1.3
2016-11-03 16:54:53 -04:00
Denis Shulyaka cbee85b4ba dovecot: version update to 2.2.26.0
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2016-11-03 23:18:07 +03:00
Denis Shulyaka 5ed98a2784 mailman: update to 2.1.23
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2016-11-03 19:01:48 +03:00
Denis Shulyaka c2e98055eb postfix: version update to 3.1.3
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2016-11-03 17:58:38 +03:00
Brian J. Murrell a825b3fb32 ssmtp: Increase PKG_RELEASE > BB value
It's a generally good packaging principle that the packages in a distro release n+1 have a release value that is at least the same if not greater than the value in release n.

BB has a PKG_RELEASE of 4 so upping to 5 is a good measure.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2016-10-31 17:30:53 -04:00
Rupan 5758939831 emailrelay: added configuration options
- moved from net to mail category
- removed no-ssl package and added ssl support as configuration option (default enabled)
- added configuration option to support extended logging (default disabled)
- disabled build of test tools
- added LEDE compatibility (support for openssl without SSL3)

Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-10-04 12:23:17 +02:00
Daniel Dickinson ee93d38db8 mail/msmtp: Separate option to use msmtp as sendmail
Make msmtp as MTA separate from msmtp package proper to
allow msmtp-scripts (to be added) to use msmtp as the
backend while providing the ability to act as the
system MTA without msmtp getting in the way.

Also get rid of symlinking in postinst/postrm as that
is something the trunk devs don't like.  In addition
it allows the -mta package to conflict with any
other package providing sendmail command, as it should
(once the other packages also move postinst/postrm
sendmail symlinks to install section).

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-03 02:53:52 -04:00
Daniel Dickinson 843fab534d mail/msmtp: Remove use of symlink postinst/postrm
Avoid the postrm/postinst symlink addition and removal as
1) This fails to conflict with other packages which also provide
the same commands and makes what packages is supply the command
depend on which command was installed last.
2) Trunk devs don't like postrm/postinst symlink mangling
3) Packages changing things from other packages is considered bad
packaging pratice on most distros and debian, for example,
prohibits it.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-10-03 02:51:57 -04:00
Daniel Dickinson 4d64a05350 mail/msmtp-scripts: Add queuing mta wrapper for msmtp
This commit adds the msmtp-scripts package from SourceForge, which
is a wrapper around msmtp that provides queueing, syslog or file logging,
and a basic SMTP (no auth) server.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-09-21 15:46:14 -04:00
Ted Hess 39f0b6f067 msmtp: Add nls.mk, . Fix build when BUILD_NLS not specified
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-08 15:44:04 -04: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
champtar ef4db7a006 Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundle
mail/msmtp: Make msmtp ssl version depend on ca-bundle
2016-07-18 18:07:01 +02:00
champtar 4b647f6fb1 Merge pull request #2952 from zorun/fix_md5sum
Remove incorrect use of PKG_SHA256SUM
2016-07-11 12:42:12 +02:00
Ted Hess 1b811d9bf5 Merge pull request #2891 from dibdot/ssmtp
ssmtp: change symlink handling
2016-07-10 17:10:34 -04:00
Baptiste Jonglez d6673185a2 Remove incorrect use of PKG_SHA256SUM
OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the
hash is e.g. SHA256 by looking at the length of the hash.

This affects libs/libmicrohttpd, mail/ssmtp and utils/mc.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-10 22:36:07 +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
Dirk Brenken ef59fe79e2 ssmtp: change symlink handling
* sendmail symlink handling is no longer forced and part of install step

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-07-05 18:13:58 +02:00
Daniel Dickinson c7e16dc74a mail/msmtp: Make msmtp ssl version depend on ca-bundle
msmtp fails when /etc/ssl/certs/ca-certifictes.crt bundle is
not present (for the SSL version), therefore add a dependency
on ca-bundle packages (newly added to trunk).

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-07-04 22:14:13 -04:00
W. Michael Petullo 824532baf1 bogofilter: postfix script now reads bogofilter_dir from bogofilter conf
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-12 15:49:54 -04:00
Hannu Nyman 8a396c0e70 Merge pull request #2694 from dibdot/ssmtp
ssmtp: refresh package makefile
2016-05-13 10:19:30 +03:00
Dirk Brenken 40ef79574c ssmtp: refresh package makefile
* change maintainer email address
* switch to sha256sum fingerprint
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-13 09:14:24 +02:00
Stefan Weil 3a95fe64a5 mail/alpine: Fix typo (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-05-05 12:12:57 +02:00
Denis Shulyaka eadf60cf82 postfix: version update to 3.1.0
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2016-02-27 15:48:29 +03:00
Denis Shulyaka 2e150391dc postfix: version update to 3.0.4
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2016-02-26 00:22:09 +03:00
Denis Shulyaka c98b5ace9e postfix: version update to 3.0.3.
Some minor issues fixed.
SMTPUTF8 support option added (by Val Kulkov). Disabled by default because of icu library size.
2016-02-09 11:25:13 +03: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
Dirk Brenken 1a62d46b3a ssmtp: maintenance update
remove needless dead.letter function (at least on embedded devices)
backport debian fixes (slightly modified)

compile tested. Please apply to upstream - thank you!

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-15 17:46:44 +01:00
Dirk Neukirchen 65f803ee20 fdm: fix musl compile
musl does not define some macros so define them ourselves

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:37:16 +02:00
Jo-Philipp Wich abcadcbede postfix: fix musl compatibility
The current package patches `makedefs` to probe for the existance
of the `nsl` and `resolv` libraries but uses the wrong variables
for the prefix, leading to `makedefs` probing the host directories,
not the staging dir ones.

Replace `$PKG_BUILD_DIR` with `$STAGING_DIR` to perform the library
tests in the correct directory.

Fixes the following error spotted by doing test builds against musl
which does not provide a `libnsl`:

    .../mips-openwrt-linux-musl/bin/ld: cannot find -lnsl
    collect2: error: ld returned 1 exit status
    make: *** [master] Error 1

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 14:55:33 +02:00
Denis Shulyaka 14c5938398 postfix: update to 3.0.1
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-05-10 22:35:34 +03:00
Nicolas Thill 3a1ce331c3 msmtp: update to 1.6.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-26 22:48:51 +02:00
Alexander Ryzhov 2ded312918 Remove libcrypto dependency
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 08:29:38 +00:00
Ted Hess 250122023a Merge pull request #1133 from Shulyaka/master
mailman: upgrade to 2.1.20
2015-04-10 16:41:54 -04:00
Denis Shulyaka ca815cf6b7 mailman: upgrade to 2.1.20
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-04-10 23:28:28 +03:00
Dirk Neukirchen 8a307ac786 bogofilter: remove host includes
- host GSL libs are sometimes found leading to errors
reported by buildbot, replicated locally (Arch Linux)

Error:
configure: GSL_LIBS=-L/usr/lib -lgsl -lgslcblas -lm
leading to
/usr/include/features.h:398:23: fatal error: gnu/stubs.h: No such file or directory

- explicit libdb location to prevent host includes

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-11 17:58:27 +01:00
Nicolas Thill 0a05c1340c msmtp: prevent use of IDN support on uClibc
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Nicolas Thill 3681f30c78 msmtp: use proper configure options
Some configure options were renamed during last upstream update: use them!

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Ted Hess 0b2e43d07b mailsend: split into 2 packages - with SSL and without SSL
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-04 16:52:02 -05:00
Steven Barth 577b694c28 Merge pull request #983 from Shulyaka/master
mailman: version upgrade to 2.1.19
2015-03-03 21:05:56 +01:00
Denis Shulyaka a778acd865 mailman: version upgrade to 2.1.19
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-03-03 18:11:09 +03:00
Ted Hess 715fadc7e5 Merge pull request #926 from ryzhovau/master
msmtp-nossl: prerm
2015-02-24 15:28:36 -05:00
Alexander Ryzhov 94a28e969f msmtp: bump revision
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-02-24 11:11:13 +00:00
Nicolas Thill e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Alexander Ryzhov 0a76266f3b msmtp-nossl: prerm 2015-02-19 12:58:49 +00:00
Steven Barth 5d4e18786f Merge pull request #912 from Shulyaka/master
postfix: upgrade to version 3.0.0
2015-02-16 09:47:34 +01:00
Denis Shulyaka b7bc73104c postfix: upgrade to version 3.0.0
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-02-16 01:17:45 +03:00
Antti Seppälä fb65b9d460 alpine: update to 2.20
New version requires a patch to skip openssl runtime checking when cross-compiling.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
2015-01-25 12:43:24 +02:00
Nicolas Thill 898d3d27db msmtp: import from old packages feed
- update to latest version (v1.6.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:42:20 +01:00
Steven Barth 3a0b7d37a7 Merge pull request #716 from Shulyaka/master
mailman: add http source download link
2015-01-01 22:06:28 +01:00
Denis Shulyaka 1e6a5606bc mailman: add http source download link
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-01-01 23:02:13 +03:00
Antti Seppälä cbbe43302f Alpine: add new package v2.11
Alpine (Alternatively Licenced Program for Internet News and Email) is a
free software console email client developed at the University of Washington.
It is suitable for both the inexperienced email user as well as for
the most demanding power user.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
2014-12-27 15:46:20 +02:00
Steven Barth de0ab1305e nail: unbreak compilation
disabling SSLv2 and SSLv3 caused nail to break, fixed this
some of our snapshot builders don't have CVS, switch to Debian as source

Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-16 09:30:36 +01:00
Syrone Wong 65754827b1 fdm: add missing quote mark in Makefile
This commit will fix compile warning as below

tmp/.config-package.in:22096:warning: multi-line strings not supported

Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
2014-12-07 19:48:17 +08:00
Steven Barth 6abf491ff3 Merge pull request #604 from Shulyaka/master
postfix: broken mynetworks parameter default value
2014-12-07 11:19:03 +01:00
Denis Shulyaka 9adfea21f9 postfix: broken mynetworks parameter default value
Fixed an issue with the default parameter value.

1. By default, the init script set ip address instead of network address in the parameter value (i.e. 192.168.1.1/24 instead of 192.168.1.0/24)
2. Dynamic address were not caught by the init script

As a result, if the mynetworks parameter was left default, Postfix would have rejected the mails with the following message in the logs:

Sat Dec  6 23:26:45 2014 mail.info postfix/smtpd[22806]: NOQUEUE: reject: RCPT from unknown[104.167.106.30]: 451 4.3.0 <ds_gitcommit@shulyaka.org.ru>: Temporary lookup failure; from=<delivery@mx.sailthru.com> to=<ds_gitcommit@shulyaka.org.ru> proto=ESMTP helo=<mx-indiegogo-b.sailthru.com>
Sat Dec  6 23:26:45 2014 mail.warn postfix/smtpd[22806]: warning: non-null host address bits in "127.0.0.1/8", perhaps you should use "127.0.0.0/8" instead

This commit fixes that behavior for the new installations.

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-12-07 01:00:30 +03:00
Steven Barth 40aaae1f9d Merge pull request #582 from Shulyaka/master
postfix: fixed installing to the filesystem image
2014-12-01 08:53:28 +01:00
Denis Shulyaka 06a096858d postfix: fixed installing to the filesystem image
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-12-01 01:52:13 +03:00
Steven Barth 6c97ad84be Merge pull request #563 from antonlacon/license-updates
License updates and metadata typo correction
2014-11-26 14:20:54 +01:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Dmitry V. Zimin 2b305a0317 nail: fixed version
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2014-11-24 15:05:17 +03:00
Dmitry V. Zimin 74329f9eaa nail: new package added (heirloom-mailx)
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2014-11-20 17:44:00 +03:00
Dmitry V. Zimin c400fe3b09 fdm: new package added
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2014-11-20 17:41:03 +03:00
Ted Hess 4b8b1182cd Merge pull request #537 from dibdot/master
ssmtp: more pointer fixes
2014-11-12 17:01:36 -05:00
Dirk Brenken 133d4beec4 ssmtp: more pointer fixes
- fixed more pointer issues
- remove unused variable

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-12 21:37:17 +01:00
Peter Wagner b026b50320 dovecot: update to 2.2.15
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-11-09 20:23:56 +01:00
Dirk Brenken f267d2eaa6 ssmtp: revoke gnutls support
Drop gnutls and use openssl instead, due to excessive memory consumption in embedded environment for an additonal ssl library.

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-09 16:56:31 +01:00
Dirk Brenken 62e7ac8d71 ssmtp: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-08 16:21:56 +01:00
Denis Shulyaka 4f3248867d mailman: fixed compilation errors (Issue #498)
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-11-04 17:03:43 +03:00
sbyx 8d2579392f Merge pull request #490 from Shulyaka/master
postfix: Added experimental support for Berkeley DB (btree files).
2014-11-01 13:55:06 +01:00
Denis Shulyaka 250f1f2ade postfix: Added experimental support for Berkeley DB (btree files).
Note that hash files are currently not supported by OpenWRT package of Berkeley DB.
CDB is still default.

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-11-01 13:20:17 +03:00
W. Michael Petullo 055d2074f4 bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on reboot
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-31 20:34:30 -04:00
W. Michael Petullo 09644e50ea bogofilter: depend on libdb47, not libdb47-full (related to #459)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-30 07:05:45 -04:00
sbyx fb384f9db5 Merge pull request #473 from Shulyaka/mailman
mailman: New mailman package (mailing list manager)
2014-10-28 08:05:38 +01:00
Denis Shulyaka 51aad45ebf mailman: New mailman package (mailing list manager)
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-10-26 12:39:44 +03:00
Denis Shulyaka 977968bf65 postfix 2.11.3
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-10-25 21:21:31 +04:00
sbyx b3ee2345ad Merge pull request #435 from MikePetullo/bogofilter
bogofilter: depend on db47 with statistics support
2014-10-20 07:43:37 +02:00
sbyx 9a710015b9 Merge pull request #386 from Shulyaka/postfix
postfix: new packages for Postfix MTA
2014-10-20 07:40:55 +02:00
Denis Shulyaka cbe59734b6 Postfix MTA
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-10-20 08:53:43 +04:00
W. Michael Petullo daf12e3256 bogofilter: create /usr/sbin before installing postfix-bogofilter there
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-19 22:40:20 -04:00
W. Michael Petullo d67610ac77 bogofilter: depend on db47 with statistics support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-19 22:27:52 -04:00
W. Michael Petullo 332eb1b03b Merge remote-tracking branch 'openwrt/master' into bogofilter 2014-10-19 22:27:11 -04:00
W. Michael Petullo a31e4b7b7f bogofilter: install postfix-bogofilter script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-19 22:25:31 -04:00
Peter Wagner 169c863286 dovecot: update to 2.2.14
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-19 04:57:17 +02:00
W. Michael Petullo 665c5ee68b bogofilter: new package for bogofilter spam filter
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-13 17:54:53 -04:00
John Crispin d4042ec35e generic userid: use the new USERID api
recent changes in trunk allow us to specify the userid inside the openwrt makefile.
the info is stored int he meta data of the IPK contorl file and users are generated
by the new generic postinst trigger.

Signed-off-by: John Crispin <blogic@openwrt.org>
2014-10-08 03:45:30 +02:00