Commit graph

1557 commits

Author SHA1 Message Date
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
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
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
48640b388f
opensc: Update to 0.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-08 18:50:48 -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
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
BERENYI, Balazs
2d7e189377 domoticz: backport Boost 1.66 compat fix
Fix build by updating boost usage. Added backported patch from upstream
commit 388c7b51716cdb6221ec292cc2456ceca6ee9b02.

Signed-off-by: BERENYI, Balazs <beba@wee.hu>
[update commit message]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-05-11 10:42:02 +03:00
Yousong Zhou
0cb460a2a7 bash: style and doc fix
The patch is about job control in general instead of the builtin jobs
command

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 20:15:55 +08:00
Yousong Zhou
d859554090 bash: fix postinst script
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 20:14:50 +08:00
Yousong Zhou
da1912f868 treewide: use mirror tag @KERNEL where applicable
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 17:05:53 +08:00
Daniel Engberg
3f414a0a67 utils/bash: Update to 4.4.18
- Update bash to 4.4.18
 - Enable PKG_CHECK_FORMAT_SECURITY
 - Use shared libreadline
 - Enable job control

Fixes #5796, Closes #5858

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 15:47:07 +08:00
Rosen Penev
54a35e465f xz: Update to 5.2.4 + misc
The second source is just a redirect to SourceForge. Removed.
Also change URL to HTTPS as the website now supports it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-08 13:38:51 -07:00
Hannu Nyman
a4898b3ab2
Merge pull request #6021 from t-umeno/update_klish-2.1.4
klish: update to latest version (2.1.4)
2018-05-08 18:57:03 +03:00
Takashi Umeno
e6993ad50f klish: CONFIGURE_ARGS += --with-libxml2
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2018-05-08 22:00:58 +09:00
Reiner Herrmann
b5ff192c81 inotify-tools: update to 3.20.1
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
2018-05-07 20:18:59 +02:00