aboutsummaryrefslogtreecommitdiff
path: root/mail/ssmtp
Commit message (Collapse)AuthorAge
* treewide: use name in define and eval linesStijn Tintel2017-03-08
| | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* ssmtp: Increase PKG_RELEASE > BB valueBrian J. Murrell2016-10-31
| | | | | | | 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>
* Merge pull request #2952 from zorun/fix_md5sumchamptar2016-07-11
|\ | | | | Remove incorrect use of PKG_SHA256SUM
| * Remove incorrect use of PKG_SHA256SUMBaptiste Jonglez2016-07-10
| | | | | | | | | | | | | | | | | | 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>
* | ssmtp: change symlink handlingDirk Brenken2016-07-05
|/ | | | | * sendmail symlink handling is no longer forced and part of install step Signed-off-by: Dirk Brenken <dev@brenken.org>
* ssmtp: refresh package makefileDirk Brenken2016-05-13
| | | | | | | * change maintainer email address * switch to sha256sum fingerprint * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* ssmtp: maintenance updateDirk Brenken2015-11-15
| | | | | | | | 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>
* ssmtp: more pointer fixesDirk Brenken2014-11-12
| | | | | | | - fixed more pointer issues - remove unused variable Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* ssmtp: revoke gnutls supportDirk Brenken2014-11-09
| | | | | | 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>
* ssmtp: move to githubDirk Brenken2014-11-08
Signed-off-by: Dirk Brenken <dibdot@gmail.com>