aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp
Commit message (Collapse)AuthorAge
* msmtp: update to version 1.8.25Josef Schlehofer2024-04-30
| | | | | | | Release notes: https://marlam.de/msmtp/news/msmtp-1-8-25/ Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp: update to version 1.8.24Josef Schlehofer2023-09-22
| | | | | | | Release notes: https://github.com/marlam/msmtp-mirror/commit/ef62463e4d0dc1f8e7f1db4f8dd35650999c13f9X Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* 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>
* msmtp: update to version 1.8.1.9Josef Schlehofer2021-12-04
| | | | | | | Changelog: https://marlam.de/msmtp/news/msmtp-1-8-19/ Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp: update to version 1.8.17Josef Schlehofer2021-10-17
| | | | | | | - Use AUTORELEASE fce It helps when someone forgets to bump PKG_RELEASE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp: update to version 1.8.15Josef Schlehofer2021-06-01
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp: update to version 1.8.14Josef Schlehofer2021-01-18
| | | | | | | | | | 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>
* msmtp: update to version 1.8.12Josef Schlehofer2020-09-12
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp: update to version 1.8.11Josef Schlehofer2020-07-17
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp: update to version 1.8.10Josef Schlehofer2020-05-24
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp: remove myself as maintainerRosen Penev2020-03-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.7Rosen Penev2020-01-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.6Rosen Penev2019-10-18
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* msmtp: msmtp-scripts: Enable PROVIDES and ALTERNATIVESDaniel F. Dickinson2019-08-08
| | | | | | | | | 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. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* msmtp: Update to 1.8.5Rosen Penev2019-07-15
| | | | | | Small Makefile adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Remove uClibc hackRosen Penev2019-05-05
| | | | | | This seems to no longer be needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.4Rosen Penev2019-04-29
| | | | | | Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.3Rosen Penev2019-02-25
| | | | | Fixes CVE-2019-8337 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.2Rosen Penev2019-01-13
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.1Rosen Penev2018-12-13
| | | | | | | | Switch from OpenSSL to GnuTLS as upstream has deprecated the former. Add myself as maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Fix typoYcarus2018-11-09
| | | | | | Fix typo in msmtp Makefile PACAKGE -> PACKAGE Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
* msmtp: Update to 1.6.8Rosen Penev2018-08-24
| | | | | | Main URL has changed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mail/msmtp: Update to 1.6.6Daniel Engberg2017-05-31
| | | | | | Update msmtp to 1.6.6 Change tarball hash to PKG_HASH Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* mail/msmtp: Separate option to use msmtp as sendmailDaniel Dickinson2016-10-03
| | | | | | | | | | | | | | | | 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>
* mail/msmtp: Remove use of symlink postinst/postrmDaniel Dickinson2016-10-03
| | | | | | | | | | | | | 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>
* msmtp: Add nls.mk, . Fix build when BUILD_NLS not specifiedTed Hess2016-08-08
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mail/msmtp: Make msmtp ssl version depend on ca-bundleDaniel Dickinson2016-07-04
| | | | | | | | 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>
* msmtp: update to 1.6.2Nicolas Thill2015-04-26
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* msmtp: prevent use of IDN support on uClibcNicolas Thill2015-03-07
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* msmtp: use proper configure optionsNicolas Thill2015-03-07
| | | | | | Some configure options were renamed during last upstream update: use them! Signed-off-by: Nicolas Thill <nico@openwrt.org>
* msmtp: bump revisionAlexander Ryzhov2015-02-24
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* msmtp-nossl: prermAlexander Ryzhov2015-02-19
|
* msmtp: import from old packages feedNicolas Thill2015-01-10
- update to latest version (v1.6.1) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>