1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 04:14:01 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Rosen Penev
5ccd4d1c25 treewide: compile with tools/meson
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-17 22:06:52 -07:00
Rosen Penev
169dd3f14e libesmtp: update to 1.1.0
New upstream. Uses meson now. Removed outdated patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-16 12:55:57 -07:00
Ilya Lipnitskiy
5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Rosen Penev
676c239bba
libesmtp: update URLs
The author's website went down and moved to GitHub.

Used a mirror for PKG_SOURCE_URL and he does not have the same tarball
on GitHub.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-12 18:27:34 -07: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
ff30d1e443 libesmtp: Fix compile with OpenSSL 1.1.0
Also switched back to official tarball.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-31 20:31:11 -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
Othmar Truniger
290358db62 libesmtp: add ssl support, new upstream URL
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-03-05 10:53:07 +01:00
Othmar Truniger
7ae9c98341 libesmtp: streamline makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-11 23:33:42 +01: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
Othmar Truniger
d0116042fa libesmtp: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 09:58:13 +01:00