aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | libev: Fix compatibility with libevent2 includesTed Hess2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages building with libev and want to include event.h from libev need to be modified to include ev_event_compat.h instead. The are no known packages which need to be fixed at this time. The normal include is ev.h for this package. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | Merge pull request #2135 from thess/mpg123-workTed Hess2015-12-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mpg123: build with alsa only
| * | | | | | | | | | | mpg123: build with alsa onlyTed Hess2015-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | Merge pull request #2164 from mstorchak/rsyncTed Hess2015-12-30
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | rsync: update to 3.1.2
| * | | | | | | | | | | | rsync: update to 3.1.2Maxim Storchak2015-12-22
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://rsync.samba.org/security.html#s3_1_2: If you're using a version of rsync older than 3.1.2 as a client and receiving files from an rsync server that you might not fully trust, this version adds extra checking to the file list to prevent the sender from tweaking the paths and/or the transfer requests in a way that could cause a file to be received outside the transfer destination. Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | | | | | Merge pull request #2207 from antonlacon/ffmpeg-2.7.xTed Hess2015-12-30
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg: update to 2.7.4
| * | | | | | | | | | | | ffmpeg: update to 2.7.4Ian Leonard2015-12-28
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | | | | | | | Merge pull request #2212 from jefferyto/python-host-package-pathHannu Nyman2015-12-30
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | python packages: update host install path
| * | | | | | | | | | | python packages: update host install pathJeffery To2015-12-30
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Host installs should now go into $(STAGING_DIR_HOST)/usr to match python-host.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #2163 from luizluca/ruby-updateLuiz Angelo Daros de Luca2015-12-29
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | ruby: bump to 2.2.4
| * | | | | | | | | | ruby: bump to 2.2.4Luiz Angelo Daros de Luca2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release includes a security fix for Fiddle extension. * CVE-2015-7551: Unsafe tainted string usage in Fiddle and DL There are also some bugfixes. In package, now LD_FLAGS is copied to DLD_FLAGS (used by ruby for libraries). The missing values from LD_FLAGS cause build error when gcc does not implicitly include staging/usr/lib. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | | | | Merge pull request #2202 from jbemmel/openvswitch_2.5.0Hannu Nyman2015-12-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade OpenVSwitch to version 2.5.0 to support kernels up to 4.3
| * | | | | | | | | | | Upgrade OpenVSwitch to version 2.5.0 to support kernels up to 4.3Jeroen van Bemmel2015-12-29
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most patches for 4.1 are no longer needed, only a minor patch to fix a missing WAIT_ANY constant. 2.5.0 depends on nf_conntrack (ipv4 and ipv6) Signed-off-by: Jeroen van Bemmel <jvb127@gmail.com>
* | | | | | | | | | | Merge pull request #2200 from jefferyto/python-cffi-updateMichael Heimpold2015-12-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-cffi: update to latest version
| * | | | | | | | | | | python-cffi: update to latest versionJeffery To2015-12-29
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #2199 from jefferyto/python-enum34-updateMichael Heimpold2015-12-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-enum34: update to latest version
| * | | | | | | | | | | python-enum34: update to latest versionJeffery To2015-12-29
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / / / / / / / / / devel/automake: add new package (closes #2192)Heinrich Schuchardt2015-12-29
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. A new package automake is provided. version 2: do not reference staging directory in distributed files copy only one version of automake resolve whitespace issues CC: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | | | | | | | Merge pull request #2186 from olmari/add-dy-fi-ddnsHannu Nyman2015-12-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ddns-scripts: Added dy.fi service
| * | | | | | | | | | ddns-scripts: Added dy.fi serviceSami Olmari2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dy.fi dynamic dns provider into ddns-scripts (ipv4) services file. Tested-by: Vaasa Hacklab ry <info@vaasa.hacklab.fi> Signed-off-by: Sami Olmari <sami@olmari.fi>
| * | | | | | | | | | ddns-scripts: Added dy.fi serviceSami Olmari2015-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dy.fi dynamic dns provider into ddns-scripts (ipv4) services file. Tested-by: Vaasa Hacklab ry <info@vaasa.hacklab.fi> Signed-off-by: Sami Olmari <sami@olmari.fi>
* | | | | | | | | | | Merge pull request #2162 from Adze1502/masterHannu Nyman2015-12-27
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mwan3: update to version 2.0-2
| * | | | | | | | | | | mwan3: update to version 2.0-2Jeroen Louwes2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix iptables issue where a needed ipset was not created if first wan that came online was not a member of policy. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | | | | | | | | Merge pull request #2172 from oneru/fwknop-2.6.8Hannu Nyman2015-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Update fwknop to 2.6.8
| * | | | | | | | | | | | Update fwknop to 2.6.8Jonathan Bennett2015-12-25
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | | | | | | | | Merge pull request #2191 from tru7/knxdHannu Nyman2015-12-27
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | / / / | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | knxd: bump new version
| * | | | | | | | | | knxd: bump new versionOthmar Truniger2015-12-27
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | tor: update to 0.2.7.6Peter Wagner2015-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | devel/autoconf: add new package (closes #2190)Heinrich Schuchardt2015-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch provides package autoconf. Autoconf is required to generated the configure script of autotools projects. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> [Fixed commit summary (first line of commit message)] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | devel/m4: add new package (closes #2189)Heinrich Schuchardt2015-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU M4 is a prerequisite to run autoconf and automake. This patch packages the macro processor. This is a prerequisite for packaging autoconf and automake. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> [Fixed commit summary according to our best-practise] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | Merge pull request #2165 from xypron/makeYousong Zhou2015-12-27
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | GNU Make
| * | | | | | | | | GNU MakeHeinrich Schuchardt2015-12-26
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWRT provides gcc but lacks make. So building foreign software is difficult. This patch provides GNU Make 4.1. Built on Debian Jessie amd64. Tested on TP-Link MR3020 (ar71xx/generic). version 4: remove gnumake.h from the package We could package it in a separate make-dev package if really needed. version 3: use Build/InstallDev to provide build time dependency version 2: superfluous lines removed as suggested by Yousong Zhou CC: Yousong Zhou <yszhou4tech@gmail.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | | | | | | tracertools: update sourceDaniel Golle2015-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | lvm2: update to version 2.02.138Daniel Golle2015-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | i2c-tools: add fossies.org download mirrorDaniel Golle2015-12-25
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lm-sensors.org is down, again... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #2129 from commodo/krb5-upgrade-n-fixHannu Nyman2015-12-22
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | krb5: bump to version 1.13.3 and fix uninitialized warning/error
| * | | | | | | krb5: bump to version 1.13.3 and fix uninitialized warning/errorAlexandru Ardelean2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.13.3 has a tar.gz so the OpenWRT default Build/Prepare rule can be used with MD5 checksum. Add patch to fix build: ktutil_funcs.c: In function 'ktutil_delete': ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized] prev->next = lp->next; There does not seem to be a way for 'prev' being uninitialized (logically), however the compiler does not see that, because 'prev' is dependent on i >= 1. So, we just need to initialize it to NULL. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #2145 from ClaymorePT/boost_1Ted Hess2015-12-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Boost: Version Update -> 1.60
| * | | | | | | | Boost: Version Update -> 1.60Carlos Miguel Ferreira2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version Update: - Boost is updated to version 1.60 - New library called Variadic Macro Data (VMD) [1] - Several libraries updates [2] [1]: http://www.boost.org/libs/vmd/ [2]: http://www.boost.org/users/history/version_1_60_0.html Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | | | | | | Merge pull request #2140 from dedeckeh/masterHannu Nyman2015-12-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ddns-scripts: Add support for the service dtdns.com
| * | | | | | | | | ddns-scripts: Update PKG_RELEASE after adding dtdns supportHans Dedecker2015-12-21
| | | | | | | | | |
| * | | | | | | | | ddns-scripts: Add support for the service dtdns.comHans Dedecker2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support is added for the service dtdns.com (https://www.dtdns.com) Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | | perl-cgi: Update to 4.25Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | | perl-www: Update to 6.15Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | | perl-compress-bzip2: Update to 2.24Marcel Denia2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | | perl: Update to 5.22.1Marcel Denia2015-12-21
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | Merge pull request #2161 from dibdot/adblockTed Hess2015-12-21
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | adblock: bugfix
| * | | | | | | | adblock: bugfixDirk Brenken2015-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix cornercase during domain query removal Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | | Merge pull request #2159 from ryzhovau/luaposix_docsTed Hess2015-12-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | luaposix: suppress docs compilation errors
| * | | | | | | | | luaposix: suppress docs compilation errorsAlexander Ryzhov2015-12-21
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>