aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #5066 from lucize/php7imapMichael Heimpold2017-11-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | php7: add php7-mod-imap
| * | | | | | | php7: add php7-mod-imapLucian Cristian2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #5065 from lucize/uwimapMichael Heimpold2017-11-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | uw-imap: add uw-imap toolkit, prereq for php7-mod-imap
| * | | | | | | | uw-imap: add uw-imap toolkit, prereq for php7-mod-imapLucian Cristian2017-11-13
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | most patches are added from Fedora Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #5157 from halmartin/bind_statisticsNoah Meyerhans2017-11-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bind: Add support for building with libxml2 or libjson
| * | | | | | | | bind: add support for building bind with libxml2 or libjsonHal Martin2017-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one of libjson|libxml2 is required for bind statistics to function. Selecting libjson|libxml2 will result in an additional dependency required to build and install bind-libs. Signed-off-by: Hal Martin <hal.martin@gmail.com>
* | | | | | | | | auc: update to version 0.0.6Daniel Golle2017-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * handle newly introduced 'initialize' server status * cosmetics Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | ser2net: update to 3.5Michael Heimpold2017-11-23
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | auc: update to version 0.0.5Daniel Golle2017-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use HTTP headers to know ImageBuilder status and queue position * use pretty (ie. indented) JSON output for debugging Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | auc: update to version 0.0.4Daniel Golle2017-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement '-d' cmdline option to output json requests * switch to new server API * implement upgrade_packages Read upgrade_packages UCI option and ask for either only release upgrades or also builds based on updated packages depending on whether upgrade_packages is '0' or '1'. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #5154 from neheb/patch-5champtar2017-11-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | btrfs-progs: Update to 4.13.3
| * | | | | | | | btrfs-progs: Update to 4.13.3Rosen Penev2017-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on ramips (mt7621) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #5163 from neheb/mangixchamptar2017-11-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | transmission: Update to latest git and fix syslog.
| * | | | | | | | | transmission: Update to latest git and fix syslog.Rosen Penev2017-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The init script runs transmission with the foreground parameter for procd to control it. However, if transmission is ran in the foreground, nothing is logged to syslog. Added a patch to remove this restriction. Also added a sysctl file that removes these warnings: UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:75) UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:80) UDP Failed to set send buffer: requested 1048576, got 262142 (tr-udp.c:86) UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:91) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #5165 from tmn505/perl-uriPhilip Prindeville2017-11-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | perl-uri: upgrade to 1.72
| * | | | | | | | | | perl-uri: upgrade to 1.72Tomasz Maciej Nowak2017-11-22
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5089 Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
* | | | | | | | | | Merge pull request #5140 from lynxis/rb_mdnsresponderSteven Barth2017-11-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | mdnsresponder: fix reproducible builds
| * | | | | | | | | | mdnsresponder: remove build timestamp to fix reproducible buildsAlexander Couzens2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamps prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| * | | | | | | | | | mdnsresponder: refresh patchesAlexander Couzens2017-11-17
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | | | | | | Merge pull request #5152 from val-kulkov/postfix-packagechamptar2017-11-22
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | postfix: version update, fix file descriptor passing
| * | | | | | | | | postfix: version update, fix file descriptor passingVal Kulkov2017-11-19
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest stable release. Fix check for file descriptor passing that causes libmilter's runtime error when libmilter/OpenDKIM are used with Postfix: "unix_send_fd: your system has no support for file descriptor passing" The issue with the file descriptor passing has been fixed upstream in 20170618 update to Postfix v3.3 experimental release. The patch must therefore be removed before compiling Postfix v3.3.* Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | openconnect: re-introduce config: interfaceGavin Ni2017-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases, it's useful to specify which interface to establish the VPN connection Signed-off-by: Gavin Ni <gisngy@gmail.com>
* | | | | | | | | alsa-lib: update to 1.1.5Peter Wagner2017-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | Merge pull request #5156 from val-kulkov/libfreetype-packageMichael Heimpold2017-11-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libfreetype: restore host build
| * | | | | | | | | libfreetype: restore host buildVal Kulkov2017-11-20
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore host building on request from a user. Apparently, packages outside of openwrt/packages feed rely on Freetype 2 building on host. While at it, remove sed-editing of freetype-config that is no longer necessary. The current version of freetype-config correctly identifies prefix, exec_prefix, includedir and libdir. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | shadowsocks-libev: bump to version 3.1.1Yousong Zhou2017-11-21
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.1.0 26ae365: fix possible socks5 exchange corruption caused by bad state transition when parsing responses f19a96e: fix segfault when presented with config {"mode": null} Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #5138 from lynxis/rb_horstTed Hess2017-11-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | horst: remove build time to fix reproducible builds
| * | | | | | | | horst: remove build time to fix reproducible buildsAlexander Couzens2017-11-17
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp are not reproducible [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | | | | Merge pull request #5153 from neheb/patch-4Ted Hess2017-11-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | hdparm: Update to 9,52
| * | | | | | | | hdparm: Update to 9,52Rosen Penev2017-11-19
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on ramips (mt7621) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #5076 from non7top/juniperNikos Mavrogiannopoulos2017-11-20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | openconnect: add options to support juniper
| * | | | | | | openconnect: add options to support juniperVladimir Berezhnoy2017-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Berezhnoy <non7top@gmail.com>
* | | | | | | | Merge pull request #5150 from val-kulkov/php7-packageMichael Heimpold2017-11-19
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | php7-mod-gd: add Freetype 2 support
| * | | | | | | php7-mod-gd: add Freetype 2 supportVal Kulkov2017-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Freetype 2 support to php7-mod-gd. Introduce a configuration parameter to disable Freetype 2 support if the increased package size is a concern. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | Merge pull request #5077 from TDT-GmbH/20171030-keepalived-update-versionchamptar2017-11-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | net/keepalived: update version and add hotplug.d notify handling
| * | | | | | | | net/keepalived: add keepalived.user script handlingFlorian Eckert2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add keepalived.user script handling which are also saved during sysupgrade. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | net/keepalived: add notify hotplug-call script handlingFlorian Eckert2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During keepalived config generation for the vrrp_instance and vrrp_sync_group the notify_* sections are automatic added to the runtime keepalived.conf. This could be used for service which want to react on keepalived notifications. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | net/keepalived: comment alt_config_fileFlorian Eckert2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comment alt_config_file option in default config Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | net/keepalived: move track_interface generation into own sectionFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a vrrp_instance the track_interface could not be referenced similar to a track_script. The uci track_interface section must be always set into every vrrp_instance. During config generation use the already prepared function "print_track_elem_indent" to write the track_interface section into every vrrp_instance which references this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | net/keepalived: add quoting for print_elems_indent functionFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you add a notify_* script which is not only a path to a script or to a bin file, it is necessary to quote to whole string. If you do not quote this the config will not get accepted by keepalived and so will not start. This will fix this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | net/keepalived: preserve keepalived uci file over sysupgradeFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve keepalived uci file over sysupgrade. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | net/keepalived: update CONFIGURE_ARGSFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused and unrecognized (outdated) configure options in Makefile. --enable-vrrp --enable-fwmark --disable-debug --disable-profile Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | net/keepalived: update version to 1.3.9Florian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update keepalived to version 1.3.9 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | net/keepalived: remove patches for version 1.2.19Florian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patches are already upstream. Not needed anymore. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | libiio: add patch to fix build on buildbotsMichael Heimpold2017-11-18
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On buildbots, the building directory seems to be not a subdir of a git repo, so a variable expands into an empty string which in turn results in a syntax error: --snip-- -- Looking for in6addr_any - found -- Found Git: /data/bowl-builder/arm_cortex-a5/build/sdk/staging_dir/host/bin/git (found version "2.1.4") fatal: Not a git repository (or any parent up to mount point /data) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). CMake Error at CMakeLists.txt:114 (if): if given arguments: "STREQUAL" "/data/bowl-builder/arm_cortex-a5/build/sdk/build_dir/target-arm_cortex-a5_musl_eabi/libiio-0.11" Unknown arguments specified -- Configuring incomplete, errors occurred! --snap-- The patch quotes the if arguments and thus fixes the build. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | libs/libudev-fbsd: add patch to surround symbols with extern CMirko Vogt2017-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
* | | | | | | | Merge pull request #5135 from nxhack/change_installdevTed Hess2017-11-18
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | avahi: Changed the condition of InstallDev
| * | | | | | | avahi: Changed the condition of InstallDevHirokazu MORIKAWA2017-11-17
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | Merge pull request #5143 from lynxis/rb_soxTed Hess2017-11-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sox: remove build timestamp
| * | | | | | | sox: remove build timestampAlexander Couzens2017-11-17
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>