Commit Graph

16972 Commits

Author SHA1 Message Date
Daniel Engberg 6de7e5d39d
Merge pull request #10472 from BKPepe/yt
youtube-dl: Update to version 2019.11.5
2019-11-05 23:43:59 +01:00
Josef Schlehofer 93254e674c
btrfs-progs: Update to version 5.3.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-05 23:33:12 +01:00
Josef Schlehofer 92016471f9
youtube-dl: Update to version 2019.11.5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-05 23:06:48 +01:00
Rosen Penev 0c71486edd
minisatip: Update to 1.0.2
Switched to codeload for simplicity.

Added patch to fix compilation without deprecated OpenSSL APIs.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-05 13:48:59 -08:00
Peter Stadler 18c99e8d07 django: bump version to 2.2.7 and fix minor problems
Add dependency on python3-sqlparse and use django-admin.py instead of django-admin as the latter depends on python3-pkg-resources.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2019-11-05 15:50:03 +01:00
Rosen Penev f095101399
Merge pull request #10374 from peter-stadler/django-cors-headers
django-cors-headers: add python3 package
2019-11-05 02:00:35 -08:00
Rosen Penev e1af55fdf5
Merge pull request #10375 from peter-stadler/sqlparse
sqlparse: add python3 package
2019-11-05 01:59:31 -08:00
Rosen Penev f246780450
Merge pull request #10376 from peter-stadler/drf-nested-routers
drf-nested-routers: add python3 package
2019-11-05 01:58:29 -08:00
Andre Heider 5aaa1e7da4 mpd: update to v0.21.16 and build with meson
One patch was dropped (probably not required anymore).

Old options have been dropped and new ones added. The order is as found
in meson_options.txt. mpd-mini and mpd-full retained their feature sets.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-05 10:28:30 +01:00
Andre Heider 0469c0715b mpc: update to v0.32 and build with meson
Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-05 10:28:30 +01:00
Andre Heider 8a7d276618 libmpdclient: build with meson
Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-11-05 10:28:30 +01:00
Rosen Penev 29b5bfd2d9
Merge pull request #10460 from jefferyto/python-readme-update
python: Readme updates
2019-11-04 23:37:44 -08:00
Rosen Penev 20db00e01e
Merge pull request #10434 from flyn-org/libsoup
libsoup: update to 2.68.2 and build with meson
2019-11-04 17:31:07 -08:00
W. Michael Petullo 9df0a4c0db libsoup: update to 2.68.2 and build with meson
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-11-04 19:33:59 -05:00
Rosen Penev c6cf2dadc0 sysrepo: Switch to Python 3
Python 2 will be EOL by the end of the year. Switch to Python 3 as there
is already support for it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 12:24:07 -08:00
Rosen Penev 4e23b0fcf6 Netopeer2: Update to 0.7-r2
Small cleanups.

Removed upstreamed patch.

Suffixed all patches with .patch

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 12:05:27 -08:00
Rosen Penev 98c04e04c4 sysrepo: Update to 0.7.8
Makefile cleanups for consistency between packages.

Placed libsysrepo in Libraries instead of Utilities.

Removed InstallDev as it is implied by CMAKE_INSTALL.

Added .patch at the end of patch files.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 12:05:27 -08:00
Rosen Penev b5132ef780 libnetconf2: Update to 0.12-r2
Cleaned up Makefile slightly. The removed CMAKE_OPTIONS are defaults from
cmake.mk

Removed Upstreamed patches.

Rebased and added .patch to the remaining one.

Added -Wformat-security patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 11:58:32 -08:00
Rosen Penev b7a82187c1
Merge pull request #10427 from neheb/pkg
pkgconf: Add package
2019-11-04 11:33:08 -08:00
Rosen Penev cbaa687bc8
Merge pull request #10422 from neheb/yar
yara: Update to 3.11.0
2019-11-04 11:32:44 -08:00
Rosen Penev 5c6b524dcb
Merge pull request #10421 from neheb/unr
unrar: Update to 5.8.3
2019-11-04 11:32:21 -08:00
Rosen Penev 96fff1e780
Merge pull request #10420 from neheb/mpg
mpg123: Update to 1.25.13
2019-11-04 11:31:56 -08:00
Rosen Penev 4b7fb1f882
Merge pull request #10418 from neheb/get
geth: Update to 1.9.6
2019-11-04 11:31:33 -08:00
Rosen Penev 0900d3c21e
Merge pull request #10417 from neheb/gawk
gawk: Update to 5.0.1
2019-11-04 11:31:09 -08:00
Rosen Penev b9a61d4db1
Merge pull request #10275 from neheb/scr
screen: Update to 4.7.0
2019-11-04 11:29:33 -08:00
Rosen Penev 507990bd48
Merge pull request #10416 from neheb/h
e2guardian: Remove
2019-11-04 11:28:36 -08:00
Jeffery To 6f987b727f python: Add pypi.mk usage to readme
This adds documentation on including pypi.mk and its required/optional
variables to the Python section readme.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-11-05 03:28:12 +08:00
Rosen Penev 92c74106bf
Merge pull request #10403 from neheb/mi
mii-tool: Clean up Makefile
2019-11-04 11:27:18 -08:00
Rosen Penev abee7936a0
Merge pull request #10401 from neheb/tin
libtins: Update to 4.2
2019-11-04 11:26:52 -08:00
Rosen Penev 5ffc95473f
Merge pull request #10398 from neheb/ap5
ap51-flash: Update to 2019.0.1
2019-11-04 11:26:28 -08:00
Rosen Penev af1123f5ad
Merge pull request #10400 from neheb/fo
foolism: Update to 1.0.13
2019-11-04 11:26:14 -08:00
Rosen Penev 09b0d4d7c7
Merge pull request #10399 from neheb/avr
avro-c: Update to 1.9.1
2019-11-04 11:25:59 -08:00
Rosen Penev fadebb46c8
Merge pull request #10397 from neheb/acp
acpid: Update to 2.0.32
2019-11-04 11:25:28 -08:00
Rosen Penev 86afba7c42
Merge pull request #10439 from neheb/art
libartnet: Remove
2019-11-04 11:23:18 -08:00
Rosen Penev fa005f434e upmpdcli: Switch python dependency to Python 3.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 11:20:17 -08:00
Jeffery To 446bc30c52 python: Remove PKG_BUILD_DIR/PKG_UNPACK sections from readme
PKG_BUILD_DIR now takes variants into account
(openwrt/openwrt@e545fac8d9), so it should
not be necessary for Python packages to set these variables anymore.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-11-05 02:20:37 +08:00
Rosen Penev c17af1cd50
Merge pull request #10457 from jefferyto/python-cffi-1.13.2
python-cffi: Update to 1.13.2
2019-11-04 09:27:59 -08:00
Zachary Cook 3af3de77e8 sqm-scripts: Add required new depends for luci-app-sqm
The new luci-compat package is required to be able to run luci-app-sqm, see:
d5dff8f9a5

Signed-off-by: Zachary Cook <zachcook1991@gmail.com>
2019-11-04 12:27:36 -05:00
Rosen Penev 75f958e3ce
Merge pull request #10453 from commodo/python3-fix-build
python3: fix build on Ubuntu/Debian multi-arch
2019-11-04 09:26:57 -08:00
Jeffery To c21eee0df4 python-cffi: Update to 1.13.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-11-04 23:42:39 +08:00
Jeffery To e239dba400 golang: Update to 1.13.4
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-11-04 22:54:57 +08:00
Florian Eckert bc98aaa3f7 keepalived: set default run directory for pid file on build
This fixes a runtime startup error on system which does not have a
toplevel runtime directory for the pid file. On openwrt the pid is
located at /var/run and not on /run. To fix that add a configure option to
move the pid location to /var/run.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-04 13:44:02 +01:00
Florian Eckert 9d0439cc12 keepalived: fix runtime error if kernel option CONFIG_PROC_EVENTS is not enabled
This fixes a runtime startup error for system, which does not have enabled the
kernel config option CONFIG_PROC_EVENTS.

This workaround was published on github under the following URL.
https://github.com/acassen/keepalived/issues/1119

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-04 13:43:32 +01:00
Alexandru Ardelean 0c8b0b0bf7 python3: fix build on Ubuntu/Debian multi-arch
This issue was introduced after upgrading to 3.8.
Patch `006-remove-multi-arch-and-local-paths.patch` was dropped. It was
tested on x86, but when using the x86_64 compiler in OpenWrt, the issue is
present.

The issue seems to be about Ubuntu/Debian's multi-arch support in
Python/Python3 setup [which I forgot about]. The code runs it regardless of
whether it cross-compiles or not, and for OpenWrt, this causes issues, as
it introduces absolute include paths from the host system.

Fixes https://github.com/openwrt/packages/issues/10452

Fixes: 48277ec915 ("python3: bump to version 3.8")
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-11-04 14:10:36 +02:00
Yousong Zhou 97bada594b shadowsocks-libev: bump to version 3.3.3
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-11-04 04:54:43 +00:00
Yousong Zhou 274269fdbe spice: bump to version 0.14.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-11-04 04:54:43 +00:00
Yousong Zhou 2c672fc625 spice-protocol: bump to version 0.14.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-11-04 04:54:43 +00:00
Dirk Brenken af504f1288
Merge pull request #10446 from dibdot/adblock
adblock: update 3.8.8
2019-11-03 20:37:39 +01:00
Dirk Brenken a4285b8bcc
Merge pull request #10444 from dibdot/banIP
banip: update 0.3.5
2019-11-03 20:37:06 +01:00
Dirk Brenken 9c82e9e282
adblock: update 3.8.8
* print to stdout if 'logger' is not available
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-03 19:44:41 +01:00