feed/packages.git
5 years agohwloc: add PKG_LICENSE_FILES and remove PKG_FIXUP 10226/head
W. Michael Petullo [Mon, 14 Oct 2019 12:47:34 +0000 (08:47 -0400)]
hwloc: add PKG_LICENSE_FILES and remove PKG_FIXUP

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agohwloc: update to 2.1.0
W. Michael Petullo [Sun, 13 Oct 2019 20:44:48 +0000 (16:44 -0400)]
hwloc: update to 2.1.0

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agoMerge pull request #10212 from neheb/gdd
Rosen Penev [Sun, 13 Oct 2019 17:28:03 +0000 (10:28 -0700)]
Merge pull request #10212 from neheb/gdd

gddrescue: Remove uClibc++ patch

5 years agoMerge pull request #10208 from dengqf6/oc
Nikos Mavrogiannopoulos [Sun, 13 Oct 2019 06:06:10 +0000 (08:06 +0200)]
Merge pull request #10208 from dengqf6/oc

openconnect: update to 8.05

5 years agoMerge pull request #10211 from BKPepe/sentrysdk
Rosen Penev [Sun, 13 Oct 2019 04:17:41 +0000 (21:17 -0700)]
Merge pull request #10211 from BKPepe/sentrysdk

python-sentry-sdk: Update to version 0.12.3

5 years agogddrescue: Remove uClibc++ patch 10212/head
Rosen Penev [Sun, 13 Oct 2019 00:52:27 +0000 (17:52 -0700)]
gddrescue: Remove uClibc++ patch

A solution was applied to uClibc++, where the bug actually is.

Fixed license information.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #10210 from jefferyto/use-default-PKG_BUILD_DIR
Rosen Penev [Sat, 12 Oct 2019 22:01:02 +0000 (15:01 -0700)]
Merge pull request #10210 from jefferyto/use-default-PKG_BUILD_DIR

treewide: Use default PKG_BUILD_DIR when possible

5 years agopython-sentry-sdk: Update to version 0.12.3 10211/head
Josef Schlehofer [Sat, 12 Oct 2019 21:55:36 +0000 (23:55 +0200)]
python-sentry-sdk: Update to version 0.12.3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #10186 from jefferyto/gammu-python
Rosen Penev [Sat, 12 Oct 2019 20:44:13 +0000 (13:44 -0700)]
Merge pull request #10186 from jefferyto/gammu-python

gammu: Remove python dependency, fix lib symlinks

5 years agogammu: Remove python dependency, fix lib symlinks 10186/head
Jeffery To [Wed, 9 Oct 2019 10:08:10 +0000 (18:08 +0800)]
gammu: Remove python dependency, fix lib symlinks

This removes the python dependency from the package; according to the
maintainer[1][2] the software does not depend on python.

This also fixes the symlinks for libGammu.so and libgsmsd.so.
Previously, the symlinks were overwritten by $(INSTALL_BIN) with copies
of their sources.

[1]: https://github.com/openwrt/packages/issues/8893#issuecomment-539136531
[2]: https://github.com/openwrt/packages/issues/8893#issuecomment-539152794

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agotreewide: Use default PKG_BUILD_DIR when possible 10210/head
Jeffery To [Sat, 12 Oct 2019 17:00:20 +0000 (01:00 +0800)]
treewide: Use default PKG_BUILD_DIR when possible

This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #10193 from Ansuel/nginx-sock
Hannu Nyman [Sat, 12 Oct 2019 11:46:06 +0000 (14:46 +0300)]
Merge pull request #10193 from Ansuel/nginx-sock

nginx: adds new socket to luci uwsgi config

5 years agonginx: adds new socket to luci uwsgi config 10193/head
Ansuel Smith [Wed, 9 Oct 2019 18:30:14 +0000 (20:30 +0200)]
nginx: adds new socket to luci uwsgi config

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoMerge pull request #10171 from neheb/gam2
Hannu Nyman [Sat, 12 Oct 2019 10:47:08 +0000 (13:47 +0300)]
Merge pull request #10171 from neheb/gam2

gammu: Update to 1.41

5 years agocache-domains: added game cache DNS config service
Gerard Ryan [Sat, 17 Aug 2019 11:44:29 +0000 (21:44 +1000)]
cache-domains: added game cache DNS config service

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
5 years agoMerge pull request #10207 from dengqf6/upnpd
Rosen Penev [Sat, 12 Oct 2019 07:20:16 +0000 (00:20 -0700)]
Merge pull request #10207 from dengqf6/upnpd

miniupnpd: update to 2.1.20191006

5 years agoopenconnect: update to 8.05 10208/head
DENG Qingfang [Sat, 12 Oct 2019 07:15:46 +0000 (15:15 +0800)]
openconnect: update to 8.05

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agominiupnpd: update to 2.1.20191006 10207/head
DENG Qingfang [Sat, 12 Oct 2019 06:36:55 +0000 (14:36 +0800)]
miniupnpd: update to 2.1.20191006

Removed upstreamed patch:
100-build-on-OpenWrt.patch

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agoMerge pull request #10173 from Ansuel/uwsgi-fix
Hannu Nyman [Sat, 12 Oct 2019 06:39:47 +0000 (09:39 +0300)]
Merge pull request #10173 from Ansuel/uwsgi-fix

uwsgi-cgi: adds patch to fix #10134

5 years agoMerge pull request #10196 from lucize/nssup
Rosen Penev [Fri, 11 Oct 2019 20:14:54 +0000 (13:14 -0700)]
Merge pull request #10196 from lucize/nssup

nss: update to 3.46.1

5 years agoMerge pull request #10119 from BKPepe/debootstrap
Rosen Penev [Fri, 11 Oct 2019 19:50:06 +0000 (12:50 -0700)]
Merge pull request #10119 from BKPepe/debootstrap

debootstrap: Update to version 1.0.115~bpo10+1

5 years agoMerge pull request #10107 from BKPepe/expat
Rosen Penev [Fri, 11 Oct 2019 19:49:22 +0000 (12:49 -0700)]
Merge pull request #10107 from BKPepe/expat

expat: Update to version 2.2.9

5 years agoMerge pull request #10160 from G-M0N3Y-2503/feature_docker-ce_update
Rosen Penev [Fri, 11 Oct 2019 19:45:40 +0000 (12:45 -0700)]
Merge pull request #10160 from G-M0N3Y-2503/feature_docker-ce_update

docker-ce: Updated to 19.03.2

5 years agoMerge pull request #10159 from jefferyto/shinit
Rosen Penev [Fri, 11 Oct 2019 19:45:25 +0000 (12:45 -0700)]
Merge pull request #10159 from jefferyto/shinit

shinit: Add package

5 years agocgi-io: iron out extra compiler warnings
Petr Štetiar [Fri, 11 Oct 2019 13:07:17 +0000 (15:07 +0200)]
cgi-io: iron out extra compiler warnings

Fixes following errors:

 main.c:458:37: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:463:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare]
 main.c:518:35: error: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:157:3: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result]
 main.c:763:3: error: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Werror=unused-result]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years agocgi-io: cmake: enable extra compiler warnings
Petr Štetiar [Fri, 11 Oct 2019 13:03:04 +0000 (15:03 +0200)]
cgi-io: cmake: enable extra compiler warnings

Spotting issues during compilation is cheaper.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years agocgi-io: cmake: fix libraries lookup
Petr Štetiar [Fri, 11 Oct 2019 13:01:42 +0000 (15:01 +0200)]
cgi-io: cmake: fix libraries lookup

In order to make it compile properly in more environments.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years agoMerge pull request #10191 from Ansuel/cgi-io-fix
Jo-Philipp Wich [Fri, 11 Oct 2019 10:10:47 +0000 (12:10 +0200)]
Merge pull request #10191 from Ansuel/cgi-io-fix

cgi-io: fix various errors

5 years agomosh: Add protobuf host build dependency
Rosen Penev [Fri, 11 Oct 2019 03:08:54 +0000 (20:08 -0700)]
mosh: Add protobuf host build dependency

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agouwsgi-cgi: adds luci webui and cgi-io vassals config 10173/head
Ansuel Smith [Thu, 10 Oct 2019 22:31:36 +0000 (00:31 +0200)]
uwsgi-cgi: adds luci webui and cgi-io vassals config

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agouwsgi-cgi: introduce emperor mode as default uwsgi installation
Ansuel Smith [Thu, 10 Oct 2019 22:30:45 +0000 (00:30 +0200)]
uwsgi-cgi: introduce emperor mode as default uwsgi installation

- Use uwsgi in emperor mode by default

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agouwsgi-cgi: add patch to fix #10134
Ansuel Smith [Wed, 9 Oct 2019 18:11:51 +0000 (20:11 +0200)]
uwsgi-cgi: add patch to fix #10134

- add uwsgi patch to add option to don't follow simbolic link but call it directly (waiting to be approved)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoMerge pull request #9150 from lucize/uacme
Rosen Penev [Thu, 10 Oct 2019 20:25:40 +0000 (13:25 -0700)]
Merge pull request #9150 from lucize/uacme

uacme: add package

5 years agocgi-io: fix read after end errors 10191/head
Ansuel Smith [Tue, 8 Oct 2019 20:34:11 +0000 (22:34 +0200)]
cgi-io: fix read after end errors

Currently cgi-io try to read data after the data ended.
- Adds "-" to whitelist char
- In main_upload is tried to consume the buffer while it's already readed by the while loop before

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agonss: update to 3.46.1 10196/head
Lucian Cristian [Thu, 10 Oct 2019 16:06:15 +0000 (19:06 +0300)]
nss: update to 3.46.1

and clean some comments

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
5 years agouacme: add package 9150/head
Lucian Cristian [Sun, 29 Sep 2019 14:33:56 +0000 (17:33 +0300)]
uacme: add package

lightweight client for the RFC8555 ACMEv2 protocol, written in plain C code
with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS).

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
5 years agotor: update to 0.4.1.6
Jan Pavlinec [Wed, 9 Oct 2019 12:35:15 +0000 (14:35 +0200)]
tor: update to 0.4.1.6

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years agoMerge pull request #10194 from nickberry17/master
Rosen Penev [Thu, 10 Oct 2019 01:57:45 +0000 (18:57 -0700)]
Merge pull request #10194 from nickberry17/master

modemmanager: remove check for unneeded host dependency intltool

5 years agomodemmanager: remove check for unneeded host dependency intltool 10194/head
Nicholas Smith [Wed, 9 Oct 2019 22:30:26 +0000 (08:30 +1000)]
modemmanager: remove check for unneeded host dependency intltool

Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
5 years agoMerge pull request #10182 from jefferyto/python-attrs-19.2.0
Rosen Penev [Wed, 9 Oct 2019 19:50:07 +0000 (12:50 -0700)]
Merge pull request #10182 from jefferyto/python-attrs-19.2.0

python-attrs: Update to 19.2.0

5 years agoMerge pull request #10170 from ewsi/feature_dcwifi_1.1
Rosen Penev [Wed, 9 Oct 2019 19:46:00 +0000 (12:46 -0700)]
Merge pull request #10170 from ewsi/feature_dcwifi_1.1

dcwifi: Update component versions

5 years agoMerge pull request #10187 from commodo/python-asn1crypto-update
Rosen Penev [Wed, 9 Oct 2019 19:43:20 +0000 (12:43 -0700)]
Merge pull request #10187 from commodo/python-asn1crypto-update

python-asn1crypto: bump to version 1.0.1

5 years agoMerge pull request #10185 from commodo/python-pillow-update
Rosen Penev [Wed, 9 Oct 2019 19:42:58 +0000 (12:42 -0700)]
Merge pull request #10185 from commodo/python-pillow-update

python-pillow: bump to version 6.2.0

5 years agoMerge pull request #10189 from dibdot/banIP
Dirk Brenken [Wed, 9 Oct 2019 17:04:39 +0000 (19:04 +0200)]
Merge pull request #10189 from dibdot/banIP

banip: update 0.3.1

5 years agodcwifi: Update component versions 10170/head
Carey Sonsino [Mon, 30 Sep 2019 14:14:02 +0000 (14:14 +0000)]
dcwifi: Update component versions

update package versions and hashes
remove bzero patches
remove uclibc++ patch
refactor directory structure
relocate mrmctl in menuconfig
update macremapper patch

Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
5 years agonet/mosquitto: drop obsolete libuuid dependency
Karl Palsson [Wed, 9 Oct 2019 13:50:14 +0000 (13:50 +0000)]
net/mosquitto: drop obsolete libuuid dependency

libuuid was dropped as a dependency in mosquitto 1.6.0

Signed-off-by: Karl Palsson <karlp@etactica.com>
5 years agobanip: update 0.3.1 10189/head
Dirk Brenken [Wed, 9 Oct 2019 12:07:05 +0000 (14:07 +0200)]
banip: update 0.3.1

* the WAN auto detection now supports multiple interfaces, too
* no longer filter out possible LAN devices
* add a new DoH (DNS over HTTPS) blocklist source with public
  DoH DNS server addresses, to effectively block client side DoH
  communication, e.g. via Firefox or Chrome

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agopython-asn1crypto: bump to version 1.0.1 10187/head
Alexandru Ardelean [Wed, 9 Oct 2019 10:23:28 +0000 (13:23 +0300)]
python-asn1crypto: bump to version 1.0.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agopython-pillow: bump to version 6.2.0 10185/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 agopython-attrs: Update to 19.2.0 10182/head
Jeffery To [Tue, 8 Oct 2019 21:18:44 +0000 (05:18 +0800)]
python-attrs: Update to 19.2.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoicu: Revert "icu: Deactivate uClibc"
Eneas U de Queiroz [Tue, 8 Oct 2019 21:10:49 +0000 (18:10 -0300)]
icu: Revert "icu: Deactivate uClibc"

This reverts commit db424ede2f079f2bf73634d30ec3c59a8a782118.
It is causing recursive dependencies.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
5 years agoMerge pull request #10180 from nxhack/icu_uclibc
Rosen Penev [Tue, 8 Oct 2019 08:12:34 +0000 (01:12 -0700)]
Merge pull request #10180 from nxhack/icu_uclibc

icu: Deactivate uClibc

5 years agoicu: Deactivate uClibc 10180/head
Hirokazu MORIKAWA [Tue, 8 Oct 2019 08:01:59 +0000 (17:01 +0900)]
icu: Deactivate uClibc

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
5 years agoMerge pull request #10113 from dhewg/pull/libid3tag
Rosen Penev [Tue, 8 Oct 2019 04:26:06 +0000 (21:26 -0700)]
Merge pull request #10113 from dhewg/pull/libid3tag

libid3tag: add pkg-config file

5 years agoMerge pull request #10038 from tiagogaspar8/kea-fix
Rosen Penev [Tue, 8 Oct 2019 04:20:55 +0000 (21:20 -0700)]
Merge pull request #10038 from tiagogaspar8/kea-fix

kea: fix makefile and dependencies

5 years agogammu: Update to 1.41 10171/head
Rosen Penev [Fri, 4 Oct 2019 00:35:25 +0000 (17:35 -0700)]
gammu: Update to 1.41

Remove upstreamed patch.

Switched conditional dependency to python3 in preparation for deprecating
Python 2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #10175 from nxhack/icu_65_1
Rosen Penev [Tue, 8 Oct 2019 04:18:17 +0000 (21:18 -0700)]
Merge pull request #10175 from nxhack/icu_65_1

icu: update to 65.1

5 years agoMerge pull request #10177 from kuoruan/aria2
Rosen Penev [Tue, 8 Oct 2019 04:13:01 +0000 (21:13 -0700)]
Merge pull request #10177 from kuoruan/aria2

aria2: Update to 1.35.0

5 years agoaria2: Update to 1.35.0 10177/head
Xingwang Liao [Tue, 8 Oct 2019 02:04:53 +0000 (10:04 +0800)]
aria2: Update to 1.35.0

* remove OpenSSL patch, it has already merged to the source.

Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
5 years agoicu: update to 65.1 10175/head
Hirokazu MORIKAWA [Mon, 7 Oct 2019 00:46:53 +0000 (09:46 +0900)]
icu: update to 65.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
5 years agolibid3tag: add pkg-config file 10113/head
Andre Heider [Mon, 30 Sep 2019 07:40:03 +0000 (09:40 +0200)]
libid3tag: add pkg-config file

Required for meson to find this library in a sane way.

Signed-off-by: Andre Heider <a.heider@gmail.com>
5 years agofbzmq: Update to 2019.10.07.00
Rosen Penev [Mon, 7 Oct 2019 17:58:14 +0000 (10:58 -0700)]
fbzmq: Update to 2019.10.07.00

Added patch that adds libfolly boost dependencies.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agofbthrift: Update to 2019.10.07.00
Rosen Penev [Mon, 7 Oct 2019 17:54:24 +0000 (10:54 -0700)]
fbthrift: Update to 2019.10.07.00

Added patch to remove boost-thread dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibrsocket-cpp: Update to 2019-10-07
Rosen Penev [Mon, 7 Oct 2019 17:50:41 +0000 (10:50 -0700)]
librsocket-cpp: Update to 2019-10-07

Added patch to remove boost-thread dependency.

Added size optimizations.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibwangle: Update to 2019.10.07.00
Rosen Penev [Mon, 7 Oct 2019 17:41:19 +0000 (10:41 -0700)]
libwangle: Update to 2019.10.07.00

Added patch to remove boost-thread dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibfizz: Update to 2019.10.07.00
Rosen Penev [Mon, 7 Oct 2019 17:38:28 +0000 (10:38 -0700)]
libfizz: Update to 2019.10.07.00

Add patch removing boost-thread dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibfolly: Update to 2019.10.07.00
Rosen Penev [Mon, 7 Oct 2019 17:32:50 +0000 (10:32 -0700)]
libfolly: Update to 2019.10.07.00

Added patch to remove boost-thread.

Removed uClibc-ng patch. libfolly no longer builds there.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agonano: update to 4.5
Hannu Nyman [Mon, 7 Oct 2019 15:17:03 +0000 (18:17 +0300)]
nano: update to 4.5

Update nano editor to version 4.5.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
5 years agoMerge pull request #10163 from stangri/master-simple-adblock
Hannu Nyman [Mon, 7 Oct 2019 15:08:41 +0000 (18:08 +0300)]
Merge pull request #10163 from stangri/master-simple-adblock

simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic

5 years agoMerge pull request #9137 from nickberry17/master
Michael Heimpold [Mon, 7 Oct 2019 10:50:13 +0000 (12:50 +0200)]
Merge pull request #9137 from nickberry17/master

modemmanager: add ModemManager to packages

This also includes related libraries libmbim and libqmi and the command line tools.

5 years agoMerge pull request #10146 from BKPepe/unbound
Josef Schlehofer [Sun, 6 Oct 2019 23:10:47 +0000 (01:10 +0200)]
Merge pull request #10146 from BKPepe/unbound

unbound: Update to version 1.9.4

5 years agosimple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic 10163/head
Stan Grishin [Sun, 6 Oct 2019 16:33:33 +0000 (09:33 -0700)]
simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic

Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years agodocker-ce: Updated to 19.03.2 10160/head
Gerard Ryan [Fri, 4 Oct 2019 11:48:43 +0000 (21:48 +1000)]
docker-ce: Updated to 19.03.2

* Added warning logging
* Added missing default kmod
* Added missing kernel feature for IO scheduling

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
5 years agoshinit: Add package 10159/head
Jeffery To [Sat, 5 Oct 2019 21:48:25 +0000 (05:48 +0800)]
shinit: Add package

This package adds support for /etc/shinit and ~/.shinit files, which
contain commands to be run at the start of all interactive shells.
(/etc/profile and ~/.profile are read for login shells only.)

This is useful for those who regularly open non-login, interactive
shells, for example users of GNU Screen or tmux.

(This is based on a patch[1] I submitted for OpenWrt master, but there
does not appear to be much interest in merging the change.)

(This package uses the ENV shell variable, of which the POSIX standard
has a brief description[2]. The dash manpage[3] also describes how the
ENV variable is handled. (dash is the basis for busybox ash.))

[1]: https://patchwork.ozlabs.org/patch/1094493/
[2]: https://pubs.opengroup.org/onlinepubs/9699919799//utilities/V3_chap02.html#tag_18_05_03
[3]: https://manpages.debian.org/buster/dash/dash.1.en.html#Invocation

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #10105 from neheb/ffm
Rosen Penev [Sat, 5 Oct 2019 19:15:51 +0000 (12:15 -0700)]
Merge pull request #10105 from neheb/ffm

ffmpeg: Fix pkgconfig files to be more cross compile friendly

5 years agoMerge pull request #10106 from neheb/avah
Rosen Penev [Sat, 5 Oct 2019 19:15:42 +0000 (12:15 -0700)]
Merge pull request #10106 from neheb/avah

avahi: Fix pkgconfig files to be cross compile friendly

5 years agoMerge pull request #10157 from gladiac1337/haproxy-2.0.7
Hannu Nyman [Sat, 5 Oct 2019 14:17:20 +0000 (17:17 +0300)]
Merge pull request #10157 from gladiac1337/haproxy-2.0.7

haproxy: Update HAProxy to v2.0.7

5 years agohaproxy: Update HAProxy to v2.0.7 10157/head
Christian Lachner [Sat, 5 Oct 2019 11:59:57 +0000 (13:59 +0200)]
haproxy: Update HAProxy to v2.0.7

- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.7.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agoMerge pull request #10151 from jefferyto/python-bpo-38243-34155
Hannu Nyman [Sat, 5 Oct 2019 08:27:20 +0000 (11:27 +0300)]
Merge pull request #10151 from jefferyto/python-bpo-38243-34155

python,python3: Fix CVE-2019-16056, CVE-2019-16935

5 years agoMerge pull request #10142 from stangri/master-simple-adblock
Hannu Nyman [Sat, 5 Oct 2019 08:25:44 +0000 (11:25 +0300)]
Merge pull request #10142 from stangri/master-simple-adblock

simple-adblock: bugfix and improvements (check description)

5 years agoMerge pull request #10147 from ryzhovau/icu_python
Rosen Penev [Fri, 4 Oct 2019 16:49:18 +0000 (09:49 -0700)]
Merge pull request #10147 from ryzhovau/icu_python

icu: use our own python3 for host-compilation

5 years agoMerge pull request #10145 from dibdot/banIP
Dirk Brenken [Fri, 4 Oct 2019 16:21:43 +0000 (18:21 +0200)]
Merge pull request #10145 from dibdot/banIP

banip: update 0.3.0

5 years agopython,python3: Fix CVE-2019-16056, CVE-2019-16935 10151/head
Jeffery To [Fri, 4 Oct 2019 15:54:46 +0000 (23:54 +0800)]
python,python3: Fix CVE-2019-16056, CVE-2019-16935

These patches address issues:
CVE-2019-16056: email.utils.parseaddr mistakenly parse an email
CVE-2019-16935: A reflected XSS in python/Lib/DocXMLRPCServer.py (for
Python 2.7)

CVE-2019-16935 was fixed for python3 in #10109

Links to Python issues:
https://bugs.python.org/issue34155
https://bugs.python.org/issue38243

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agopython-simplejson: Fix python[3]-decimal dependency 10148/head
Jeffery To [Fri, 4 Oct 2019 14:40:25 +0000 (22:40 +0800)]
python-simplejson: Fix python[3]-decimal dependency

simplejson depends on the decimal module[1][2]. This adds
python[3]-decimal to the package's DEPENDS.

[1]: https://github.com/simplejson/simplejson/blob/v3.16.0/simplejson/__init__.py#L110
[2]: https://github.com/simplejson/simplejson/blob/v3.16.0/simplejson/encoder.py#L7

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoicu: use our own python3 for host-compilation 10147/head
Alexander Ryzhov [Fri, 4 Oct 2019 13:36:47 +0000 (16:36 +0300)]
icu: use our own python3 for host-compilation

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
5 years agounbound: Update to version 1.9.4 10146/head
Josef Schlehofer [Fri, 4 Oct 2019 09:57:24 +0000 (11:57 +0200)]
unbound: Update to version 1.9.4

Fixes CVE-2019-16866

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agobanip: update 0.3.0 10145/head
Dirk Brenken [Fri, 4 Oct 2019 07:12:11 +0000 (09:12 +0200)]
banip: update 0.3.0

* new 'ca-bundle' dependency as all https connections
  are now validated by default
* automatically select the download utility: 'aria2', 'curl',
  'uclient-fetch' with libustream-* or wget are supported
* track & ban failed LuCI login attempts as well
* add a small log/banIP background monitor to block
  SSH/LuCI brute force attacks in realtime (disabled by default)
* add a config version check (please update your default config!)
* made the automatic wan detection more stable
* fix the IPv6 logfile parser
* fix the service status message
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agosimple-adblock: bugfix and improvements (check description) 10142/head
Stan Grishin [Fri, 4 Oct 2019 01:41:49 +0000 (18:41 -0700)]
simple-adblock: bugfix and improvements (check description)

Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years agonbd: Remove other build dependency
Rosen Penev [Thu, 3 Oct 2019 23:22:38 +0000 (16:22 -0700)]
nbd: Remove other build dependency

Already satisfied by glib2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #10131 from neheb/jool
Rosen Penev [Thu, 3 Oct 2019 22:51:22 +0000 (15:51 -0700)]
Merge pull request #10131 from neheb/jool

jool: Update to 4.0.5

5 years agoMerge pull request #10126 from stefaang/php7-mod-gd
Michael Heimpold [Thu, 3 Oct 2019 12:32:46 +0000 (14:32 +0200)]
Merge pull request #10126 from stefaang/php7-mod-gd

php7-mod-gd: enable libwebp
php7: bump to 7.2.23

5 years agophp7: bump to 7.2.23 10126/head
Stefaan Ghysels [Thu, 3 Oct 2019 11:44:23 +0000 (13:44 +0200)]
php7: bump to 7.2.23

Signed-off-by: Stefaan Ghysels <stefaang@gmail.com>
5 years agophp7-mod-gd: enable libwebp
Stefaan Ghysels [Thu, 3 Oct 2019 11:42:38 +0000 (13:42 +0200)]
php7-mod-gd: enable libwebp

Signed-off-by: Stefaan Ghysels <stefaang@gmail.com>
5 years agonbd: Remove glib2 build dependency
Rosen Penev [Thu, 3 Oct 2019 01:54:43 +0000 (18:54 -0700)]
nbd: Remove glib2 build dependency

It is already included.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibftdi: Don't build examples
Rosen Penev [Thu, 3 Oct 2019 01:53:50 +0000 (18:53 -0700)]
libftdi: Don't build examples

Compilation fix with uClibc-ng. No change in package.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agovala: Update to 0.46.2
Rosen Penev [Wed, 2 Oct 2019 22:08:42 +0000 (15:08 -0700)]
vala: Update to 0.46.2

Removed inactive maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9972 from ewsi/feature_dcwifi
Rosen Penev [Wed, 2 Oct 2019 19:40:02 +0000 (12:40 -0700)]
Merge pull request #9972 from ewsi/feature_dcwifi

dcwifi: Add Dual Channel Wi-Fi component packages

5 years agoMerge pull request #10121 from BKPepe/werkzeug
Rosen Penev [Wed, 2 Oct 2019 19:37:06 +0000 (12:37 -0700)]
Merge pull request #10121 from BKPepe/werkzeug

Werkzeug: Update to version 0.16.0

5 years agoMerge pull request #10122 from BKPepe/flask
Rosen Penev [Wed, 2 Oct 2019 19:36:11 +0000 (12:36 -0700)]
Merge pull request #10122 from BKPepe/flask

Flask: Update to version 1.1.1

5 years agoMerge pull request #10124 from tiagogaspar8/procps-ng-fix
Rosen Penev [Wed, 2 Oct 2019 18:29:34 +0000 (11:29 -0700)]
Merge pull request #10124 from tiagogaspar8/procps-ng-fix

procps-ng: change default package selection