Commit Graph

8231 Commits

Author SHA1 Message Date
Etienne Champetier 85bf0d11f4 build,travis: do not modify .travis.yml
restarting a build doesn't update .travis.yml but does update .travis_do.sh ...

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-24 16:32:55 -07:00
champtar cd682e9262 Merge pull request #4618 from champtar/travis
Travis improvements
2017-07-24 15:08:42 -07:00
Etienne Champetier e6013407a8 build,travis: fetch commits until we find merge-base
if the merge-base is not in the initial clone,
git diff / git rev-list will return funky results

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-24 12:01:09 -07:00
Ted Hess dd0603a170 Merge pull request #4619 from diizzyy/patch-77
libs/expat: Fix poor entropy compilation error
2017-07-24 14:09:36 -04:00
Etienne Champetier 78712dfca8 build,travis: test commits format
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-24 11:04:30 -07:00
Etienne Champetier 2ce9c3a64a build,travis: some tunings
- use 'git diff --name-only'
- unpack the sdk only once as if there is no errors we don't need clean sdk
  fresh sdk mean new git checkout of the feeds each time
- only include base, packages and luci,
  as we should not have dependencies on other feeds
- use github for feeds
- continue to test on error
- add a bit of color
- use bash

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-24 10:21:45 -07:00
Yousong Zhou 1c82410cf9 shadowsocks-libev: bump version 3.0.7
Notable changes since 3.0.6

    f308dde ss-server: fix a use-after-free bug
    0b2dce5 ss-redir: fix a mem leak
    b7bdb16 ss-local: SOCKS5 UDP associate terminates the connection prematurely
    3f0d39a ss-local: use getsockname udp_fd where it applies (fixes local_port==0)
    eb30a3d fix possible data loss with salsa20 cipher
    0559d8c fix partial nonce data being overwritten

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-25 01:06:10 +08:00
Hannu Nyman 84a8a67552 Merge pull request #4621 from commodo/python3-upgrade
python3: upgrade to version 3.6.2
2017-07-24 14:52:52 +03:00
Alexandru Ardelean 77bf1f09ad python3: upgrade to version 3.6.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-24 13:57:54 +03:00
Peter Wagner 40505a3bfb glib2: update to 2.53.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-07-24 12:17:16 +02:00
Yousong Zhou 57114609c4 shadowsocks-libev: fix cases where passwords contain dquote
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-07-24 13:10:18 +08:00
Daniel Engberg 12646b51eb 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>
2017-07-23 23:26:48 +02:00
champtar 08ad088ed7 Merge pull request #4617 from ejurgensen/mxml_update_source
mxml: Update URL and use PKG_HASH instead of PKG_MD5SUM
2017-07-23 14:21:41 -07:00
ejurgensen d8ace1e59d mxml: Update URL and use PKG_HASH instead of PKG_MD5SUM
Compile tested

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2017-07-23 23:16:34 +02:00
Hannu Nyman 2fb197ddc9 Merge pull request #4607 from diizzyy/patch-75
libarchive: Update to 3.3.2
2017-07-23 19:36:08 +03:00
Hannu Nyman 3317fa3086 Merge pull request #4600 from diizzyy/patch-74
admin/netdata: Update to 1.7.0
2017-07-23 19:35:43 +03:00
Hannu Nyman 4921352d75 Merge pull request #4605 from dibdot/travelmate
travelmate: update 0.9.0
2017-07-23 19:34:24 +03:00
Hannu Nyman d3732c9bd9 Merge pull request #4612 from pcmulder/patch-1
adblock: Added Netherlands as a region.
2017-07-23 19:23:33 +03:00
Yousong Zhou 3fe965dd1c 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>
2017-07-23 23:29:47 +08:00
Yousong Zhou 8ad2f36550 shadowsocks-libev: ss-rules: add executable bits 2017-07-23 23:29:12 +08:00
Zoltan Herpai 4001716e52 Merge pull request #4584 from diizzyy/patch-69
sound/mpg123: Update to 1.25.2
2017-07-22 21:29:40 +02:00
Patrick Mulder 0513566fcf adblock: Added a new region.
Signed-off-by: Patrick Mulder <pcmulder89@gmail.com>
2017-07-22 20:33:26 +02:00
champtar 8d6419f7b7 Merge pull request #4599 from commodo/travis-stuff
build,travis: limit git depth to 1 level
2017-07-22 11:15:13 -07:00
Daniel Engberg 93fd35200f 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>
2017-07-20 10:13:05 -04:00
Daniel Engberg eb66f08055 libarchive: Update to 3.3.2
Update libarchive to 3.3.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-20 07:53:14 +02:00
Dirk Brenken 60eae93e57 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>
2017-07-19 22:34:18 +02:00
champtar bd8ccf184f Merge pull request #4598 from commodo/fix-python-builds
python,python3: try to stabilize host builds
2017-07-19 11:46:21 -07:00
Alexandru Ardelean 612c53fc6c 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>
2017-07-19 16:50:25 +03:00
Alexandru Ardelean 93a6545591 python,python3: drop HostPy/Compile/Default rules
Not used, and will not be used.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:50:25 +03:00
Alexandru Ardelean 0df253cc04 python,python3: drop PKG_MD5SUM fields ; will use only PKG_HASH
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 16:50:25 +03:00
Alexandru Ardelean 84202f17e1 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>
2017-07-19 16:50:25 +03:00
Alexandru Ardelean e066fdaf11 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>
2017-07-19 16:50:25 +03:00
Daniel Engberg 4cf17672d4 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>
2017-07-19 10:35:40 +02:00
Alexandru Ardelean 00481d1515 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>
2017-07-19 09:42:34 +03:00
Philip Prindeville c188fcfb7c Merge pull request #4593 from lucize/postup
Postfix: security update to 3.2.2, add PostgreSQL and PCRE support and refresh patches
2017-07-18 11:25:54 -06:00
Lucian Cristian 8b1abfb931 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>
2017-07-18 15:51:20 +03:00
Ted Hess 0fc6b2ec31 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>
2017-07-17 12:26:29 -04:00
Ted Hess d0708338ee Merge pull request #4577 from diizzyy/patch-66
sound/mocp: General cleanup
2017-07-17 10:52:44 -04:00
Ted Hess b8bc3fe3f5 expat: Use correct checksum, add myself as co-maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-07-17 09:39:22 -04:00
Daniel Golle 7a2623d12d 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>
2017-07-17 14:36:48 +02:00
Peter Wagner 47ce2f94af git: update to 2.13.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-07-17 00:57:20 +02:00
Noah Meyerhans 1d37fd115f 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>
2017-07-16 15:16:36 -07:00
Daniel Engberg c285fd1142 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>
2017-07-16 21:19:19 +02:00
champtar 860abd4f9b Merge pull request #4578 from dermoth/ddns_afraidv2
ddns-scripts: Add afraid.org version 2 API
2017-07-16 11:23:50 -07:00
Ted Hess ddce27c699 Merge pull request #4574 from diizzyy/patch-64
libs/opus: Update to 1.2.1
2017-07-16 14:06:52 -04:00
Ted Hess 3b91852b6e Merge pull request #4572 from diizzyy/patch-63
libs/expat: Update to 2.2.2
2017-07-16 13:53:10 -04:00
nbd168 e179f022f9 Merge pull request #4471 from lynxis/travis
allow .travis.yml to run `make download check` on every Pull Request
2017-07-16 18:07:41 +02:00
Ted Hess 6f920d0b7d Merge pull request #4589 from diizzyy/patch-72
sound/shairport: Remove from tree
2017-07-16 11:23:55 -04:00
Daniel Golle 667674731f 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>
2017-07-16 11:58:31 +02:00
champtar 1a740145f3 Merge pull request #4591 from commodo/ovs-upgrade-2-7-1
openvswitch: bump to version 2.7.1
2017-07-15 19:48:26 -07:00