Commit Graph

15485 Commits

Author SHA1 Message Date
Alexandru Ardelean 545cff8b63 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>
2019-07-11 15:16:34 +03:00
Alexandru Ardelean 70ebc7a2f4 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>
2019-07-11 15:15:23 +03:00
Alexandru Ardelean cc33edc138 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>
2019-07-11 15:13:44 +03:00
Alexandru Ardelean f5eb040e6b 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>
2019-07-11 15:10:09 +03:00
Josef Schlehofer 5fc56ba8f0 Merge pull request #8337 from BKPepe/python-qr
python-qrcode: add Python3
2019-07-11 13:51:07 +02:00
Josef Schlehofer d9b46c2239 Merge pull request #8715 from BKPepe/pillow
pillow: update to version 6.0.0, add Python3 variant
2019-07-11 13:50:12 +02:00
Rosen Penev b810b6f00e Merge pull request #9443 from danielkucera/minisatip
minisatip: add new package
2019-07-10 15:00:50 -07:00
Rosen Penev bab8ffe5a7 Merge pull request #9447 from cotequeiroz/logrotate-menu
logrotate: move config option to menu
2019-07-10 14:07:24 -07:00
Eneas U de Queiroz f6c9e2bacd logrotate: move config option to menu
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-10 17:52:03 -03:00
Daniel Kucera 380c6fa780 minisatip: add new package
Minisatip is a multi-threaded satip server version 1.2 that runs
under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2,
DVB-C, DVB-C2, ATSC and ISDB-T cards.

https://github.com/catalinii/minisatip

Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
2019-07-10 21:08:42 +02:00
Rosen Penev 88026d17bf Merge pull request #9371 from neheb/gpge
libgpg-error: Fix compilation with GAWK 5.0
2019-07-10 11:23:39 -07:00
Rosen Penev c3045f2fd9 Merge pull request #9426 from neheb/fhfh
open2300: Switch to GitHub fork
2019-07-10 11:23:20 -07:00
Rosen Penev 8d467e3f82 Merge pull request #9373 from neheb/log2
logrotate: Add ACL support
2019-07-10 11:22:51 -07:00
Jan Pavlinec 5ee228fbc1 irssi: update to version 1.2.1 (security fix)
Fixes CVE-2019-13045

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-07-10 19:05:03 +02:00
Josef Schlehofer 4a7b407d70 python-sentry-sdk: Update to version 0.10.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-10 10:13:44 +02:00
Josef Schlehofer ce769db007 python3: Update to version 3.7.4
- Update setuptools to 40.8.0
- Update pip to 19.0.3
- Refreshed patches
- Removed 4 patches (2 of them was included in 3.7.3 and other two are
included in this release)

Makefile python3:
- Move PKG_MAINTAINER above PKG_LICENSE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-10 10:11:50 +02:00
Rosen Penev 6e62b38e8e Merge pull request #9415 from neheb/newt
newt: Fix compile with full NLS
2019-07-09 23:32:11 -07:00
Rosen Penev 3e941e05c3 Merge pull request #9432 from cotequeiroz/wifidog
wifidog: fix getting ip from interface, cleanup
2019-07-09 19:21:58 -07:00
Rosen Penev 788318625d logrotate: Add ACL support
Various Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-09 19:17:24 -07:00
Rosen Penev c2b4d2d28f newt: Fix compile with full NLS
Linker flag was missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-09 16:58:32 -07:00
Josef Schlehofer f265bfb171 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>
2019-07-09 22:05:59 +02:00
Rosen Penev 1fd46bfacc Merge pull request #9393 from neheb/ld
ldbus: Update to latest version
2019-07-09 10:38:38 -07:00
Eneas U de Queiroz 5ab9f3e357 wifidog: fix getting ip from interface, cleanup
Patch taken from upstream fixes an Invalid argument error while trying
to get the IP address of an interface.
Makefile was updated to current style.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-09 14:38:36 -03:00
Rosen Penev 3d75793840 Merge pull request #9425 from neheb/open
squid: Fix compilation with GCC9
2019-07-09 09:49:02 -07:00
Rosen Penev 74292fccce Merge pull request #9428 from neheb/urcu
liburcu: Update to 0.11.1
2019-07-09 09:47:27 -07:00
Florian Eckert 8a54c15a13 Merge pull request #9389 from TDT-AG/pr/20190704-mwan3
mwan3: change and add new mwan3 ubus informations
2019-07-09 16:00:17 +02:00
Adam Mizerski cc4ed96063 dnscrypt-proxy2: add init script using procd
Signed-off-by: Adam Mizerski <adam@mizerski.pl>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-09 14:42:11 +02:00
Josef Schlehofer cff7ce4b24 dnscrypt-proxy2: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-09 14:42:10 +02:00
Sebastian Kemper ec3d077287 pulseaudio: fix recursive dependencies
Since OpenWrt commit e82a4d9cfb ("config: regenerate *_shipped sources")
a few recursive dependencies have been discovered that were not visible
before.

$ make menuconfig
tmp/.config-package.in:103098:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:103098:	symbol PACKAGE_baresip-mod-pulse depends on PACKAGE_baresip-mod-pulse
tmp/.config-package.in:121863:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:121863:	symbol PACKAGE_pulseaudio-profiles depends on PACKAGE_pulseaudio-profiles
tmp/.config-package.in:121878:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:121878:	symbol PACKAGE_pulseaudio-tools depends on PACKAGE_pulseaudio-tools

This commit addresses the pulseaudio package's own recursive
dependencies and partially resolves #9300 (baresip will be handled in
telephony repository).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-07-09 09:43:51 +02:00
Rosen Penev 3ac6e38d62 liburcu: Update to 0.11.1
Cleanup Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-08 20:12:29 -07:00
Rosen Penev 895b6eab11 Merge pull request #9344 from neheb/sho
libshout: Update to 2.4.3
2019-07-08 18:39:46 -07:00
Rosen Penev ae03949422 Merge pull request #9345 from neheb/bitl
bitlbee: Update to 3.6-1
2019-07-08 18:38:31 -07:00
Rosen Penev 16c908c107 bitlbee: Update to 3.6
Removed upstreamed patch.

Removed mirror. It seems it has a wrong HTTPS certificate.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-08 14:38:31 -07:00
Rosen Penev fbfe2671e7 Merge pull request #9287 from lucize/openfortivpn
openfortivpn: add package
2019-07-08 14:18:10 -07:00
Rosen Penev d2af82a6f5 open2300: Switch to GitHub fork
It applies the single patch here as well as adding some fixes.

The upstream project is dead.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-08 13:16:22 -07:00
Rosen Penev c18cb9e7c5 squid: Fix compilation with GCC9
by passing -Werror. Also added -latomic as some platforms need it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-08 13:13:19 -07:00
Rosen Penev e25be7ff2e Merge pull request #9411 from neheb/gps
gpsd: Add missing define
2019-07-08 13:06:40 -07:00
Rosen Penev 179db24078 Merge pull request #9370 from neheb/avr
avrdude: Fix GPIO path building
2019-07-08 13:03:04 -07:00
Rosen Penev f3ebb45dad Merge pull request #9381 from neheb/gdb
gdbm: Update to 1.18.1
2019-07-08 13:02:38 -07:00
Rosen Penev cbd800a4b4 Merge pull request #9383 from neheb/jhj
setserial: Add missing headers
2019-07-08 13:02:04 -07:00
Rosen Penev b70178cd1e Merge pull request #9414 from neheb/cmdp
cmdpad: Fix compilation with musl
2019-07-08 13:01:43 -07:00
Rosen Penev 1514147dc9 Merge pull request #9407 from neheb/spoo
spoofer: Update to 1.4.5
2019-07-08 13:00:10 -07:00
Rosen Penev fd93e0c817 Merge pull request #9376 from Cynerd/bigclown-firmware-tool
Bigclown firmware tool
2019-07-08 12:59:23 -07:00
Rosen Penev 94c9cc1141 Merge pull request #9422 from nxhack/fix_iot_gateway
node-mozilla-iot-gateway: Remove unnecessary step
2019-07-08 11:01:42 -07:00
Paul Spooren b8931afc94 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>
2019-07-08 16:55:07 +02:00
Dirk Brenken 342dc078c7 Merge pull request #9423 from dibdot/travelmate
travelmate: update 1.4.9
2019-07-08 16:43:05 +02:00
Karel Kočí 7950442dff bigclown-firmware-tool: add new package
This is tool to flash/manage firmware in Bigclown modules.

Signed-off-by: Karel Kočí <cynerd@email.cz>
2019-07-08 15:56:50 +02:00
Karel Kočí 306e276a3b python-intelhex: add new package
This is Python library to parse, generate and in general handle files
in Intel HEX format.

Signed-off-by: Karel Kočí <cynerd@email.cz>
2019-07-08 15:56:50 +02:00
Dirk Brenken 59a69ee059 travelmate: update 1.4.9
* fix a corner case issue with auto expiry of the
  'Faulty Station' list (the last run information was not updated)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-07-08 14:02:47 +02:00
Josef Schlehofer f8d595169a Merge branch 'sqlalchemy' of BKPepe/packages 2019-07-08 10:38:30 +02:00