Commit Graph

13 Commits

Author SHA1 Message Date
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
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Rosen Penev bba043ee47
ssmpt: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-27 11:20:41 -07: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
Stijn Tintel f82287cf5c treewide: use name in define and eval lines
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>
2017-03-08 21:15:20 +01: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
champtar 4b647f6fb1 Merge pull request #2952 from zorun/fix_md5sum
Remove incorrect use of PKG_SHA256SUM
2016-07-11 12:42:12 +02: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
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
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
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 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