feed/packages.git
6 years agoutils/collectd: Re-add option to enable encrypted network output 5468/head
Jonathan McDowell [Wed, 17 Jan 2018 19:34:15 +0000 (19:34 +0000)]
utils/collectd: Re-add option to enable encrypted network output

The collectd network plugin has the ability to sign and/or encrypt its
traffic, allowing secure interaction with other collectd instances. This
had been disabled due to issues with the collectd build system.
Fix up the configure parameters to work correctly and re-add the option.

Signed-off-by: Jonathan McDowell <noodles@earth.li>
6 years agobind: Update to 9.11.2-P1
Noah Meyerhans [Wed, 17 Jan 2018 15:50:47 +0000 (07:50 -0800)]
bind: Update to 9.11.2-P1

New upstream release fixes the following security issues:

 * CVE-2017-3145: BIND was improperly sequencing cleanup operations on
   upstream recursion fetch contexts, leading in some cases to a use-after-free
   error that can trigger an assertion failure and crash in named.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
6 years agoMerge pull request #5452 from val-kulkov/libfreetype-package
Hannu Nyman [Wed, 17 Jan 2018 14:22:07 +0000 (16:22 +0200)]
Merge pull request #5452 from val-kulkov/libfreetype-package

libfreetype: update to FreeType 2.9

6 years agoMerge pull request #5457 from jefferyto/python-pkg-setup-args-vars
Hannu Nyman [Wed, 17 Jan 2018 14:07:41 +0000 (16:07 +0200)]
Merge pull request #5457 from jefferyto/python-pkg-setup-args-vars

python,python3: add vars to customize setup arguments / variables

6 years agoMerge pull request #5462 from commodo/python-src-no-deps
Hannu Nyman [Wed, 17 Jan 2018 14:07:04 +0000 (16:07 +0200)]
Merge pull request #5462 from commodo/python-src-no-deps

python,python3: disable dependencies between python src packages

6 years agoMerge pull request #5315 from dangowrt/ola-no-sudo
Daniel Golle [Wed, 17 Jan 2018 13:14:36 +0000 (14:14 +0100)]
Merge pull request #5315 from dangowrt/ola-no-sudo

ola: improve init script

6 years agoMerge pull request #5231 from pprindeville/lm-sensors-add-init.d
Jo-Philipp Wich [Tue, 16 Jan 2018 22:36:45 +0000 (23:36 +0100)]
Merge pull request #5231 from pprindeville/lm-sensors-add-init.d

lm-sensors add init.d

6 years agolm-sensors: add init script 5231/head
Philip Prindeville [Wed, 6 Dec 2017 01:03:39 +0000 (18:03 -0700)]
lm-sensors: add init script

"sensors -s" needs to happen at boot-time so that any "set"
statements in sensors.conf file can take effect.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoxtables-addons: add package for geoip scripts
Philip Prindeville [Sat, 6 Jan 2018 03:25:40 +0000 (20:25 -0700)]
xtables-addons: add package for geoip scripts

The iptables-mod-geoip is usually used in conjunction with some
wrapper scripts which manipulate the GeoIP database and then kick out
one or more iptables rules.  This package contains (1) the script to
download the most recent version of the MaxMind freemium database and
(2) another script which mangles the database into sets up iptables
rules.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoxtables-addons: import from OpenWrt base
Philip Prindeville [Mon, 8 Jan 2018 15:18:19 +0000 (08:18 -0700)]
xtables-addons: import from OpenWrt base

This commit moves xtables-addons from
https://github.com/openwrt/openwrt/tree/master/package/network/utils/xtables-addons
into the package feed repository to allow for dependencies on other feed
packages, such as Perl.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
[fix commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
6 years agopython,python3: disable dependencies between python src packages 5462/head
Alexandru Ardelean [Mon, 15 Jan 2018 12:10:00 +0000 (14:10 +0200)]
python,python3: disable dependencies between python src packages

Related to:
 https://github.com/openwrt/packages/issues/5424

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: add vars to customize setup arguments / variables 5457/head
Jeffery To [Mon, 15 Jan 2018 20:10:49 +0000 (04:10 +0800)]
python,python3: add vars to customize setup arguments / variables

This adds:

* PYTHON_PKG_SETUP_ARGS
* PYTHON_PKG_SETUP_VARS
* PYTHON3_PKG_SETUP_ARGS
* PYTHON3_PKG_SETUP_VARS

to customize Python package setup arguments / environment variables.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agolibfreetype: update to FreeType 2.9 5452/head
Val Kulkov [Mon, 15 Jan 2018 15:46:52 +0000 (10:46 -0500)]
libfreetype: update to FreeType 2.9

Update to the latest version from upstream.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
6 years agoMerge pull request #5440 from jefferyto/python-txsocksx-src
Hannu Nyman [Mon, 15 Jan 2018 07:36:28 +0000 (09:36 +0200)]
Merge pull request #5440 from jefferyto/python-txsocksx-src

python-txsocksx: use variant PyBuild/Compile syntax, add src package, refresh patches

6 years agoMerge pull request #5441 from jefferyto/python-src-packages
Hannu Nyman [Mon, 15 Jan 2018 07:36:01 +0000 (09:36 +0200)]
Merge pull request #5441 from jefferyto/python-src-packages

python-*,python3-*: add src packages for multiple packages

6 years agoMerge pull request #5442 from jefferyto/python-cffi-1.11.4
Hannu Nyman [Mon, 15 Jan 2018 07:35:26 +0000 (09:35 +0200)]
Merge pull request #5442 from jefferyto/python-cffi-1.11.4

python-cffi: update to 1.11.4, add src packages

6 years agoMerge pull request #5443 from chris5560/master
Hannu Nyman [Mon, 15 Jan 2018 07:19:19 +0000 (09:19 +0200)]
Merge pull request #5443 from chris5560/master

ddns-scripts: fix incompatibility with luci-app-ddns <= V.2.4.8-2

6 years agoddns-scripts: fix incompatibility with luci-app-ddns <= V.2.4.8-2 5443/head
Christian Schoenebeck [Sun, 14 Jan 2018 19:27:59 +0000 (20:27 +0100)]
ddns-scripts: fix incompatibility with luci-app-ddns <= V.2.4.8-2

fix incompatibility with luci-app-ddns versions <= 2.4.8-2 (#5430)

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
6 years agopython-cffi: update to 1.11.4, add src packages 5442/head
Jeffery To [Sun, 14 Jan 2018 17:59:14 +0000 (01:59 +0800)]
python-cffi: update to 1.11.4, add src packages

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-*,python3-*: add src packages for multiple packages 5441/head
Jeffery To [Sun, 14 Jan 2018 14:38:54 +0000 (22:38 +0800)]
python-*,python3-*: add src packages for multiple packages

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-txsocksx: use variant PyBuild/Compile syntax, add src package, 5440/head
Jeffery To [Sun, 14 Jan 2018 15:48:43 +0000 (23:48 +0800)]
python-txsocksx: use variant PyBuild/Compile syntax, add src package,
refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agoMerge pull request #5360 from commodo/python_reproducible
Hannu Nyman [Sun, 14 Jan 2018 15:32:57 +0000 (17:32 +0200)]
Merge pull request #5360 from commodo/python_reproducible

python,python3: honour the SOURCE_DATE_EPOCH for the build-info

6 years agoMerge pull request #5439 from jefferyto/python-pyptlib-src
Hannu Nyman [Sun, 14 Jan 2018 15:30:22 +0000 (17:30 +0200)]
Merge pull request #5439 from jefferyto/python-pyptlib-src

python-pyptlib: use default variant build/compile rule, add src package

6 years agoMerge pull request #5438 from jefferyto/python-ipaddress-src
Hannu Nyman [Sun, 14 Jan 2018 15:29:51 +0000 (17:29 +0200)]
Merge pull request #5438 from jefferyto/python-ipaddress-src

python-ipaddress: use default variant build/compile rule, add src package

6 years agoMerge pull request #5437 from jefferyto/python-crypto-py3-src
Hannu Nyman [Sun, 14 Jan 2018 15:29:19 +0000 (17:29 +0200)]
Merge pull request #5437 from jefferyto/python-crypto-py3-src

python-crypto: add python3 variant, src packages, omit tests

6 years agopython-pyptlib: use default variant build/compile rule, add src package 5439/head
Jeffery To [Sun, 14 Jan 2018 15:24:16 +0000 (23:24 +0800)]
python-pyptlib: use default variant build/compile rule, add src package

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-ipaddress: use default variant build/compile rule, add src 5438/head
Jeffery To [Sun, 14 Jan 2018 15:01:51 +0000 (23:01 +0800)]
python-ipaddress: use default variant build/compile rule, add src
package

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-crypto: add python3 variant, src packages, omit tests 5437/head
Jeffery To [Sun, 14 Jan 2018 14:29:29 +0000 (22:29 +0800)]
python-crypto: add python3 variant, src packages, omit tests

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agoMerge pull request #5430 from chris5560/master
Hannu Nyman [Sat, 13 Jan 2018 15:42:07 +0000 (17:42 +0200)]
Merge pull request #5430 from chris5560/master

ddns-scripts: multiple fixes

6 years agoddns-scripts: multiple fixes 5430/head
Christian Schoenebeck [Sat, 13 Jan 2018 10:58:17 +0000 (11:58 +0100)]
ddns-scripts: multiple fixes

Write *.ip file with current registered IP, whenever "get_registered_IP" is called (used by next luci-app-ddns version)
Changed detection of cURL proxy support #3876
Reread data from ubus if "get_local_ip" from "ip_network" #5004 #3338
Fix godaddy_com_v1 #5285
Implement "param_opt" for "cloudflare_com_v4" #5097
Inside logfile "*password*" printed in stead of real password #5281 and others
Add ipv4 service "dnsever.com" #5178
Add ipv4 service "myip.co.ua" #5199

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
6 years agoprocps-ng: use alternatives to coexist with busybox applets
Yousong Zhou [Tue, 2 May 2017 15:31:20 +0000 (23:31 +0800)]
procps-ng: use alternatives to coexist with busybox applets

Fixes FS#699

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoMerge pull request #5425 from lucize/cryptodevup
Hannu Nyman [Fri, 12 Jan 2018 07:32:10 +0000 (09:32 +0200)]
Merge pull request #5425 from lucize/cryptodevup

cryptodev-linux: bump to latest git 2017-10-04

6 years agoMerge pull request #5426 from jefferyto/python-enum34-src
Hannu Nyman [Fri, 12 Jan 2018 07:31:22 +0000 (09:31 +0200)]
Merge pull request #5426 from jefferyto/python-enum34-src

python-enum34: use default variant build/compile rule, add src package

6 years agopython-enum34: use default variant build/compile rule, add src package 5426/head
Jeffery To [Thu, 11 Jan 2018 23:53:22 +0000 (07:53 +0800)]
python-enum34: use default variant build/compile rule, add src package

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agoMerge pull request #5423 from jefferyto/zope-interface-4.4.3
Hannu Nyman [Thu, 11 Jan 2018 22:32:24 +0000 (00:32 +0200)]
Merge pull request #5423 from jefferyto/zope-interface-4.4.3

zope-interface: update to 4.4.3, rename to python-zope-interface, add python3 variant

6 years agozope-interface: update to 4.4.3, rename to python-zope-interface, add 5423/head
Jeffery To [Wed, 10 Jan 2018 22:22:15 +0000 (06:22 +0800)]
zope-interface: update to 4.4.3, rename to python-zope-interface, add
python3 variant

Renaming the package is needed to allow for a Python 3 variant
(python3-zope-interface). Packages that depend on this (only twisted)
also have their dependencies adjusted.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agoMerge pull request #5420 from jefferyto/python-service-identity-17.0.0
Hannu Nyman [Thu, 11 Jan 2018 22:06:47 +0000 (00:06 +0200)]
Merge pull request #5420 from jefferyto/python-service-identity-17.0.0

python-service-identity: update to 17.0.0, add python3 variant

6 years agocryptodev-linux: bump to latest git 2017-10-04 5425/head
Lucian Cristian [Thu, 11 Jan 2018 22:04:11 +0000 (00:04 +0200)]
cryptodev-linux: bump to latest git 2017-10-04
fix kernel > 4.13 compilation

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agoMerge pull request #5364 from MikePetullo/grilo-plugins
Michael Heimpold [Thu, 11 Jan 2018 19:32:04 +0000 (20:32 +0100)]
Merge pull request #5364 from MikePetullo/grilo-plugins

grilo-plugins: update to 0.3.5

6 years agopython-service-identity: update to 17.0.0, add python3 variant 5420/head
Jeffery To [Wed, 10 Jan 2018 21:45:39 +0000 (05:45 +0800)]
python-service-identity: update to 17.0.0, add python3 variant

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agoMerge pull request #5419 from commodo/python-package-mk-localize
Hannu Nyman [Thu, 11 Jan 2018 14:33:33 +0000 (16:33 +0200)]
Merge pull request #5419 from commodo/python-package-mk-localize

treewide: re-organizing python-package.mk & python3-package.mk

6 years agogit: add missing template files
Peter Wagner [Thu, 11 Jan 2018 13:51:47 +0000 (14:51 +0100)]
git: add missing template files

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #4369 from val-kulkov/libmilter-package
Jo-Philipp Wich [Thu, 11 Jan 2018 01:28:04 +0000 (02:28 +0100)]
Merge pull request #4369 from val-kulkov/libmilter-package

libmilter-sendmail: the sendmail mail filter API library

6 years agoMerge pull request #5418 from jefferyto/python-pyopenssl-17.5.0
Hannu Nyman [Wed, 10 Jan 2018 21:46:34 +0000 (23:46 +0200)]
Merge pull request #5418 from jefferyto/python-pyopenssl-17.5.0

python-pyopenssl: update to 17.5.0

6 years agoMerge pull request #5416 from dibdot/travelmate
Hannu Nyman [Wed, 10 Jan 2018 21:45:26 +0000 (23:45 +0200)]
Merge pull request #5416 from dibdot/travelmate

travelmate: update 1.0.2

6 years agoMerge pull request #5415 from dibdot/adblock
Hannu Nyman [Wed, 10 Jan 2018 21:44:30 +0000 (23:44 +0200)]
Merge pull request #5415 from dibdot/adblock

adblock: update 3.4.3

6 years agoadblock: update 3.4.3 5415/head
Dirk Brenken [Wed, 10 Jan 2018 18:33:42 +0000 (19:33 +0100)]
adblock: update 3.4.3

* add pidfile writing / check to prevent further race conditions
* ease the download utility selection: uclient-fetch (default),
  wget, curl, aria2c, wget-nossl, busybox-wget are pre-configured
* add debug download logging in case of an error, e.g. wrong url
* change 'malware' blocklist source url
* add logfile information to email template
* LuCI: add 'Download Utility' select box
* LuCI: add new "running" status

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoseafile-seahub: fix python-package.mk include 5419/head
Alexandru Ardelean [Wed, 10 Jan 2018 21:20:12 +0000 (23:20 +0200)]
seafile-seahub: fix python-package.mk include

This include is a bit special, because it's the
package that uses OpenWrt's mk rule.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-pyopenssl: update to 17.5.0 5418/head
Jeffery To [Wed, 10 Jan 2018 21:12:49 +0000 (05:12 +0800)]
python-pyopenssl: update to 17.5.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agotreewide: use local python-package.mk & python3-package.mk files
Alexandru Ardelean [Wed, 10 Jan 2018 07:56:52 +0000 (09:56 +0200)]
treewide: use local python-package.mk & python3-package.mk files

This guarantees for the package feeds that
the mk files will always be available for all packages.

Will need to see about external-feed Python packages
a bit later.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: merge package install scripts
Alexandru Ardelean [Wed, 10 Jan 2018 07:52:18 +0000 (09:52 +0200)]
python,python3: merge package install scripts

The only difference just a parameter for Python3
[ -b to compile bytecodes in legacy mode ].
No need to keep 2 almost identical files now
that they're exported.

I'm a bit scared of that param, since it may get
removed at some point.
But let's see until then.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: simplify path to install shell-script
Alexandru Ardelean [Wed, 10 Jan 2018 07:43:00 +0000 (09:43 +0200)]
python,python3: simplify path to install shell-script

Now that all files are exported, it makes sense
to just reference the script directly.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: export mk files outside of python package dirs
Alexandru Ardelean [Wed, 10 Jan 2018 07:29:41 +0000 (09:29 +0200)]
python,python3: export mk files outside of python package dirs

Since `lang/python` is it's own folder of Python packages
(for both Python 2 & 3), and these build rules are needed
in a lot of packages [especially Python packages],
putting them here makes sense architecturally,
to be shared.

This also helps get rid of the `include_mk` construct
which relies on OpenWrt core to provide, and seems
like a broken design idea that has persisted for a while.
Reason is: it requires that Python 2/3 be built to provide
these mk files for other Python packages,
which seems like a bad idea.

Long-term, there could be an issue where some other feeds
would require these mk files [e.g. telephony] for
some Python packages.
We'll see how we handle this a bit later.

For now we limit this to this feed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: do not install .mk snippets
Matthias Schiffer [Wed, 10 Jan 2018 02:28:31 +0000 (03:28 +0100)]
python,python3: do not install .mk snippets

The .mk snippets are not really usable at the moment, as they cannot be
considered for metadata collection (package DUMP) when included through
include_mk. Python packages do not use include_mk anymore for this reason,
so the install commands can be removed as well.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
6 years agotravelmate: update 1.0.2 5416/head
Dirk Brenken [Wed, 10 Jan 2018 18:42:48 +0000 (19:42 +0100)]
travelmate: update 1.0.2

* add new 'running' status
* rework debug & status output
* LuCI: refine status view
* LuCI: add two missing eap auth variants

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoMerge pull request #5412 from jefferyto/python-pycparser-2.18
Hannu Nyman [Wed, 10 Jan 2018 17:47:16 +0000 (19:47 +0200)]
Merge pull request #5412 from jefferyto/python-pycparser-2.18

python-pycparser: update to 2.18, fix _build_tables error

6 years agoMerge pull request #5397 from diizzyy/utils-pcsc-tools
Hannu Nyman [Wed, 10 Jan 2018 16:24:26 +0000 (18:24 +0200)]
Merge pull request #5397 from diizzyy/utils-pcsc-tools

pcsc-tools: remove myself as maintainer

6 years agoMerge pull request #5398 from diizzyy/utils-tio
Hannu Nyman [Wed, 10 Jan 2018 16:23:42 +0000 (18:23 +0200)]
Merge pull request #5398 from diizzyy/utils-tio

utils/tio: Update to 1.28

6 years agoMerge pull request #5411 from jefferyto/python-pyasn1-modules-0.2.1
Hannu Nyman [Wed, 10 Jan 2018 16:22:57 +0000 (18:22 +0200)]
Merge pull request #5411 from jefferyto/python-pyasn1-modules-0.2.1

python-pyasn1-modules: update to 0.2.1

6 years agoMerge pull request #5410 from jefferyto/python-pyasn1-0.4.2
Hannu Nyman [Wed, 10 Jan 2018 16:22:36 +0000 (18:22 +0200)]
Merge pull request #5410 from jefferyto/python-pyasn1-0.4.2

python-pyasn1: update to 0.4.2

6 years agoMerge pull request #5409 from jefferyto/python-parsley-py3
Hannu Nyman [Wed, 10 Jan 2018 16:22:14 +0000 (18:22 +0200)]
Merge pull request #5409 from jefferyto/python-parsley-py3

python-parsley: add python3 variant

6 years agoMerge pull request #5408 from jefferyto/python-ipaddress-1.0.19
Hannu Nyman [Wed, 10 Jan 2018 16:21:45 +0000 (18:21 +0200)]
Merge pull request #5408 from jefferyto/python-ipaddress-1.0.19

python-ipaddress: update to 1.0.19

6 years agoMerge pull request #5407 from jefferyto/python-gmpy2-py3
Hannu Nyman [Wed, 10 Jan 2018 16:21:24 +0000 (18:21 +0200)]
Merge pull request #5407 from jefferyto/python-gmpy2-py3

python-gmpy2: add python3 variant

6 years agoMerge pull request #5404 from jefferyto/python-cryptography-2.1.4
Hannu Nyman [Wed, 10 Jan 2018 16:20:53 +0000 (18:20 +0200)]
Merge pull request #5404 from jefferyto/python-cryptography-2.1.4

python-cryptography: update to 2.1.4, refresh patches

6 years agoMerge pull request #5403 from jefferyto/python-attrs-17.4.0
Hannu Nyman [Wed, 10 Jan 2018 16:20:25 +0000 (18:20 +0200)]
Merge pull request #5403 from jefferyto/python-attrs-17.4.0

python-attrs: update to 17.4.0, add python3 variant

6 years agopython-pycparser: update to 2.18, fix _build_tables error 5412/head
Jeffery To [Wed, 10 Jan 2018 16:00:57 +0000 (00:00 +0800)]
python-pycparser: update to 2.18, fix _build_tables error

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-pyasn1-modules: update to 0.2.1 5411/head
Jeffery To [Wed, 10 Jan 2018 15:10:26 +0000 (23:10 +0800)]
python-pyasn1-modules: update to 0.2.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-pyasn1: update to 0.4.2 5410/head
Jeffery To [Wed, 10 Jan 2018 15:03:58 +0000 (23:03 +0800)]
python-pyasn1: update to 0.4.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-parsley: add python3 variant 5409/head
Jeffery To [Wed, 10 Jan 2018 14:55:28 +0000 (22:55 +0800)]
python-parsley: add python3 variant

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agoMerge pull request #5400 from NeoRaider/usbip-build
Matthias Schiffer [Wed, 10 Jan 2018 14:06:30 +0000 (15:06 +0100)]
Merge pull request #5400 from NeoRaider/usbip-build

usbip: fix build

6 years agousbip: fix build 5400/head
Matthias Schiffer [Tue, 9 Jan 2018 22:48:04 +0000 (23:48 +0100)]
usbip: fix build

Package/usbip/install was referring to the wrong filename for usb.ids in
dl/.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
6 years agoMerge pull request #5399 from NeoRaider/openvswitch-no-sphinx
Matthias Schiffer [Wed, 10 Jan 2018 13:58:28 +0000 (14:58 +0100)]
Merge pull request #5399 from NeoRaider/openvswitch-no-sphinx

openvswitch: don't attempt to use sphinx-build found on the build host

6 years agopython-ipaddress: update to 1.0.19 5408/head
Jeffery To [Wed, 10 Jan 2018 13:53:18 +0000 (21:53 +0800)]
python-ipaddress: update to 1.0.19

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-gmpy2: add python3 variant 5407/head
Jeffery To [Wed, 10 Jan 2018 13:29:23 +0000 (21:29 +0800)]
python-gmpy2: add python3 variant

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-cryptography: update to 2.1.4, refresh patches 5404/head
Jeffery To [Wed, 10 Jan 2018 11:55:42 +0000 (19:55 +0800)]
python-cryptography: update to 2.1.4, refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agopython-attrs: update to 17.4.0, add python3 variant 5403/head
Jeffery To [Wed, 10 Jan 2018 09:35:11 +0000 (17:35 +0800)]
python-attrs: update to 17.4.0, add python3 variant

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 years agoMerge pull request #5319 from maxberger/master
Hannu Nyman [Wed, 10 Jan 2018 07:09:41 +0000 (09:09 +0200)]
Merge pull request #5319 from maxberger/master

ddns-scripts: Support Amazon AWS Route53 as a ddns provider

6 years agoopenvswitch: don't attempt to use sphinx-build found on the build host 5399/head
Matthias Schiffer [Tue, 9 Jan 2018 22:20:30 +0000 (23:20 +0100)]
openvswitch: don't attempt to use sphinx-build found on the build host

openvswitch fails to build on my Arch Linux system, as it tries to use my build
host's sphinx-build with OpenWrt's python. Add an override to ensure this can't
happen.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
6 years agoddns-scripts: Support Amazon AWS Route53 as a ddns provider 5319/head
Max Berger [Sat, 23 Dec 2017 21:47:48 +0000 (22:47 +0100)]
ddns-scripts: Support Amazon AWS Route53 as a ddns provider

Based on a sh-only route53 update script by Yuval Adam
https://github.com/yuvadm/route53-ddns/blob/master/route53.sh

Signed-off-by: Max Berger <max@berger.name>
6 years agoMerge pull request #5385 from mhei/lighttpd-issue-4210
Michael Heimpold [Tue, 9 Jan 2018 21:00:49 +0000 (22:00 +0100)]
Merge pull request #5385 from mhei/lighttpd-issue-4210

lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)

6 years agopcsc-tools: remove myself as maintainer 5397/head
Daniel Engberg [Tue, 9 Jan 2018 20:55:18 +0000 (21:55 +0100)]
pcsc-tools: remove myself as maintainer

Remove myself as maintainer

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoutils/tio: Update to 1.28 5398/head
Daniel Engberg [Sun, 7 Jan 2018 11:18:40 +0000 (12:18 +0100)]
utils/tio: Update to 1.28

Update tio to 1.28
Remove myself as maintainer

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agotreewide: fix incorrect *_BUILD_DEPENDS 5370/head
Matthias Schiffer [Sun, 7 Jan 2018 22:21:07 +0000 (23:21 +0100)]
treewide: fix incorrect *_BUILD_DEPENDS

Build depends refer to source package names, not binary package names.

In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of
a source package's binary packages; as the corresponding source packages
are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be
dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to
refer to the correct source package name.

Dependency of mysql-server is adjusted from libncursesw to libncurses
(as libncursesw is a virtual package provided by libncurses), so the build
dependency on ncurses is emitted unconditionally.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
6 years agoMerge pull request #5374 from EricLuehrsen/unbound_dnsecu
Hannu Nyman [Tue, 9 Jan 2018 12:26:45 +0000 (14:26 +0200)]
Merge pull request #5374 from EricLuehrsen/unbound_dnsecu

unbound: fix uci for option domain-insecure:

6 years agounbound: fix uci for option domain-insecure: 5374/head
Eric Luehrsen [Mon, 8 Jan 2018 03:34:28 +0000 (22:34 -0500)]
unbound: fix uci for option domain-insecure:

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
6 years agoMerge pull request #5288 from roger-/rtsp
Ted Hess [Mon, 8 Jan 2018 21:27:49 +0000 (16:27 -0500)]
Merge pull request #5288 from roger-/rtsp

v4l2rtspserver: add package

6 years agoMerge pull request #5381 from thess/dnscrypt-proxy-update
Ted Hess [Mon, 8 Jan 2018 21:23:32 +0000 (16:23 -0500)]
Merge pull request #5381 from thess/dnscrypt-proxy-update

dnscrypt-proxy: Updates for new repository/maintainer (same version)

6 years agolighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210) 5385/head
Michael Heimpold [Mon, 8 Jan 2018 20:24:46 +0000 (21:24 +0100)]
lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agoMerge pull request #5384 from salzmdan/knot_update
Ted Hess [Mon, 8 Jan 2018 19:55:35 +0000 (14:55 -0500)]
Merge pull request #5384 from salzmdan/knot_update

knot: update to 2.6.4

6 years agoknot: update to 2.6.4 5384/head
Daniel Salzman [Mon, 8 Jan 2018 15:33:24 +0000 (16:33 +0100)]
knot: update to 2.6.4

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
6 years agoMerge pull request #5383 from salzmdan/liburcu_update
Ted Hess [Mon, 8 Jan 2018 19:22:46 +0000 (14:22 -0500)]
Merge pull request #5383 from salzmdan/liburcu_update

liburcu: update to 0.9.4

6 years agoMerge pull request #5382 from salzmdan/libedit_update
Ted Hess [Mon, 8 Jan 2018 19:22:17 +0000 (14:22 -0500)]
Merge pull request #5382 from salzmdan/libedit_update

libedit: update to 20170329-3.1

6 years agodnscrypt-proxy: Updates for new repository/maintainer (same version) 5381/head
Ted Hess [Mon, 8 Jan 2018 18:55:33 +0000 (13:55 -0500)]
dnscrypt-proxy: Updates for new repository/maintainer (same version)

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agolibedit: update to 20170329-3.1 5382/head
Daniel Salzman [Mon, 8 Jan 2018 15:31:22 +0000 (16:31 +0100)]
libedit: update to 20170329-3.1

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
6 years agoliburcu: update to 0.9.4 5383/head
Daniel Salzman [Mon, 8 Jan 2018 15:29:37 +0000 (16:29 +0100)]
liburcu: update to 0.9.4

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
6 years agoMerge pull request #5377 from mstorchak/tgt
Hannu Nyman [Mon, 8 Jan 2018 13:58:49 +0000 (15:58 +0200)]
Merge pull request #5377 from mstorchak/tgt

tgt: update to 1.0.73

6 years agopython,python3: honour the SOURCE_DATE_EPOCH for the build-info 5360/head
Alexandru Ardelean [Sat, 6 Jan 2018 15:18:11 +0000 (17:18 +0200)]
python,python3: honour the SOURCE_DATE_EPOCH for the build-info

The Modules/getbuildinfo.c allows the use of DATE and TIME
macros to be defined via CFLAGS.

These vars, control the build date & time when the
interpreter is opened, and can be read via the
`platform._sys_version()` function.

So, a conversion from SOURCE_DATE_EPOCH to DATE & TIME
is required at build-time.

This is especially needed for `platform._sys_version()`
to work.
The installation of pip seems to rely on this.

The logic has been adapted from:
 https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal#Makefile

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agotgt: update to 1.0.73 5377/head
Maxim Storchak [Mon, 8 Jan 2018 13:21:24 +0000 (15:21 +0200)]
tgt: update to 1.0.73

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
6 years agoMerge pull request #5376 from jefferyto/python-egg-info
Hannu Nyman [Mon, 8 Jan 2018 11:59:29 +0000 (13:59 +0200)]
Merge pull request #5376 from jefferyto/python-egg-info

python,python3: undo egg-info removal

6 years agopython,python3: undo egg-info removal 5376/head
Jeffery To [Mon, 8 Jan 2018 09:26:54 +0000 (17:26 +0800)]
python,python3: undo egg-info removal

This reverts commits 4333d1dcbfd67dde4ca7d08717bc345cc424fbf8 and
074d2863be48c1a9093fffcda91f7a328bc7d0cb, making Python packages
discoverable again by pkg_resources.

Fixes #5361.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>