Commit Graph

18529 Commits

Author SHA1 Message Date
Michael Heimpold 2600255ecb u2pnpd: update to 0.5
This update fixes #11452 since LFS detection support was added upstream.
While at, update SPDX license tag to latest standard.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-02-28 22:24:04 +01:00
Rosen Penev 7518849bda
upmpdcli: link against libm under glibc
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-27 17:02:59 -08:00
Rosen Penev 6a9a0e2d44
gptfdisk: update to 1.0.5
Removed upstreamed patches. Refresh remaining one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-27 17:00:49 -08:00
Rosen Penev 355d8b1388
idevicerestore: update to 2020-02-17
Fix compilation under glibc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-27 16:59:53 -08:00
Rosen Penev 7c7a922cb0
libirecovery: fix version
The hash was correct but not the source version. No idea how this happened

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-27 16:59:52 -08:00
Rosen Penev aa58b13013
Merge pull request #11416 from Borromini/master
Unbound: update to 1.10.0
2020-02-27 14:17:29 -08:00
Rosen Penev 1b4d7b0e53
Merge pull request #11448 from neheb/upnpppppp
libupnpp: link against libm under glibc
2020-02-27 14:16:57 -08:00
Rosen Penev 906e7bf6b0
Merge pull request #11445 from neheb/mp
mpd: link against libm under glibc
2020-02-27 13:50:49 -08:00
Rosen Penev 6cec3aa01a
Merge pull request #11427 from neheb/h56y
libarchive: update to 3.4.2
2020-02-27 13:50:25 -08:00
Rosen Penev c69ed278e8
Merge pull request #11426 from neheb/log
log4cplus: update to 2.0.5
2020-02-27 13:50:10 -08:00
Rosen Penev 434ede2ec1
Merge pull request #11433 from lucize/libreup
libreswan: update to 3.30
2020-02-27 13:26:09 -08:00
Rosen Penev 2b0b0ab7f5
mpd: link against libpthread under glibc
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-27 13:25:51 -08:00
Rosen Penev 635c30b8a4
Merge pull request #11450 from TDT-AG/pr/20200227-keepalived
keepalived: update version to 2.0.20
2020-02-27 12:56:08 -08:00
Rosen Penev a28a00305b
Merge pull request #11438 from ja-pa/python-zipp-3.0.0
python-zipp: update to version 3.0.0
2020-02-27 12:55:19 -08:00
Rosen Penev 01e5d31b80
Merge pull request #11443 from nxhack/node_v12_16_0
node: update to v12.16.1
2020-02-27 12:54:24 -08:00
Rosen Penev c164b2087e
Merge pull request #11451 from jow-/cgi-io-fix-uclibc
cgi-io: fix compilation against uClibc
2020-02-27 12:51:39 -08:00
Rosen Penev 7decc0dcf6
Merge pull request #11449 from neheb/addrw
addrwatch: update to 1.0.2
2020-02-27 12:48:33 -08:00
Jo-Philipp Wich ed965cf16f cgi-io: fix compilation against uClibc
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-27 12:38:15 +01:00
Florian Eckert e48a43f924 keepalived: update version to 2.0.20
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-27 12:26:59 +01:00
Florian Eckert 8d78da73fb
Merge pull request #11439 from tete1030/fix-runc
runc/containerd: Fix incomplete cleanup in Build/InstallDev
2020-02-27 11:58:02 +01:00
Rosen Penev 42679d2aae
Merge pull request #11446 from neheb/ola
ola: link against libm under glibc
2020-02-26 22:01:50 -08:00
Rosen Penev f1a7d509b5
addrwatch: update to 1.0.2
Switch to standard tarball to avoid autoreconfig.

Fix license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Add PKG_INSTALL for consistency with other packages.

Removed upstreamed patches. Refresh remaining one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 21:02:20 -08:00
Rosen Penev 4ba3e9cd8d
libupnpp: link against libm under glibc
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 20:30:32 -08:00
Rosen Penev ee2e3915f0
protobuf: link against libm under glibc
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 20:29:25 -08:00
Rosen Penev 9b171165a4
ola: link against libm under glibc
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 20:28:17 -08:00
Rosen Penev b95699c647
stubby: fix init script
The configuration file was not being generated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 19:49:08 -08:00
Texot Qi 519ed43b30 containerd: fix incomplete cleanup in Build/InstallDev
Currently it only cleans up binaries when executing
Build/InstallDev without deleting .built stamp file.

This leads to wrong information about existence of
built runc binaries and causes error when executing
package/containerd/install twice.

Signed-off-by: Texot Qi <tete1030@gmail.com>
2020-02-27 10:25:26 +08:00
Texot Qi bffa542f7a runc: fix incomplete cleanup in Build/InstallDev
Currently it only cleans up binaries when executing
Build/InstallDev without deleting .built stamp file.

This leads to wrong information about existence of
built runc binaries and causes error when executing
package/runc/install twice.

Signed-off-by: Texot Qi <tete1030@gmail.com>
2020-02-27 10:23:33 +08:00
Rosen Penev 513513c4d0
Merge pull request #11434 from lucize/frrup
frr: update to 7.3
2020-02-26 10:05:35 -08:00
Lucian Cristian 684b68a8fd frr: update to 7.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-26 18:27:38 +02:00
Jan Pavlinec ce5c055958
python-zipp: update to version 3.0.0
Changes:
-remove dependency on more-itertools
-fix build dependency

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-02-26 16:02:49 +01:00
Karl Palsson 0798a11fad pagekite: add simple websockets and update syntax
Syntax now matches preferred upstream style.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:21:53 +00:00
Karl Palsson 88fb4ac6b7 pagekite: avoid redundant information in syslog
Patch from upstream: 7b45878185

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:21:53 +00:00
Karl Palsson af84a226f0 pagekite: bump to v0.91.200218
pings the front ends less aggressively, reducing cpu usage on the host.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:21:53 +00:00
Florian Eckert 670e27aac2
Merge pull request #11428 from TDT-AG/pr/20200224-btrfs
btrfs-progs: add kmod btrfs dependency
2020-02-26 12:07:51 +01:00
Rosen Penev 7a1435e5f4 libimobiledevice: update to 2020-02-19
Added config directory patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 01:37:18 -08:00
Florian Eckert a4740c27ca btrfs-progs: add kmod btrfs dependency
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-26 10:13:54 +01:00
Nikos Mavrogiannopoulos f61be91299 ocserv: updated to 0.12.6
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-02-26 05:58:54 +01:00
Rosen Penev 9290d41077
avahi: update to 0.8
Clean up Makefile slightly.

Update configure options for the new version.

Remove first patch and update the other one.

Use a different solution for the stack protector on certain platforms.

Run script through shellcheck. Small quote fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-25 20:53:35 -08:00
Michael Heimpold a8ff4663b5 php7: update to 7.4.3
This fixes:
  - CVE-2020-7061
  - CVE-2020-7062
  - CVE-2020-7063

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-02-25 22:56:15 +01:00
Lucian Cristian f37d1b698d libreswan: update to 3.30
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-25 22:49:52 +02:00
Rosen Penev bfc6828ef2
Merge pull request #11404 from neheb/stub
stubby: makefile and init script cleanup
2020-02-24 23:50:26 -08:00
Rosen Penev eaf5225323
stubby: makefile and init script cleanup
Reordered Makefile according to
https://github.com/openwrt/packages/pull/9399#issuecomment-508727872 .

Added PKG_BUILD_PARALLEL for faster compilation.

Remove duplicated conffiles section.

Install /etc/config/stubby using INSTALL_CONF, as is done elsewhere

Run init script through shellcheck and clean it up.

Added chmod for the stubby config file, to fix a LuCI issue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-24 16:26:12 -08:00
Rosen Penev 5ce1cd82d8
Merge pull request #11396 from neheb/cap2
libcap: update to 2.32
2020-02-24 16:24:25 -08:00
Rosen Penev 466c433af1
Merge pull request #11335 from neheb/dump
dump1090: update to 3.8.0
2020-02-24 16:17:25 -08:00
Rosen Penev c22dd1bf74
libarchive: update to 3.4.2
Switch to normal tarballs. Remove autoreconf as a result.

Several Makefile cleanups for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 20:55:16 -08:00
Rosen Penev 98108cb167
log4cplus: update to 2.0.5
Remove CMake option made obsolete by cmake.mk

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 20:52:33 -08:00
Rosen Penev 552c9ec87a
Merge pull request #11004 from neheb/dln
minidlna: update to latest master
2020-02-23 20:08:14 -08:00
Rosen Penev e9a65f1380
minidlna: update to latest master
Removed inactive maintainer.

Cleaned up Makefile to remove old options.

Switched to PKG_INSTALL for consistency.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license info.

Removed '' from enabled for consistency.

Ran init script through shellcheck. Batched config file writes.

Switched it to use procd. The -S parameter changes it to foreground. It
stands for systemd.

Added a sysctl tweak to get rid of warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 18:03:14 -08:00
Rosen Penev e547169c51
protobuf-c: update to 1.3.3
Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 15:00:08 -08:00