Commit graph

10829 commits

Author SHA1 Message Date
Ted Hess
75f0499469 ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
Both libraries on X86 platforms require NASM instead of YASM going forward.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-06-28 19:54:09 -04:00
Noah Meyerhans
50ce6735f8
bind: Explicitly disable libatomic support (#6375)
By default, libatomic is conditionally enabled on some platforms, but it's not
strictly necessary. We'll disable it here globally rather than introduce an
unnecessary dependency.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-06-28 08:23:58 -07:00
Luiz Angelo Daros de Luca
5a2d77cc8d
Merge pull request #6374 from luizluca/sane-fix_libusb
sane-backends: fix libusb dependency
2018-06-28 01:03:38 -03: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
Toke Høiland-Jørgensen
0768374b73 acme: Not all fields should be mandatory in Luci
Fixes #6370.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-06-27 23:06:06 +02:00
Hannu Nyman
1fe8bc9495
Merge pull request #6352 from EricLuehrsen/unbound_20180625
unbound: limit outside script source to init funciton scope
2018-06-27 07:16:37 +03:00
Jeffery To
1929265024 golang: update to 1.10.3, add mirrors
This also changes the bootstrap source URL to the official GitHub
mirror, to make building easier for places where Google sites aren't
accessible. Fixes #6326.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-27 11:35:48 +08:00
Eric Luehrsen
21864670fa unbound: limit outside script source to init funciton scope
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-06-26 22:41:00 -04:00
Eric Luehrsen
9493e27e69 unbound: clean up domain periods and unnecessary quotes
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-06-26 22:41:00 -04:00
Stijn Tintel
fa30d476a0
Merge pull request #6347 from dwmw2/domoticz
domoticz: update to 4.9700 stable release, enable Python, fix compression
2018-06-26 22:51:28 +02:00
Hannu Nyman
e2e11fbb99
Merge pull request #6062 from cotequeiroz/usbip-remove_patches
usbip: remove obsolete patches, adapt package to new kernel/libudev
2018-06-26 23:25:36 +03:00
Hannu Nyman
1e8db5b38d
Merge pull request #6355 from Ansuel/jasson
jansson: bump to latest stable
2018-06-26 22:11:05 +03:00
Ansuel Smith
d4db2ea7e7
jansson: bump to latest stable
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-26 12:20:11 +02:00
Peter Wagner
b3eb0d235e tor: update to 0.3.3.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-06-25 21:45:13 +02:00
Hannu Nyman
482d87f238
Merge pull request #6343 from nxhack/bump_62_1
icu: update to 62.1
2018-06-25 22:08:09 +03:00
Hannu Nyman
ffdbc7a637
Merge pull request #6342 from jefferyto/python-packages-update
Python packages update
2018-06-25 22:07:29 +03: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
tripolar
de8e819f31
Merge pull request #6344 from yousong/ssh-alt
openssh: let opkg manage openssh symlinks of ssh, scp
2018-06-25 09:13:17 +02:00
Yousong Zhou
1e07e684a8 openssh: let opkg manage openssh symlinks of ssh, scp
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-25 14:09:25 +08:00
Hirokazu MORIKAWA
d66f3a6ced icu: update to 62.1
Update to ICU 62 (62.1)
ICU 62 includes number format skeleton support in MessageFormat, ICU4C DecimalFormat wrapping the new NumberFormatter implementation for improved performance.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-06-25 11:19:10 +09:00
Jeffery To
4269a8b8ff twisted: update to 18.4.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-25 04:00:16 +08:00
Rafał Miłecki
0421787098 php7: add package dependency on zoneinfo-core
Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without
php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core
when using "opkg install" (during runtime or when building images with
CONFIG_TARGET_PER_DEVICE_ROOTFS).

Missing zoneinfo results in PHP fatal errors, e.g.:
Fatal error: DateTime::createFromFormat(): Timezone database is corrupt - this should *never* happen!

For years users were told to manually install zoneinfo-core package.
This problem was hidden for some time (including 17.01 release) due to
disabled support for CONFIG_PHP7_SYSTEMTZDATA. It's now back as support
for --with-system-tzdata was enabled again.

The proper solution is to simply make php7 package depend on
zoneinfo-core when PHP7_SYSTEMTZDATA is used.

Fixes: 84e5012e88 ("php7: re-enable system timezone data usage")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-06-24 21:33:56 +02:00
Hannu Nyman
2b749fd530
Merge pull request #6253 from neheb/patch-14
freetype: Update to 2.9.1
2018-06-24 21:47:17 +03:00
Hannu Nyman
88a4356096
Merge pull request #6293 from neheb/patch-16
libgee: Update to 0.20.1
2018-06-24 21:43:14 +03:00
Hannu Nyman
cfe47aa196
Merge pull request #6337 from EricLuehrsen/unbound_173
unbound: update to 1.7.3
2018-06-24 21:41:28 +03:00
Jeffery To
a8c87eb1e4 python-zope-interface: update to 4.5.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-25 02:33:11 +08:00
Jeffery To
6d733be85c python-pyasn1: update to 0.4.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-25 02:32:26 +08:00
Jeffery To
e977641b58 python-ply: update to 3.11
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-25 02:31:52 +08:00
Jeffery To
9645c2fa13 python-ipaddress: update to 1.0.22
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-06-25 02:31:02 +08:00
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
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
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