Commit graph

644 commits

Author SHA1 Message Date
David Woodhouse
69e92a9bef collectd: enable nut plugin
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2015-11-22 12:42:51 +00:00
Álvaro Fernández Rojas
51474d7499 dump1090: update to latest version, fix typo
Fixes https://github.com/openwrt/packages/issues/1976

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-22 12:35:17 +01:00
Hauke Mehrtens
127e1c4856 gpsd: do not strip gpsd
The not strip command is not strip=no, but it is nostrip=yes.
This fixes building this gpsd.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-19 22:16:25 +01:00
Steven Barth
5f9cd613f6 Merge pull request #1743 from marcin1j/patchwork/owfs
owfs: add startup scripts, make features configurable and fix w1 adapter bugs
2015-11-19 16:25:00 +01:00
Phil Eichinger
a0c7a0948d at: update init script to use procd
also increase PKG_RELEASE

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2015-11-18 16:36:23 +01:00
Phil Eichinger
212d602c51 at: bring back package
* import from oldpackages
* version bump, update hash
* add PKG_LICENSE and PKG_LICENSE_FILES
* update patches

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2015-11-17 17:52:21 +01:00
Dirk Brenken
46d99ac2f4 mc: update to 4.8.15
bump version to 4.8.15
fix charset / utf-8 support
fix different warnings during startup
merge all configuration files in /etc/mc
enable internal editor & charset support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-15 13:44:25 +01:00
Jonathan McCrohan
e3b0a20c44 lcd4linux: fix endian issues with GLCD2USB plugin
Patch submitted by Vladimir Ermakov.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-11-11 23:07:33 +00:00
Jean-Michel Lacroix
b885721fa0 bandwidthd: Addition of a variant of the bandwidthd package.
Addition of the bandwidthd-pgsql package variant that can save also
in a postgres database.

Modification of bandwidthd.config to have the default IP address
of an OpenWrt router (192.168.1.1)

Addition of a small OpenWrt logo in the logo.gif

Compile tested on CC and trunk (ar71xx and mvebu in both cases)
run tested on CC (ar71xx) and trunk (r47397 on mvebu)

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2015-11-10 15:13:52 -05:00
Álvaro Fernández Rojas
d51a3d39cc Merge pull request #1931 from mstorchak/tmux
tmux: update to 2.1
2015-11-09 07:06:48 +01:00
Álvaro Fernández Rojas
92837e6fa4 Merge pull request #1932 from mstorchak/acl
acl: update to 20150921
2015-11-09 07:04:17 +01:00
Álvaro Fernández Rojas
00c3d7a2ca Merge pull request #1933 from mstorchak/attr
attr: update to 20150922
2015-11-09 07:03:58 +01:00
Maxim Storchak
6f5f84d514 acl: update to 20150921
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 20:51:40 +02:00
Maxim Storchak
68b15bde67 attr: update to 20150922
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 20:41:57 +02:00
Julen Landa Alustiza
91f81c65e9 grep: update to 2.22
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-11-08 19:35:31 +01:00
Maxim Storchak
c53c5306a6 tmux: update to 2.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-11-08 19:59:19 +02:00
Nico
60baa2c2f8 Merge pull request #1894 from hnyman/xz522
utils/xz: update to 5.2.2
2015-11-06 15:36:51 +01:00
Á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
Hannu Nyman
6f4fedd830 utils/xz: update to 5.2.2
Update xz to version 5.2.2.
Add a secondary download location.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-10-27 14:06:47 +02: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