Commit Graph

15687 Commits

Author SHA1 Message Date
Jeffery To 6a4c152008 slide-switch: Update to 0.9.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-08-02 15:53:10 +08:00
Daniel Engberg c8d2e8e880
Merge pull request #9600 from Andy2244/samba4-python2-fix
samba4: add python2 host dependency
2019-08-01 14:06:55 +02:00
Florian Eckert 071fdd3736
Merge pull request #9620 from commodo/ulogd-maintainer-me
net: ulogd2: add myself as maintainer
2019-08-01 14:03:14 +02:00
Alexandru Ardelean 2a5fb656f2 net: ulogd2: add myself as maintainer
Since this package has been abandoned, I don't mind taking it over.
If there are issues with it, I can also investigate, and be a point-man.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-08-01 14:33:17 +03:00
Rosen Penev bdd2b79079
Merge pull request #9609 from neheb/py
python: Replace utime with utimes
2019-07-31 14:42:55 -07:00
Rosen Penev 1114b598b9
Merge pull request #9591 from neheb/ulog
ulogd: Backport JSON network patch
2019-07-31 13:32:55 -07:00
Rosen Penev 29a3b3364d
Merge pull request #9614 from neheb/zstd2
zstd: Update to 1.4.2
2019-07-31 06:48:08 -07:00
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 616ef7e058
zstd: Update to 1.4.2
Add patch to remove deprecated utime function.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-30 23:58:39 -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
Rosen Penev 608df65a62
python: Replace utime with utimes
Optionally fixes compilation with uClibc-ng.

Based on the surrounding code, this looks like an oversight.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-30 23:44:43 -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
Andy Walsh c02ef3ae7f samba4: add python2 host dependency
* add python2/host dependency

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-07-30 11:09:17 +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 23a36b00e2
ulogd: Backport JSON network patch
It was requested in #9065 .

Cleaned up Makefile slightly.

Removed inactive maintainer.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-28 18:02:20 -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