feed/packages.git
5 years agobanip: update 0.3.7
Dirk Brenken [Fri, 8 Nov 2019 17:40:30 +0000 (18:40 +0100)]
banip: update 0.3.7

* fix a logical glitch in the hotplug event handler
* properly handle fatal iptables errors - even in subshells

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 49b43b81e8a8c32465d3de921d8289541de3e7e1)

5 years agobanip: update 0.3.6
Dirk Brenken [Wed, 6 Nov 2019 19:45:20 +0000 (20:45 +0100)]
banip: update 0.3.6

* more startup tweaks
* re-use f_log function in helper scripts
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 72fba3a17b8e7c78ced4fb86911ed3568c402077)

5 years agobanip: update 0.3.5
Dirk Brenken [Sun, 3 Nov 2019 15:44:22 +0000 (16:44 +0100)]
banip: update 0.3.5

* fix race condition in download utility detection during boot
* fix multiple possible bugs in ipset creation
* prevent parallel service starts
* refine service trigger handling
* add ssh daemon auto detection
* print to stdout if 'logger' is not available

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit fcea2f75c3f071b7abf9396d9e052a162dab4cef)

5 years agotravelmate: update 1.5.2
Dirk Brenken [Wed, 6 Nov 2019 20:02:17 +0000 (21:02 +0100)]
travelmate: update 1.5.2

* print to stdout if 'logger' is not available
* add support to set the service nice level (default is 0)
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 0d406b2a4236501b4aff21ed8dbd40bc191876da)

5 years agoadblock: update 3.8.9
Dirk Brenken [Wed, 6 Nov 2019 19:29:48 +0000 (20:29 +0100)]
adblock: update 3.8.9

* more startup tweaks
* re-use f_log function in helper scripts
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 2c3cb6f1d1951f537c9dcb36ab1397f2d727bf7b)

5 years agoadblock: update 3.8.8
Dirk Brenken [Sun, 3 Nov 2019 16:38:28 +0000 (17:38 +0100)]
adblock: update 3.8.8

* print to stdout if 'logger' is not available
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 9c82e9e2829a3182db84ae947a815a9741dba4c8)

5 years agoMerge pull request #10504 from Andy2244/samba-4.9.15-(openwrt-19.07)
Hannu Nyman [Fri, 8 Nov 2019 17:58:07 +0000 (19:58 +0200)]
Merge pull request #10504 from Andy2244/samba-4.9.15-(openwrt-19.07)

[openwrt-19.07] samba4: update to 4.9.15

5 years agosamba4: update to 4.9.15 10504/head
Andy Walsh [Fri, 8 Nov 2019 14:46:54 +0000 (15:46 +0100)]
samba4: update to 4.9.15

* update to 4.9.15
* fixes CVE-2019-10218, CVE-2019-14833, CVE-2019-14847
* update smb.conf.template (aio, sendfile)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agosqm-scripts: Add required new depends for luci-app-sqm
Zachary Cook [Mon, 4 Nov 2019 16:43:59 +0000 (11:43 -0500)]
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:
https://github.com/openwrt/luci/commit/d5dff8f9a5ca85d197cbb6037f95053bc55941e5

Signed-off-by: Zachary Cook <zachcook1991@gmail.com>
5 years agosqm-scripts: Bump to v1.4.0
Toke Høiland-Jørgensen [Sat, 14 Sep 2019 11:19:06 +0000 (13:19 +0200)]
sqm-scripts: Bump to v1.4.0

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
5 years agolibarchive: update to version 3.4.0
Jan Pavlinec [Tue, 23 Jul 2019 13:13:49 +0000 (15:13 +0200)]
libarchive: update to version 3.4.0

Changes:
remove backported patches
add bsdtar libopenssl variant
switch to github codeload
polish tab/spaces

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry-picked from commit 8f3378e86dcd5b57464c36daf9df51d631742b53)

5 years agoMerge pull request #10414 from stangri/19.07-https-dns-proxy
Rosen Penev [Wed, 6 Nov 2019 22:54:01 +0000 (14:54 -0800)]
Merge pull request #10414 from stangri/19.07-https-dns-proxy

[19.07] https_dns_proxy: implement dnsmasq integration

5 years agocircleci: skip compiling packages not enabled
Yousong Zhou [Wed, 6 Nov 2019 08:57:15 +0000 (08:57 +0000)]
circleci: skip compiling packages not enabled

E.g. some packages are target, or arch specific, skip compiling them if
they cannot be enabled for current sdk.  This should reduce false
positives for packages like docker-ce etc.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 4f3244db40364163c0213adfbc0507695d937657)

5 years agobuild: only install changed packages
Paul Spooren [Sun, 7 Jul 2019 20:17:44 +0000 (22:17 +0200)]
build: only install changed packages

Installing all packages via ./scripts/feeds install -a produces a lot of
error messages, it is also possible to only install the packages which
were touched by the PR.

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit b8931afc943c3ddd44e3f4ed15ec42632f68b092)

5 years agobtrfs-progs: Update to version 5.3.1
Josef Schlehofer [Tue, 5 Nov 2019 22:33:12 +0000 (23:33 +0100)]
btrfs-progs: Update to version 5.3.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 93254e6)

5 years agosyslog-ng: Update to version 3.24.1
Josef Schlehofer [Mon, 14 Oct 2019 07:06:29 +0000 (09:06 +0200)]
syslog-ng: Update to version 3.24.1

Bump version also in config file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 72f8cda)

5 years agoyoutube-dl: Update to version 2019.10.29
Josef Schlehofer [Tue, 29 Oct 2019 08:03:04 +0000 (09:03 +0100)]
youtube-dl: Update to version 2019.10.29

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit fe5d1cdb937a41ac1699beb9e19cddf5b0d97edf)

5 years agoyoutube-dl: Update to version 2019.10.22
Josef Schlehofer [Mon, 21 Oct 2019 19:32:57 +0000 (21:32 +0200)]
youtube-dl: Update to version 2019.10.22

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit c16b4163566e261923d655a56f163f0d5d4d5ac5)

5 years agonet: seahub: remove inexistent deps
Alexandru Ardelean [Mon, 4 Nov 2019 10:55:53 +0000 (12:55 +0200)]
net: seahub: remove inexistent deps

This looks like something was not cherry-picked, or was cherry-picked
incorrectly. Those packages don't exist.

Warnings are:
```
WARNING: Makefile 'package/feeds/packages/seafile-seahub/Makefile' has a dependency on 'django-simple-captcha', which does not exist
WARNING: Makefile 'package/feeds/packages/seafile-seahub/Makefile' has a dependency on 'django-statici18n', which does not exist
WARNING: Makefile 'package/feeds/packages/seafile-seahub/Makefile' has a dependency on 'django-webpack-loader', which does not exist
```

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agoMerge pull request #10458 from jefferyto/python-cffi-1.13.2-openwrt-19.07
Rosen Penev [Mon, 4 Nov 2019 17:28:13 +0000 (09:28 -0800)]
Merge pull request #10458 from jefferyto/python-cffi-1.13.2-openwrt-19.07

[openwrt-19.07] python-cffi: Update to 1.13.2

5 years agopython-cffi: Update to 1.13.2 10458/head
Jeffery To [Mon, 4 Nov 2019 15:42:39 +0000 (23:42 +0800)]
python-cffi: Update to 1.13.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from c21eee0df469b44d24229fb196ba454b2d78906a)

5 years agogolang: Update to 1.13.4
Jeffery To [Mon, 4 Nov 2019 14:38:33 +0000 (22:38 +0800)]
golang: Update to 1.13.4

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 37facb63f5cc9906f4b32791b572506f68e0d79e)

5 years agosispmctl: Reduce ipk size
Rosen Penev [Fri, 18 Oct 2019 22:28:43 +0000 (15:28 -0700)]
sispmctl: Reduce ipk size

Do not install static libraries or symlinks as actual files.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 238d6e1f9010cf009ead3797cba2042cb8ce425e)

5 years agosispmctl: Update to 4.2
Rosen Penev [Fri, 18 Oct 2019 22:00:35 +0000 (15:00 -0700)]
sispmctl: Update to 4.2

Added license file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 5decb769f4c884d67c04b02d8af377d5225d441c)

5 years agolibgphoto2: libgphoto2_port.pc needed by dev
Luiz Angelo Daros de Luca [Mon, 28 Oct 2019 20:44:31 +0000 (17:44 -0300)]
libgphoto2: libgphoto2_port.pc needed by dev

'pkg-config --exists libgphoto2' fails without libgphoto2_port.pc.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(cherry-picked from c8fbe26c532aced97ab8a4d42f1289db2a3e6d65)

5 years agotelldus-core: Doxygen in-file was not found.
Peter Liedholm [Tue, 29 Oct 2019 10:18:23 +0000 (11:18 +0100)]
telldus-core: Doxygen in-file was not found.

Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
(cherry-picked from 2a36c0421ee0644016b5332676e32b21a835bab5)

5 years agotreewide: Replace MD5SUM with HASH
Rosen Penev [Wed, 30 Oct 2019 21:14:51 +0000 (14:14 -0700)]
treewide: Replace MD5SUM with HASH

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 5ae85b79526d4b0197d3581d349a2f7b6932bd52)

5 years agovim/host: fix build failures
Sebastian Kemper [Sat, 2 Nov 2019 12:00:15 +0000 (13:00 +0100)]
vim/host: fix build failures

Indeterminably vim/host fails on the build bots:

objects/fileio.o: In function `readfile':
fileio.c:(.text+0x5b3f): undefined reference to `libiconv_close'
fileio.c:(.text+0x61ad): undefined reference to `libiconv_close'
fileio.c:(.text+0x62f6): undefined reference to `libiconv'
fileio.c:(.text+0x6794): undefined reference to `libiconv_close'
objects/fileio.o: In function `buf_write_bytes':
fileio.c:(.text+0xa1fe): undefined reference to `libiconv'
fileio.c:(.text+0xa54a): undefined reference to `libiconv'
objects/fileio.o: In function `buf_write':
fileio.c:(.text+0xaf48): undefined reference to `libiconv_close'
objects/mbyte.o: In function `my_iconv_open.part.18':
mbyte.c:(.text+0x2ced): undefined reference to `libiconv_open'
mbyte.c:(.text+0x2d3a): undefined reference to `libiconv'
mbyte.c:(.text+0x2d5f): undefined reference to `libiconv_close'
objects/mbyte.o: In function `convert_setup_ext':
mbyte.c:(.text+0x33bf): undefined reference to `libiconv_close'
objects/mbyte.o: In function `string_convert_ext':
mbyte.c:(.text+0x363c): undefined reference to `libiconv'
collect2: error: ld returned 1 exit status
link.sh: Linking failed
Makefile:1949: recipe for target 'vim' failed

This is addressed by pulling in libiconv/host. Also configure switches
are added that keep external dependencies to a minimum, for instance
avoiding to link to X11 or gettext.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry-picked from dc727a2430e99b928dec9100135fc215a78138fd)

5 years agopython,python3: Add PYPI_SOURCE_NAME to pypi.mk
Jeffery To [Mon, 21 Oct 2019 12:31:34 +0000 (20:31 +0800)]
python,python3: Add PYPI_SOURCE_NAME to pypi.mk

This adds a new (optional) variable, PYPI_SOURCE_NAME, to pypi.mk.

For some PyPi packages (e.g. aiohttp_cors, click, django-compressor),
the name of the package and the source tarball name are slightly
different (usually by capitalisation or hyphen/underscore change).

This new variable is to make this difference explicit. PYPI_NAME is
meant for the "official" package name, whereas PYPI_SOURCE_NAME is meant
for the source tarball name.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry-picked from commit 1bacdd52f727c1417b45e4d9d58e3436a9ca06fa)

5 years agogoogle-authenticator-libpam: fix install section
Alexander Ryzhov [Sat, 2 Nov 2019 17:06:04 +0000 (20:06 +0300)]
google-authenticator-libpam: fix install section

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
(cherry-picked from 422e8d9d1c46e0657aa0e894fa0b81a410d7e43b)

5 years agopython,python3: Add pypi makefile
Jeffery To [Mon, 14 Oct 2019 21:27:20 +0000 (05:27 +0800)]
python,python3: Add pypi makefile

This adds pypi.mk, which can be included in Python packages that
download their sources from PyPI, to auto-fill various PKG_* variables
based on the value of PYPI_NAME.

This makefile should be included after $(TOPDIR)/rules.mk but before
$(INCLUDE_DIR)/package.mk (and $(INCLUDE_DIR)/host-build.mk).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry-picked from commit add4c4219109e359f2ade2245fddfe4addc7575f)

5 years agoadblock: update 3.8.7
Dirk Brenken [Thu, 31 Oct 2019 11:34:48 +0000 (12:34 +0100)]
adblock: update 3.8.7

* prevent forced parallel adblock service starts
* refine service trigger

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit a9aae9095fc0c114b932e94e8d0dbc5b9fd471b3)

5 years agohttps-dns-proxy: implement dnsmasq integration 10414/head
Stan Grishin [Thu, 31 Oct 2019 19:55:23 +0000 (12:55 -0700)]
https-dns-proxy: implement dnsmasq integration

Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years agodjango: bump to version 1.11.25
Alexandru Ardelean [Tue, 29 Oct 2019 08:52:29 +0000 (10:52 +0200)]
django: bump to version 1.11.25

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit e9e687a1f14a1d8938959a0b6594d6df31fded62)

5 years agopython-cffi: bump to version 1.13.1 10391/head
Alexandru Ardelean [Tue, 29 Oct 2019 09:35:37 +0000 (11:35 +0200)]
python-cffi: bump to version 1.13.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from dff2fe2963e029419046031e65d0dab6f2952012)

5 years agoruby: update to 2.6.5
Luiz Angelo Daros de Luca [Sun, 27 Oct 2019 18:37:50 +0000 (15:37 -0300)]
ruby: update to 2.6.5

2.6.5 fixes:
* CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test
* CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix)
* CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and File.fnmatch?
* CVE-2019-16201: Regular Expression Denial of Service vulnerability of WEBrick’s Digest access authentication

2.6.4 fixes:
* Multiple jQuery vulnerabilities in RDoc

Changelog: https://github.com/ruby/ruby/compare/v2_6_3...v2_6_5

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(cherry picked from commit d3d0c281494b32cd9785a82cbb432b28d5254c91)

5 years agobtrfs-progs: Update to version 5.3
Josef Schlehofer [Fri, 25 Oct 2019 02:01:30 +0000 (04:01 +0200)]
btrfs-progs: Update to version 5.3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 8262696cc48205f92d462458c921b7fb8ccfe7d0)

5 years agocircleci: Use 19.07 snapshot SDK
Jeffery To [Fri, 18 Oct 2019 08:55:07 +0000 (16:55 +0800)]
circleci: Use 19.07 snapshot SDK

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agocircleci: Add 19.07 GPG/usign public keys, verify keys
Jeffery To [Fri, 18 Oct 2019 07:08:17 +0000 (15:08 +0800)]
circleci: Add 19.07 GPG/usign public keys, verify keys

This also updates the user id comments for GPG keys and untrusted
comments for usign keys.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 89d6f51c98978bbdb61c6ada9d2264cf7dca854c)

5 years agodjango-ranged-response: update packaging format + add python3 variant
Alexandru Ardelean [Wed, 3 Jul 2019 08:23:46 +0000 (11:23 +0300)]
django-ranged-response: update packaging format + add python3 variant

This change also updates the maintainer email to cotequeiroz@gmail.com, as
requested on a different change.

Not updating deps here, since that will be done in the next changeset that
will convert packages to the Python[3] packaging format.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 70ebc7a2f4664c52f3e57e48fc5f707a859089fb)

5 years agoMerge pull request #10342 from gladiac1337/haproxy-2.0.8-openwrt-19.07
Rosen Penev [Wed, 23 Oct 2019 16:02:44 +0000 (09:02 -0700)]
Merge pull request #10342 from gladiac1337/haproxy-2.0.8-openwrt-19.07

[openwrt-19.07] haproxy: Update HAProxy to v2.0.8

5 years agoflup: add Python3 variant and src package
Josef Schlehofer [Tue, 18 Jun 2019 12:23:10 +0000 (14:23 +0200)]
flup: add Python3 variant and src package

- Add PKG_LICENSE_FILES
- Reorder things in Makefile
- Add dependency python3-logging otherwise I cannot import
flup.server.ajp
flup.server.scgi

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit a5b2ba9b4d6ec4045a1b534561d5e5eae262b0fe)

5 years agohaproxy: Update HAProxy to v2.0.8 10342/head
Christian Lachner [Wed, 23 Oct 2019 12:48:09 +0000 (14:48 +0200)]
haproxy: Update HAProxy to v2.0.8

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agodjango-statici18n: fix changes in merge
Josef Schlehofer [Wed, 23 Oct 2019 07:16:42 +0000 (09:16 +0200)]
django-statici18n: fix changes in merge

5 years agodjango-web-pack-loader: fix changes in merge conflict
Josef Schlehofer [Wed, 23 Oct 2019 07:15:47 +0000 (09:15 +0200)]
django-web-pack-loader: fix changes in merge conflict

5 years agotravelmate: update 1.5.1
Dirk Brenken [Mon, 21 Oct 2019 18:37:08 +0000 (20:37 +0200)]
travelmate: update 1.5.1

* fix section naming in wireless & travelmate config
* check/enable disabled 'wifi-device' sections
* fix LuCI frontend issues (separate PR)

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 7554f5d89197c3044c7d14b2ca90357d19ec57ae)

5 years agodjango: move django* packages under django submenu
Eneas U de Queiroz [Tue, 9 Jul 2019 12:12:06 +0000 (09:12 -0300)]
django: move django* packages under django submenu

This changes the python[3]-django dependencies in packages to be
non-selecting, and adds an MDEPENDS line so that the *-src packages get
placed inside the django menu as well.

Added MENU:= to the src-package definitions in python[3]-package.mk,
so it does not import that setting from the binary package.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from commit 90527d75afe1847fdddad973ca4ad988f826c8c4)

5 years agodjango-simple-captcha: update packaging format + add python3 variant
Alexandru Ardelean [Wed, 3 Jul 2019 08:47:45 +0000 (11:47 +0300)]
django-simple-captcha: update packaging format + add python3 variant

This change also updates the maintainer email to cotequeiroz@gmail.com, as
requested on a different change.

Also, changing here is the download URL to github's codeload, since that
one offers .tar.gz archives.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 545cff8b630efc844bb60d9d0ca07ef65133f548)

5 years agopython-qrcode: update Eneas' email as per prev request
Alexandru Ardelean [Thu, 11 Jul 2019 12:08:05 +0000 (15:08 +0300)]
python-qrcode: update Eneas' email as per prev request

The email change was part of a previous request from a different PR series.
In this series, the change is the only thing left to do (from what the
original changeset intended to do).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit f5eb040e6bf89d07d4671523dd1b1c8d1e9960a7)

5 years agopython-qrcode: add Python3
Josef Schlehofer [Sun, 3 Mar 2019 10:37:18 +0000 (11:37 +0100)]
python-qrcode: add Python3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 6c7a31ec5efc074433c5743a6d878784551c8fc8)

5 years agoseafile-seahub: use python-pillow as dep
Alexandru Ardelean [Thu, 11 Jul 2019 12:12:33 +0000 (15:12 +0300)]
seafile-seahub: use python-pillow as dep

The pillow package has been updated to the Python[3] packaging format, and
now the package names are `python-pillow` & `python3-pillow`.
This change updates seafile-seahub to use it.

Not updating other packages as they will be converted to Python[3]
packaging format.

And not bumping PKG_RELEASE here as it will be done in the last commit that
updates deps for seafile-seahub.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit cc33edc1380a7540276420543b99fb5e4df74b3e)

5 years agonet: seafile-seahub: update maintainer & license file
Alexandru Ardelean [Mon, 1 Jul 2019 06:34:57 +0000 (09:34 +0300)]
net: seafile-seahub: update maintainer & license file

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 5fd0baac09dd82ff7f7707c29ad4b0c5af197bbd)

5 years agodjango-restframework: update packaging format + add python3 variant
Alexandru Ardelean [Tue, 25 Jun 2019 07:17:10 +0000 (10:17 +0300)]
django-restframework: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 441f4860816dbc24ed5afd3e686e6bb5786bc14c)

5 years agodjango-postoffice: update packaging format + add python3 variant
Alexandru Ardelean [Tue, 25 Jun 2019 07:14:54 +0000 (10:14 +0300)]
django-postoffice: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 15272fcc65fdc28ab45f5642234c5139b90e2990)

5 years agodjango-picklefield: update packaging format + add python3 variant
Alexandru Ardelean [Tue, 25 Jun 2019 07:04:01 +0000 (10:04 +0300)]
django-picklefield: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 6a7f547a387bf9a22ab8744abab7d2dcb4867ffb)

5 years agodjango-jsonfield: update packaging format + add python3 variant
Alexandru Ardelean [Tue, 25 Jun 2019 07:00:06 +0000 (10:00 +0300)]
django-jsonfield: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 7bbc5131f2c38c4bc3b6be0b0522e3c1762a1748)

5 years agodjango-formtools: update packaging format + add python3 variant
Alexandru Ardelean [Tue, 25 Jun 2019 06:52:17 +0000 (09:52 +0300)]
django-formtools: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit e4d8127cae272c2294897ab5aa5fab2a8ea2b75b)

5 years agodjango-compressor: update packaging format + add python3 variant
Alexandru Ardelean [Tue, 25 Jun 2019 06:47:32 +0000 (09:47 +0300)]
django-compressor: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 35cddd9b6ffe610005ae04b2df20b52d35c06222)

5 years agodjango-appconf: update packaging format + add python3 variant
Alexandru Ardelean [Tue, 25 Jun 2019 06:39:54 +0000 (09:39 +0300)]
django-appconf: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 3392fbc6fcfee2b2ee4aa661261fee7e27ce8100)

5 years agoseafile-seahub: whitespace update
Alexandru Ardelean [Tue, 4 Jun 2019 11:29:00 +0000 (14:29 +0300)]
seafile-seahub: whitespace update

Just un-indent the package definition a bit.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 0b29c86969fbac23a3d6b7d0fa41c6949fa560e1)

5 years agodjango-constance: convert to python pkg format + add python3 variant
Alexandru Ardelean [Thu, 14 Mar 2019 09:12:30 +0000 (11:12 +0200)]
django-constance: convert to python pkg format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 1b2936a2d0dc469f1c9e42bf694cc5d4c6bb974d)

5 years agodjango: convert to python pkg format + add python3 variant
Alexandru Ardelean [Mon, 3 Jun 2019 12:25:39 +0000 (15:25 +0300)]
django: convert to python pkg format + add python3 variant

This also updates all dependencies to use the new `python-django` package.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit f026dba26ee31877d5170b9cbfc68d0eddcdb305)

5 years agoseafile-seahub: de-couple build a bit more
Alexandru Ardelean [Mon, 3 Jun 2019 12:17:23 +0000 (15:17 +0300)]
seafile-seahub: de-couple build a bit more

seafile-seahub's build is a mess.
It hijacks some OpenWrt mk files into the build.

This can be avoided by provided some of the required parameters via
env-vars and patching the env-vars into the build.
Which is what this patch does.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit cf9975544476fc268432fcb24b07707b4f5ba39a)

5 years agoseafile-seahub: move all prefix-ed python packages to var
Alexandru Ardelean [Mon, 3 Jun 2019 10:58:39 +0000 (13:58 +0300)]
seafile-seahub: move all prefix-ed python packages to var

The change is mostly organizational.
More packages will be moved to have python- or python3- prefixes.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 1c5f5b61d3c8515177c6a81be2806a0afd848fe4)

5 years agocollectd: build RouterOS modules
Sven Roederer [Mon, 10 Jun 2019 13:18:26 +0000 (15:18 +0200)]
collectd: build RouterOS modules

This allows collectd to get data of Mikrotik devices in a improved way than via SNMP.

closes #10327

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
cherry-pick does not apply cleanly changed PKG_RELEASE number.
(cherry picked from commit 4261f45734d13eb0f2b552b84cf2fac6d7875a6e)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agopython-pillow: bump to version 6.2.0 10330/head
Alexandru Ardelean [Wed, 9 Oct 2019 08:53:46 +0000 (11:53 +0300)]
python-pillow: bump to version 6.2.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agopillow: add Python3 variant and update to 6.1.0
Josef Schlehofer [Mon, 4 Mar 2019 11:54:30 +0000 (12:54 +0100)]
pillow: add Python3 variant and update to 6.1.0

- Add @commodo as maintainer

Co-Authored-By: Jeffery To <jeffery.to@gmail.com>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoklish: Remove unused libstdcpp dependency
Rosen Penev [Mon, 14 Oct 2019 21:41:56 +0000 (14:41 -0700)]
klish: Remove unused libstdcpp dependency

This is not a C++ project.

Added PKG_BUILD_PARALLEL for faster compilation.

Cleaned up Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from b2885143080b0da5709fcbc18cb07ed962515d34)

5 years agoyoutube-dl: Update to version 2019.10.16
Josef Schlehofer [Wed, 16 Oct 2019 13:15:09 +0000 (15:15 +0200)]
youtube-dl: Update to version 2019.10.16

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 07d5595)

5 years agolibrouteros: add package
Sven Roederer [Mon, 10 Jun 2019 13:13:43 +0000 (15:13 +0200)]
librouteros: add package

librouteros is a library to communicate with RouterOS, the operating system of MikroTik's
RouterBoards. It uses the API port provided by those systems to connect and talk to the
devices.

API connections must be explicitly enabled. To do so, issue the following command:

> /ip service enable api

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
(cherry-picked from commit abaca50b5775bfe18104580598877312ee8876d3)

5 years agoMerge pull request #10323 from jefferyto/python-2.7.17-openwrt-19.07
Hannu Nyman [Mon, 21 Oct 2019 18:53:43 +0000 (21:53 +0300)]
Merge pull request #10323 from jefferyto/python-2.7.17-openwrt-19.07

[openwrt-19.07] python: Update to 2.7.17, refresh patches

5 years agoMerge pull request #10311 from stangri/19.07-vpnbypass
Rosen Penev [Mon, 21 Oct 2019 16:12:14 +0000 (09:12 -0700)]
Merge pull request #10311 from stangri/19.07-vpnbypass

[19.07] vpnbypass: bugfix: PROCD command not found on stop

5 years agopython: Update to 2.7.17, refresh patches 10323/head
Jeffery To [Mon, 21 Oct 2019 15:30:53 +0000 (23:30 +0800)]
python: Update to 2.7.17, refresh patches

Patches already merged and so removed:
* 011-fix-ssl-build-use-have-npn.patch
* 019-bpo-36216-Add-check-for-characters-in-netloc-that-normalize-to-separators-GH-12216.patch
* 020-bpo-36216-Only-print-test-messages-when-verbose-GH-12291.patch
* 021-2.7-bpo-35121-prefix-dot-in-domain-for-proper-subdom.patch
* 022-bpo-30458-Disallow-control-chars-in-http-URLs-GH-13315.patch
* 023-bpo-35907-Avoid-file-reading-as-disallowing-the-unnecessary-URL-scheme-in-urllib-GH-11842.patch
* 027-bpo-38243-Escape-the-server-title-of-DocXMLRPCServer.patch
* 028-bpo-34155-Dont-parse-domains-containing-GH-13079.patch

Patches no longer necessary and so removed:
* 017_lib2to3_fix_pyc_search.patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 83b300aa83f3cf663747998f4500a8592acf9959)

5 years agopython3: Update to version 3.7.5
Josef Schlehofer [Sat, 19 Oct 2019 17:59:59 +0000 (19:59 +0200)]
python3: Update to version 3.7.5

setuptools: Updated to version 41.2.0
pip: Updated to version 19.2.3

Removed patches:
- 017: code was refactored
- 02{5,6,7,8}: those patches were backported from upstream and they are
included in 3.7.5

Refreshed patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-ipaddress: Update to 1.0.23
Jeffery To [Sun, 20 Oct 2019 21:44:55 +0000 (05:44 +0800)]
python-ipaddress: Update to 1.0.23

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 21858952976aad8ad92cbe76351c5535c39a3f2f)

5 years agopython-automat: Update to 0.8.0
Jeffery To [Sun, 20 Oct 2019 21:06:35 +0000 (05:06 +0800)]
python-automat: Update to 0.8.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 57b4938babc41aa6e80709e4ba29bc6bec6a9472)

5 years agopython-attrs: Update to 19.3.0
Jeffery To [Sun, 20 Oct 2019 20:43:23 +0000 (04:43 +0800)]
python-attrs: Update to 19.3.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 8c3f7dcc36a7b8af2069bbbd67cb745ac4b21dec)

5 years agopython-cryptography: Update to 2.8
Jeffery To [Sun, 20 Oct 2019 21:32:59 +0000 (05:32 +0800)]
python-cryptography: Update to 2.8

With this update, the package no longer depends on python-asn1crypto[1].

[1]: https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#28---2019-10-16

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 23f308123c39236c6ceeaa7ffa8ecf18fda29e4d)

5 years agopython-cffi: Update to 1.13.0
Jeffery To [Sun, 20 Oct 2019 21:19:23 +0000 (05:19 +0800)]
python-cffi: Update to 1.13.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 141ead6bd7f2a7860b24b08897aabf542a25e389)

5 years agovpnbypass: bugfix: PROCD command not found on stop 10311/head
Stan Grishin [Mon, 21 Oct 2019 04:25:48 +0000 (21:25 -0700)]
vpnbypass: bugfix: PROCD command not found on stop

Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years agogit: Update to version 2.23.0
Josef Schlehofer [Sat, 19 Oct 2019 23:58:02 +0000 (01:58 +0200)]
git: Update to version 2.23.0

Refresh patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit d8d736711d02bb9a9fabc2fcbf8a8424e8e6936a)

5 years agodnscrypt-proxy2: Update to version 2.0.28
Josef Schlehofer [Sat, 19 Oct 2019 20:33:53 +0000 (22:33 +0200)]
dnscrypt-proxy2: Update to version 2.0.28

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 4370331d799945feec02bbfe5abd319522460191)

5 years agonetdata: Update to version 1.18.1
Josef Schlehofer [Sat, 19 Oct 2019 17:09:48 +0000 (19:09 +0200)]
netdata: Update to version 1.18.1

Enable PKG_BUILD_PARALLEL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 603ead3ad80a0cf02db7ffdf62b0cf604134f3fc)

5 years agogolang: Update to version 1.13.3
Josef Schlehofer [Sat, 19 Oct 2019 20:53:14 +0000 (22:53 +0200)]
golang: Update to version 1.13.3

Fixes CVE-2019-17596

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 10d55f6)

5 years agotravelmate: update 1.5.0
Dirk Brenken [Fri, 18 Oct 2019 10:37:37 +0000 (12:37 +0200)]
travelmate: update 1.5.0

* add WPA3 support
* fix service status message
* refine trigger handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit ab51b1ba34c1b82a10c8b392978746dd5e1e03ef)

5 years agoadblock: minor update 3.8.6-2
Dirk Brenken [Sat, 19 Oct 2019 14:01:20 +0000 (16:01 +0200)]
adblock: minor update 3.8.6-2

* fix service status message
* refine readme regarding reload cron job (provided by @novoid)

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit a94610c88fb851072ea98b7fb41cd2ca10aa9f3d)

5 years agobind: Update to version 9.14.6
Josef Schlehofer [Thu, 19 Sep 2019 19:20:34 +0000 (21:20 +0200)]
bind: Update to version 9.14.6

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 61dcd6849f8314ee68e1600ba75e96da246f54c5)

5 years agobind: Update to version 9.14.5
Josef Schlehofer [Sun, 1 Sep 2019 16:59:55 +0000 (18:59 +0200)]
bind: Update to version 9.14.5

Add PKG_LICENSE_FILES

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 8ca1525a8d1e44766f51b420f7181ca0259c4382)

5 years agolibssh2: Remove old artifacts from autotools platform
Rosen Penev [Wed, 28 Aug 2019 20:01:34 +0000 (13:01 -0700)]
libssh2: Remove old artifacts from autotools platform

Removed PKG_FIXUP. It has no meaning with CMake.

Replaced PKG_INSTALL with CMAKE_INSTALL. Consequentially, removed
InstallDev section.

Added ABI_VERSION to force package rebuilds when it increases.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license tag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from commit 6a1cd83265209ea882d9b2c71543257273d3d834)

5 years agolibssh2: Don't build tests
Rosen Penev [Wed, 28 Aug 2019 00:14:22 +0000 (17:14 -0700)]
libssh2: Don't build tests

Speeds up build and fixes OpenSSL support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from commit a447e1c6b2dac374bbd8b84554d994628f897453)

5 years agolibssh2: update to version 1.9.0 (security fix)
Jan Pavlinec [Mon, 12 Aug 2019 12:44:10 +0000 (14:44 +0200)]
libssh2: update to version 1.9.0 (security fix)

Changes:
Fix CVE-2019-13115
Remove old patches
Switch to cmake

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry-picked from commit 9c1a23d9776cd52d5b23c1bcbff8c6ca90cd3b63)

5 years agoirssi: update to version 1.2.2 (security fix)
Jan Pavlinec [Wed, 18 Sep 2019 11:30:11 +0000 (13:30 +0200)]
irssi: update to version 1.2.2 (security fix)

Fixes CVE-2019-15717

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry-picked from commit b42159dea3ed38c3755c1b641d47209878247763)

5 years agosudo: Update to version 1.8.28p1
Josef Schlehofer [Sat, 19 Oct 2019 14:23:52 +0000 (16:23 +0200)]
sudo: Update to version 1.8.28p1

- Refreshed patches
- Remove inactive maintainer

Fixes: CVE-2019-14287
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 35b215dfff62aac1184c5f3b9e203e4aa191b23f)

5 years agortorrent: Switch to using static libtorrent
Rosen Penev [Mon, 9 Sep 2019 22:16:08 +0000 (15:16 -0700)]
rtorrent: Switch to using static libtorrent

rtorrent is the only user of libtorrent. Statically link to save space.

Added usleep patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 358495f1184d005624f7e15fc9990bde1bb7552e)

5 years agortorrent: Update to 0.9.8
Rosen Penev [Sun, 21 Jul 2019 18:35:46 +0000 (11:35 -0700)]
rtorrent: Update to 0.9.8

Switch to codeload. A lot simpler.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 84c92f215d973f18ecb8d832dc8a244a6a7e3f89)

5 years agortorrent: Enable IPv6 support
Rosen Penev [Mon, 1 Jul 2019 23:57:31 +0000 (16:57 -0700)]
rtorrent: Enable IPv6 support

Other Makefile cleanups as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 343e2a07e4ea4cbfad4ff938a931fc2818c530f4)

5 years agolibtorrent: Switch to static library.
Rosen Penev [Mon, 9 Sep 2019 22:00:42 +0000 (15:00 -0700)]
libtorrent: Switch to static library.

libtorrent is only used by rtorrent. Switch to a static library to save
space.

Removed libsigc++ dependency. It seems it's not needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from e56fada5a860c12815af7235ed8500c7f446cac4)

5 years agolibtorrent: Update to 0.13.8
Rosen Penev [Sun, 21 Jul 2019 17:15:09 +0000 (10:15 -0700)]
libtorrent: Update to 0.13.8

Removed upstreamed patches.

Small change to IPv6 configure flag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from a328861269737bcbd7d72f5ce8d15e1e49f35ea2)

5 years agolibtorrent: Enable IPv6 and clean up Makefile
Rosen Penev [Mon, 1 Jul 2019 23:42:22 +0000 (16:42 -0700)]
libtorrent: Enable IPv6 and clean up Makefile

This was not touched since I took maintainership.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 655eed48dcfa1727952ab00f2d2e97e32fd487fe)

5 years agolibsigcxx: Remove
Rosen Penev [Mon, 9 Sep 2019 21:58:53 +0000 (14:58 -0700)]
libsigcxx: Remove

It's no longer needed with libtorrent. No other package depends on it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from ad758ba286dd19e2004afb065e905461e4868e4a)