Commit graph

456 commits

Author SHA1 Message Date
Zoltan Herpai
9faf1ea30c
Merge pull request #5080 from wigyori/for-15.05
CC: update download URLs for various packages
2017-11-13 07:24:45 +01:00
Nuno Goncalves
b4b69ca9c5 rtklib: fix repository and bump version (fixes #3212)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2017-11-12 09:38:00 +01:00
Nuno Goncalves
2930345a7b rtklib: bump version to 2.4.2 p11, close #1624
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2017-11-12 09:38:00 +01:00
Daniel Golle
0f854ba5fe tracertools: use new git HEAD
gitorious archive became available, so I could import the project
history from there into the new repo on github. Rebasing the changes
made since 2014 on top of the original git tree obviously caused
the commit hashes to differ.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-10 14:53:26 +01:00
Daniel Golle
852570e41e tracertools: update source, fixes bug on little-endian systems
and improves collectd support

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-10 14:53:08 +01:00
Daniel Golle
b4b62a17e7 tracertools: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-10 14:53:02 +01:00
Zoltan HERPAI
c11b79a127 stm32flash: move download source
code.google is not available anymore, move to use SF.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2017-11-10 12:05:57 +01:00
Sven Roederer
bc9a027a9e tmux: fix download-url
tmux is not avail on Sourceforge anymore, so change to Github as in trunk

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
2016-04-21 11:27:03 +02:00
Hannu Nyman
a938fb267a nano: update to 2.5.3
Backport the version upgrade to 2.5.3 from master.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-16 18:24:55 +02:00
Álvaro Fernández Rojas
8246c8d9b8 minicom: backport fixes for full language support and iconv dependencies
Fixes https://github.com/openwrt/packages/issues/2501

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 19:09:52 +01:00
jreinam
fa48db20f7 collectd: perl bindings disable, backported
Fix for compile error in collectd 5.4.2 , for cc15.05, disable perl bindings
backported from trunk 4fc1ad88f7

Signed-off-by: Jordi Reina <rwebking@yahoo.es>
2016-03-09 01:46:43 +01:00
Mike Miller
0668c0c861 dump1090: fix typo preventing daemon startup
This fix is already in master, but based on the switch to the
mutability fork.

Signed-off-by: Mike Miller <github@mikeage.net>
2016-01-27 08:10:43 +02:00
Luiz Angelo Daros de Luca
d5999694c1 sane-backends: minor Makefile text typo
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-01-14 16:43:01 +01:00
Luiz Angelo Daros de Luca
6128fa0f3d 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>
2016-01-14 16:43:01 +01:00
Luiz Angelo Daros de Luca
752590d266 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>
2016-01-14 16:43:00 +01:00
Charles Lehner
624f2a8967 ncdu: update to 1.11
- Add patch to get WEXITSTATUS and WIFEXITED defined
    The issue is fixed in upstream's development repo, so the patch won't be
    needed with ncdu's next release.
- Depend on more commonly used libncurses instead of libncursesw
- Enable parallel build
- Update copyright

Signed-off-by: Charles Lehner <cel@celehner.com>
2016-01-12 12:33:23 -05:00
Ted Hess
747c5e42f1 dosfstools: bump to 3.0.28, fix URLs - dev moved to github
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-04 15:01:48 -05:00
Jean-Michel Lacroix
23fabf774e bandwidthd: Addition of 2 variants of the bandwidthd package.
Addition of the bandwithd package variant from the oldpackage
Addition of the bandwidthd-pgsql package variant that can save also
in a postgres database.
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 13:54:42 -05:00
Álvaro Fernández Rojas
8a70ddefc7 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:21:56 +01:00
John Crispin
fbef79fd9f swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 13:27:29 +02:00
John Crispin
c86d2d5ecb swig: add PKG_LICENSE_FILE
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:59:58 +02:00
John Crispin
d88a1494fd 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-17 12:31:23 +02:00
John Crispin
756a24c3d4 swig: add host build
this is a binding generator needed to build node plugins

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-16 00:11:57 +02:00
John Crispin
9d042c3564 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 13:59:43 +02:00
Marko Ratkaj
085fdc9c3c lxc: bump version to 1.1.3
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:42:11 +02:00
Daniel Golle
9cadde2183 tracertools: update source URL
rip gitorious.org

[backport of commit c6b65ce on master]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-19 20:40:57 +02:00
Steven Barth
9f63667c06 Merge pull request #1733 from hnyman/collectd-entropy
collectd: backport the entropy plugin and changes to example config file
2015-09-15 08:31:35 +02:00
Nuno Goncalves
e7c01b17df tcsh: update source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-09-12 12:11:03 +01:00
Hannu Nyman
9af392d629 collectd: backport "Clarify config file example/placeholder" from #1736
The config file shipped with collectd dates from 2010 and
leads to error messages if luci-statistics & collectd are installed,
as it references several plugins not usually installed, or such ones
that have been renamed since then.

For most users, this file is just a placeholder during collectd installation,
as /usr/bin/stat-genconfig from /etc/init.d/luci_statistics will overwrite it.

Sanitize and shorten the placeholder config file:
* Reference actively only the default plugins installed by luci statistics.
* Match the placeholder config with the genuine config from luci statistics.

If somebody uses collectd separately from luci statistics, he will need to
edit these settings anyway.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-09-04 15:03:58 +03:00
Hannu Nyman
42f2974f3c collectd: backport the enablement of entropy plugin to for-15.05
Enable 'entropy' plugin also for collectd 5.4.2.
Works ok.

( backport of 35552db4ee )

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-09-04 15:03:58 +03:00
Alexander Ryzhov
f5c70eaa5a xz: add xz-utils meta package
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-09-02 12:13:25 +02:00
John Crispin
47a400aaa7 avrdude: enable linux-gpio by default
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-08-26 00:24:33 +02:00
John Crispin
ef9e4d0eb2 bluelog: mark as BROKEN
the CC Buildservers are failing on this package as the OUI download timesout indefinatley.

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-08-25 16:20:41 +02:00
Günther Kelleter
14bf39979c open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18
This particularly fixes unusable amphost utility on big endian targets.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2015-07-14 15:23:57 +02:00
Etienne CHAMPETIER
b0f4c0ed6f screen: update to 4.3.1
quickly run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:38:24 +02:00
Ted Hess
2e394971cb bzip2: Moved to base on git.openwrt.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-15 12:37:18 -04:00
Paul Fertser
6b8276a000 openocd: update to final 0.9.0
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-06-02 10:06:29 +00:00
Steven Barth
e0fd1fada4 Merge pull request #1288 from equinox0815/for-15.05-pps-tools-linux3.18
pps-tools: enable for Linux 3.18 [for-15.05]
2015-05-27 12:13:44 +02:00
Christian Pointner
8571c01945 pps-tools: enable for Linux 3.18
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2015-05-22 23:46:25 +02:00
Marcel Denia
ff0037ac69 bash: Update to 4.3.39
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-22 07:38:37 +02:00
Nikos Mavrogiannopoulos
73f22e9c69 Merge pull request #1228 from dangowrt/fix-cryptodev-on-kernel-4
cryptodev: get rid of get_unused_fd()
2015-05-03 21:24:26 +03:00
Daniel Golle
855fdd21d1 lvm2: finally fix memory locking issues on musl
Always use mlockall fixes it, still trying to keep everything else
as untouched as possible.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 15:59:58 +02:00
Daniel Golle
6eb0919b90 cryptodev: get rid of get_unused_fd()
The get_unused_fd() macro was removed upstream by
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f938612dd97d481b8b5bf960c992ae577f081c17

Thus replace get_unused_fd() by get_unused_fd_flags(0) which used to
be the definition of the get_unused_fd() macro before it was removed.

This fixes cryptodev compilation on kernel 4.0.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 15:01:51 +02:00
Daniel Golle
142a24a10b lvm2: better workaround for missing mallinfo on musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 14:47:28 +02:00
Daniel Golle
ecb702d79b lvm2: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 14:40:28 +02:00
Ted Hess
2bdf5147cc avrdude: Add libelf dependency
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-04-28 17:34:05 -04:00
Bruno Randolf
18dbe6dbfd Add package: bc
Copied from oldpackages and slightly updated.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2015-04-28 17:05:05 +01:00
Ted Hess
264b418a31 Merge pull request #1200 from Wedmer/master
[utils/zoneinfo] Updated to the latest version
2015-04-27 10:12:34 -04:00
Ted Hess
14471ff5e8 Merge pull request #1183 from thess/avrdude-work
avrdude: move from oldpackages, update to latest version & build opts
2015-04-27 10:09:41 -04:00
Vladimir Ulrich
3ab289ca7f [utils/zoneinfo] Updated to the latest version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-27 16:59:11 +03:00