aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #10425 from luizluca/sane-nonrootRosen Penev2020-01-24
|\ | | | | sane-backends: run (xinetd) saned as non-root
| * sane-backends: run (xinetd) saned as non-rootLuiz Angelo Daros de Luca2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | saned requires write access scanner USB bus for its process and to usblp/bind in order to rebind multifunctional printers back to usblp (for printing with p910nd). A hotplug script monitor new USB devices for scanners. Scanners are detected by searching /usr/share/sane/<vendor>-<backend>.usbid for the device product_id. The package saned creates user saned:scanners. Access is granted to group scanners. The default xinetd conf was updated to run as saned:scanner. sane-daemon pkg now has a postinst trigger that runs udevtrigger for granting perms where there are connected scanners during installation. Existing hotplug scripts from hplip were removed. They were mostly useless. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | Merge pull request #11089 from neheb/zipRosen Penev2020-01-23
|\ \ | | | | | | zip: remove host build
| * | zip: remove host buildRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is conflicting with tools/zip where the HostBuild is specified. This should allow the zip package to show up. Several cleanups were also performed for consistency between packages. Added PKG_BUILD_PARALLEL:=1 for faster compilation. Remove PKG_CHECK_FORMAT_SECURITY. Patched the issue instead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | open-vm-tools: bump to version 11.0.5Yuhei OKAWA2020-01-22
|/ / | | | | | | | | | | tested x86_64 generic on ESXi 6.5u2 Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
* | fft-eval: new maintainerKirill Lukonin2020-01-21
| | | | | | | | Signed-off-by: Kirill Lukonin <klukonin@gmail.com>
* | fft-eval: update to the version with ath11k supportKirill Lukonin2020-01-20
| | | | | | | | | | | | | | Latest fft-eval has some extra features such as ath11k support, double precision in json signal calculation, and cleanups (batctl references, minor bugfixes, etc ) This commit is a version and makefile update. Now the native project Makefile do the job (compilation and linking). Signed-off-by: Kirill Lukonin <klukonin@gmail.com>
* | Merge pull request #11040 from jefferyto/gpsd-3.20Rosen Penev2020-01-19
|\ \ | | | | | | gpsd: Update to 3.20, add/refresh patches
| * | gpsd: Update to 3.20, add/refresh patchesJeffery To2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New patches (both for SConstruct): * Do not import from distutils. Since Python support/modules are not built, there is no need to import from distutils. (Importing from distutils may prevent the package from being built on systems without a full distutils module, e.g. Debian with python3-minimal.) I have added back the import in places where it may be helpful to have, if scons is run manually. Fixes #10993. * Do not check the size of time_t. The way this is done is to compile and run a test program; this fails when cross-compiling[1]. This doesn't appear to affect any functionality (other than missing a compile-time warning that things will fail in 2038 if time_t is too small). [1]: https://gitlab.com/gpsd/gpsd/issues/48 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #10989 from BKPepe/btrfs-progs-updateRosen Penev2020-01-16
|\ \ \ | |/ / |/| | btrfs-progs: update to version 5.4.1
| * | btrfs-progs: update to version 5.4.1Josef Schlehofer2020-01-11
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | canutils: fix canutils makefile dependencyPaulo Machado2020-01-15
| | | | | | | | | | | | | | | | | | PKG_RELEASE bumped Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
* | | canutils: fix canutils makefile dependencyPaulo Machado2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | DEPENDS attribute makes canutils fail on installation procedure Removing it makes a successful build Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
* | | canutils: Switch to autotools instead of regular MakefileRosen Penev2020-01-12
| | | | | | | | | | | | | | | | | | | | | The regular Makefile is totally broken and does not pass CFLAGS. This breaks compilation with PKG_ASLR_PIE and also does not pass -Os. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10787 from neheb/zRosen Penev2020-01-12
|\ \ \ | |/ / |/| | zsh: Update to 5.7.1
| * | zsh: Update to 5.7.1Rosen Penev2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Remove --disable-dynamic. It disables regex support. Installed extra lib files. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | spi-tools: Disable PIERosen Penev2020-01-10
| | | | | | | | | | | | | | | | | | Causes compilation failure. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | openocd: update to current master, allow building without USBPaul Fertser2020-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last OpenOCD release was 3 years ago, plenty of new functionality was added since then. Two security-related patches went in too. While at it, add a menuconfig option to allow building without any USB dependencies, useful for devices counting on sysfsgpio to access targets. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | Merge pull request #10934 from neheb/tcRosen Penev2020-01-08
|\ \ \ | | | | | | | | tcsh: Update to 6.22.02
| * | | tcsh: Update to 6.22.02Rosen Penev2020-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated URL list. Changed to HTTPS also. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_INSTALL as is standard with most packages. Small optimization to shell script. Added two patches to fix compilation. Refreshed the other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10930 from neheb/jjRosen Penev2020-01-08
|\ \ \ \ | |_|/ / |/| | | spi-tools: Update to 0.8.4
| * | | spi-tools: Update to 0.8.4Rosen Penev2020-01-05
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix PKG_LICENSE Switch to standard PKG_INSTALL to simplify the Makefile. Add PKG_BUILD_PARALLEL for faster compilation. Add URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10867 from neheb/pciRosen Penev2020-01-08
|\ \ \ | | | | | | | | pciutils: Use MIPS16
| * | | pciutils: Use MIPS16Rosen Penev2019-12-23
| | | | | | | | | | | | | | | | | | | | | | | | There's no real computation going on. Slims the package slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | opensc: update to version 0.20.0Daniel Golle2020-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | ccid: update to version 1.4.31Daniel Golle2020-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | pcsc-lite: update to version 1.8.26Daniel Golle2020-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | cryptsetup: update to version 2.2.2Daniel Golle2020-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | lvm2: update to version 2.03.05Daniel Golle2020-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | smartmontools: fix dependency declaration by f5f49e4Hannu Nyman2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the dependency declaration by removing the unnecessary/illegal commas: > WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'smartd,', which does not exist > WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'nail,', which does not exist > tmp/.config-package.in:153368:warning: ignoring unsupported character ',' > tmp/.config-package.in:153373:warning: ignoring unsupported character ',' Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | smartmontools: package a script for sending email notificationsMaxim Storchak2020-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A separate package which depdens on msmtp and nail is introduced. Once more packages provide `sendmail` and `mail` interfaces, this dependency can be made more flexible. Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | smartmontools: update to 7.1Maxim Storchak2020-01-05
| |/ / |/| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | smstools3: Run in foregroundRosen Penev2019-12-31
| | | | | | | | | | | | | | | | | | Allows procd to be able to stop the service. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | nano: update to 4.7Hannu Nyman2019-12-29
| | | | | | | | | | | | | | | | | | Update nano to version 4.7 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | domoticz: Fix compilation with uClibc-ngRosen Penev2019-12-24
|/ / | | | | | | | | | | Added upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10759 from ynezz/upstream/uledd-1.0.1Rosen Penev2019-12-22
|\ \ | | | | | | uledd: bump to 1.0.1
| * | uledd: bump to latest version 1.0.1Petr Štetiar2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 018f57e713fa cmake: bump version to 1.0.1 b90c65be87c5 ubus: add state method 034e3a77680d scene: add dumping of state to blobmsg d21b0946e6f6 scene: add all LEDs during scene creation f31a6f2b8c3b led: add dumping of state to blobmsg cead0f7f54f6 add support for scenes with priorities 8637a86307d7 led: remove string format from led_state_str 0eaa67a5a687 led: add led_from_path 8243708905aa tests: add basic blob-led unit test 99bcdaa306f7 refactor blob LED parsing into separate unit 210c5e3c5128 led: change sysfs LED path for unit tests 310a676e50d7 add cram based unit tests eb7acbb08e36 led: led_add: add debug output ca9c762fb29a led: make timer tick interval variable 44d072039680 led: allow running and stopping df0c7772c9c6 timer: add missing includes 2aab48d1143c cmake: add sources into static library 83d4189606ca fix multiple timer drifts by using singular timer for all LEDs 3abe097ebecf log: output function name in debug log messages 5c768b337df8 led: set current brightness only after success cf93720951bc allow overriding of default ubus socket path b642b650a612 led: fix initial LED fading out ba00ca0e886c fix deprecated SPDX license identifier 766448f68e69 convert content of README into Markdown format 079e773e3250 rename README into README.md 76eb126d9eb5 add LICENSE file 7a006926c442 add initial GitLab CI support cc94cd4c59b0 replace stderr based logging with ulog 7aa9c35a9581 add basic application versioning ecd26be4c5dd add basic logging cc42a9c79ad9 factor out ubus stuff into separate unit 13a589678c29 factor out led stuff into separate unit 7763972de980 fix sign issue spotted by compiler aef09580c960 cmake: enable extra compiler warnings 97663b4e1d15 cmake: fix include dirs and libs lookup 875a9e15b10a fixes a small bug that failed to reset the state to LED_SET when reconfiguring a LED Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | uledd: fix license to correct LGPL-2.1-onlyPetr Štetiar2019-12-11
| | | | | | | | | | | | | | | | | | | | | "This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1" Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | Merge pull request #10815 from Cynerd/zsh-invalid-postrmRosen Penev2019-12-22
|\ \ \ | |_|/ |/| | zsh: fix invalid postrm script and little refactor of scripts
| * | zsh: drop bash syntax in postinstKarel Kočí2019-12-19
| | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
| * | zsh: fix invalid postrm script and little refactor of scriptsKarel Kočí2019-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The postrm script was missing shebang. Postrm scripts are packaged and executed directly and not sourced by default script (as in case of prerm and postinst). Also move some indents around to not confuse reader. The section in postinst was indented to same level as grep "condition" but is on same level as initial grep (not part of that "condition"). Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | hplip: bump to 3.19.12Luiz Angelo Daros de Luca2019-12-21
| | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | open-plc-utils: take maintainershipMichael Heimpold2019-12-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | treewide: Remove self from PKG_MAINTAINERFlorian Fainelli2019-12-21
| | | | | | | | | | | | Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | Merge pull request #10786 from neheb/fisRosen Penev2019-12-19
|\ \ \ | | | | | | | | fish: Fix compilation with libcxx
| * | | fish: Fix compilation with libcxxRosen Penev2019-12-18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | cxxabi.h is a useless header that libcxx does not include. Remove indent on postint script. It should be on the same as the above section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10823 from gekmihesg/resticRosen Penev2019-12-19
|\ \ \ | | | | | | | | restic: add package
| * | | restic: add packageMarkus Weippert2019-12-19
| |/ / | | | | | | | | | Signed-off-by: Markus Weippert <markus@gekmihesg.de>
* | | Merge pull request #10818 from Cynerd/shadow-default-encryption-methodRosen Penev2019-12-19
|\ \ \ | | | | | | | | shadow: change default encryption method from DES to SHA512
| * | | shadow: change default encryption method from DES to SHA512Karel Kočí2019-12-18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Busybox in default uses SHA512 as well. On big ditribution this default is sourced from PAM. That means that shadow reads pam settings and uses that. OpenWrt in most cases does not have PAM installed and in such case shadow fallbacks to its own default which is DES. This just changes that default to SHA512 which is consistent with rest of the system. Signed-off-by: Karel Kočí <karel.koci@nic.cz>