aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #7762 from zhaojh329/rttyHannu Nyman2018-12-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | rtty: update to 6.4.1
| * | | | | | rtty: update to 6.4.1Jianhui Zhao2018-12-23
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | Merge pull request #7774 from diizzyy/patch-21Hannu Nyman2018-12-26
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | utils/dbus: Update to 1.12.12
| * | | | | utils/dbus: Update to 1.12.12Daniel Engberg2018-12-25
| |/ / / / | | | | | | | | | | | | | | | | | | | | Update dbus to 1.12.12 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #7683 from neheb/patch-3Hannu Nyman2018-12-26
|\ \ \ \ \ | | | | | | | | | | | | tio: Update to 1.32
| * | | | | tio: Update to 1.32Rosen Penev2018-12-16
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Rearrange Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7680 from neheb/patch-21Hannu Nyman2018-12-26
|\ \ \ \ \ | |_|/ / / |/| | | | pv: Update to 1.6.6
| * | | | pv: Update to 1.6.6Rosen Penev2018-12-15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed URLs to HTTPS. uscan might track is properly now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7707 from neheb/patch-12Hannu Nyman2018-12-21
|\ \ \ \ | | | | | | | | | | prometheus: Update to 2.6.0
| * | | | prometheus: Update to 2.6.0Rosen Penev2018-12-19
| | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | acpica-unix: update to 20181213Philip Prindeville2018-12-20
|/ / / / | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | logrotate: Update to 3.15.0Rosen Penev2018-12-17
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7690 from neheb/softHannu Nyman2018-12-17
|\ \ \ \ | | | | | | | | | | gammu: Fix build under 64-bit targets.
| * | | | gammu: Fix build under 64-bit targets.Rosen Penev2018-12-16
| |/ / / | | | | | | | | | | | | | | | | | | | | There's a faulty suffix variable that points to the wrong place. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | qemu: bump to version 3.1.0Yousong Zhou2018-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Changelog can be found at https://wiki.qemu.org/ChangeLog/3.1 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | prometheus-node-exporter-lua: add lantiq dsl modem collectorRene Treffer2018-12-16
|/ / / | | | | | | | | | | | | | | | | | | a.heider: Address PR comments and clean up. Signed-off-by: Rene Treffer <treffer+github@measite.de> Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | mariadb: update init script to use uciSebastian Kemper2018-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Does away with /etc/default/mysqld, introduces uci configuration instead. The init script receives some further brushing up, like a function (copied from Debian) to get mysqld configuration parameters easily and quickly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | mariadb: small miscellaneous enhancementsSebastian Kemper2018-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - correct spelling in comments ("mariadb" to "MariaDB") - remove mysqld_safe and mysqld_safe_helper (not used) - add some extra cmake configuration defines - remove cmake configuration defines that don't exist in the source - don't disable address sanitizer (ASAN) support Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | mariadb: add galera supportSebastian Kemper2018-12-15
| | | | | | | | | | | | | | | | | | | | | Add galera support by installing the configuration and including the wsrep scripts in mariadb-server-extra. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | mariadb: add extra charsets to server baseSebastian Kemper2018-12-15
| | | | | | | | | | | | | | | | | | | | | | | | There is little sense in keeping these charsets in an extra package. The included sets are of the single byte character set variety. They only amount to a few kbytes. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | mariadb: improve packaging and configurationSebastian Kemper2018-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At present there are some flaws related to configuration, also related to the packaging of mariadb. For starters there are complaints that the configuration is too static. To address this a new configuration layout is introduced. The primary configuration file (my.cnf) is changed so that it now only includes further configuration files in the directory /etc/mysql/conf.d. More default configuration files are added for the server and the client. This is the new default configuration. With these changes it's possible for the user to select if they want to change the default configuration (in conf.d/*.cnf) or if they want to drop their own files into conf.d instead. If the user .cnf files are read after the default .cnf files (files are included in alphabetical order), they will overwrite the settings from the default configuration. The other flaw is that the my.cnf file is included in mariadb-server. But that doesn't really fit the requirements, as the client also uses the configuration file(s). To accomodate this a new package mariadb-common is added. It installs the shared my.cnf file. The remaining changes add base packages, both for the server and the client. These are meant as foundation for the packages containing the respective binaries. In summary they will install the configuration, small miscellaneous files (SQL scripts etc.) and the user "mariadb". That means that everything is ready for the binaries, like mysql and mysqld. If there is not enough space left on flash memory, the user can just drop the binaries on a pendrive, link them to /usr/bin and get started. The ideas and configuration files were copied from Debian. Some amendments were made. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | mariadb: rename share and plugin directoriesSebastian Kemper2018-12-15
| | | | | | | | | | | | | | | | | | | | | Rename them from mysql to mariadb. Use variables where possible (also for /etc/mysql). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | mariadb: refresh pluginsSebastian Kemper2018-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit deals with changes related to plugins and how they're built or disabled. Currently a lot of plugins are packaged which are merely for tests or plain examples. Other distros do not bundle these, hence this commit does away with them. A few new plugins are added related to PAM and Kerberos (auth_gssapi, auth_gssapi_client and auth_pam). The BuildPlugin template is refactored to also allow building of library plugins (needed for auth_gssapi_client). The template is also cleaned up - some extraneous dollar signs are removed and the install function is now defined outside the template. Unwanted plugins/engines are now turned off efficiently (without using cmake variables) by blanking CMakeLists.txt files in the associated folders. The idea was lifted from Gentoo. ha_sequence is now built into the server. This is an upstream preference. The plugin is about 30 kbytes in size, so there is no harm adding it into the server, which weighs in at about 15 Mbytes anyway. Last but not least the auth_socket plugin is now also built into the server. This allows the local root user to login to the database without a password being set. This makes maintenance easier without being detrimental to security. The idea was lifted from Debian. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | mariadb: use system libedit for mysqlSebastian Kemper2018-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libedit changed its interface a while back. mariadb currently does not recognize this interface and instead uses a static old readline version. It does not link in the system readline due to licence incompatibility. This commit adds a patch that enables mariadb to detect and use the system libedit. The patch was sent upstream already ([1]). [1] https://github.com/MariaDB/server/pull/1001 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | rtty: update to 6.4.0Jianhui Zhao2018-12-14
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | prometheus-statsd-exporter: add new packageAndre Heider2018-12-12
| |/ |/| | | | | | | | | | | statsd_exporter receives StatsD-style metrics and exports them as Prometheus metrics. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | Merge pull request #7358 from neheb/yaraHannu Nyman2018-12-10
|\ \ | | | | | | yara: Fix compile without deprecated OpenSSL APIs
| * | yara: Fix compile without deprecated OpenSSL APIsRosen Penev2018-11-25
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | hplip: update to 3.18.12Luiz Angelo Daros de Luca2018-12-09
| | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #7623 from jefferyto/slide-switch-0.9.3Ted Hess2018-12-09
|\ \ \ | | | | | | | | slide-switch: update to latest version
| * | | slide-switch: update to latest versionJeffery To2018-12-10
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | btrfs-progs: Update to 4.19.1Rosen Penev2018-12-09
|/ / / | | | | | | | | | | | | | | | Removed upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | mmc-utils: update to latest git revisionMichael Heimpold2018-12-09
| | | | | | | | | | | | | | | | | | This also includes a fix for the trimming function and thus fixes #7306. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | jupp: new packageThorsten Glaser2018-12-03
| | | | | | | | | | | | Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
* | | cryptodev: moved to trunkJohn Crispin2018-12-03
| | | | | | | | | | | | Signed-off-by: John Crispin <john@phrozen.org>
* | | Merge pull request #6621 from neheb/coreuHannu Nyman2018-12-02
|\ \ \ | | | | | | | | coreutils: Update to 8.30
| * | | coreutils: Update to 8.30Rosen Penev2018-11-17
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7529 from ignisf/collectd-ethstatHannu Nyman2018-11-28
|\ \ \ \ | | | | | | | | | | collectd: Introduce collectd-mod-ethstat
| * | | | collectd: Introduce collectd-mod-ethstatPetko Bordjukov2018-11-28
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ethstat plugin for collectd provides a convenient way to track a large list of variables associated with network interfaces such as channel busy time and many others. A list of the available variables for a given interface may be acquired by running ethtool -S <interface> Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
* / | | digitemp: bump to version 3.7.2TimelessNL2018-11-27
|/ / / | | | | | | Signed-off-by: Jasper Scholte <NightNL@outlook.com>
* | | Merge pull request #7510 from darkk/fix-prometheus-zombieschamptar2018-11-25
|\ \ \ | | | | | | | | prometheus-node-exporter-lua: close io.popen files to reap zombies
| * | | prometheus-node-exporter-lua: close io.popen files to reap zombiesLeonid Evdokimov2018-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
* | | | Merge pull request #7478 from neheb/sdrHannu Nyman2018-11-25
|\ \ \ \ | |/ / / |/| | | rtl-sdr: Update to 0.6.0
| * | | rtl-sdr: Update to 0.6.0Rosen Penev2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | Patch was upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7201 from neheb/i2cHannu Nyman2018-11-24
|\ \ \ \ | | | | | | | | | | i2c-tools: Update to 4.0
| * | | | i2c-tools: Update to 4.0Rosen Penev2018-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a libi2c package as that is now needed. Fixed the home URL to fix uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7405 from neheb/lcdHannu Nyman2018-11-23
|\ \ \ \ \ | | | | | | | | | | | | lcd4linux: Update to 1204
| * | | | | lcd4linux: Update to 1204Rosen Penev2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Very minor bugfix. Also adjusted standard to gnu89 to fix compilation issues (lot of missing prototypes). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | opensc: Update to 0.19.0Rosen Penev2018-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass --disable-notify to avoid libgio dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7465 from neheb/patch-12Hannu Nyman2018-11-20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | tree: Update to 1.8.0