Commit graph

13608 commits

Author SHA1 Message Date
Peter Wagner
03caca8e18 tor: update to 0.3.5.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-23 12:52:26 +01:00
W. van den Akker
e93e7e29b5
Shorewall6: Bump to version 5.2.3.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-02-23 11:29:25 +01:00
W. van den Akker
213314a496
Shorewall: Bump to version 5.2.3.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-02-23 11:22:38 +01:00
W. van den Akker
3d10df7fda
Shorewall6-lite: Bump to version 5.2.3.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-02-23 11:19:55 +01:00
W. van den Akker
3c6d3781bb
Shorewall-lite: Bump to version 5.2.3.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-02-23 11:17:23 +01:00
W. van den Akker
8385c1e9f4
Shorewall-core: Bump to version 5.2.3.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-02-23 11:13:22 +01:00
Alexandru Ardelean
9b36b449dc python,python3: allow users to override python args & vars
If users want to define these before including python[3]-package.mk, these
vars will be overridden during the include.
So, override these vars if they haven't been defined.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-02-23 17:00:59 +08:00
Jeffery To
5d72e9bf7e python,python3: Add PYTHON_PKG_SETUP_DIR
This adds a variable (PYTHON_PKG_SETUP_DIR / PYTHON3_PKG_SETUP_DIR) that
allows a Python package Makefile to control the directory where setup.py
is called (as part of PyBuild/Compile/Default /
Py3Build/Compile/Default).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-23 16:59:22 +08:00
Dirk Brenken
7f7a4a60e1
Merge pull request #8281 from dibdot/travelmate
travelmate: bugfix 1.3.7
2019-02-23 08:06:35 +01:00
Dirk Brenken
feca82971a travelmate: bugfix 1.3.7
* fix a possible 'reload' race condition

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-23 07:55:26 +01:00
Tony Ambardar
463590e2bc speedtest-netperf: new package to measure network performance
The speedtest-netperf.sh script measures the network throughput while
monitoring latency under load and capturing key CPU usage and frequency
statistics. The script can emulate a web-based speed test by downloading
and then uploading from an internet server, or perform simultaneous
download and upload to mimic the stress of the FLENT test program.

It simplifies tasks such as validating ISP provisioned speeds or setting
up and fine-tuning SQM, directly on the router. The CPU usage details
can also help determine if the demands of SQM, routing and other tasks
such as the test itself are exhausting the device's CPUs.

This script leverages earlier scripts from the CeroWrt project used for
bufferbloat mitigation, betterspeedtest.sh and netperfrunner.sh. They are
used with the permission of the author, Rich Brown.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2019-02-22 13:34:25 -08:00
Robert Högberg
453d016057 squeezelite: Bump to 1.9.1-1130
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
2019-02-22 21:24:21 +01:00
Dirk Brenken
41a780ee0f
Merge pull request #8275 from dibdot/travelmate
travelmate: update 1.3.6
2019-02-22 16:48:53 +01:00
Dirk Brenken
a423fd57bb travelmate: update 1.3.6
* add captive portal domains automatically to the related
  domain whitelist (dhcp option 'rebind_domain'),
  if rebind protection/RFC1918 is enabled

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-22 12:04:37 +01:00
Hannu Nyman
90bbf7f221
Merge pull request #8266 from BKPepe/urllib3
python-urllib3: add variant for Python3
2019-02-21 18:39:40 +02:00
Karel Kočí
7175b2b47d
python,python3: do not package binary files to base packages
Thanks to fix 200a5a2eec all base packages
now contain all binaries that are generated as part of python
installation. That causes collision between those packages with package
managers that consider this such as Turris updater-ng. This is also just
wrong. Those binaries were not included and should not be after
mentioned fix as well.

This just adds empty install definition. The idea is to override the
default one that is otherwise used.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-02-21 09:33:49 +01:00
Paul Spooren
6ddfe18e31 fft-eval: add package
This program has been created to aid open source spectrum analyzer
development for Qualcomm/Atheros AR92xx and AR93xx based chipsets.

Find more information about the package here:
https://github.com/simonwunderlich/FFT_eval

This package is used in LibreMesh, however our CI doesn't support
multiple architecures as all LibreMesh code is lua. Adding this package
to the official repos allows us to offer it in our tool chain.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-02-21 08:56:43 +01:00
Ted Hess
cd3291d014
Merge pull request #8248 from neheb/v4
v4l2rtspserver: Update to 0.1.3
2019-02-20 19:10:38 -05:00
Hannu Nyman
251f35cb68
Merge pull request #8262 from jefferyto/python-packages-update-data
python-*: Update package data
2019-02-20 22:40:45 +02:00
Hannu Nyman
aae108f3c9
Merge pull request #8261 from neheb/bt
btrfs-progs: Several fixes
2019-02-20 22:39:57 +02:00
Hannu Nyman
43c894d233
Merge pull request #8254 from neheb/patch-5
haproxy: Don't select OPENSSL_WITH_DEPRECATED
2019-02-20 16:04:52 +02:00
Jeffery To
f562ccf2ca multiple-python-packages: Update package data
This updates the Python 2 and 3 versions of each package to share the
same title field. (For packages that only had this change, their
PKG_RELEASE were not incremented.)

This also updates the package title, url and source urls, where
necessary.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-20 19:19:20 +08:00
Josef Schlehofer
6f02b3ae64
python-urllib3: add variant for Python3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-02-20 09:50:58 +01:00
Luiz Angelo Daros de Luca
0265390c92 ruby: bump to 2.6.1
See: https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/
See: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/

New packages mirroring upstream gemification of ruby:
* ruby-bundler (new)
* ruby-e2mmap and ruby-ostruct (from ruby-misc)
* ruby-forwardable (from ruby-patterns)
* ruby-matrix and ruby-prime (from removed ruby-math)
* ruby-mutex_m, ruby-sync and ruby-thwait (from ruby-multithread)
* ruby-tracer (from ruby-debuglib)

Added ruby-dev for building extension inside openwrt (requires cc)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-02-20 02:09:55 -03:00
Rosen Penev
4be546f657 btrfs-progs: Several fixes
Remove LTO. It causes an increase in size.

Remove fsck.btrfs. It's just a script that says to run btrfs check.

Replace INSTALL_BIN with CP to avoid copying what should be a symlink.

Install libbtrfsutil. This is needed by a few of the tools.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-19 15:24:32 -08:00
Hans Dedecker
9d931ca29c
Merge pull request #8206 from dengqf6/xt
xtables-addons: fix build on 4.19 for xt_DNETMAP and xt_pknock
2019-02-19 22:02:35 +01:00
Peter Wagner
edbac15a55 nfs-kernel-server: update patches
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-19 20:14:42 +01:00
Hannu Nyman
c8e2da6f67
Merge pull request #8258 from jefferyto/obfsproxy-default-compile
obfsproxy: Use default compile
2019-02-19 17:37:48 +02:00
Hannu Nyman
fe366c5589
Merge pull request #8257 from jefferyto/python-packages-default-compile
python-(automat|crypto|gmpy2|parsley): Use default compile
2019-02-19 17:37:13 +02:00
Hannu Nyman
17bb110017
Merge pull request #8246 from BKPepe/youtube-dl-2019.02.18
youtube-dl: update to version 2019.02.18
2019-02-19 17:36:00 +02:00
Jeffery To
c953f74843 obfsproxy: Use default compile
This updates the package to use the default PyBuild/Compile, instead of
defining a custom Build/Compile.

This also updates the source url and adds a src package.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-19 23:09:58 +08:00
Jeffery To
8100d33b04 python-(automat|crypto|gmpy2|parsley): Use default compile
This updates these packages to use the default PyBuild/Compile, instead
of defining their own Build/Compile.

This also updates the Python 2 and 3 versions to use the same TITLE.

This also updates the source url and adds src packages for python-gmpy2.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-19 22:54:43 +08:00
Hannu Nyman
d1d0fac7d8
Merge pull request #8251 from jefferyto/python3-twisted-install
python-twisted: Fix python3 install
2019-02-19 15:49:29 +02:00
Hannu Nyman
cbe3ad3ac9
Merge pull request #8253 from jefferyto/python-cffi-update
python-cffi: Update to 1.12.1
2019-02-19 15:49:07 +02:00
Yousong Zhou
b4452ce160 shadowsocks-libev: move --no-delay into json config file
It was introduced in 3.1.0 as a command line argument and was part of
the json config since 3.1.1

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-19 21:08:23 +08:00
Yousong Zhou
9cfa29b873 shadowsocks-libev: use jshn.sh for making json config
As suggested by Jeffery To in openwrt/packages#8233

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-19 21:08:23 +08:00
Deng Qingfang
d9222c37dd xtables-addons: fix build on 4.19 for xt_DNETMAP and xt_pknock
Backport 2 commits to fix build on 4.19:
3ea761a1ed
2b76b68c65

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-02-19 19:52:30 +08:00
Rosen Penev
430906bd78
haproxy: Don't select OPENSSL_WITH_DEPRECATED
Deprecated APIs are already patched out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-19 01:17:37 -08:00
Jeffery To
22e2d592e0 python-cffi: Update to 1.12.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-19 16:51:21 +08:00
Hannu Nyman
89df405736
Merge pull request #8252 from jefferyto/python-txsocksx-python-twisted
python-txsocks: Fix twisted dependency
2019-02-19 10:03:40 +02:00
Jeffery To
6e55df6ccb python-txsocks: Fix twisted dependency
This fixes the dependency on twisted, which was renamed to
python-twisted earlier.

This also changes the package to use the default PyBuild/Compile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-19 15:29:21 +08:00
Jeffery To
4b16ae6a11 python-twisted: Fix python3 install
The install routine was written before the fix in #8241, and wasn't
sufficiently tested with that fix.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-19 14:36:36 +08:00
Rosen Penev
6d0db9f5e3 v4l2rtspserver: Update to 0.1.3
Removed upstreamed patches.

Updated live555.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-18 13:58:04 -08:00
Hannu Nyman
9c82fc1136
Merge pull request #8240 from jefferyto/python-twisted
twisted: Rename package, fix errors
2019-02-18 18:34:19 +02:00
Hannu Nyman
cd9e744cec
Merge pull request #8241 from jefferyto/python-package-install
python,python3: Fix calling default PyPackage/install
2019-02-18 18:33:30 +02:00
Jeffery To
200a5a2eec python,python3: Fix calling default PyPackage/install
This fixes Package/*/install to call PyPackage/*/install correctly.
Previously, if a package used the default PyPackage/*/install, then it
would not called. (A custom-defined PyPackage/*/install would be called
with no issue.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-18 16:33:26 +08:00
Jeffery To
247d162e2e twisted: Rename package, fix errors
This renames the Python 2 twisted package to python-twisted, and updates
dependents (i.e. obfsproxy) to reference the updated name.

This also fixes conflicts between the Python 2 and 3 packages. Twisted
installs some scripts to /usr/bin, and previously scripts for both
packages used the same names. This adds a "3" suffix to scripts
installed by python3-twisted.

This also adds python[3]-setuptools as a dependency, as the scripts
installed to /usr/bin depend on pkg_resources (part of setuptools).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-18 16:11:02 +08:00
Yousong Zhou
a0172009fb pixman: bump to version 0.38.0
Release 0.37.0 was not actually released.  From the git log, there are
two functional changes about optimization by using float points directly

	Bump version to 0.38.0
	pixman: Use maximum precision for pixman-bits-image, v2.
	Implement floating point gradient computation, v2.
	build: Add meson files to EXTRA_DIST
	editorconfig: use tabs for Makefiles
	Merge remote-tracking branch 'origin/master'
	Post release version bump to 37.1
	gitlab-ci: Add meson build to pipeline test
	meson: Add a meson build system
	Add .editorconfig file
	Bump version to 0.36.0

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-18 03:40:09 +00:00
Rosen Penev
41a431cd56 git: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-18 00:29:15 +01:00
Josef Schlehofer
06f46c90eb
youtube-dl: update to version 2019.02.18
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-02-17 23:36:09 +01:00