aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libaio: Update to 0.3.111Rosen Penev2018-09-30
| | | | | | | | | | | | | | Switched to new upstream at pagure.io. Refreshed debian patches. Added KERNEL_AIO dependency. Even though the generic kernel config lists CONFIG_AIO=y, it's still disabled by default. This fixes all packages that depend on libaio. Added myself as maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #6347 from dwmw2/domoticzStijn Tintel2018-06-26
|\ | | | | domoticz: update to 4.9700 stable release, enable Python, fix compression
| * domoticz: update to 4.9700 stable release, enable Python, fix compressionDavid Woodhouse2018-06-25
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #6062 from cotequeiroz/usbip-remove_patchesHannu Nyman2018-06-26
|\ \ | | | | | | usbip: remove obsolete patches, adapt package to new kernel/libudev
| * | usbip: adapt package to new kernel/libudevEneas U de Queiroz2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sources for usbip are within the kernel. A patch that was included with the package, which changed the old signal name SIGCLD to the new one, SIGCHLD, was merged upstream. However, different targets use different kernel versions. Current version 4.14 and 4.9 are fine, but older versions do not have the patch applied. So, I used -DSIGCLD=SIGCHLD to please both worlds. libudev-fbsd currently used by openwrt does not implement the udev_device_get_devpath function. eudev's implementation of libudev sets it as (src/libudev/libudev-device.c): udev_device->devpath = udev_device->syspath + strlen("/sys"); I used a command-line define to use the same logic, as it works with new and old versions of the kernel--the use of ..devpath is quite recent. I also linked with libbsd, when using glibc. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | usbip: Remove obsolete patchesEneas U de Queiroz2018-05-16
| | | | | | | | | | | | | | | | | | These patches are obsolete and are never applied. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6355 from Ansuel/jassonHannu Nyman2018-06-26
|\ \ \ | | | | | | | | jansson: bump to latest stable
| * | | jansson: bump to latest stableAnsuel Smith2018-06-26
| | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | tor: update to 0.3.3.7Peter Wagner2018-06-25
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #6343 from nxhack/bump_62_1Hannu Nyman2018-06-25
|\ \ \ \ | | | | | | | | | | icu: update to 62.1
| * | | | icu: update to 62.1Hirokazu MORIKAWA2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #6342 from jefferyto/python-packages-updateHannu Nyman2018-06-25
|\ \ \ \ \ | |_|_|_|/ |/| | | | Python packages update
| * | | | twisted: update to 18.4.0, refresh patchesJeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-zope-interface: update to 4.5.0Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-pyasn1: update to 0.4.3Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-ply: update to 3.11Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-ipaddress: update to 1.0.22Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-hyperlink: update to 18.0.0Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-automat: update to 0.7.0, refresh patchesJeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | python-attrs: update to 18.1.0Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #6344 from yousong/ssh-alttripolar2018-06-25
|\ \ \ \ \ | |_|/ / / |/| | | | openssh: let opkg manage openssh symlinks of ssh, scp
| * | | | openssh: let opkg manage openssh symlinks of ssh, scpYousong Zhou2018-06-25
|/ / / / | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | php7: add package dependency on zoneinfo-coreRafał Miłecki2018-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 84e5012e8853 ("php7: re-enable system timezone data usage") Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | | Merge pull request #6253 from neheb/patch-14Hannu Nyman2018-06-24
|\ \ \ \ | | | | | | | | | | freetype: Update to 2.9.1
| * | | | freetype: Update to 2.9.1Rosen Penev2018-06-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6293 from neheb/patch-16Hannu Nyman2018-06-24
|\ \ \ \ \ | | | | | | | | | | | | libgee: Update to 0.20.1
| * | | | | libgee: Update to 0.20.1Rosen Penev2018-06-13
| | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6337 from EricLuehrsen/unbound_173Hannu Nyman2018-06-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | unbound: update to 1.7.3
| * | | | | | unbound: update to 1.7.3Eric Luehrsen2018-06-23
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | Merge pull request #6248 from diizzyy/patch-1Philip Prindeville2018-06-24
|\ \ \ \ \ \ | |/ / / / / |/| | | | | openldap: Switch tarball sources to https and http
| * | | | | openldap: Switch tarball sources to https and httpDaniel Engberg2018-06-09
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch from ftp which can be broken on corp firewalls to https and http. Mirrors taken from https://www.openldap.org/software/download/ and https://www.openldap.org/software/download/OpenLDAP/MIRRORS Place master site as last resort. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | ola: enable and ship web stuffDaniel Golle2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | git: update to 2.18.0Peter Wagner2018-06-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | pulseaudio: enable parallel buildPeter Wagner2018-06-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | pulseaudio: update to 12.0Peter Wagner2018-06-22
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #6306 from aparcar/fancy_releasechamptar2018-06-21
|\ \ \ \ | | | | | | | | | | prometheus-node-exporter-lua: handle fancy release
| * | | | prometheus-node-exporter-lua: handle fancy releasePaul Spooren2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | ola: implement Host/Install for ola_protoc_pluginDaniel Golle2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix build with SDK on buildbots. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | ola: update to 0.10.6, fix build with recent protobufDaniel Golle2018-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #6098 from xavifr/b-snmp-add-extendStijn Tintel2018-06-20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | snmpd: Add snmp_extend config option Closes #5764
| * | | | | SNMPD: Add snmp_extend config optionXavier Franquet2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Xavier Franquet <xavier@franquet.es>
* | | | | | Merge pull request #6064 from nxhack/fix_arm_arch_detectionHannu Nyman2018-06-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | node: Fix incorrect detection of arm_version and arm_fpu
| * | | | | | node: Fix incorrect detection of arm_version and arm_fpuHirokazu MORIKAWA2018-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic detection of the arm architecture does not work well. http://downloads.lede-project.org/snapshots/faillogs/arm_arm1176jzf-s_vfp/packages/node/compile.txt ``` ../deps/v8/src/arm/assembler-arm.cc:176:2: error: #error "CAN_USE_ARMV7_INSTRUCTIONS should match CAN_USE_VFP3_INSTRUCTIONS" #error "CAN_USE_ARMV7_INSTRUCTIONS should match CAN_USE_VFP3_INSTRUCTIONS" ^~~~~ ``` https://github.com/openwrt/packages/issues/5728 Explicitly set cpu arch optimization flag to the compiler option so that "configure" script correctly identifies "arm version". (Raspberry Pi Zero W) Raspbian: ``` raspberrypi:~ $ echo | gcc -dM -E - | grep ARM_ARCH ``` OpenWrt (cross-env): ``` ubuntu:~ $ echo | ./arm-openwrt-linux-muslgnueabi-gcc -dM -E - | grep ARM_ARCH ``` ``` ubuntu:~ $ echo | ./arm-openwrt-linux-muslgnueabi-gcc -mcpu=arm1176jzf-s -dM -E - | grep ARM_ARCH ``` Also specifying an option lines compactly. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | qemu: package qemu-nbdMathew McBride2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | qemu: package qemu-imgMathew McBride2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #6307 from diizzyy/sound-fdk-aacTed Hess2018-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sound/fdk-aac: Clean up Makefile, add overflow patch
| * | | | | | | sound/fdk-aac: Clean up Makefile, add overflow patchDaniel Engberg2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up Makefile by utilizing toolchain logic Make package pkg-config friendly Add patch to prevent crashes due to overflow Source: https://github.com/mstorsjo/fdk-aac/commit/a50eecf65b5ce5d4f03768c5c2cb4b492d2badad Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | gptfdisk: add a new packageAlif M. Ahmad2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #6317 from zhaojh329/libuwscHannu Nyman2018-06-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libuwsc: Update to 2.0.4
| * | | | | | | | libuwsc: Update to 2.0.4Jianhui Zhao2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>