feed/packages.git
6 years agolibs/expat: Fix poor entropy compilation error 4619/head
Daniel Engberg [Sun, 23 Jul 2017 21:17:13 +0000 (23:17 +0200)]
libs/expat: Fix poor entropy compilation error

Add the same workaround as for the expat package in toolchain.
I'm not really sure what made it work for me earlier but this seems to fix it.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4607 from diizzyy/patch-75
Hannu Nyman [Sun, 23 Jul 2017 16:36:08 +0000 (19:36 +0300)]
Merge pull request #4607 from diizzyy/patch-75

libarchive: Update to 3.3.2

6 years agoMerge pull request #4600 from diizzyy/patch-74
Hannu Nyman [Sun, 23 Jul 2017 16:35:43 +0000 (19:35 +0300)]
Merge pull request #4600 from diizzyy/patch-74

admin/netdata: Update to 1.7.0

6 years agoMerge pull request #4605 from dibdot/travelmate
Hannu Nyman [Sun, 23 Jul 2017 16:34:24 +0000 (19:34 +0300)]
Merge pull request #4605 from dibdot/travelmate

travelmate: update 0.9.0

6 years agoMerge pull request #4612 from pcmulder/patch-1
Hannu Nyman [Sun, 23 Jul 2017 16:23:33 +0000 (19:23 +0300)]
Merge pull request #4612 from pcmulder/patch-1

adblock: Added Netherlands as a region.

6 years agoshadowsocks-libev: validate bool with default value 0
Yousong Zhou [Sun, 23 Jul 2017 15:15:23 +0000 (23:15 +0800)]
shadowsocks-libev: validate bool with default value 0

The change is mainly for keeping compatibility with old validate_data
before ubox commit ac481cdd999ee84d3f115c33a56397237e95ec64 in Sat Jul
16 14:52:36 2016 +0200.  The behaviour change comes with that commit can
be seen with the following command line session

    root@LEDE:/usr/bin# validate_data network interface wan 'disabled:bool:false'
    network.wan.disabled is unset and defaults to bool false
    disabled=0; root@LEDE:/usr/bin#

    root@OpenWrt:/# validate_data network interface lan 'disabled:bool:false'
    disabled='false'; root@OpenWrt:/#

This will cause shadowsocks-libev in current master branch fail on OpenWrt
15.01 though they actually should only use packages from the 15.01 branch...

Fixes openwrt/packages#4614

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoshadowsocks-libev: ss-rules: add executable bits
Yousong Zhou [Mon, 3 Jul 2017 09:20:36 +0000 (17:20 +0800)]
shadowsocks-libev: ss-rules: add executable bits

6 years agoMerge pull request #4584 from diizzyy/patch-69
Zoltan Herpai [Sat, 22 Jul 2017 19:29:40 +0000 (21:29 +0200)]
Merge pull request #4584 from diizzyy/patch-69

sound/mpg123: Update to 1.25.2

6 years agoadblock: Added a new region. 4612/head
Patrick Mulder [Sat, 22 Jul 2017 18:33:26 +0000 (20:33 +0200)]
adblock: Added a new region.

Signed-off-by: Patrick Mulder <pcmulder89@gmail.com>
6 years agoMerge pull request #4599 from commodo/travis-stuff
champtar [Sat, 22 Jul 2017 18:15:13 +0000 (11:15 -0700)]
Merge pull request #4599 from commodo/travis-stuff

build,travis: limit git depth to 1 level

6 years agosound/sox: Reduce dependencies
Daniel Engberg [Tue, 11 Jul 2017 22:22:34 +0000 (00:22 +0200)]
sound/sox: Reduce dependencies

Reduce dependencies and remove not used functionality linked in using external libs.

libsndfile: Unusual file formats
libpng: Only used to generate spectrograms
Clean up configure arguments
libid3tag doesn't fall into the BUILD_PATENTED category as far as I can tell.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agolibarchive: Update to 3.3.2 4607/head
Daniel Engberg [Thu, 20 Jul 2017 05:53:14 +0000 (07:53 +0200)]
libarchive: Update to 3.3.2

Update libarchive to 3.3.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agotravelmate: update 0.9.0 4605/head
Dirk Brenken [Wed, 19 Jul 2017 20:34:18 +0000 (22:34 +0200)]
travelmate: update 0.9.0

backend:
* handle errors due to misconfigured uplinks
* various bugfixes

luci frontend:
* add a powerful wireless station manager to edit and delete existing
  interfaces or scan for new uplinks

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoMerge pull request #4598 from commodo/fix-python-builds
champtar [Wed, 19 Jul 2017 18:46:21 +0000 (11:46 -0700)]
Merge pull request #4598 from commodo/fix-python-builds

python,python3: try to stabilize host builds

6 years agopython,python3: add host python pip install support 4598/head
Alexandru Ardelean [Wed, 19 Jul 2017 07:19:10 +0000 (10:19 +0300)]
python,python3: add host python pip install support

To install Python packages host side, that
may be needed for a build.

The intent, is to try to reduce host-side Python
packages being installed via LEDE/OpenWrt build system.
Because those seem like a pain to maintain.

The idea is adapted from Yousong's `python-packages`
package.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: drop HostPy/Compile/Default rules
Alexandru Ardelean [Wed, 19 Jul 2017 07:07:35 +0000 (10:07 +0300)]
python,python3: drop HostPy/Compile/Default rules

Not used, and will not be used.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: drop PKG_MD5SUM fields ; will use only PKG_HASH
Alexandru Ardelean [Wed, 19 Jul 2017 06:40:34 +0000 (09:40 +0300)]
python,python3: drop PKG_MD5SUM fields ; will use only PKG_HASH

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: remove multi-arch support, and /usr/local paths
Alexandru Ardelean [Sun, 16 Jul 2017 20:31:37 +0000 (23:31 +0300)]
python,python3: remove multi-arch support, and /usr/local paths

This should hopefully reduce weird behaviour caused
by the host system.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: handle install script errors better
Alexandru Ardelean [Sun, 16 Jul 2017 15:46:36 +0000 (18:46 +0300)]
python,python3: handle install script errors better

Depending on execution order the `python-package-install.sh`
script would return a non-zero err code.

So, this enforces that all commands in the script
don't fail (via the `set -e` directive).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agoadmin/netdata: Update to 1.7.0 4600/head
Daniel Engberg [Wed, 19 Jul 2017 08:27:41 +0000 (10:27 +0200)]
admin/netdata: Update to 1.7.0

Update netdata to 1.7.0
Update URL
Clean up some more stray image files (smaller package)

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agobuild,travis: limit git depth to 1 level 4599/head
Alexandru Ardelean [Wed, 19 Jul 2017 06:42:33 +0000 (09:42 +0300)]
build,travis: limit git depth to 1 level

It's just a minor optimization of the build.
No need to clone up to 50 revisions back (travis default)

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agoMerge pull request #4593 from lucize/postup
Philip Prindeville [Tue, 18 Jul 2017 17:25:54 +0000 (11:25 -0600)]
Merge pull request #4593 from lucize/postup

Postfix: security update to 3.2.2, add PostgreSQL and PCRE support and refresh patches

6 years agoPostfix: security update to 3.2.2, add PostgreSQL and PCRE support 4593/head
Lucian Cristian [Sun, 16 Jul 2017 21:35:00 +0000 (00:35 +0300)]
Postfix: security update to 3.2.2, add PostgreSQL and PCRE support
refresh patches
add PKG_CONFIG_DEPENDS

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agoffmpeg: add avresample to libffmpeg-full
Ted Hess [Mon, 17 Jul 2017 16:24:25 +0000 (12:24 -0400)]
ffmpeg: add avresample to libffmpeg-full

Some projects, like freeswitch-stable, require avresample in
libffmpeg-full.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agoMerge pull request #4577 from diizzyy/patch-66
Ted Hess [Mon, 17 Jul 2017 14:52:44 +0000 (10:52 -0400)]
Merge pull request #4577 from diizzyy/patch-66

sound/mocp: General cleanup

6 years agoexpat: Use correct checksum, add myself as co-maintainer
Ted Hess [Mon, 17 Jul 2017 13:39:22 +0000 (09:39 -0400)]
expat: Use correct checksum, add myself as co-maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agopyodbc: use WORDS_BIGENDIAN instead of OS-specific defines
Daniel Golle [Mon, 17 Jul 2017 12:06:12 +0000 (14:06 +0200)]
pyodbc: use WORDS_BIGENDIAN instead of OS-specific defines

Python provides the WORDS_BIGENDIAN macro, use it to figure out the
native endian of the host.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agogit: update to 2.13.3
Peter Wagner [Sun, 16 Jul 2017 22:57:20 +0000 (00:57 +0200)]
git: update to 2.13.3

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agobind: Update to 9.10.5-P3
Noah Meyerhans [Sun, 16 Jul 2017 15:53:59 +0000 (08:53 -0700)]
bind: Update to 9.10.5-P3

New upstream release includes fixes for the following security issues:

 * CVE-2017-3140: With certain RPZ configurations, a response with TTL 0 could
   cause named to go into an infinite query loop
 * CVE-2017-3142: An error in TSIG handling could permit unauthorized zone
   transfers or zone updates.
 * CVE-2017-3143: An error in TSIG handling could permit unauthorized zone
   transfers or zone updates.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
6 years agosound/mpg123: Update to 1.25.2 4584/head
Daniel Engberg [Thu, 13 Jul 2017 21:40:51 +0000 (23:40 +0200)]
sound/mpg123: Update to 1.25.2

Update mpg123 to 1.25.2
Change download URL to Sourceforge
Change deprecated checksum variable (PKG_MD5SUM) to PKG_HASH
Add libout123
Add generic optimizations depending on platform have fpu or not
Add NEON-specific optimization
Remove BUILD_PATENTED, reference:
https://github.com/openwrt/packages/pull/4587
Small cleanup of Makefile
Thanks to Ted Hess for reviewing and suggesting compilation fix

NOTE:
mpg123 uses the most recent approach just like ffmpeg that's
mentioned here: https://github.com/openwrt/packages/pull/4555

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4578 from dermoth/ddns_afraidv2
champtar [Sun, 16 Jul 2017 18:23:50 +0000 (11:23 -0700)]
Merge pull request #4578 from dermoth/ddns_afraidv2

ddns-scripts: Add afraid.org version 2 API

6 years agoMerge pull request #4574 from diizzyy/patch-64
Ted Hess [Sun, 16 Jul 2017 18:06:52 +0000 (14:06 -0400)]
Merge pull request #4574 from diizzyy/patch-64

libs/opus: Update to 1.2.1

6 years agoMerge pull request #4572 from diizzyy/patch-63
Ted Hess [Sun, 16 Jul 2017 17:53:10 +0000 (13:53 -0400)]
Merge pull request #4572 from diizzyy/patch-63

libs/expat: Update to 2.2.2

6 years agoMerge pull request #4471 from lynxis/travis
nbd168 [Sun, 16 Jul 2017 16:07:41 +0000 (18:07 +0200)]
Merge pull request #4471 from lynxis/travis

allow .travis.yml to run `make download check` on every Pull Request

6 years agoMerge pull request #4589 from diizzyy/patch-72
Ted Hess [Sun, 16 Jul 2017 15:23:55 +0000 (11:23 -0400)]
Merge pull request #4589 from diizzyy/patch-72

sound/shairport: Remove from tree

6 years agopyodbc: really fix endianess of SQL_WCHAR
Daniel Golle [Sun, 16 Jul 2017 09:56:56 +0000 (11:56 +0200)]
pyodbc: really fix endianess of SQL_WCHAR

auto-endian auf UTF-16 doesn't work with all drivers, some fail to
interpret the byte-order-marking. Hence explicitely use UTF16BE on
big-endian systems and UTF16LE otherwise.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agoMerge pull request #4591 from commodo/ovs-upgrade-2-7-1
champtar [Sun, 16 Jul 2017 02:48:26 +0000 (19:48 -0700)]
Merge pull request #4591 from commodo/ovs-upgrade-2-7-1

openvswitch: bump to version 2.7.1

6 years agoddns-scripts: Add afraid.org version 2 API 4578/head
Thomas Guyot-Sionnest [Wed, 12 Jul 2017 09:47:10 +0000 (05:47 -0400)]
ddns-scripts: Add afraid.org version 2 API

afraid.org has a new update API with better IPV6 support. It needs to be
specifically enabled for each domain, so the original v1 api has been

Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
6 years agoopenssh: add ssh_host keys to openssh-server/conffiles
Peter Wagner [Sat, 15 Jul 2017 19:04:31 +0000 (21:04 +0200)]
openssh: add ssh_host keys to openssh-server/conffiles

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoopenvswitch: bump to version 2.7.1 4591/head
Alexandru Ardelean [Sat, 15 Jul 2017 17:12:34 +0000 (20:12 +0300)]
openvswitch: bump to version 2.7.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agolibs/expat: Update to 2.2.2 4572/head
Daniel Engberg [Tue, 11 Jul 2017 07:42:04 +0000 (09:42 +0200)]
libs/expat: Update to 2.2.2

Update (lib)expat to 2.2.2

Fixes following CVEs: CVE-2017-9233 and CVE-2016-9063 (2.2.2)
Update homepage URL

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoscreen: update to 4.6.1, refresh patches
Etienne Champetier [Sat, 15 Jul 2017 02:05:12 +0000 (19:05 -0700)]
screen: update to 4.6.1, refresh patches

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoscreen: add 256 colors support.
Etienne Champetier [Sat, 15 Jul 2017 01:54:27 +0000 (18:54 -0700)]
screen: add 256 colors support.

On ar71xx the package grow by less than 1k
150377 screen_4.6.0-1_mips_24kc.ipk
151356 screen_4.6.0-2_mips_24kc.ipk

Original commit by @nobk

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoFlask: add package
Daniel Golle [Sat, 1 Jul 2017 18:44:57 +0000 (20:44 +0200)]
Flask: add package

Flask is a microframework for Python based on Werkzeug, Jinja 2 and
good intentions. And before you ask: It.s BSD licensed!

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agopython: Werkzeug: add package
Daniel Golle [Sun, 2 Jul 2017 00:22:18 +0000 (02:22 +0200)]
python: Werkzeug: add package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agopython: click: add package
Daniel Golle [Sun, 2 Jul 2017 00:21:40 +0000 (02:21 +0200)]
python: click: add package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agopython: itsdangerous: add package
Daniel Golle [Sun, 2 Jul 2017 00:21:06 +0000 (02:21 +0200)]
python: itsdangerous: add package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agopython: MarkupSafe: add package
Daniel Golle [Sun, 2 Jul 2017 00:20:39 +0000 (02:20 +0200)]
python: MarkupSafe: add package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agopython: Jinja2: add package
Daniel Golle [Sun, 2 Jul 2017 00:19:53 +0000 (02:19 +0200)]
python: Jinja2: add package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agopyodbc: assume SQL_C_WCHAR is native endian
Daniel Golle [Fri, 14 Jul 2017 14:07:51 +0000 (16:07 +0200)]
pyodbc: assume SQL_C_WCHAR is native endian

Bump PKG_REV and remove obsolete PKG_MD5SUM while at it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agoMerge pull request #4531 from dangowrt/update-python-yaml
Daniel Golle [Fri, 14 Jul 2017 14:23:12 +0000 (16:23 +0200)]
Merge pull request #4531 from dangowrt/update-python-yaml

python-yaml: update source and build for python3

6 years agopython-yaml: update source and build for python3 4531/head
Daniel Golle [Sun, 2 Jul 2017 17:41:45 +0000 (19:41 +0200)]
python-yaml: update source and build for python3

Update source to version 3.12 and build for both, python and python3.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agosound/shairport: Remove from tree 4589/head
Daniel Engberg [Fri, 14 Jul 2017 08:00:06 +0000 (10:00 +0200)]
sound/shairport: Remove from tree

Shairport is unmaintained and superseded by shairport-sync which
is in tree so there's no point in keeping this obsolete package.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4587 from diizzyy/patch-71
champtar [Fri, 14 Jul 2017 01:33:41 +0000 (18:33 -0700)]
Merge pull request #4587 from diizzyy/patch-71

sound/lame: Update as MP3 isn't covered by patents anymore

6 years agosound/lame: Update as MP3 isn't covered by patents 4587/head
Daniel Engberg [Thu, 13 Jul 2017 23:45:58 +0000 (01:45 +0200)]
sound/lame: Update as MP3 isn't covered by patents

In April Technicolor's and Fraunhofer IIS's patents and mp3 licensing
programs has been expired and/or terminated.

Sources:
https://www.iis.fraunhofer.de/en/ff/amm/prod/audiocodec/audiocodecs/mp3.html
https://en.wikipedia.org/wiki/MP3#Licensing.2C_ownership_and_legislation

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4585 from pprindeville/beanstalk-2nd-review
Philip Prindeville [Thu, 13 Jul 2017 23:01:20 +0000 (17:01 -0600)]
Merge pull request #4585 from pprindeville/beanstalk-2nd-review

beanstalkd: switch to xz compression and add PKG_HASH

6 years agobeanstalkd: switch to xz compression and add PKG_HASH 4585/head
Philip Prindeville [Thu, 13 Jul 2017 22:37:27 +0000 (16:37 -0600)]
beanstalkd: switch to xz compression and add PKG_HASH

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoMerge pull request #4044 from pprindeville/add-beanstalkd-server
Daniel Golle [Thu, 13 Jul 2017 11:09:10 +0000 (13:09 +0200)]
Merge pull request #4044 from pprindeville/add-beanstalkd-server

beanstalkd: add package

6 years agoMerge pull request #4555 from antonlacon/ffmpeg-3.2.x
Hannu Nyman [Thu, 13 Jul 2017 06:32:32 +0000 (09:32 +0300)]
Merge pull request #4555 from antonlacon/ffmpeg-3.2.x

ffmpeg: update to 3.2.6, correct arm optimization check

6 years agobeanstalkd: add package 4044/head
Philip Prindeville [Mon, 20 Feb 2017 19:34:16 +0000 (12:34 -0700)]
beanstalkd: add package

For now building from git using latest SHA (commits are relatively
infrequent).  Set priority to come up immediately after network
interfaces are brought up. Patches have been submitted upstream
(but not yet accepted) to fix:

* a somewhat cross-compile unfriendly makefile;
* a header inclusion issue which causes MUSL compilation warnings;
* using the somewhat arcane posix_fallocate() in favor of the
  more ubiquitous ftruncate() system call instead.

Hopefully the next release will include our submitted fixes and
we can transition to a numbered release.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agolibs/opus: Update to 1.2.1 4574/head
Daniel Engberg [Tue, 11 Jul 2017 15:51:15 +0000 (17:51 +0200)]
libs/opus: Update to 1.2.1

Update (lib)opus to 1.2.1
Compile without floating point on NEON (ARM) capable hardware to enable
performance optimizations.

Discussion about this change:
https://github.com/openwrt/packages/pull/4574

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agosound/mocp: General cleanup 4577/head
Daniel Engberg [Wed, 12 Jul 2017 06:37:01 +0000 (08:37 +0200)]
sound/mocp: General cleanup

General cleanup of this port

Don't add libraries as dependencies and disable them later on in configure
arguments (curl and (lib)samplerate). Enabled from now on.
Fix dependencies and functionality provided by external libraries. If we link
(lib)ffmpeg we don't need to have external libraries for handling formats
that ffmpeg already handles.
Update PKG_MD5SUM (deprecated) to PKG_HASH

Sources:
https://github.com/mir-ror/moc/blob/master/decoder_plugins/ffmpeg/ffmpeg.c#L213

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4570 from pprindeville/lighttpd-init-reload
Philip Prindeville [Tue, 11 Jul 2017 22:00:58 +0000 (16:00 -0600)]
Merge pull request #4570 from pprindeville/lighttpd-init-reload

lighttpd: add 'reload' to init script to make logrotate-friendly

6 years agoMerge pull request #4507 from diizzyy/patch-59
Hannu Nyman [Tue, 11 Jul 2017 20:15:55 +0000 (23:15 +0300)]
Merge pull request #4507 from diizzyy/patch-59

libs/libx264: Update to snapshot 20170623

6 years agoMerge pull request #4561 from wertarbyte/package_libnet
Jo-Philipp Wich [Tue, 11 Jul 2017 14:59:54 +0000 (16:59 +0200)]
Merge pull request #4561 from wertarbyte/package_libnet

libnet-1.2.x: simplify build dep installation

6 years agoMerge pull request #4511 from wertarbyte/package_triggerhappy
Jo-Philipp Wich [Tue, 11 Jul 2017 14:54:56 +0000 (16:54 +0200)]
Merge pull request #4511 from wertarbyte/package_triggerhappy

triggerhappy: update to upstream version 0.5.0

6 years agomosquitto: update to 1.4.14
Karl Palsson [Tue, 11 Jul 2017 10:12:06 +0000 (10:12 +0000)]
mosquitto: update to 1.4.14

Fixes a regression due to the CVE fix in the recently released 1.4.13.

https://mosquitto.org/2017/07/version-1-4-14-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years agoMerge pull request #4571 from diizzyy/patch-62
Hannu Nyman [Tue, 11 Jul 2017 13:17:55 +0000 (16:17 +0300)]
Merge pull request #4571 from diizzyy/patch-62

libs/confuse: Update to 3.2

6 years agoMerge pull request #4566 from dedeckeh/pr-netsnmp-config
Stijn Tintel [Tue, 11 Jul 2017 09:25:12 +0000 (11:25 +0200)]
Merge pull request #4566 from dedeckeh/pr-netsnmp-config

netsnmp: add global enabled config option

6 years agolibs/confuse: Update to 3.2 4571/head
Daniel Engberg [Tue, 11 Jul 2017 07:34:43 +0000 (09:34 +0200)]
libs/confuse: Update to 3.2

Update (lib)confuse to 3.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agolighttpd: add 'reload' to init script to make logrotate-friendly 4570/head
Philip Prindeville [Mon, 10 Jul 2017 22:06:38 +0000 (16:06 -0600)]
lighttpd: add 'reload' to init script to make logrotate-friendly

If lighttpd's scripts are rotated from under it while they're still open,
this will cause some weird things to happen.  Give it a heads up that
the logs have moved.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agonetsnmp: add global enabled config option 4566/head
Hans Dedecker [Mon, 10 Jul 2017 11:48:24 +0000 (13:48 +0200)]
netsnmp: add global enabled config option

Add enabled config option in the global uci section; it allows to put into
place the snmpd config but not yet start the netsnmp daemon.
If config option is unset; netsnmp daemon will be started as before.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
6 years agomosquitto: update to 1.4.13
Karl Palsson [Mon, 10 Jul 2017 14:29:13 +0000 (14:29 +0000)]
mosquitto: update to 1.4.13

Primarily a bugfix release for a CVE that doesn't affect lede/openwrt,
but also includes some websockets perfomance fixes.

Release notes at https://mosquitto.org/2017/07/version-1-4-13-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years agoirssi: update to 1.0.4
Peter Wagner [Mon, 10 Jul 2017 09:50:32 +0000 (11:50 +0200)]
irssi: update to 1.0.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #4556 from zx2c4/master
Hannu Nyman [Sun, 9 Jul 2017 18:11:58 +0000 (21:11 +0300)]
Merge pull request #4556 from zx2c4/master

wireguard: fix routing of allowed IPs when no CIDR is specified

6 years agoMerge pull request #4558 from commodo/python-cleanup1
Hannu Nyman [Sun, 9 Jul 2017 18:04:38 +0000 (21:04 +0300)]
Merge pull request #4558 from commodo/python-cleanup1

python,python3: rename PyBuild/Compile rules & remove .egg-info from packages

6 years agoMerge pull request #4557 from dibdot/travelmate
Hannu Nyman [Sun, 9 Jul 2017 17:59:55 +0000 (20:59 +0300)]
Merge pull request #4557 from dibdot/travelmate

travelmate: update 0.8.2

6 years agonetdiscover: use simplified libnet header location 4561/head
Stefan Tomanek [Fri, 7 Jul 2017 22:36:25 +0000 (00:36 +0200)]
netdiscover: use simplified libnet header location

Use the common location for libnet include files and libraries.

Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
6 years agolibnet-1.2.x: simplify build dep installation
Stefan Tomanek [Fri, 7 Jul 2017 22:36:25 +0000 (00:36 +0200)]
libnet-1.2.x: simplify build dep installation

Install include files and libraries into a common place; this
makes compiling depending packages easier.

Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
6 years agoscreen: update to 4.6.0
Etienne Champetier [Sun, 9 Jul 2017 02:24:37 +0000 (19:24 -0700)]
screen: update to 4.6.0

Signed-off-by: Etienne Champetier <echampetier@anevia.com>
6 years agomonit: update to 5.23
Etienne Champetier [Sun, 9 Jul 2017 02:24:13 +0000 (19:24 -0700)]
monit: update to 5.23

Signed-off-by: Etienne Champetier <echampetier@anevia.com>
6 years agosqlite3: update to 3.19.3
Etienne Champetier [Sun, 9 Jul 2017 02:07:41 +0000 (19:07 -0700)]
sqlite3: update to 3.19.3

fix possible database corruption
https://www.sqlite.org/releaselog/3_19_3.html

Signed-off-by: Etienne Champetier <echampetier@anevia.com>
6 years agopython-gnupg: add package
Daniel Golle [Sat, 8 Jul 2017 19:28:30 +0000 (21:28 +0200)]
python-gnupg: add package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agozabbix: update to 3.2.6
Etienne Champetier [Sat, 8 Jul 2017 18:56:26 +0000 (11:56 -0700)]
zabbix: update to 3.2.6

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agozabbix: partially fix zabbix-extra-mac80211
Etienne Champetier [Sat, 8 Jul 2017 15:30:14 +0000 (08:30 -0700)]
zabbix: partially fix zabbix-extra-mac80211

In kernel commit f1160434c7658af3f7b0926b88df49a66cb3c3e0 many stats
that we read with zabbix-extra-mac80211 have been renamed
One commit after (c206ca670974cefec7ac3732db5c8156e8081a8d) those renamed
stats have been hidden behind MAC80211_DEBUG_COUNTERS compile flag

For now you have to edit mac80211 Makefile / do a custom build to access
most of these stats

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoMerge pull request #4563 from dangowrt/fix-odbc-config
Thomas Heil [Sat, 8 Jul 2017 12:23:35 +0000 (14:23 +0200)]
Merge pull request #4563 from dangowrt/fix-odbc-config

unixodbc: fix cross-compile drivers

6 years agopsqlodbc: build against staging libs
Daniel Golle [Sat, 8 Jul 2017 10:42:41 +0000 (12:42 +0200)]
psqlodbc: build against staging libs

avoid accidentally picking paths on the host for pg_config and
odbc_config by supplying them as parameters to configure.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agounixodbc: fix cross-compile drivers 4563/head
Daniel Golle [Sat, 8 Jul 2017 01:59:29 +0000 (03:59 +0200)]
unixodbc: fix cross-compile drivers

build odbc_config for host so drivers may use it to figure out build
details, patch odbc_config to return target specific values from
unixodbc_conf.h.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agoportaudio: Pass down TARGET_CPPFLAGS only build what is necessary
Florian Fainelli [Fri, 7 Jul 2017 22:56:37 +0000 (15:56 -0700)]
portaudio: Pass down TARGET_CPPFLAGS only build what is necessary

We were not correctly passing down TARGET_CPPFLAGS which made external
toolchains not automatically searching for headers in $(STAGING_DIR) to
fail the build. We are also just packaging the library and headers, so
we do not need to build the tests and selftests.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
6 years agotriggerhappy: update to upstream version 0.5.0 4511/head
Stefan Tomanek [Sun, 25 Jun 2017 06:49:49 +0000 (08:49 +0200)]
triggerhappy: update to upstream version 0.5.0

Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
6 years agopsqlodbc: add package
Daniel Golle [Sun, 2 Jul 2017 00:23:15 +0000 (02:23 +0200)]
psqlodbc: add package

add official PostgreSQL ODBC driver

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agoMerge pull request #4559 from commodo/python-pyodbc-fix
Daniel Golle [Fri, 7 Jul 2017 16:54:16 +0000 (18:54 +0200)]
Merge pull request #4559 from commodo/python-pyodbc-fix

pyodbc: fix python-pyodbc variant ; wasn't working

6 years agoMerge pull request #4532 from dangowrt/auto-unixodbc
Thomas Heil [Fri, 7 Jul 2017 15:14:44 +0000 (17:14 +0200)]
Merge pull request #4532 from dangowrt/auto-unixodbc

unixodbc: auto-generate odbcinst.ini

6 years agopyodbc: fix python-pyodbc variant ; wasn't working 4559/head
Alexandru Ardelean [Tue, 4 Jul 2017 20:02:56 +0000 (23:02 +0300)]
pyodbc: fix python-pyodbc variant ; wasn't working

Python3 variant was working fine.

Also add add PACKAGE_python-pyodbc conditional depend for python packages

Otherwise, both Python & Python3 interpreters get built,
even tho only one variant is selected.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-lxml: override PyBuild/Compile & Py3Build/Compile rules 4558/head
Alexandru Ardelean [Tue, 4 Jul 2017 19:44:08 +0000 (22:44 +0300)]
python-lxml: override PyBuild/Compile & Py3Build/Compile rules

And depend on python-light only if python-lxml is selected.
Same thing for python3-lxml.

Otherwise, this builds both Python & Python3 intepreters.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: remove .egginfo directories
Alexandru Ardelean [Tue, 4 Jul 2017 19:27:45 +0000 (22:27 +0300)]
python,python3: remove .egginfo directories

They don't seem needed, and makes packages a bit smaller

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: define PyBuild/Compile & Py3Build/Compile
Alexandru Ardelean [Tue, 4 Jul 2017 17:58:37 +0000 (20:58 +0300)]
python,python3: define PyBuild/Compile & Py3Build/Compile

Similar to LEDE/OpenWrt's Build/Compile/Default rule,
and other similarities like this.

This should allow Python packages to define
PyBuild/Compile rules to do specific stuff per
package.

The advantage of using these (over just overriding
Build/Compile) is the VARIANT mechanism that is
in place to support packaging both for Python & Python3.

So, PyBuild/Compile will get picked up for the Python
variant build, and Py3Build/Compile will get picked
up for the Python3 variant build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agotravelmate: update 0.8.2 4557/head
Dirk Brenken [Fri, 7 Jul 2017 15:02:19 +0000 (17:02 +0200)]
travelmate: update 0.8.2

* change start priority to 90 and revert hostapd stuff from last commit
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agowireguard: version bump 4556/head
Jason A. Donenfeld [Fri, 7 Jul 2017 14:21:24 +0000 (16:21 +0200)]
wireguard: version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
6 years agowireguard: assume /32 or /128 if no CIDR is given
Jason A. Donenfeld [Fri, 7 Jul 2017 14:17:07 +0000 (16:17 +0200)]
wireguard: assume /32 or /128 if no CIDR is given

This brings the route_allowed_ips option into parity with the addresses
option, which makes these same assumption. The parsing selection is made
to be identical between these two settings.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>