feed/packages.git
4 years agonss: Replace usleep with nanosleep 9518/head
Rosen Penev [Fri, 19 Jul 2019 07:34:09 +0000 (00:34 -0700)]
nss: Replace usleep with nanosleep

usleep is deprecated and is optionally not available with uClibc-ng.

Added PKG_LICENSE_FILES.

Added PKG_CPE_ID for proper CVE tracking.

Other minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoapfree-wifidog: Run init script through shellcheck 9517/head
Rosen Penev [Fri, 19 Jul 2019 07:29:07 +0000 (00:29 -0700)]
apfree-wifidog: Run init script through shellcheck

Also added a patch to fix compilation without deprecated OpenSSL APIs.

Minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agosocat: Fix compilation when usleep is missing 9516/head
Rosen Penev [Fri, 19 Jul 2019 07:08:53 +0000 (00:08 -0700)]
socat: Fix compilation when usleep is missing

usleep is a legacy function that was removed in POSIX-2008. uClibc-ng can
be configured to compile without it. if out the code as it's not used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoopendkim: Fix compilation with uClibc-ng 9515/head
Rosen Penev [Fri, 19 Jul 2019 07:02:21 +0000 (00:02 -0700)]
opendkim: Fix compilation with uClibc-ng

res_nsend and res_send are both not available in uClibc-ng as configured
in OpenWrt. Having this function return an error is the only sensible way
to fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomini_snmpd: Allow up to 8 network interfaces 9514/head
Marcel Telka [Thu, 18 Jul 2019 20:59:52 +0000 (22:59 +0200)]
mini_snmpd: Allow up to 8 network interfaces

This changes the init script to allow to monitor up to 8 network
interfaces.  The support for up to 8 network interfaces was added to
mini_snmpd release 1.3 in November 2015.

Signed-off-by: Marcel Telka <marcel@telka.sk>
4 years agoMerge pull request #8589 from vk496/tesseract
Rosen Penev [Thu, 18 Jul 2019 16:41:06 +0000 (09:41 -0700)]
Merge pull request #8589 from vk496/tesseract

tesseract: leptonica: add package

4 years agoMerge pull request #9221 from rkkoszewski/master
Rosen Penev [Thu, 18 Jul 2019 16:38:44 +0000 (09:38 -0700)]
Merge pull request #9221 from rkkoszewski/master

 Add netifd script to control SSTP connections.

4 years agoexpat: update to version 2.2.7 (security fix) 9444/head
Jan Pavlinec [Wed, 10 Jul 2019 14:17:52 +0000 (16:17 +0200)]
expat: update to version 2.2.7 (security fix)

Fixes:
CVE-2018-20843

Changes:
add PKG_CPE_ID
switch to xz
remove maintainer

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agotesseract: add package 8589/head
Valentín Kivachuk [Sun, 14 Jul 2019 15:45:45 +0000 (17:45 +0200)]
tesseract: add package

Tesseract is an open source text recognizer (OCR) Engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages.

Signed-off-by: Valentín Kivachuk <vk18496@gmail.com>
4 years agooniguruma: fix CVE-2019-13224 & CVE-2019-13225
Eneas U de Queiroz [Wed, 17 Jul 2019 12:50:41 +0000 (09:50 -0300)]
oniguruma: fix CVE-2019-13224 & CVE-2019-13225

The patches were taken from upstream commits.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoMerge pull request #9502 from neheb/ggd
Rosen Penev [Wed, 17 Jul 2019 19:48:01 +0000 (12:48 -0700)]
Merge pull request #9502 from neheb/ggd

gddrescue: Do not build with uClibc-ng

4 years agoMerge pull request #9496 from tsl0922/ttyd-1.5.1
Rosen Penev [Wed, 17 Jul 2019 17:02:05 +0000 (10:02 -0700)]
Merge pull request #9496 from tsl0922/ttyd-1.5.1

ttyd: update to 1.5.1

4 years agoluaposix: remove eglibc remnants 9505/head
Eneas U de Queiroz [Tue, 16 Jul 2019 21:31:54 +0000 (18:31 -0300)]
luaposix: remove eglibc remnants

As a side-effect, this adds the getlogin function back when using glibc.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoswitchdev-poller: makefile cleanup
Luiz Angelo Daros de Luca [Wed, 17 Jul 2019 06:51:52 +0000 (03:51 -0300)]
switchdev-poller: makefile cleanup

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
4 years agoswitchdev-poller: fix license
Luiz Angelo Daros de Luca [Sat, 22 Jun 2019 08:37:15 +0000 (05:37 -0300)]
switchdev-poller: fix license

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
4 years agotrafficshaper: metadata and makefile cleanup
Luiz Angelo Daros de Luca [Wed, 17 Jul 2019 06:34:31 +0000 (03:34 -0300)]
trafficshaper: metadata and makefile cleanup

This results in minor metadata changes (spaces).
No need to bump release.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
4 years agoMerge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing
Rosen Penev [Wed, 17 Jul 2019 06:01:11 +0000 (23:01 -0700)]
Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing

isc-dhcp: Remove --disable-tracing from configure args

4 years agodomoticz: Fix compilation without deprecated OpenSSL APIs 9332/head
Rosen Penev [Thu, 27 Jun 2019 07:28:25 +0000 (00:28 -0700)]
domoticz: Fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agottyd: update to 1.5.1 9496/head
Shuanglei Tao [Tue, 16 Jul 2019 15:57:09 +0000 (23:57 +0800)]
ttyd: update to 1.5.1

Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
4 years agoMerge pull request #9472 from lucize/nssup
Rosen Penev [Wed, 17 Jul 2019 05:44:05 +0000 (22:44 -0700)]
Merge pull request #9472 from lucize/nssup

nss: update to 3.45

4 years agoMerge pull request #9480 from neheb/soc
Rosen Penev [Wed, 17 Jul 2019 05:42:13 +0000 (22:42 -0700)]
Merge pull request #9480 from neheb/soc

socat: Remove outdated musl patch

4 years agopython-egenix-mx-base: Makefile polishing 9489/head
Josef Schlehofer [Mon, 15 Jul 2019 20:18:57 +0000 (22:18 +0200)]
python-egenix-mx-base: Makefile polishing

Correct SPDX License Identifier

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #9483 from neheb/fio1
Rosen Penev [Wed, 17 Jul 2019 04:46:25 +0000 (21:46 -0700)]
Merge pull request #9483 from neheb/fio1

fio: Update to 3.15

4 years agoMerge pull request #9501 from jefferyto/circleci-usign
champtar [Tue, 16 Jul 2019 23:55:33 +0000 (16:55 -0700)]
Merge pull request #9501 from jefferyto/circleci-usign

CircleCI: Add support for usign signatures

4 years agogddrescue: Do not build with uClibc-ng 9502/head
Rosen Penev [Tue, 16 Jul 2019 20:54:09 +0000 (13:54 -0700)]
gddrescue: Do not build with uClibc-ng

From the developer:

It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as
macros and not including them in std.

IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the
C++ standard), because even the C functions that are alowed to be
defined as macros (putc, getc) should be included in std for
consistency. Just imagine the chaos if std::getc were defined or
undefined depending on how it is implemented.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoCircleCI: Add support for usign signatures 9501/head
Jeffery To [Tue, 16 Jul 2019 20:27:01 +0000 (04:27 +0800)]
CircleCI: Add support for usign signatures

It appears snapshot target builds have switched from GPG signatures
(sha256sums.asc) to usign signatures (sha256sums.sig).

This adds support for verifying these usign signatures. (GPG signatures
will also be verified if found.)

This also restores the alphabetical ordering of packages to be installed
by apt-get.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #9445 from neheb/softe
Rosen Penev [Tue, 16 Jul 2019 20:16:46 +0000 (13:16 -0700)]
Merge pull request #9445 from neheb/softe

softethervpn: Really fix iconv support

4 years agoMerge pull request #9490 from neheb/msmt
Rosen Penev [Tue, 16 Jul 2019 20:10:03 +0000 (13:10 -0700)]
Merge pull request #9490 from neheb/msmt

msmtp: Update to 1.8.5

4 years agoMerge pull request #9488 from neheb/tan
Rosen Penev [Tue, 16 Jul 2019 20:08:12 +0000 (13:08 -0700)]
Merge pull request #9488 from neheb/tan

tang: Update to version 7

4 years agopython-pyrsistent: add a new package 9457/head
Josef Schlehofer [Thu, 11 Jul 2019 19:42:32 +0000 (21:42 +0200)]
python-pyrsistent: add a new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agopython-cachetools: add a new package 9458/head
Josef Schlehofer [Thu, 11 Jul 2019 20:14:57 +0000 (22:14 +0200)]
python-cachetools: add a new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #9473 from lucize/doveup
Hannu Nyman [Tue, 16 Jul 2019 05:37:19 +0000 (08:37 +0300)]
Merge pull request #9473 from lucize/doveup

dovecot: update to 2.3.7

4 years agomsmtp: Update to 1.8.5 9490/head
Rosen Penev [Mon, 15 Jul 2019 21:59:29 +0000 (14:59 -0700)]
msmtp: Update to 1.8.5

Small Makefile adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agotang: Update to version 7 9488/head
Rosen Penev [Mon, 15 Jul 2019 20:00:21 +0000 (13:00 -0700)]
tang: Update to version 7

Added License information.

Cleaned up Makefile for consistency between packages.

Added numerical prefixes to the patches for clarity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoykpers: Update to 1.20.0 9486/head
Rosen Penev [Mon, 15 Jul 2019 19:51:43 +0000 (12:51 -0700)]
ykpers: Update to 1.20.0

Cleaned up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9485 from neheb/patch-17
Rosen Penev [Mon, 15 Jul 2019 19:04:04 +0000 (12:04 -0700)]
Merge pull request #9485 from neheb/patch-17

lksctp-tools: Update to 1.0.18

4 years agoMerge pull request #9478 from neheb/eg
Rosen Penev [Mon, 15 Jul 2019 18:43:58 +0000 (11:43 -0700)]
Merge pull request #9478 from neheb/eg

python-egenix-mx-base: Clean up Makefile

4 years agopython-egenix-mx-base: Clean up Makefile 9478/head
Rosen Penev [Sun, 14 Jul 2019 23:25:29 +0000 (16:25 -0700)]
python-egenix-mx-base: Clean up Makefile

The librt depends are not needed. EGLIBC is not even in the tree.

Rearranged some stuff for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9471 from SvenRoederer/collectd-routeros
Hannu Nyman [Mon, 15 Jul 2019 13:23:55 +0000 (16:23 +0300)]
Merge pull request #9471 from SvenRoederer/collectd-routeros

collectd: add routeros-plugin and depending librouteros

4 years agosocat: Remove outdated musl patch 9480/head
Rosen Penev [Mon, 15 Jul 2019 00:40:37 +0000 (17:40 -0700)]
socat: Remove outdated musl patch

No longer needed with modern musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9474 from dibdot/adblock 9023/head
Daniel Engberg [Sun, 14 Jul 2019 23:32:09 +0000 (01:32 +0200)]
Merge pull request #9474 from dibdot/adblock

adblock: update 3.6.5-2

4 years agorng-tools: Update to 6.7 9477/head
Rosen Penev [Sun, 14 Jul 2019 22:53:57 +0000 (15:53 -0700)]
rng-tools: Update to 6.7

Cleanup Makefile to get rid of random hacks and to simplify for
consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #8187 from JeremySTX/bluez-split
Daniel Engberg [Sun, 14 Jul 2019 23:08:31 +0000 (01:08 +0200)]
Merge pull request #8187 from JeremySTX/bluez-split

bluez: Move some Bluetooth utilties into their own package

4 years agocollectd: build RouterOS modules 9471/head
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.

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
4 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>
4 years agoadblock: update 3.6.5-2 9474/head
Dirk Brenken [Sun, 14 Jul 2019 20:13:49 +0000 (22:13 +0200)]
adblock: update 3.6.5-2

* clean-up config
  - remove youtube source (not working, false positives)
  - remove urlhaus source (false positives)
  - remove zeus source (discontinued)

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agodovecot: update to 2.3.7 9473/head
Lucian Cristian [Sun, 14 Jul 2019 20:08:01 +0000 (23:08 +0300)]
dovecot: update to 2.3.7

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agofio: Update to 3.15 9483/head
Rosen Penev [Sun, 14 Jul 2019 20:00:54 +0000 (13:00 -0700)]
fio: Update to 3.15

Minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agonss: update to 3.45 9472/head
Lucian Cristian [Sun, 14 Jul 2019 19:56:38 +0000 (22:56 +0300)]
nss: update to 3.45

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agoleptonica: add package
Valentín Kivachuk [Sun, 14 Jul 2019 15:45:10 +0000 (17:45 +0200)]
leptonica: add package

Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications.

Signed-off-by: Valentín Kivachuk <vk18496@gmail.com>
4 years agoMerge pull request #9466 from mstorchak/tgt2
Rosen Penev [Sun, 14 Jul 2019 14:58:38 +0000 (07:58 -0700)]
Merge pull request #9466 from mstorchak/tgt2

tgt: update to 1.0.79

4 years agoMerge pull request #9155 from Andy2244/cifsd
Rosen Penev [Sun, 14 Jul 2019 14:53:32 +0000 (07:53 -0700)]
Merge pull request #9155 from Andy2244/cifsd

cifsd: add new package (kernel/cifsd and net/cifsd-tools)

4 years agoMerge pull request #9470 from Andy2244/samba4-readline-fix
Rosen Penev [Sun, 14 Jul 2019 14:50:50 +0000 (07:50 -0700)]
Merge pull request #9470 from Andy2244/samba4-readline-fix

samba4: add libreadline dep, cleanup old patches

4 years agotgt: update to 1.0.79 9466/head
Maxim Storchak [Sat, 13 Jul 2019 12:10:24 +0000 (15:10 +0300)]
tgt: update to 1.0.79

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
4 years agosamba4: add libreadline dep, cleanup old patches 9470/head
Andy Walsh [Sun, 14 Jul 2019 12:57:44 +0000 (14:57 +0200)]
samba4: add libreadline dep, cleanup old patches

* add missing libreadline dep
* remove old patches

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agocifsd: add new package (kernel/cifsd and net/cifsd-tools) 9155/head
Andy Walsh [Wed, 5 Jun 2019 07:54:57 +0000 (09:54 +0200)]
cifsd: add new package (kernel/cifsd and net/cifsd-tools)

* adds cifs/smb kernel server module (cifsd)
* adds userspace tools (cifsd, cifsadmin)
* has UCI support (compatible with samba configs)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoMerge pull request #9467 from Shulyaka/master
Rosen Penev [Sun, 14 Jul 2019 00:20:18 +0000 (17:20 -0700)]
Merge pull request #9467 from Shulyaka/master

postfix: bump version

4 years agopostfix: bump version 9467/head
Denis Shulyaka [Sat, 13 Jul 2019 21:37:56 +0000 (00:37 +0300)]
postfix: bump version

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
4 years agoMerge pull request #9440 from Andy2244/samba4-update-4-10-6
Rosen Penev [Sat, 13 Jul 2019 14:11:28 +0000 (07:11 -0700)]
Merge pull request #9440 from Andy2244/samba4-update-4-10-6

samba4: update to 4.10.6

4 years agosamba4: update to 4.10.6 9440/head
Andy Walsh [Wed, 10 Jul 2019 12:40:01 +0000 (14:40 +0200)]
samba4: update to 4.10.6

* update to 4.10.6
* use python3
* disable SERVER_AD_DC option (bugged atm)
* fix init script symlink smb.conf detection
* add new deps (libtasn1, libopenssl)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agocoreutils: add alternatives support
Yousong Zhou [Sat, 13 Jul 2019 09:52:16 +0000 (09:52 +0000)]
coreutils: add alternatives support

Fixes openwrt/packages#9290

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoyoutube-dl: update to version 2019.7.12 9455/head
Josef Schlehofer [Thu, 11 Jul 2019 19:19:28 +0000 (21:19 +0200)]
youtube-dl: update to version 2019.7.12

Makefile reordering to be more consistent with other packages

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agosoftethervpn: Really fix iconv support 9445/head
Rosen Penev [Wed, 10 Jul 2019 19:37:25 +0000 (12:37 -0700)]
softethervpn: Really fix iconv support

softethervpn overrides nls.mk by defining its iconv functions. This only
works if the libc has iconv. In addition, it does not allow external
libiconv usage. TARGET_LDFLAGS is also the wrong place to add -liconv.

Removed SSL3 patch. It was needed for OpenSSL 1.0.2 but not anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMarkupSafe: Makefile polishing and add src package 9454/head
Josef Schlehofer [Thu, 11 Jul 2019 18:13:42 +0000 (20:13 +0200)]
MarkupSafe: Makefile polishing and add src package

- Improve TITLE and Description
- Remove PKG_UNPACK as it is not necessary
- Correct LICENSE file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #9452 from Andy2244/softethervpn5-update-9671
Rosen Penev [Thu, 11 Jul 2019 17:41:20 +0000 (10:41 -0700)]
Merge pull request #9452 from Andy2244/softethervpn5-update-9671

softethervpn5: update to 5.01.9671

4 years agoMerge pull request #9453 from openwrt/revert-8157-rpcd-mod-poe
Jo-Philipp Wich [Thu, 11 Jul 2019 15:33:31 +0000 (17:33 +0200)]
Merge pull request #9453 from openwrt/revert-8157-rpcd-mod-poe

Revert "rpcd-mod-poe: add package"

4 years agoRevert "rpcd-mod-poe: add package" 9453/head
Jo-Philipp Wich [Thu, 11 Jul 2019 15:32:33 +0000 (17:32 +0200)]
Revert "rpcd-mod-poe: add package"

4 years agoMerge pull request #8157 from aparcar/rpcd-mod-poe
Jo-Philipp Wich [Thu, 11 Jul 2019 15:15:04 +0000 (17:15 +0200)]
Merge pull request #8157 from aparcar/rpcd-mod-poe

rpcd-mod-poe: add package

4 years agoMerge pull request #9436 from cotequeiroz/oauthlib
Rosen Penev [Thu, 11 Jul 2019 15:11:54 +0000 (08:11 -0700)]
Merge pull request #9436 from cotequeiroz/oauthlib

python-oauthlib: update to 3.0.2 (bugfix release)

4 years agoMerge pull request #9450 from zhaojh329/wifidog-ng
Rosen Penev [Thu, 11 Jul 2019 15:00:17 +0000 (08:00 -0700)]
Merge pull request #9450 from zhaojh329/wifidog-ng

wifidog-ng: Update to 2.0.1

4 years agosoftethervpn5: update to 5.01.9671 9452/head
Andy Walsh [Thu, 11 Jul 2019 14:55:19 +0000 (16:55 +0200)]
softethervpn5: update to 5.01.9671

* update to 5.01.9671
* switch to release tar's
* add cmake iconv and musl patches

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agodjango-webpack-loader: update packaging format + add python3 variant 9400/head
Alexandru Ardelean [Wed, 3 Jul 2019 09:05:05 +0000 (12:05 +0300)]
django-webpack-loader: update packaging format + add python3 variant

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

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agodjango-statici18n: update packaging format + add python3 variant
Alexandru Ardelean [Wed, 3 Jul 2019 09:01:56 +0000 (12:01 +0300)]
django-statici18n: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 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>
4 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>
4 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>
4 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>
4 years agoMerge pull request #8337 from BKPepe/python-qr
Josef Schlehofer [Thu, 11 Jul 2019 11:51:07 +0000 (13:51 +0200)]
Merge pull request #8337 from BKPepe/python-qr

python-qrcode: add Python3

4 years agoMerge pull request #8715 from BKPepe/pillow
Josef Schlehofer [Thu, 11 Jul 2019 11:50:12 +0000 (13:50 +0200)]
Merge pull request #8715 from BKPepe/pillow

pillow: update to version 6.0.0, add Python3 variant

4 years agowifidog-ng: Update to 2.0.1 9450/head
Jianhui Zhao [Thu, 11 Jul 2019 08:29:15 +0000 (16:29 +0800)]
wifidog-ng: Update to 2.0.1

Compatible with Linux kernel 4.18 and above

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
4 years agoMerge pull request #9443 from danielkucera/minisatip
Rosen Penev [Wed, 10 Jul 2019 22:00:50 +0000 (15:00 -0700)]
Merge pull request #9443 from danielkucera/minisatip

minisatip: add new package

4 years agoMerge pull request #9447 from cotequeiroz/logrotate-menu
Rosen Penev [Wed, 10 Jul 2019 21:07:24 +0000 (14:07 -0700)]
Merge pull request #9447 from cotequeiroz/logrotate-menu

logrotate: move config option to menu

4 years agologrotate: move config option to menu 9447/head
Eneas U de Queiroz [Wed, 10 Jul 2019 20:23:15 +0000 (17:23 -0300)]
logrotate: move config option to menu

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agominisatip: add new package 9443/head
Daniel Kucera [Wed, 20 Jun 2018 23:43:45 +0000 (01:43 +0200)]
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>
4 years agopython-oauthlib: update to 3.0.2 (bugfix release) 9436/head
Eneas U de Queiroz [Tue, 9 Jul 2019 18:46:27 +0000 (15:46 -0300)]
python-oauthlib: update to 3.0.2 (bugfix release)

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoMerge pull request #9371 from neheb/gpge
Rosen Penev [Wed, 10 Jul 2019 18:23:39 +0000 (11:23 -0700)]
Merge pull request #9371 from neheb/gpge

libgpg-error: Fix compilation with GAWK 5.0

4 years agoMerge pull request #9426 from neheb/fhfh
Rosen Penev [Wed, 10 Jul 2019 18:23:20 +0000 (11:23 -0700)]
Merge pull request #9426 from neheb/fhfh

open2300: Switch to GitHub fork

4 years agoMerge pull request #9373 from neheb/log2
Rosen Penev [Wed, 10 Jul 2019 18:22:51 +0000 (11:22 -0700)]
Merge pull request #9373 from neheb/log2

logrotate: Add ACL support

4 years agoirssi: update to version 1.2.1 (security fix)
Jan Pavlinec [Wed, 10 Jul 2019 13:43:25 +0000 (15:43 +0200)]
irssi: update to version 1.2.1 (security fix)

Fixes CVE-2019-13045

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agozeromq: update to version 4.1.7 (security fix) 9441/head
Jan Pavlinec [Wed, 10 Jul 2019 13:18:16 +0000 (15:18 +0200)]
zeromq: update to version 4.1.7 (security fix)

Fixes:
CVE-2019-13132
Added CPE ID

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopython-sentry-sdk: Update to version 0.10.1 9437/head
Josef Schlehofer [Tue, 9 Jul 2019 19:33:48 +0000 (21:33 +0200)]
python-sentry-sdk: Update to version 0.10.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agopython3: Update to version 3.7.4 9409/head
Josef Schlehofer [Tue, 9 Jul 2019 18:56:33 +0000 (20:56 +0200)]
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>
4 years agoMerge pull request #9415 from neheb/newt
Rosen Penev [Wed, 10 Jul 2019 06:32:11 +0000 (23:32 -0700)]
Merge pull request #9415 from neheb/newt

newt: Fix compile with full NLS

4 years agoMerge pull request #9432 from cotequeiroz/wifidog
Rosen Penev [Wed, 10 Jul 2019 02:21:58 +0000 (19:21 -0700)]
Merge pull request #9432 from cotequeiroz/wifidog

wifidog: fix getting ip from interface, cleanup

4 years agologrotate: Add ACL support 9373/head
Rosen Penev [Tue, 2 Jul 2019 19:10:56 +0000 (12:10 -0700)]
logrotate: Add ACL support

Various Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agonewt: Fix compile with full NLS 9415/head
Rosen Penev [Fri, 5 Jul 2019 06:27:35 +0000 (23:27 -0700)]
newt: Fix compile with full NLS

Linker flag was missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agopillow: add Python3 variant and update to 6.1.0 8715/head
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>
4 years agoMerge pull request #9393 from neheb/ld
Rosen Penev [Tue, 9 Jul 2019 17:38:38 +0000 (10:38 -0700)]
Merge pull request #9393 from neheb/ld

ldbus: Update to latest version

4 years agowifidog: fix getting ip from interface, cleanup 9432/head
Eneas U de Queiroz [Tue, 9 Jul 2019 12:21:12 +0000 (09:21 -0300)]
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>
4 years agoMerge pull request #9425 from neheb/open
Rosen Penev [Tue, 9 Jul 2019 16:49:02 +0000 (09:49 -0700)]
Merge pull request #9425 from neheb/open

squid: Fix compilation with GCC9