1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-19 23:28:39 +02:00
Commit Graph

31 Commits

Author SHA1 Message Date
Othmar Truniger
035d3d5029 linknx: adopt new libesmtp version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2021-06-16 17:14:25 +02:00
Rosen Penev
39bc254663 treewide: remove uClibc++ support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:46 -08: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
95c6c66ed1
linknx: fix compilation without sys/cdefs
sys/cdefs.h is not included with musl. It's also deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 15:23:59 -07:00
Othmar Truniger
bd7173e79b linknx: bump to version 0.0.1.38
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-03-08 14:57:47 +01:00
Rosen Penev
647bacd46b linknx: convert to procd
Removed options UCI parameter. It's not terribly useful. Most of the
parameters can be replaced with procd functionality. procd also demands
processes to run in the foreground.

Removed -fno-builtin. It seems to be a legacy option.

Ran init script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-03 11:38:46 -08:00
Rosen Penev
ee94a1e912
linknx: Update iconv patch to work with libiconv-full
libiconv-full requires a const char for its second parameter. Otherwise
-fpermissive error is thrown.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-28 16:01:04 -07:00
Rosen Penev
fec9257655
linknx: Fix compilation with libiconv
This applies to uClibc-ng and libiconv-full

Switched to building with uClibc++.

Fixed license information.

Fixed BUILD_DEPENDS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-25 16:23:23 -07:00
Othmar Truniger
baa036797a linknx: bump to new upstream version 0.0.1.37
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-03-30 10:07:31 +01:00
Rosen Penev
32d1a74330 linknx: Update to 0.0.1.36 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-31 20:40:48 -07:00
Othmar Truniger
3c668250f9 linknx: bump to version 0.0.1.34
Signed-off-by: Othmar Truniger <github@truniger.ch>
2017-10-25 20:26:27 +02:00
Othmar Truniger
6edf00aded linknx: bump to new upstream version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2017-09-09 17:48:52 +02: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
3448cd9385 linknx: bump to new version on new repo
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-02-11 19:00:37 +01:00
Othmar Truniger
3cf6ae0fb1 linknx: fix musl compatibility
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-06-27 22:55:51 +02:00
Othmar Truniger
27762817f1 linknx: fix dependency
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-19 22:48:56 +01:00
Othmar Truniger
6f78dcc31d linknx: streamline makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-17 20:41:51 +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
c933b66958 linknx: update release number for changes in files dir
Signed-off-by: Othmar Truniger <gibthub@truniger.ch>
2015-01-17 19:13:15 +01:00
Othmar Truniger
83ddfd0d16 linknx: improve init script
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-17 19:11:41 +01:00
Othmar Truniger
bae1b2bfde linknx: change path for persistent files
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-17 19:09:11 +01:00
Ted Hess
a922475cd2 Merge pull request #751 from tru7/patch-4
linknx: change runtime patch in config files
2015-01-09 06:54:56 -05:00
Othmar Truniger
d83f4e5028 linknx: fix name of PID file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-08 10:22:50 +01:00
Othmar Truniger
81f06b2756 linknx: change runtime patch in config files
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-07 21:43:56 +01:00
Othmar Truniger
66a7e02d1b linknx: fix permissions, add conffiles in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-07 21:41:17 +01:00
Othmar Truniger
23a17f85ac linknx: use better macros in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:13:07 +01:00
Othmar Truniger
be0ed6fc2c linknx: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:13:54 +01:00
Othmar Truniger
1a9bc1c43a linknx: add dist xml conf file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:22:57 +01:00
Othmar Truniger
934d7f249e linknx: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:21:03 +01:00
Othmar Truniger
c7e53198ae linknx: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:20:11 +01:00
Othmar Truniger
d2c7bf32ae linknx: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:18:51 +01:00