Commit Graph

31 Commits

Author SHA1 Message Date
Josef Schlehofer e1a2d908c3
msmtp: update to version 1.8.1.9
Changelog:
https://marlam.de/msmtp/news/msmtp-1-8-19/

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 173faad334)
2021-12-04 09:19:56 +01:00
Josef Schlehofer 45218f2059
msmtp: update to version 1.8.17
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 18261fcd31)
2021-12-01 00:26:04 +01:00
Josef Schlehofer d6b64bb653
msmtp: update to version 1.8.15
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 110abfb9f6)
2021-07-06 17:12:16 +02:00
Josef Schlehofer aae5144e73
msmtp: update to version 1.8.14
Release notes for 1.8.1.3:
https://marlam.de/msmtp/news/msmtp-1-8-13/

Release notes for 1.8.1.4:
https://marlam.de/msmtp/news/msmtp-1-8-13/

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit ff76e24e5a)
2021-01-24 23:10:53 +01:00
Josef Schlehofer 7825df65f6
msmtp: update to version 1.8.12
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit dd0ba4a55b)
2020-09-12 18:39:27 +02:00
Josef Schlehofer e798f539c9
msmtp: update to version 1.8.11
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit dd44bf2e7a)
2020-07-20 16:28:45 +02:00
Josef Schlehofer 780c453772
msmtp: update to version 1.8.10
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit e193db6b69)
2020-07-20 16:28:39 +02:00
Jeffery To fc2a591b53 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 53e1692ae9)
2020-04-12 19:24:15 -07:00
Rosen Penev 4bd47a5eb6
msmtp: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 842b9f0f4d)
2020-03-27 19:41:35 -07:00
Rosen Penev 7ccf6f2356
msmtp: Update to 1.8.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 9a67d3bfb3)
2020-03-27 19:41:10 -07:00
Rosen Penev efab88dc3a
msmtp: Update to 1.8.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 04b9f209a0)
2020-03-27 19:40:19 -07:00
Daniel F. Dickinson 2c51c7b18e msmtp: msmtp-scripts: Backport "Enable PROVIDES and ALTERNATIVES"
Backports needed change from master for the next commit (a
combined cherry-pick and squash of required fixes to msmtp-scripts,
due to msmtp-scripts being broken on openwrt-19.07).

Use the PROVIDES mechanism so that msmtp and msmtp-nossl can be be
+depended-on and avoid generating a file level conflict.  Also use
alternatives for msmtp-mta and msmtpq-ng-mta with msmtp-mta since
we can only have one sendmail at a time.

(cherry-pick f76408af48)

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-09-14 16:39:52 -04:00
Rosen Penev 18b8190e2d
msmtp: Remove uClibc hack
This seems to no longer be needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 16:03:50 -07:00
Rosen Penev 567102df7b
msmtp: Update to 1.8.4
Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-29 14:27:28 -07:00
Rosen Penev 4adf64d815
msmtp: Update to 1.8.3
Fixes CVE-2019-8337

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-25 15:27:50 -08:00
Rosen Penev 1c0a20d2ce
msmtp: Update to 1.8.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-13 23:41:02 -08:00
Rosen Penev e605a1fa99 msmtp: Update to 1.8.1
Switch from OpenSSL to GnuTLS as upstream has deprecated the former.

Add myself as maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-13 14:14:44 -08:00
Rosen Penev 2cca3857ab msmtp: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-02 16:25:17 -08:00
Ycarus f12162388d msmtp: Fix typo
Fix typo in msmtp Makefile PACAKGE -> PACKAGE

Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
2018-11-09 21:37:54 +02:00
Rosen Penev 7b4d044a8b msmtp: Update to 1.6.8
Main URL has changed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-24 15:14:58 -07:00
Daniel Engberg 73f020710a mail/msmtp: Update to 1.6.6
Update msmtp to 1.6.6
Change tarball hash to PKG_HASH

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-05-31 17:13:19 +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
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
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
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
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
Alexander Ryzhov 94a28e969f msmtp: bump revision
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-02-24 11:11:13 +00:00
Alexander Ryzhov 0a76266f3b msmtp-nossl: prerm 2015-02-19 12:58:49 +00: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