Commit graph

621 commits

Author SHA1 Message Date
Álvaro Fernández Rojas
61b9ec8c1a unrar: update to v5.3.7
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-01 18:03:18 +01:00
Álvaro Fernández Rojas
b88213b3a7 unzip: patch CVE-2015-7696, CVE-2015-7697 and integer underflow
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-01 16:19:56 +01:00
Oliver Middleton
1df252e4c8 collectd: add $(INSTALL_DIR) $(1)/etc/collectd/conf.d
/etc/collectd/conf.d is referenced in the default config so should be installed to prevent the following in syslog every boot:
Fri Oct  9 02:09:38 2015 user.emerg : configfile: stat (/etc/collectd/conf.d) failed: No such file or directory

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
2015-10-28 01:35:20 +00:00
Luiz Angelo Daros de Luca
aa48cd404a sane-backends: select all backends when CONFIG_ALL
sane-xxx backend packages are hidden packages with custom
config and CONFIG_ALL does not select them alone. Now
sane-backends depends on +ALL:sane-backends-all.

No existing ipk is affected as the changed package/sane-backends
does not exist as an ipk.

030-musl.patch was updated to be submitted upstream. However,
the added preprocessor #if are always true for OpenWRT and will
not change the resulting code.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-10-26 14:17:28 -02:00
Steven Barth
8e6ba58fbe Merge pull request #1875 from psidhu/master
gpsd: initial add to packages
2015-10-26 09:40:23 +01:00
Álvaro Fernández Rojas
5e3254a380 unrar: update to v5.3.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-24 23:13:30 +02:00
Álvaro Fernández Rojas
6cb3979f21 unrar: add libunrar support
Closes https://github.com/openwrt/packages/pull/1882

Signed-off-by: Nikolay Podoprigora volzhanin@gmail.com
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-24 20:55:53 +02:00
John Crispin
010cb4848d swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 13:26:25 +02:00
Pushpal Sidhu
8da4be4843 gpsd: initial add to packages
This package is currently in oldpackages. Add here to keep support for gpsd.

From oldpackages, this was bumped from 3.10 -> 3.15 and includes an upstream
patch to allow building with musl.

Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
2015-10-19 17:23:46 -07:00
John Crispin
36ce356436 swig: add PKG_LICENSE_FILE
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 16:00:19 +02:00
John Crispin
2e57574f30 yunbridge: add linux side python code
to make the bridge work we need to run an askfirst instance on the ttyS.
additionally add the lua scripts needed to make REST work. this is really ugly
code but it works. i already cleaned up to the original code, but there are still
issues such as a new luci session being created for each request.

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 12:20:11 +02:00
John Crispin
23bee2145f swig: add host build
this is a binding generator needed to build node plugins

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 12:20:10 +02:00
Steven Barth
79cfbb8edf Merge pull request #1853 from szogi/master
open2300: re-add to the master, maintainer change, build check format fix
2015-10-19 10:36:12 +02:00
aTanW
3a8d834c96 gammu: bump to new upstream v1.36.6
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2015-10-19 10:26:57 +03:00
Julen Landa Alustiza
45cb71805f less: update to 481
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-10-16 21:39:19 +02:00
Steven Barth
a6ab8c074a Merge pull request #1857 from padre-lacroix/bandwidthd
Addition of bandwidthd from the oldpackages
2015-10-15 22:07:03 +02:00
Jean-Michel Lacroix
ca4bdeaba6 Addition of bandwidthd from the oldpackages
Signed-off-by: Jean-Michel Lacroix lacroix@lepine-lacroix.info
2015-10-14 09:52:13 -04:00
Steven Barth
0f6e674a62 Merge pull request #1766 from hnyman/fix-collectd-dns
collectd: Delay first data read cycle by 1s
2015-10-13 08:52:39 +02:00
Steven Barth
ea9db94b7a Merge pull request #1799 from luizluca/sane
sane-backends: import from oldpackages (v2)
2015-10-13 08:51:25 +02:00
Gabor SZOLLOSI
5bf67e3ef8 open2300: added license informations
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
2015-10-12 20:36:23 +02:00
Steven Barth
72d9e6678d Merge pull request #1806 from ryzhovau/smstools3-compile-flags
smstools3: fix CFLAGS and LFLAGS
2015-10-12 17:02:41 +02:00
Gabor SZOLLOSI
9b136db3ce open2300: build check format fix
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
2015-10-11 21:19:02 +02:00
Gabor SZOLLOSI
56ed4e73e0 open2300: format security off 2015-10-11 21:13:08 +02:00
Luiz Angelo Daros de Luca
e8e9196a30 sane-backends: import from oldpackages and update
Changes since oldpackages:
- updated to 1.0.25
  * most of openwrt patches are upstreamed now
- cups dependency was completely removed
- small musl patch
- small uclibc patch
- removed link to extra libraries in libsane (used only
  for preload backends)
- sane-libs and sane-backends merged and exploded into
  individual packages for each backend:
  * libsane for sane library (which backends should dep on)
  * sane-daemon for saned daemon
  * sane-xxx for sane backend for xxx
  ** each backend has its own custom dep libraries
  * sane-backends-all (with no files) that deps on all backends
  * sane-qcam is only available for x86/x86_64
  ** other archs does not implement inb/outb (at least in musl)

Now it is possible to use SANE with much less FS space (KB
instead of MB).

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-10-11 00:39:22 -03:00
Gabor SZOLLOSI
c848b125f5 open2300: re-add to the master, maintainer change
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
2015-10-11 01:44:11 +02:00
Álvaro Fernández Rojas
6981734402 unrar: update to v5.3.5
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-08 11:28:11 +02:00
Álvaro Fernández Rojas
d36eb1d57e flashrom: make flashrom-full the default variant, remove empty dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-08 11:17:43 +02:00
Álvaro Fernández Rojas
0056350123 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-08 11:16:34 +02:00
Stefan Hellermann
26b6be72c7 add dfu-programmer
dfu-programmer is a Device Firmware Update based USB programmer for
Atmel chips with a USB bootloader. It's comparable to avrdude, but
optimized for Atmel chips with integrated USB DFU Bootloader.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2015-10-07 17:38:23 +00:00
Hannu Nyman
91041ead33 collectd: Delay first data read cycle by 1s
Some collectd plugins launch third-party plugins that have variation in
initialisation time (like libpcap). Recently (since kernel bump to 4.1)
the DNS plugin has been causing collectd to crash semi-randomly at startup
on MIPS based WNDR3700.

Debugging led to realisation that the DNS plugin seems to require at least
0.1s time to start, before the first data reading attempt starts.

By default, the first data read cycle starts immediately, while apaprently
some of the plugins may still be asyncronously initialising. To make things
safe, this patch adds 1 second delay before the first data read cycle.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-10-07 12:51:33 +03:00
Daniel Golle
c6e4be6b25 lvm2: update to version 2.02.132
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-05 12:57:03 +02:00
Álvaro Fernández Rojas
3deb63fafb flashrom: switch to build variants instead of config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-04 16:20:41 +02:00
Vadim A. Misbakh-Soloviov
2ce374d1e3
zsh: bump to 5.1.1
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2015-10-03 16:15:56 +06:00
Steven Barth
1da4047ae9 dbus: bump to 1.10.0
Signed-off-by: Steven Barth <steven@midlink.org>
2015-10-03 10:33:45 +02:00
Steven Barth
f6434091ad Merge pull request #1834 from Wedmer/master
[utils/zoneinfo] Updated to the latest release.
2015-10-03 10:21:52 +02:00
Vladimir Ulrich
5596f44714 [utils/zoneinfo] Updated to the latest release.
The 2015g release of the tz code and data is available.  It reflects the
following changes, which were either circulated on the tz mailing list
or are relatively minor technical or administrative changes:

   Changes affecting future time stamps

     Turkey's 2015 fall-back transition is scheduled for Nov. 8, not
Oct. 25.
     (Thanks to Fatih.)

     Norfolk moves from +1130 to +1100 on 2015-10-04 at 02:00 local time.
     (Thanks to Alexander Krivenyshev.)

     Fiji's 2016 fall-back transition is scheduled for January 17, not 24.
     (Thanks to Ken Rylander.)

     Fort Nelson, British Columbia will not fall back on 2015-11-01. It has
     effectively been on MST (-0700) since it advanced its clocks on
2015-03-08.
     New zone America/Fort_Nelson.  (Thanks to Matt Johnson.)

   Changes affecting past time stamps

     Norfolk observed DST from 1974-10-27 02:00 to 1975-03-02 02:00.

   Changes affecting code

     localtime no longer mishandles America/Anchorage after 2037.
     (Thanks to Bradley White for reporting the bug.)

     On hosts with signed 32-bit time_t, localtime no longer mishandles
     Pacific/Fiji after 2038-01-16 14:00 UTC.

     The localtime module allows the variables 'timezone', 'daylight',
     and 'altzone' to be in common storage shared with other modules,
     and declares them in case the system <time.h> does not.
     (Problems reported by Kees Dekker.)

     On platforms with tm_zone, strftime.c now assumes it is not NULL.
     This simplifies the code and is consistent with zdump.c.
     (Problem reported by Christos Zoulas.)

   Changes affecting documentation

    The tzfile man page now documents that transition times denote the
    starts (not the ends) of the corresponding time periods.
    (Ambiguity reported by Bill Seymour.)

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-10-03 01:56:31 +03:00
John Crispin
6205d6d338 spi-tools: add new package
this package adds 2 tools that can be used to control spidev devices from userland

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-02 14:00:25 +02:00
Hannu Nyman
e2699e23f6 collectd: backport parallel build fix from upstream
Backport a fix for parallel build from upstream,
where it has been commited to both trunk and 5.5 branch.

https://github.com/collectd/collectd/issues/1146
780e6a7602

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-10-02 20:31:42 +03:00
Tim Harvey
a8c37348b2 collectd: disable perl bindings from dev host
if a user's env has PERL_MM_OPT defined collect will fail to build. Adding
--with-perl-bindings="" will override this env var.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2015-10-01 20:39:03 +02:00
Jo-Philipp Wich
7d7e1c0977 Merge pull request #1796 from kdarbyshirebryant/collectdnetlink
collectd: netlink module re-enabled
2015-10-01 20:21:05 +02:00
Álvaro Fernández Rojas
3d2d5d9f5d dump1090: remove librtldr dependency for view1090 and clean up Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-30 21:45:20 +02:00
Florian Fainelli
edacac23e0 Merge pull request #1797 from mhei/fix-open-plc-utils
open-plc-utils: upgrade to latest git revision and fix compilation
2015-09-30 12:35:02 -07:00
Álvaro Fernández Rojas
cf18ddf0a2 dump1090: switch to mutability repo, make view1090 a separate package
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-29 00:04:02 +02:00
Álvaro Fernández Rojas
a4a2963af8 pciutils: update to v3.4.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-28 23:15:12 +02:00
Marko Ratkaj
00e774f374 lxc: bump version to 1.1.3
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:44:26 +02:00
Alexander Ryzhov
8651f924a8 smstools3: fix CFLAGS and LFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-09-25 10:04:54 -04:00
Anton Glukhov
2664bacc50 canutils: add new package (fixes #1785)
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>

[Minor fixes]
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-09-21 22:47:15 +02:00
Michael Heimpold
0353388819 open-plc-utils: upgrade to latest git revision and fix compilation
Buildbots are reporting the following error:
../mme/ARPCPrint.c: In function 'ARPCPrint':
../mme/ARPCPrint.c:123:2: error: incompatible type for argument 3 of 'vfprintf'
  vfprintf (fp, (char *)(&data->LIST [LE16TOH (data->STROFFSET)]), (void *)(&data->LIST [LE16TOH (data->ARGOFFSET)]));
  ^
In file included from /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/fortify/stdio.h:20:0,
                 from ../mme/ARPCPrint.c:68:
/store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/stdio.h:108:5: note: expected '__isoc_va_list' but argument is of type 'void *'

Fix this by definition __UCLIBC__ to enable a workaround for this
issue.

While at, switch to HTTPS URL for cloning the git repo.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-09-21 21:56:31 +02:00
Kevin Darbyshire-Bryant
a79e1d9369 collectd: netlink module remove ip package dependency
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2015-09-21 15:48:43 +01:00
Kevin Darbyshire-Bryant
c7277c42ec collectd: netlink module re-enabled
Collectd netlink module re-enabled and libnl library dependency
satisfied with mini libmnl.

$(eval $(call BuildPlugin,netlink,netlink
input,netlink,+PACKAGE_collectd-mod-netlink:ip
+PACKAGE_collectd-mod-netlink:libmnl))

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2015-09-21 10:59:42 +01:00