1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00
Commit Graph

15676 Commits

Author SHA1 Message Date
Rosen Penev
57cf47fb2e
Merge pull request #9615 from neheb/sig
libsigar: Remove deprecated rindex function
2019-07-31 06:47:40 -07:00
Rosen Penev
08192a7d73
Merge pull request #9610 from neheb/tirp
libtirpc: Remove deprecated b functions
2019-07-31 06:46:59 -07:00
champtar
568b1b3a2c
Merge pull request #9608 from champtar/phantap
phantap: add new package
2019-07-31 00:18:06 -07:00
Rosen Penev
b134eb3800
libsigar: Remove deprecated rindex function
Optionally unavailable with uClibc-ng.

Switched to local tarballs. .xz is smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-31 00:02:41 -07:00
Etienne Champetier
15ac0c4a84 phantap: add new package
PhanTap or Phantom tap is a small set of scripts that allow you to setup a network tap
that automatically impersonnate a victim device, allowing you to access internet using
the IP & MAC of the victim

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-07-31 00:00:04 -07:00
Rosen Penev
a7f8ddc00b
libtirpc: Remove deprecated b functions
Optionally fixes compilation with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-30 23:51:34 -07:00
Nikos Mavrogiannopoulos
c82ce06ec3
Merge pull request #9606 from neheb/tasn
libtasn1: Update to 4.14
2019-07-31 08:40:37 +02:00
Rosen Penev
8482407d7c
libtasn1: Update to 4.14
Fixes CVE-2018-1000654

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-30 15:41:28 -07:00
Hannu Nyman
1c412e16a3
Merge pull request #9597 from RussellSenior/patch-cve-13636
tools/patch: apply upstream patch for CVE-2019-13636
2019-07-30 21:31:52 +03:00
Hannu Nyman
6fa1dd5568
Merge pull request #9601 from TDT-AG/pr/20190730-collectd
collectd: enable threshold plugin
2019-07-30 18:47:59 +03:00
Florian Eckert
4eaf3e4642 collectd: enable threshold plugin
The only action the Threshold plugin takes itself is to generate and
dispatch a notification. Other plugins can register to receive
notifications and perform appropriate further actions.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-30 12:36:37 +02:00
Rosen Penev
77512a6717
Merge pull request #9598 from nxhack/libhttp-parser_for_macos
libhttp-parser: fix build error on macos
2019-07-29 18:06:49 -07:00
Colby Whitney
0c0b74618c luasocket: variant for lua5.1 and lua5.3
Updating luasocket package that is compatible with, and built against,
lua version 5.3 and 5.1.

I made the following modifications:

Makefile - Set the LUAV environment variable in the build variant.
Set an include path in the lua build so that that lua headers could
be found. Also using the make install target as everything is put
in the correct place automatically for the lua 5.3 build.
The lua 5.1 build still uses the old install method because when
I was testing using the "install" target the lua5.1 interpreter
was unable to locate resources.  So that is why there are
two install methods.

Built and tested on BCM5301X.

Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
2019-07-29 23:33:30 +02:00
Colby Whitney
5de3d6c220 luasocket: update version
I made the following modifications:

Makefile - Updated the upstream version. Set the LUAV environment
variable in the build variant. Set an include path in the lua build so
that that lua headers could be found.  Set source date version to
identify the source.

0001-Add-interface-support.patch - ported this patch which included
replacing one deprecated call for 5.3. Validated that the interface
functionality added by the patch is working and functional. The
following lua script line was functional: print(socket.iface.indextoname(2))

0301-Fix-mpc85xx-build.patch - Just fixed the offsets and fuzz in the
patch

040-remove-fpic-and-warnings.patch - ported this patch. I did make one
change. The patch name is called remove fpic and warnings, but the
patch was also removing optimization. I ported the removal of fpic and
warnings, however I left optimization in.

Built and tested on BCM5301X.

Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
[ rmilecki: fix whitespaces in 040-remove-fpic-and-warnings.patch ]
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2019-07-29 23:32:15 +02:00
Russell Senior
c8142f1ac1 tools/patch: apply upstream patch for CVE-2019-13636
In GNU patch through 2.7.6, the following of symlinks is mishandled in
certain cases other than input files. This affects inp.c and util.c.

https://nvd.nist.gov/vuln/detail/CVE-2019-13636

Signed-off-by: Russell Senior <russell@personaltelco.net>
2019-07-29 13:14:58 -07:00
Rosen Penev
e38f2d78ec
Merge pull request #9570 from neheb/yaj
yajl: Update to modern standards
2019-07-29 10:22:08 -07:00
Rosen Penev
9a305c432b
Merge pull request #9590 from neheb/sam
samba4: Run init script through shellcheck
2019-07-29 09:18:06 -07:00
Daniel Engberg
734222f4ee
Merge pull request #9593 from BKPepe/ytdl_update
youtube-dl: update to version 2019.7.27
2019-07-29 14:21:42 +02:00
Hirokazu MORIKAWA
5b76339f09 libhttp-parser: fix build error on macos
Maintainer: @ageekymonk, me
Compile tested: head r10622-e09da01,ath79,arm_cortex-a9+vfpv3,mipsel
Run tested: mipsel

Description:
fix build error on macos

https://github.com/openwrt/packages/issues/9587

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-07-29 17:45:22 +09:00
Florian Eckert
1739260574
Merge pull request #9577 from TDT-AG/pr/20190726-ipvsadm
ipvsadm: update version to 1.30
2019-07-29 09:54:54 +02:00
Florian Eckert
a80ead634b ipvsadm: update version to 1.30
Update version to 1.30

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-29 09:16:21 +02:00
Josef Schlehofer
52581d9e28
youtube-dl: update to version 2019.7.27
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-29 08:54:39 +02:00
Rosen Penev
9a552c75b3 rtklib: Update to 2.4.3_b32
Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-29 07:58:40 +02:00
Rosen Penev
2abbc83c9d
yajl: Update to modern standards
Replaced git:// link with https:// which gets through firewalls easier.

Replaced archive with .xz. The one currently in the mirrors has the wrong
hash. .xz is also smaller than .gz.

Eliminated already default CMake option.

Eliminated Build/InstallDev with CMAKE_INSTALL.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-28 20:21:38 -07:00
Rosen Penev
d03b88b5b0
samba4: Run init script through shellcheck
Some performance improvements by batching file writes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-28 17:51:00 -07:00
Rosen Penev
64c358876e
lksctp-tools: Update URL
The old website still references an old version. Fixes uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-28 15:33:08 -07:00
Rosen Penev
d88e28e71c
Merge pull request #9477 from neheb/rng
rng-tools: Update to 6.7
2019-07-28 15:23:24 -07:00
Michael Heimpold
ec2cbce031 libgpiod: update to 1.4
While at, update SPDX identifier.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-07-28 23:46:17 +02:00
Daniel Golle
daadbe2b80 gnunet-secushare: fix build against new GNUnet CADET API
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-07-28 16:12:18 +02:00
Daniel Golle
556943253b gnunet: update to release 0.11.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-07-28 16:12:18 +02:00
Rosen Penev
9b4dd1d68d
Merge pull request #9505 from cotequeiroz/luaposix
luaposix: remove eglibc remnants
2019-07-27 16:32:41 -07:00
Rosen Penev
2d8636965d
Merge pull request #9527 from neheb/zstd
zstd: Update to 1.4.1
2019-07-27 09:41:19 -07:00
Rosen Penev
3d7002431f
Merge pull request #9569 from neheb/zmq
libzmq: Remove uClibc++ support
2019-07-27 09:38:55 -07:00
Rosen Penev
65aad6727a
Merge pull request #9486 from neheb/yk
ykpers: Update to 1.20.0
2019-07-27 09:37:31 -07:00
Ken Xu
2e3a8c10ab dnstop: add new package
Signed-off-by: Ken Xu <windedge99@gmail.com>
2019-07-27 21:23:37 +08:00
Rosen Penev
035dfd530c
Merge pull request #9551 from neheb/elek
elektra: Switch to Lua 5.3
2019-07-25 20:36:23 -07:00
Rosen Penev
a654d585dd
elektra: Switch to Lua 5.3
After the introduction of Lua 5.3 to OpenWrt, elektra picks it up instead
of 5.1. Since 5.1 is unsupported anyway, switch to 5.3.

Added liblua to PKG_BUILD_DEPENDS as the FindLua script is broken. Having
it here allows compilation to continue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-25 18:38:23 -07:00
Rosen Penev
f431f442a3
Merge pull request #8680 from lucize/intltool-perl
intltool: depend on hostpkg first
2019-07-25 13:39:11 -07:00
Rosen Penev
2a2a49c3a4
Merge pull request #9545 from neheb/tar
tar: Add zstd capability
2019-07-25 13:04:09 -07:00
Rosen Penev
ad11587c40
libzmq: Remove uClibc++ support
libzmq is used by fbzmq, which absolutely requires libstdcpp since it's a
C++14 project. There's no point in using two libc++.

Cleaned up Makefile for consistency between packages.

Added nanosleep patch for platforms that are missing usleep.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-25 12:32:16 -07:00
Matthias Schiffer
a828d8430f
Merge pull request #9568 from blocktrron/master
fastd: fix segmentation fault with musl >1.1.20
2019-07-25 20:47:49 +02:00
David Bauer
ed3c3e3c79 fastd: fix segmentation fault with musl >1.1.20
When compiled with musl >1.1.20, fastd will crash in case it can't
resolve a peers hostname. This is due to a changed implementation of
freeaddrinfo in musl 1.1.21 onwards.

This segfault is fixed by not calling freeaddrinfo in case the supplied
pointer is null.

Signed-off-by: David Bauer <mail@david-bauer.net>
2019-07-25 20:21:33 +02:00
Rosen Penev
1caaec2b9b
Merge pull request #9507 from ja-pa/lmdb
lmdb: add new package
2019-07-25 10:59:06 -07:00
Rosen Penev
a1ac0a0632
Merge pull request #9516 from neheb/soooo
socat: Fix compilation when usleep is missing
2019-07-25 10:56:04 -07:00
Rosen Penev
789f2d40be
Merge pull request #9563 from neheb/xz3
xz: Remove bash dependency
2019-07-25 10:55:04 -07:00
Rosen Penev
bc63d21dee
Merge pull request #9454 from BKPepe/markupsafe
MarkupSafe: Makefile polishing and add src package
2019-07-25 10:39:19 -07:00
Rosen Penev
303d99bb60
Merge pull request #9441 from ja-pa/zmq-security-fix
zeromq: update to version 4.1.7 (security fix)
2019-07-25 10:38:04 -07:00
Rosen Penev
9f85670353
Merge pull request #9444 from ja-pa/expat-security-fix
expat: update to version 2.2.7 (security fix)
2019-07-25 10:37:29 -07:00
Rosen Penev
83b354dbd0
Merge pull request #9535 from dengqf6/pcre
pcre: remove unnecessary dependency on C++ lib
2019-07-25 10:33:08 -07:00
Rosen Penev
131bd831e5
Merge pull request #9548 from James-TR/pdns-recursor-4.2.0
pdns-recursor: bump version to 4.2.0
2019-07-25 10:32:32 -07:00