aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* | btrfs-progs: Update to version 5.4Josef Schlehofer2019-12-19
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | usbmuxd: Update to latest masterRosen Penev2019-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usbmuxd must be ran for many of the idevice tools. Added an init script to make this easier. Added myself as maintainer. Fix PKG_CVE_ID. Added config directory. Placed in a submenu for easier readability. Add extra tool Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | idevicerestore: Add packageRosen Penev2019-12-16
|/ | | | | | Allows to flash an iOS device without using iTunes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* qemu: bump to version 4.2.0Yousong Zhou2019-12-16
|
* bonnie++: Remove several pointless optionsRosen Penev2019-12-12
| | | | | | Needed for libcxx compatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10727 from neheb/fhfgiehiRosen Penev2019-12-11
|\ | | | | opensc: Fix compilation without deprecated OpenSSL APIs
| * opensc: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-12-08
| | | | | | | | | | | | Based on upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10756 from marcin1j/pr/20191210-collectd-uci-vmemHannu Nyman2019-12-11
|\ \ | | | | | | collectd: add vmem uci config
| * | collectd: add vmem uci configMarcin Jurkowski2019-12-11
| |/ | | | | | | Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | Merge pull request #10737 from mstorchak/tmuxRosen Penev2019-12-10
|\ \ | | | | | | tmux: update to 3.0a
| * | tmux: update to 3.0aMaxim Storchak2019-12-09
| |/ | | | | | | | | | | - switch to codeload Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* / usbmuxd: Update to latest git versionRosen Penev2019-12-10
|/ | | | | | | | Fixes compilation with libimobiledevice. Small cleanups for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nnn: Update to version 2.8.1Josef Schlehofer2019-12-06
| | | | | | Removed findutils-xargs dependency due to added busybox support in version 2.8 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #10699 from ysc3839/ttydHannu Nyman2019-12-05
|\ | | | | ttyd: add reload trigger
| * ttyd: add reload triggerRichard Yu2019-12-03
| | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | unrar: Update to 5.8.4Rosen Penev2019-12-04
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10696 from jefferyto/byobu-1.130Rosen Penev2019-12-02
|\ | | | | byobu: Update to 5.130
| * byobu: Update to 5.130Jeffery To2019-12-02
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | cache-domains: Changed to hotplug scriptGerard Ryan2019-12-02
|/ | | | | | | | | Since we have to restart dnsmasq to reload the config anyway, this package doesn't need to run before anything. We do however need to wait for the network so I've changed this service to be a hotplug script and utility script. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* zstd: Fix compilation with uClibc-ngRosen Penev2019-12-01
| | | | | | Upstream backports. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10656 from neheb/lcdRosen Penev2019-12-01
|\ | | | | lcd4linux: Add limits header for PATH_MAX
| * lcd4linux: Add limits header for PATH_MAXRosen Penev2019-11-27
| | | | | | | | | | | | Fixes compilation on musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | nano: update to 4.6Hannu Nyman2019-12-01
| | | | | | | | | | | | Update nano editor to version 4.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #10658 from neheb/evtRosen Penev2019-11-30
|\ \ | | | | | | evtest: Fix compilation with musl
| * | evtest: Fix compilation with muslRosen Penev2019-11-27
| |/ | | | | | | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / ttyd: log to syslogRichard Yu2019-11-29
|/ | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* pciutils: Fix pkgconfig fileRosen Penev2019-11-27
| | | | | | It's pointing to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lxc: Fix pkgconfig fileRosen Penev2019-11-27
| | | | | | It's pointing to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* procps-ng: Remove DEFAULT lineRosen Penev2019-11-26
| | | | | | | The intended behavior is to has the buildbot select all the applets as well as packages only selecting what they need. This should do it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10582 from neheb/domoStijn Tintel2019-11-26
|\ | | | | domoticz: Fix compilation with newer python
| * domoticz: Add missing dependencyRosen Penev2019-11-18
| | | | | | | | | | | | | | | | CMake picks up telldus-core now that it is in the tree. Fixes #10246 Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * domoticz: Fix compilation with newer PythonRosen Penev2019-11-18
| | | | | | | | | | | | | | | | Backported upstream patch. Fixes #10543 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | collectd: enable cpufreq module for ipq40xx and brcm2708_bcm2709Hannu Nyman2019-11-23
| | | | | | | | | | | | | | | | As some ipq40xx CPUs support frequency scaling, enable building collectd-mod-cpufreq for ipq40xx (for private builds) and its package architecture brcm2708_bcm2709 (for buildbot) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #10596 from neheb/fRosen Penev2019-11-20
|\ \ | | | | | | fish: Convert to CMake
| * | fish: Convert to CMakeRosen Penev2019-11-20
| |/ | | | | | | | | | | | | | | | | | | | | CMake is faster and allows to simplify the Makefile slightly. It also creates a slightly smaller package for some reason. Fixed license information. Ran postinst through shellcheck. It was using bashisms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10602 from micmac1/mary-104-depsRosen Penev2019-11-20
|\ \ | | | | | | mariadb: prevent building against uClibc
| * | mariadb: prevent building against uClibcSebastian Kemper2019-11-20
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MariaDB 10.4 includes some changes in sql/sql_statistics.cc that require std::fmin and std::fmax. But these functions aren't available when libstdc++ is compiled against uClibc, because uClibc doesn't pass the test when libstdc++ checks for C99 math that supports "TR1" facilities (macro: GLIBCXX_CHECK_C99_TR1). Hence compilation fails: [ 90%] Building CXX object sql/CMakeFiles/sql.dir/sql_table.cc.o /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc: In member function 'void Column_statistics_collected::finish(ha_rows, double)': /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc:2533:20: error: 'fmax' is not a member of 'std' val = std::fmax(estimate_total_distincts * (rows - nulls) / rows, 1.0); This commit updates package dependencies to prevent a build against uClibc. There is no reason to waste CPU cycles on the build bots. The dependencies are also tidied up. In the past it made sense to define MARIADB_COMMON_DEPENDS and MARIADB_COMMON_DEPENDS_EXE, because the server had different dependencies compared to the library. But since the library is now in its own package we can remove the differentiation. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / nnn: Add a new packageJosef Schlehofer2019-11-20
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* qemu: bump to version 4.1.1Yousong Zhou2019-11-18
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #10570 from micmac1/maria-10.4Rosen Penev2019-11-17
|\ | | | | mariadb: major bump to 10.4, split off lib package
| * mariadb: small plugins fixesSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | This adds a few lines to the BuildPlugin routine to install some missing files for auth_pam as well as ha_spider. It also adds a postinstall script that updates the ownership of a directory used by auth_pam. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>