Commit Graph

15662 Commits

Author SHA1 Message Date
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
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
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
Rosen Penev f5d73bd23c Merge pull request #9543 from jefferyto/prometheus-fix-mips64-build
prometheus: Fix build for mips64/mips64el
2019-07-25 10:30:55 -07:00
Rosen Penev eac6462bb2 Merge pull request #9555 from rosysong/kea-fix
kea: remove python3 dependency of kea-admin
2019-07-25 10:29:20 -07:00
Rosen Penev ed6ea52acd Merge pull request #9489 from BKPepe/egenix
python-egenix-mx-base: Makefile polishing
2019-07-25 10:28:45 -07:00
Rosen Penev a53fa7c87e Merge pull request #9564 from neheb/hap
haproxy: Get rid of bashisms from get-latest-patches.sh
2019-07-25 09:30:38 -07:00
Rosen Penev 5092f680e8 haproxy: Get rid of bashisms from get-latest-patches.sh
Plus some other shellcheck cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 19:07:31 -07:00
Rosen Penev d0e3aa7493 xz: Remove bash dependency
Bash is not needed here. These scripts are POSIX compliant.

This was originally added as the configure script looks for /bin/bash
locally. Passing gl_cv_posix_shell overrides this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 18:46:55 -07:00
Eneas U de Queiroz 2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08:00
Rosen Penev 36649eef43 Merge pull request #9511 from neheb/cifs
cifsd
2019-07-24 12:32:29 -07:00
Jiri Slachta 262f689990 Merge pull request #9561 from ja-pa/libxslt-security-fix
libxslt: patch security issues
2019-07-24 21:09:41 +02:00
Rosen Penev a5d63fb1ea zstd: Update to 1.4.1
Decompression speedup of 7% on average.

Remove upstreamed uClibc-ng patch.

Fixed optimization option to show properly under menuconfig.

Added LTO for smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 11:56:19 -07:00
Rosen Penev 838f60d530 cifsd: Update to 2019-07-17 commit
Fixes several issues, including a restart bug and compilation on kernel
4.9.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 11:49:09 -07:00
Rosen Penev dc7b5732e8 cifsd-tools: Run init script through shellcheck
Main warning fixed was about echo -e not being supported by POSIX sh.

Added PKG_BUILD_PARALLEL for slightly faster compilation.

Small whitespace cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-24 11:49:08 -07:00
Rosen Penev 78fce79090 Merge pull request #9556 from neheb/net
netifyd: Don't build on uClibc-ng
2019-07-24 10:02:43 -07:00
Rosen Penev 626469860a Merge pull request #9549 from hauke/io-tool-sync
io: Open /dev/mem with O_SYNC for uncached access
2019-07-24 09:45:35 -07:00