aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* lcdproc: remove build timestampAlexander Couzens2017-12-07
| | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* rpcd-mod-lxc: bump PKG_RELEASE to indicate recent changesRafał Miłecki2017-12-06
| | | | | | It should be bumped due to the "info" ubus method support. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* rpcd-mod-lxc: info: return NOT_FOUND if container doesn't existRafał Miłecki2017-12-06
| | | | | | | | | | | | | | | | | | | | | | | It allow distinction between not existing and stopped container. So far querying for not existing container was resulting in: > ubus call lxc info '{ "name": "foo" }' { "name": "foo", "state": "STOPPED", "ips": [ ] } Now it's an error and it matches lxc-info command line: > ubus call lxc info '{ "name": "foo" }' Command failed: Not found > lxc-info --name foo foo doesn't exist Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* collectd: upgrade package collectd to version 5.8.0Thomas Huehn2017-12-06
| | | | | | | | | | | | | | | | | | | | | This patch upgrades the collectd package from 5.7.2 to 5.8.2. All openwrt patches got either updated or deleted in case they are already included into upstream collectd. The new collectd 5.8.0 package compiles and got tested on current lede trunk with latest luci on an PCengines APU. All default plugins (enabled via Openwrt Makefile) - so also iwinfo - are running fine with the new version. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> Amended with the following changes: * preserve git file history by avoiding unnecessary patch renames * mark new plugins introduced with 5.8 branch as disabled Compile tested all plugins with ipq806x Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #5226 from lynxis/rb_vimTed Hess2017-12-05
|\ | | | | vim: remove build timestamp/hostname/username
| * vim: remove build timestamp/hostname/usernameAlexander Couzens2017-12-04
| | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. Same for other irrelevant informations e.g. hostname, username. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #5205 from lynxis/rb_sysstatTed Hess2017-12-05
|\ \ | | | | | | sysstat: remove build timestamp
| * | sysstat: remove build timestampAlexander Couzens2017-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. Thanks to the debian project for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | Merge pull request #5208 from neheb/patch-2Ted Hess2017-12-04
|\ \ \ | |_|/ |/| | hd-idle: Update to 1.05
| * | hd-idle: Update to 1.05Rosen Penev2017-12-01
| | | | | | | | | | | | | | | | | | This is only a bugfix release for a huge amount of drives. This software seems to be abandoned. Might as well update to latest. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #5187 from sartura/yara_bump_to_3.7.0champtar2017-12-02
|\ \ \ | | | | | | | | yara: bump to 3.7.0
| * | | yara: bump to 3.7.0Marko Ratkaj2017-11-29
| | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | Merge pull request #5192 from neheb/patch-1champtar2017-12-02
|\ \ \ \ | | | | | | | | | | btrfs-progs: Update to 4.14
| * | | | btrfs-progs: Update to 4.14Rosen Penev2017-11-29
| | |_|/ | |/| | | | | | | | | | | | | | Disabled zstd as it needs a new package. zstd needs a more recent kernel than 4.9 to be used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5144 from lynxis/rb_zipTed Hess2017-12-02
|\ \ \ \ | | | | | | | | | | zip/unzip: remove build timestamps
| * | | | unzip: remove build timestampAlexander Couzens2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamps prevent reproducible builds [0]. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| * | | | zip: remove build timestampAlexander Couzens2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamps prevents reproducible builds [0]. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | Merge pull request #5141 from lynxis/rb_minicomTed Hess2017-12-02
|\ \ \ \ \ | |_|_|_|/ |/| | | | minicom: remove build time to fix reproducible builds
| * | | | minicom: remove build time to fix reproducible buildsAlexander Couzens2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamps prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | Merge pull request #5139 from lynxis/rb_openocdTed Hess2017-12-01
|\ \ \ \ \ | |_|_|/ / |/| | | | openocd: use release tar.bz2 instead of git
| * | | | openocd: use release tar.bz2 instead of gitAlexander Couzens2017-11-17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release tar does not contain the srcdir/guess-rev.sh. If it's not existant the configure scripts uses different variables which removes the build timestamp. Fixes reproducible builds. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | / auc: update to version 0.0.8Daniel Golle2017-11-30
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix multiple read_data_cb calls from uclient, otherwise hickups happend when receiving a large JSON reply * add minimal help message (-h) * pretify package update output * fix infinite retry of upgrade-check which happened in some cases * add sleep in case of check-request retry * lots of cosmetics Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #5177 from dibdot/mcTed Hess2017-11-27
|\ \ \ | | | | | | | | mc: release 4.8.20
| * | | mc: release 4.8.20Dirk Brenken2017-11-26
| | |/ | |/| | | | | | | | | | release notes: http://midnight-commander.org/wiki/NEWS-4.8.20 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | auc: update to version 0.0.7Daniel Golle2017-11-26
| | | | | | | | | | | | | | | | | | * implement using GET instead of POST requests when waiting for image Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | haveged: update to 1.9.2Hannu Nyman2017-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update haveged to 1.9.2 Release notes: http://www.issihosts.com/haveged/downloads.html Version 1.9.2 I am no longer active as a developer but have decided to push out contributor fixes I have accumulated since the last release. Two oustanding bugs are not addressed: 1) Failure to build on IA64 due to busted cpuid and 2) Incorrect exit status when terminate by signal. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | auc: update to version 0.0.6Daniel Golle2017-11-24
| | | | | | | | | | | | | | | | | | | | | * handle newly introduced 'initialize' server status * cosmetics Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | auc: update to version 0.0.5Daniel Golle2017-11-23
| | | | | | | | | | | | | | | | | | | | | * use HTTP headers to know ImageBuilder status and queue position * use pretty (ie. indented) JSON output for debugging Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | auc: update to version 0.0.4Daniel Golle2017-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement '-d' cmdline option to output json requests * switch to new server API * implement upgrade_packages Read upgrade_packages UCI option and ask for either only release upgrades or also builds based on updated packages depending on whether upgrade_packages is '0' or '1'. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #5154 from neheb/patch-5champtar2017-11-22
|\ \ \ | | | | | | | | btrfs-progs: Update to 4.13.3
| * | | btrfs-progs: Update to 4.13.3Rosen Penev2017-11-22
| |/ / | | | | | | | | | | | | | | | Tested on ramips (mt7621) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / hdparm: Update to 9,52Rosen Penev2017-11-19
|/ / | | | | | | | | Tested on ramips (mt7621) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / avrdude: add no timestamp patch to make it reproducibleAlexander Couzens2017-11-17
|/ | | | | | | The no-cpp-timestamp patch taken from debian and is already accepted upstream. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* Merge pull request #4972 from blogic/masterJohn Crispin2017-11-17
|\ | | | | uledd: add a tiny ubus frontend for PWM/RGB leds
| * uledd: add a tiny ubus frontend for PWM/RGB ledsJohn Crispin2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This daemon allows users to control PWM driven RGB LEDs using ubus. Currently it is possible to make leds blink at different brightnesses and or make them fade in between colours. the following call will turn green on and red off: ubus call led set '{ "leds": { "ap:green:status": 255, "ap:red:status": 0 } }' the following call will make green and red fade on/off over 2 seconds: ubus call led set '{ "leds": { "ap:green:status": [0, 255], "ap:red:status": [255, 0] }, "on": 2000, "off": 2000, "fade": 1 }' Signed-off-by: John Crispin <john@phrozen.org>
* | shadow: add packages for newgidmap and newuidmap appletsRafał Miłecki2017-11-15
| | | | | | | | | | | | They are needed by LXC for unprivileged containers. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | shadow: use proper fix for checking subordinate IDs supportRafał Miłecki2017-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During 4.2.1 version update support for subordinate IDs has been disabled. It was handled by: 1) Adding --disable-subordinate-ids to avoid: configure: error: cannot run test program while cross compiling 2) Adding patch 003-fix-disabling-subids.patch to avoid: usermod.c: In function 'process_flags': usermod.c:1364:10: error: 'vflg' undeclared (first use in this function) if ( (vflg || Vflg) ^ This commit adds a patch with a proper configure.in fix. We don't need to disable subordinate IDs anymore. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | crconf: new package (kernel crypto configuration tool)Alexandru Ardelean2017-11-14
| | | | | | | | | | | | | | | | | | | | | | | | Linux crypto layer configuraton tool. https://sourceforge.net/projects/crconf/ Use this to manipulate kernel Crypto API/framework stuff, like drivers, templates, etc. Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt Most interesting stuff you can find on https://wiki.strongswan.org Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | auc: be a bit more verboseDaniel Golle2017-11-13
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | rpcd-mod-packagelist: remove packageDaniel Golle2017-11-13
| | | | | | | | | | | | | | The functionality provided by this package is now provided by the rpcd-mod-rpcsys package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | attendedsysupgrade-common: deprecate rpcd-mod-packagelistDaniel Golle2017-11-13
| | | | | | | | | | | | | | rpcd-mod-packageslist is now integrated in rpcd-mod-rpcsys since commit 49fde37@lede-project/source. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | auc: small improvementsDaniel Golle2017-11-13
| | | | | | | | | | | | | | | | Detect if calling rpc-sys packagelist fails due to the method not being provided by rpcd. Mark package as experimental. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | auc: add new packageDaniel Golle2017-11-12
| | | | | | | | | | | | | | | | | | | | | | | | The Attended sysUpgrade CLI is a full-featured client for the attended-sysupgrade service which works directly on the target device. It requires libustream-ssl as well as at least the CA certificate needed to contact the sysupgrade server. It has only been tested briefly and is by no means ready for production! Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #5104 from aparcar/attendedsysupgrade-commonDaniel Golle2017-11-12
|\ \ | | | | | | attendedsysupgrade-common: rename package
| * | attendedsysupgrade-common: add packagePaul Spooren2017-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to various clients and the existence of rpcd-mod-rpcsys the package rpcd-mod-attendedsysupgrade is superflous. From now on the attendedsysupgrade-common package should be dependencie of all kinds of clients. Currently active or planned: - luci-app-attendedsysupgrade - attendedsysupgrade cli in shell - attendedsysupgrade cli in c Signed-off-by: Paul Spooren <paul@spooren.de>
* | | cryptodev: simplify for Jo's parameter passingPhilip Prindeville2017-11-07
| | | | | | | | | | | | | | | | | | | | | Don't need to have a bare /etc/modules.d/ file since we can cleanly synthesize one now. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)Rafał Miłecki2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method allows getting basic info about a queried container. It's based on the lxc-info command-line tool. Example output: > ubus call lxc info '{ "name": "foo" }' { "name": "foo", "state": "RUNNING", "pid": 2946, "ips": [ "192.168.0.124" ] } Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Approved-by: Luka Perkov <luka@openwrt.org>
* | | Merge pull request #4921 from TDT-GmbH/20171009-add-packages-license-tagschamptar2017-11-06
|\ \ \ | | | | | | | | add some packages license tags
| * | | utils/cryptodev-linux: add license tagFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | add license tag Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #5072 from diizzyy/patch-107Ted Hess2017-11-06
|\ \ \ \ | | | | | | | | | | tio: Add to tree