aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* hplip: import from oldpackage and update to 3.18.6Luiz Angelo Daros de Luca2018-06-28
| | | | | | | | | | | hplip was split into subpackages: * hplip-common: generic files * hplip-sane: sane backend - patched to remove cups deps used only for network scanners * hplip-cups: cups driver (currently disabled) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* libcups: import cups from old-packages (for hplip)Luiz Angelo Daros de Luca2018-06-28
| | | | | | | | | | This package is needed only to provide libcups.so and libcups-image.so for hplip. No ipk is generated as hplip-cups is currently disabled until full cups is provided. cups was bumped to version 2.2.8 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* Merge pull request #6374 from luizluca/sane-fix_libusbLuiz Angelo Daros de Luca2018-06-28
|\ | | | | sane-backends: fix libusb dependency
| * sane-backends: fix libusb dependencyLuiz Angelo Daros de Luca2018-06-28
|/ | | | | | | | 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>
* acme: Not all fields should be mandatory in LuciToke Høiland-Jørgensen2018-06-27
| | | | | | Fixes #6370. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* Merge pull request #6352 from EricLuehrsen/unbound_20180625Hannu Nyman2018-06-27
|\ | | | | unbound: limit outside script source to init funciton scope
| * unbound: limit outside script source to init funciton scopeEric Luehrsen2018-06-26
| | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
| * unbound: clean up domain periods and unnecessary quotesEric Luehrsen2018-06-26
| | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | golang: update to 1.10.3, add mirrorsJeffery To2018-06-27
|/ | | | | | | | 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>
* 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