Commit graph

1666 commits

Author SHA1 Message Date
Josef Schlehofer
ab925849d2
owfs: update to the latest version (v3.2p2)
Changes:
Makefile now downloads files from Github instead of SourceForge.
Changed URL, because they decided to leave SourceForge and use Github.
Added dependency libavahi-client, otherwise it doesn't build.
Dropped unnecessary patches, because both were upstreamed.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2018-07-16 13:06:13 +02:00
Rosen Penev
061fc10479 attr: Switch to tarball releases
Simplifies the Makefile. Should be faster to download.

This is equivalent to the current version.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-15 20:55:33 -07:00
Rosen Penev
1e46108521 pciutils: Update to 3.6.1
Also updated the pci.ids

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-15 20:09:35 -07:00
Hannu Nyman
3d4c3c3246
Merge pull request #6424 from micmac1/collectd-uclibc-iconv
collectd: fix uclibc build issue
2018-07-15 21:01:25 +03:00
Daniel Engberg
bc381700e8
utils/tio: Update to 1.31
Update tio to 1.31

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-15 02:44:43 +02:00
Daniel Engberg
77ec669b87
utils/fio: Update to 3.7
Update fio to 3.7

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-15 02:41:25 +02:00
Sebastian Kemper
b695c1150a collectd: include nls.mk for mysql plugin
libmariadb 10.2 needs to be linked in together with iconv.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 22:46:48 +02:00
Sebastian Kemper
5dd920e0e0 mariadb: use nls.mk for consistent iconv handling
@jow- mentioned that depending on libiconv-full on uClibc is not the way
to do it. Instead nls.mk needs to be included and then the correct iconv
lib wil be used as per CONFIG_BUILD_NLS.

Update mariadb Makefile to address this.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-12 23:39:56 +02:00
Rosen Penev
4e98ac0c8b
gptfdisk: Update to 1.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 18:13:39 -07:00
Hannu Nyman
a7ec2bf32b
Merge pull request #6418 from micmac1/mariadb-uclibc
mariadb: fix uclibc builds
2018-07-08 13:38:30 +03:00
Sebastian Kemper
5702078dd0 mariadb: fix uClibc builds
mariadb 10.2.x depends on iconv. glibc and musl include iconv, uclibc
does not. So for uclibc builds a depend on libiconv-full is required.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 09:59:18 +02:00
Sebastian Kemper
f727222221 mariadb: fix CPPFLAGS handling
The mariadb build system ignores CPPFLAGS. Add them to CFLAGS as a
workaround.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 09:54:35 +02:00
Marc Benoit
b33ec70c95 utils/collectd: run with low priority
Even on a powerful platform a collectd process'
activities are sometimes affecting throoughput and
latency. This is a backgroud process, that should not
be running with default priority.
Even if it is a little deplayed, that is not a worry in
this case. The routing should be the main priority,
stats collection can wait a bit.

Tested on Netgear R7800
Signed-off-by: Marc Benoit <marcb62185@gmail.com>
Make niceness more moderate, bump version.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-07-08 10:14:35 +03:00
Hannu Nyman
831142a79e
Merge pull request #6313 from neheb/sispmctl
sispmctl: Update to 4.0
2018-07-07 20:32:11 +03:00
Hannu Nyman
fcdcc32879
Merge pull request #6270 from neheb/patch-24
yunbridge: Swich to 1.6.0
2018-07-07 20:28:14 +03:00
Rosen Penev
2a141f0052 sispmctl: Update to 4.0
Switched from git to tarball. There seems to be no activity since release
4.0.

Removed unneeded patches.

Added a library package since it seems to be required now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-07 10:27:24 -07:00
Hannu Nyman
f42a51aeee
Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4
sysstat: bump to 11.6.4
2018-07-07 20:22:57 +03:00
Hannu Nyman
25aee63d23
Merge pull request #6221 from neheb/patch-5
zsh: Update to 5.5.1
2018-07-07 20:21:08 +03:00
Hannu Nyman
5bbbc36b3b
Merge pull request #6216 from neheb/patch-7
acpid: Update to 2.0.29
2018-07-07 20:20:27 +03:00
Hannu Nyman
dd76c9c14a
Merge pull request #6245 from neheb/patch-9
hdparm: Update to 9.56
2018-07-06 23:38:26 +03:00
Yousong Zhou
b9cfb7f3c6 i2c-tools: fix stale PKG_SOURCE_URL
Fixes openwrt/packages#5075

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-05 17:06:01 +08:00
Daniel F. Dickinson
d93d21a0b8 gnupg: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:54:49 -04:00
Daniel F. Dickinson
d35e0eafd6 findutils: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:53:23 -04:00
Hannu Nyman
f84ac71bc5
Merge pull request #6301 from micmac1/mariadb-up-102
mariadb: bump to 10.2 release series
2018-07-03 19:28:49 +03:00
Hannu Nyman
3ab201cc0c
Merge pull request #6309 from diizzyy/patch-2
tmux: Add path to global conf file
2018-07-03 19:22:43 +03:00
Felix Fietkau
3b45e95542 vim: disable darwin support
Fixes build on Mac OS X hosts

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-07-02 17:00:44 +02:00
Yousong Zhou
d03e32c513 treewide: fix missing/wrong MIRROR_HASH for sources from github
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value.  The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-02 10:40:47 +08:00
Hannu Nyman
28d488f70c
Merge pull request #6368 from neheb/patch-15
unrar: Update to 5.6.5
2018-07-01 19:49:46 +03:00
Hannu Nyman
9e5d0b54c1
Merge pull request #6276 from diizzyy/utils-dbus
dbus: Update to 1.12.8
2018-07-01 19:45:45 +03:00
Sebastian Kemper
272974aecf gammu: update lazy depend
libmariadbclient is now libmariadb. Update gammu depend to reflect that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-30 10:15:43 +02:00
Hannu Nyman
b5b604f95a
Merge pull request #6366 from neheb/patch-14
gnupg: Update to 1.4.23
2018-06-29 18:11:48 +03:00
David Woodhouse
6a6a1e9e32 rtl-sdr: fix build when GCC decides not to emit inlines
Maybe we should use something other than -Os for this code anyway; it's
generally quite CPU-intensive.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-29 14:29:53 +00:00
champtar
35690dd4ff
Merge pull request #6356 from aparcar/prom-0.16
prometheus-node-exporter-lua: adapt 0.16 metrics
2018-06-29 08:48:43 +02:00
Sebastian Kemper
94f88d3d83 mariadb: convert init script to procd
Also create a user "mariadb" and use it for running the server. And
add possibility to easily add command line args.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:31:42 +02:00
Sebastian Kemper
f8368276fe mariadb: add convenience symlinks
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:28:23 +02:00
Sebastian Kemper
cbc2353733 mariadb: fix mysql_config
Correct the socket info in mysql_config.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:26:56 +02:00
Sebastian Kemper
4d6829f0a3 mariadb: add plugins
- ha_sequence: formerly builtin, now a plugin
- ha_sphinx: formerly disabled
- ha_example: was missing in the eval lines

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:25:18 +02:00
Sebastian Kemper
c903332493 mariadb: bump to 10.2.x release
Bump to 10.2.x release series which has support for OpenSSL 1.1.x.

- libmariadbclient was replaced by libmaria
- libmaria uses LGPL, hence license info updated
- upstream disabled xtradb engine, innodb is now default (cannot be
  built as plugin anymore)
- complex charsets are now all included (size increase), as otherwise
  compile fails
- patches adapted/refreshed

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:22:37 +02:00
Rosen Penev
0870b14970 unrar: Update to 5.6.5
Fixes a few CVEs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-28 10:38:58 -07:00
Paul Spooren
de9f3656c7 prometheus-node-exporter-lua: adapt 0.16 metrics
Prometheus introduced some new conventions on how to name metrics.
Read here https://prometheus.io/docs/practices/naming/

This PR breaks compatibility with past versions, just like the officials
node exporter! 💥

Signed-off-by: Paul Spooren <mail@aparcar.org>
2018-06-28 23:53:12 +09:00
Luiz Angelo Daros de Luca
c4a25df0c6 sane-backends: fix libusb dependency
libusb-compat was still required by package but sane was already
builing and linking libusb-1.0. It was working because libusb-compat
requires libusb-1.0.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-06-28 00:36:54 -03:00
Rosen Penev
36f9f95d6a
gnupg: Update to 1.4.23
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-26 15:46:43 -07:00
David Woodhouse
d8521b50a6 domoticz: update to 4.9700 stable release, enable Python, fix compression
The files in ozwcp/ shouldn't be compressed as there's no gzip handling
for those.

Also enable Python support — since it can dynamically link with
libpython optionally, it's harmless to enable it. Those who want Python
plugins can use it. I still want lua-based hardware plugins though.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-25 16:56:28 +01:00
champtar
c8c1841abf
Merge pull request #6306 from aparcar/fancy_release
prometheus-node-exporter-lua: handle fancy release
2018-06-21 13:28:15 +02:00
Mathew McBride
fd6fd08eee qemu: package qemu-nbd
qemu-nbd is used to 'mount' images to /dev/nbdX block devices, for
example, to manipulate a qcow2 image as a disk device

Signed-off-by: Mathew McBride <matt@traverse.com.au>
2018-06-19 10:39:02 +08:00
Mathew McBride
b3c428cc23 qemu: package qemu-img
qemu-img is used for converting between different VM image types,
such as qcow2 to raw and vice versa.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
2018-06-19 10:39:02 +08:00
Alif M. Ahmad
eac2e12a6b gptfdisk: add a new package
gptfdisk is a gpt-aware disk partitioning tool. It can be used to
convert mbr partitioned disk to gpt and vice versa.

It supports reading GPT, MBR, and BSD disklabels.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2018-06-18 21:52:23 +02:00
Daniel Engberg
04bfcfd248
tmux: Add path to global conf file
Add path to global conf file so sysupgrade picks it up.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-17 22:31:35 +02:00
Jianhui Zhao
9b85c179ac rtty: Update to 5.1.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-18 00:42:55 +08:00
Hannu Nyman
2d022c6115
Merge pull request #5681 from neheb/sispmctl
sispmctl: Change URL to HTTPS
2018-06-17 12:47:43 +03:00
Paul Spooren
fc44f87dc5 prometheus-node-exporter-lua: handle fancy release
Some releases may have non letters in it's name currently resulting in
an empty ("") output which is then discarded, resulting in *missing*
labels in the metric.

Now it uses `.-` to catch as little as possible, but anything.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2018-06-17 17:07:36 +09:00
Jeremiah McConnell
eebe024835 lvm2: use explicit run/lock dir defaults
The configure scripts for lvm2 guess defaults for run/lock based on if
/run exists on the build host.  Use explicit values for the defaults
for consistency across build hosts.

Signed-off-by: Jeremiah McConnell <miah@miah.com>
2018-06-15 17:34:50 -06:00
Daniel Golle
19c8c318be
Merge pull request #6244 from neheb/patch-8
opensc: Update to 0.18.0
2018-06-15 16:01:22 +02:00
Rosen Penev
bb351c9398 cryptsetup: Update to 2.0.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-14 20:54:40 -07:00
Daniel Golle
12248547c9
Merge pull request #6254 from neheb/patch-15
gawk: Update to 4.2.1
2018-06-14 23:15:03 +02:00
Jianhui Zhao
5d2751ab7a rtty: Update to 5.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-14 16:50:56 +08:00
Hannu Nyman
c44ccef6f4
Merge pull request #6277 from diizzyy/utils-bluez
bluez: Disable printing subsystem rule
2018-06-12 19:59:59 +03:00
Thomas Heil
c04e803e03
Merge pull request #5841 from Menion2k/acpid_multitarget
acpid: remove depends on TARGET_x86 or TARGET_x86_64
2018-06-12 15:02:53 +02:00
Daniel Engberg
f1fddab924 bluez: Disable printing subsystem rule
By default bluez allows the printing subsystem to communicate
via dbus. This refers to the group lp which isn't available
on OpenWrt and makes dbus fail to start.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-12 01:35:01 +02:00
Daniel Engberg
113a34788d dbus: Update to 1.12.8
Update dbus to 1.12.8

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-12 01:08:09 +02:00
Hannu Nyman
d61f1549cf
Merge pull request #6261 from neheb/patch-22
bandwidthd: Update to 2.0.1-35
2018-06-11 22:25:14 +03:00
Hannu Nyman
f809708965
Merge pull request #6267 from neheb/patch-20
stm32flash: Update to 0.5
2018-06-11 22:24:15 +03:00
Hannu Nyman
77788956f0
Merge pull request #6273 from commodo/crconf-update
crconf: switch to git repo and update to more recent code
2018-06-11 22:21:05 +03:00
Marko Ratkaj
729905acb6
Merge pull request #6196 from ashkanj/yara-stable
yara: small fixes and bump to 3.7.1
2018-06-11 13:52:31 +02:00
Alexandru Ardelean
e4e6810add crconf: switch to git repo and update to more recent code
crconf hasn't released any new version since 2012 or so.
And there are quite a few updates in the repo, including newer kernel
support.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-06-11 14:41:15 +03:00
Rosen Penev
cc1527038d yunbridge: Swich to 1.6.0
This is a stable release which is one revision higher than what it was previously.

Adjusted the Makefile to track the stable release.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 16:35:21 -07:00
Rosen Penev
43ba458e7b
stm32flash: Update to 0.5
Fix URL to use SF macro.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 12:37:58 -07:00
Rosen Penev
c469b1345c bandwidthd: Update to 2.0.1-35
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 18:36:58 -07:00
Rosen Penev
c52c03767e
gawk: Update to 4.2.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 15:23:44 -07:00
Rosen Penev
b9b4979498 gnupg: Update to 1.4.22
Switched URLs to official HTTPS. More reliable and more secure.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 19:41:29 -07:00
Rosen Penev
58492c414f
hdparm: Update to 9.56
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 18:55:33 -07:00
Rosen Penev
48640b388f
opensc: Update to 0.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 18:50:48 -07:00
Marko Ratkaj
89f4a3f281 sysstat: bump to 11.6.4
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-06-08 13:16:53 +02:00
Rosen Penev
beedb40dcc
zsh: Update to 5.5.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 19:01:15 -07:00
Rosen Penev
7fca11ffd5 acpid: Update to 2.0.29
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 18:10:28 -07:00
Ashkan Jazayeri
6994c18009 yara: bump to 3.7.1
Package upgraded to the latest 3.7.1 release.

Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
2018-06-05 22:32:58 +04:30
Ashkan Jazayeri
8d20a24cf5 yara: add dotnet module
Dotnet module added as a compile time option.
The dotnet module allows you to create more fine-grained rules
for .NET files by using attributes and features of the .NET file format.
http://yara.readthedocs.io/en/latest/modules/dotnet.html

Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
2018-06-05 22:31:14 +04:30
Ashkan Jazayeri
5ca68c0cd3 yara: magic module dependancy fix
Libmagic dependency replaced with File so Yara magic module can
make use of magic patterns.
magic.mgc is installed on the target only when the File package
is selected.

Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
2018-06-05 22:29:00 +04:30
Ashkan Jazayeri
cdf1796f88 yara: add missing config string
Missing CONFIG string added at the beginning of Magic and Cuckoo
configure variables.

Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
2018-06-05 22:26:42 +04:30
Stijn Tintel
6baf7aa42b
Merge pull request #6091 from dwmw2/domoticz
Domoticz updates and build fixes
2018-06-04 21:30:58 +03:00
Hannu Nyman
33f1f6e940 nano: update to 2.9.8
Update nano to version 2.9.8

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-06-04 18:09:44 +03:00
David Woodhouse
e42d656e81 domoticz: fix Onkyo custom command handling from dzVents
https://github.com/domoticz/domoticz/pull/2386

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:25 +01:00
David Woodhouse
a98239c493 domoticz: update to 3.9571 and clean up FHS handling
Upstream has merged a simplified version of the FHS patch, with a few
changes...

Scripts are actually configuration. There are examples, but the point is
that you write your own.

So they should live in the data directory (e.g. /var/lib/domoticz) not
in /usr/share/domoticz. The only exception is the dzVents runtime.

So.... the upstream patch handles the dzVents runtime bit. Drop the part
of our patch which added -scripts, because it can just be based in the
userdata directory and we don't need to change that.

Ship the default scripts/ directory in /etc/domoticz/scripts, and on
startup make a *symlink* to it from /var/lib/domoticz/scripts.

Symlink from /etc/domoticz/scripts/dzVents{data,generated_scripts} to
temporary directories under /var/lib/domoticz/dzVents so that those
directories (which are written to by Domoticz) don't land on the root
file system. Anyone with a writeable file system who *wants* the data/
directory to be persistent, can change that. Just as they can change
the userdata config option to point to a real file system somewhere.

Also drop the renaming of the OpenZWave Config/ directory. It's purely
cosmetric so there's no need for us to carry that change. It can go
upstream first, if it really offends anyone.

Drop the patches which are now merged upstream, and turn off the newly
added USE_OPENSSL_STATIC. Add -noupdates to the command line.

Finally, gzip the static www files to save space. In the common case,
clients will use "Accept-Encodiong: gzip" and Domoticz will serve them
as-is. It can also decompress on the fly if it really has to, but now we
aren't asking it to *compress* on the fly, which is probably a losing
proposition on an OpenWRT box.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:24 +01:00
David Woodhouse
acb6cf153c domoticz: build with -flto
This makes quite a significant difference to the executable size:

   text    data     bss     dec     hex filename
7921421   87804   31692 8040917  7ab1d5 domoticz
5862321	  86180	  31212	5979713	 5b3e41	domoticz-lto

As an added bonus, it still seems to work.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:23 +01:00
David Woodhouse
a4a5fcc245 domoticz: support -ssldhparam config/command line option
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:23 +01:00
David Woodhouse
94aad53b39 domoticz: use 'ln -sf' in serial hotplug script
Otherwise, stale symlinks don't get replaced

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:22 +01:00
Dirk Brenken
20b6c31544 mc: update 4.8.21
* News see here: http://midnight-commander.org/wiki/NEWS-4.8.21

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-06-04 10:53:26 +02:00
Hannu Nyman
3c907df25c
Merge pull request #5396 from diizzyy/utils-fio
fio: Add to repo
2018-06-03 10:03:20 +03:00
Jianhui Zhao
4cbb348191 rtty: Update to 4.1.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-05-23 20:42:02 +08:00
Rosen Penev
7360f918c8 btrfs-progs: Update to 4.16.1
Some programs were removed upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-20 11:05:30 -07:00
Rosen Penev
ddbcdf8b7f sispmctl: Change URL to HTTPS
HTTPS goes through firewalls easier.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-20 09:56:05 -07:00
Hannu Nyman
f1840c7749
Merge pull request #5682 from neheb/xz
xz: Update to 5.2.4 + misc
2018-05-17 00:22:45 +03:00
Hannu Nyman
d9e9b59159 nano: update to 2.9.7
nano 2.9.7 was released on 2018 May 15.

Release notes:

GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends'
for making Ctrl+Right (the nextword function) stop at word
ends instead of beginnings, accepts multibyte letters for
the Yes/No/All answers, does emergency saves of changed
buffers in the unlikely event that nano crashes, adds the
until-now missing bindable function 'linenumbers', and
renames the toggles 'constupdate' to 'constantshow' and
'cuttoend' to 'cutfromcursor', for consistency with the
corresponding options -- adjust your nanorc files soon.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-05-16 18:45:28 +03:00
John Crispin
d52d6c821b
Merge pull request #6049 from jow-/flashrom-update
flashrom: update to v1.0
2018-05-15 15:11:54 +02:00
Jo-Philipp Wich
cb6e98ba44 flashrom: update to v1.0
Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated
libusb api usage.

Fixes the following error spotted by the buildbots:

    ch341a_spi.c: In function 'ch341a_spi_init':
    ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...]
      libusb_set_debug(NULL, 3); // Enable information, warning and [...]
      ^~~~~~~~~~~~~~~~
    In file included from ch341a_spi.c:25:0:
    .../libusb-1.0/libusb.h:1300:18: note: declared here
     void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
                      ^~~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    Makefile:1030: recipe for target 'ch341a_spi.o' failed

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-05-15 07:39:20 +02:00
Daniel Engberg
dc022850de fio: Add to repo
Add fio to repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-14 22:17:55 +02:00
Sebastian Kemper
7053b12912 mariadb: add source mirrors
As suggested by Daniel Engberg, add some mirror servers to offload from
MariaDB's main download server.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 11:14:46 +02:00
Sebastian Kemper
13321a5697 mariadb: bump to 10.1.33
Maintenance release. Fixes the following security vulnerabilities:

CVE-2018-2782
CVE-2018-2784
CVE-2018-2787
CVE-2018-2766
CVE-2018-2755
CVE-2018-2819
CVE-2018-2817
CVE-2018-2761
CVE-2018-2781
CVE-2018-2771
CVE-2018-2813

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:46:19 +02:00
Sebastian Kemper
3bdaa522df mariadb: fix /etc/mysql setup
- create directory /etc/mysql/conf.d as without it the server refuses to
  start
- correct the path to my.cnf in the init script

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:42:44 +02:00
Sebastian Kemper
f1b49babad mariadb: Makefile cleanups
- fix a typo
- remove unnecessary trailing slashes

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:40:39 +02:00