Commit graph

10912 commits

Author SHA1 Message Date
Jeffery To
76ccf6c556 python-hyperlink: update to 18.0.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-25 02:30:39 +08:00
Jeffery To
6e0c997405 python-automat: update to 0.7.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-25 02:30:08 +08:00
Jeffery To
1cede43ab7 python-attrs: update to 18.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-25 02:29:34 +08:00
Christian Lachner
f332d68c6c haproxy: Update HAProxy to v1.8.10
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-06-24 20:18:56 +02:00
Philip Prindeville
9e97da85e8
Merge pull request #6248 from diizzyy/patch-1
openldap: Switch tarball sources to https and http
2018-06-24 11:09:53 -06:00
Eric Luehrsen
6a2239cbc0 unbound: update to 1.7.3
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-06-23 12:47:14 -04:00
Daniel Golle
f2ef609821 ola: enable and ship web stuff
Make OLA more useful for untrained users which depend on the built-in
webserver. We may split the ola package into smaller parts to allow
not having web-stuff in case this breaks the space-constraints for some
users.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-06-23 11:04:24 +02:00
Sebastian Kemper
f6e06384f1 php7: use mysqlnd
This is in anticipation of the MariaDB upgrade from mariadb 10.1.x to
10.2.x. With the latter the PHP MySQL plugins fail to compile, e.g.:

In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:63:0,
                 from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_global.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp]
 #warning This file should not be included by clients, include only <mysql.h>
  ^~~~~~~
In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:79:0,
                 from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_sys.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp]
 #warning This file should not be included by clients, include only <mysql.h>
  ^~~~~~~
In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:0:
/home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:82:10: fatal error: my_list.h: No such file or directory
 #include <my_list.h>

Upstream seems unlikely to fix this, see
https://bugs.php.net/bug.php?id=75612. In the bug report it is suggested
to not use libmysqlclient/libmariadbclient and instead utilize mysqlnd
(MySQL Native Driver) provided by PHP. This is the default anyway.

So add the mysqlnd module and remove the libmariadbclient depends.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-22 21:28:16 +02:00
Peter Wagner
ecf1e74183 git: update to 2.18.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-06-22 20:04:23 +02:00
Peter Wagner
f4ee5ce092 pulseaudio: enable parallel build
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-06-22 01:00:33 +02:00
Peter Wagner
82eed87331 pulseaudio: update to 12.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-06-22 00:49:08 +02: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
Daniel Golle
c10b5a3ff7 ola: implement Host/Install for ola_protoc_plugin
Should fix build with SDK on buildbots.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-06-21 11:55:02 +02:00
Rosen Penev
cafab6d3f7 freetype: Update to 2.9.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-20 14:02:10 -07:00
Daniel Golle
abdbf50221 ola: update to 0.10.6, fix build with recent protobuf
Recent protobuf requires C++11 while OLA was forcing C++98 in order
to keep using auto_ptr without getting warnings... Use gnu++11 to make
everyone happy and live with the warnings about auto_ptr being
deprecated.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-06-20 22:00:32 +02:00
Stijn Tintel
b157cf4feb
Merge pull request #6098 from xavifr/b-snmp-add-extend
snmpd: Add snmp_extend config option

Closes #5764
2018-06-20 18:03:23 +03:00
Hannu Nyman
b23d146bfe
Merge pull request #6064 from nxhack/fix_arm_arch_detection
node: Fix incorrect detection of arm_version and arm_fpu
2018-06-20 12:04:44 +03: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
Ted Hess
9930c3bf54
Merge pull request #6307 from diizzyy/sound-fdk-aac
sound/fdk-aac: Clean up Makefile, add overflow patch
2018-06-18 22:19:34 +00: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
Hannu Nyman
7abd90e296
Merge pull request #6317 from zhaojh329/libuwsc
libuwsc: Update to 2.0.4
2018-06-18 19:20:22 +03:00
Hannu Nyman
b21b2ebb52
Merge pull request #6308 from zhaojh329/rtty
rtty: Update to 5.1.0
2018-06-18 19:20:10 +03:00
Jianhui Zhao
f498829e0e libuwsc: Update to 2.0.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-18 23:18:51 +08: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
0a264360d6
Merge pull request #6289 from Ansuel/nginxpack
nginx: add luci-support package
2018-06-17 15:04:13 +03:00
Daniel Engberg
83c2603c1d sound/fdk-aac: Clean up Makefile, add overflow patch
Clean up Makefile by utilizing toolchain logic
Make package pkg-config friendly
Add patch to prevent crashes due to overflow
Source: a50eecf65b

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-17 12:57:04 +02:00
Hannu Nyman
2d022c6115
Merge pull request #5681 from neheb/sispmctl
sispmctl: Change URL to HTTPS
2018-06-17 12:47:43 +03:00
Hannu Nyman
e40e9fc66b
Merge pull request #6303 from MikePetullo/dovecot
dovecot: explicitly disable use of sodium
2018-06-17 12:42:52 +03:00
Hannu Nyman
99158896be
Merge pull request #6302 from Ansuel/uwsgi-su
uwsgi-cgi: improve uwsgi configuration
2018-06-17 12:42:32 +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
W. Michael Petullo
9fff237349 dovecot: explicitly disable use of sodium
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-06-16 18:03:39 -04:00
Ted Hess
870ebb1b8d
Merge pull request #6299 from jsmcconn/fix-avahi-runtime-dir
avahi: patch systemd runtime_dir change in 0.7
2018-06-16 20:27:49 +00:00
Ansuel Smith
052996773a
uwsgi-cgi: improve uwsgi configuration
This fix wrong configuration to the luci uwsgi conf

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-16 16:08:23 +02:00
Daniel Golle
3c35598558
Merge pull request #6300 from jsmcconn/fix-lvm2-rundir
lvm2: use explicit run/lock dir defaults
2018-06-16 11:40:24 +02:00
Hannu Nyman
93c6d0fabe
Merge pull request #6290 from Ansuel/uwsgi-su
uwsgi: add luci-support package
2018-06-16 09:12:49 +03:00
Hannu Nyman
ecfc219c2b
Merge pull request #6292 from cotequeiroz/nut_openssl-1.1
nut: Add PKG_FIXUP:=autoreconf
2018-06-16 09:11:14 +03: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
Jeremiah McConnell
933037e998 avahi: patch systemd runtime_dir change in 0.7
In avahi 0.7 the runtime_dir was updated to be /run instead of /var/run
for better systemd compatibility.  Patch out that change to fix
avahi-daemon.

Signed-off-by: Jeremiah McConnell <miah@miah.com>
2018-06-15 15:26:19 -06:00
Saverio Proto
8704bba6ce tinc: version bump 1.0.34
Signed-off-by: Saverio Proto <zioproto@gmail.com>
2018-06-15 17:02:22 +02: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
Daniel Golle
16d6d1c7f4
Merge pull request #6298 from neheb/patch-18
glpk: Update to 4.65
2018-06-15 16:00:37 +02:00
Daniel Golle
fa04f80626
Merge pull request #6297 from neheb/patch-15
cryptsetup: Update to 2.0.3
2018-06-15 15:59:46 +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
Rosen Penev
c496142561
glpk: Update to 4.65
Add HTTPS too.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-14 14:32:06 -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
Hannu Nyman
32c3d8a8b7
Merge pull request #6294 from zhaojh329/rtty
rtty: Update to 5.0.2
2018-06-14 21:43:32 +03:00
Ansuel Smith
c89dc49dfb
uwsgi: add luci-support package
This adds additional specific files to support luci on the nginx

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-14 20:37:20 +02:00
Ansuel Smith
4195561666
nginx: add luci-support package
This adds an additional file for ngix that contains all the files need to make luci works on the nginx webserver.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-14 19:58:44 +02:00