aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | Merge pull request #5142 from lynxis/rb_socatTed Hess2017-11-17
|\ \ \ \ \ | | | | | | | | | | | | socat: set BUILD_DATE to SOURCE_DATE_EPOCH
| * | | | | socat: set BUILD_DATE to SOURCE_DATE_EPOCHAlexander Couzens2017-11-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. SOURCE_DATE_EPOCH allows to use a timestamp which depends on deterministic behaviour [1]. Fixes reproducible builds. [0] https://reproducible-builds.org/docs/timestamps/ [1] https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | Merge pull request #5136 from lynxis/rb_avrdudeTed Hess2017-11-17
|\ \ \ \ \ | |/ / / / |/| | | | avrdude: add no timestamp patch to make it reproducible
| * | | | avrdude: add no timestamp patch to make it reproducibleAlexander Couzens2017-11-17
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The no-cpp-timestamp patch taken from debian and is already accepted upstream. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | Merge pull request #4972 from blogic/masterJohn Crispin2017-11-17
|\ \ \ \ | |/ / / |/| | | uledd: add a tiny ubus frontend for PWM/RGB leds
| * | | uledd: add a tiny ubus frontend for PWM/RGB ledsJohn Crispin2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This daemon allows users to control PWM driven RGB LEDs using ubus. Currently it is possible to make leds blink at different brightnesses and or make them fade in between colours. the following call will turn green on and red off: ubus call led set '{ "leds": { "ap:green:status": 255, "ap:red:status": 0 } }' the following call will make green and red fade on/off over 2 seconds: ubus call led set '{ "leds": { "ap:green:status": [0, 255], "ap:red:status": [255, 0] }, "on": 2000, "off": 2000, "fade": 1 }' Signed-off-by: John Crispin <john@phrozen.org>
* | | | php7: re-enable system timezone data usageMichael Heimpold2017-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This part of the Makefile was commented out during update from PHP 5.x to 7.x and not re-enabled in the meanswhile, so fix this finally. Reported-by: Val Kulkov <val.kulkov@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | shadow: add packages for newgidmap and newuidmap appletsRafał Miłecki2017-11-15
| | | | | | | | | | | | | | | | | | | | | | | | They are needed by LXC for unprivileged containers. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | | shadow: use proper fix for checking subordinate IDs supportRafał Miłecki2017-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During 4.2.1 version update support for subordinate IDs has been disabled. It was handled by: 1) Adding --disable-subordinate-ids to avoid: configure: error: cannot run test program while cross compiling 2) Adding patch 003-fix-disabling-subids.patch to avoid: usermod.c: In function 'process_flags': usermod.c:1364:10: error: 'vflg' undeclared (first use in this function) if ( (vflg || Vflg) ^ This commit adds a patch with a proper configure.in fix. We don't need to disable subordinate IDs anymore. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | | | Merge pull request #5123 from commodo/crconfchamptar2017-11-15
|\ \ \ \ | | | | | | | | | | crconf: new package (kernel crypto configuration tool)
| * | | | crconf: new package (kernel crypto configuration tool)Alexandru Ardelean2017-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux crypto layer configuraton tool. https://sourceforge.net/projects/crconf/ Use this to manipulate kernel Crypto API/framework stuff, like drivers, templates, etc. Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt Most interesting stuff you can find on https://wiki.strongswan.org Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #5122 from commodo/python-bluetoothchamptar2017-11-15
|\ \ \ \ \ | | | | | | | | | | | | python,python3: build bluetooth support if bluez-libs selected
| * | | | | python,python3: build bluetooth support if bluez-libs selectedAlexandru Ardelean2017-11-14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should hopefully fix the Python3 build on buildbot. For a while I assumed it may be a build-bot issue, but then looking through the packages repo [and finding the bluez package] it looks like, if you try to build all packages, Python3 detects the bluetooth headers installed by bluez. It looks like Python's bluetooth support was somewhat broken ; it was not detecting the <bluetooth/bluetooth.h> header, so a backport from Python3 to Python fixed that. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #4939 from val-kulkov/postfix-packagechamptar2017-11-15
|\ \ \ \ \ | | | | | | | | | | | | postfix: fix uid/gid conflicts, general cleanup
| * | | | | postfix: fix uid/gid conflicts, general cleanupVal Kulkov2017-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix uid/gid conflict with package icecast (uid=87, gid=87) and package pianod (uid=88, gid=88) by claiming uid/gid 25 for postfix instead of 87 and uid/gid 26 for postconf instead of 88. Remove main.cf.default that is not used by any Postfix module. The default configuration parameters are hardcoded into postconf and they are available via "postconf -d <parameter>". main.cf.default is therefore unnecessary. "mydomain" parameter should be deduced from the domain configuration setting in /e/c/dhcp rather than from "hostname" in /e/c/system which is often just a hostname without the domain name component. "mynetworks" parameter is unnecessary where "mynetworks_style" is defined. The change of the location of data_directory, queue_directory and mail_spool_directory from /var/lib/postfix, /var/spool/postfix and /var/mail to /data/postfix/lib, /data/postfix/spool and /data/postfix/mail has been postponed until the author of this commit and the maintainer of this package has had a meaningful opportunity to consult with LEDE/OpenWrt developers on the preferred mount point for the persistent data storage device. Change the criteria for executing the post-installation script. Invoke postinst() where the value of "myhostname" parameter in main.cf is not defined rather than where "$config_directory"/opkg_postinst is present with the value of "$config_directory" hardcoded to "$IPKG_INSTROOT"/etc/postfix in /etc/init.d/postfix. Enable PCRE support by default. Remove the code making entries in /etc/sysupgrade.conf and instead define configuration files to be saved during a sysupgrade in Makefile's Package/postfix/conffiles section. Move the creation of mail_spool_directory from host to target in order to enable change of directory ownership to 'postfix' when postinit() is executed on the target. Avoid postfix restart in postinst script that results in an error message during opkg install process. Enable Postfix autostart by creating a link in /etc/rc.d/ on installation. Make the code less verbose. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | Merge pull request #5126 from val-kulkov/libfreetype-packageHannu Nyman2017-11-15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | libfreetype: update to 2.8.1, fix host install issue
| * | | | | libfreetype: update to 2.8.1, fix host install issueVal Kulkov2017-11-14
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates Freetype 2 to the latest upstream version and fixes the issue where freetype-config was incorrectly installed into the host, rather than the target, staging directory, therefore causing compilation issues with other packages that depend on libfreetype. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | auc: be a bit more verboseDaniel Golle2017-11-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | rpcd-mod-packagelist: remove packageDaniel Golle2017-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The functionality provided by this package is now provided by the rpcd-mod-rpcsys package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | attendedsysupgrade-common: deprecate rpcd-mod-packagelistDaniel Golle2017-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpcd-mod-packageslist is now integrated in rpcd-mod-rpcsys since commit 49fde37@lede-project/source. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | auc: small improvementsDaniel Golle2017-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detect if calling rpc-sys packagelist fails due to the method not being provided by rpcd. Mark package as experimental. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | auc: add new packageDaniel Golle2017-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Attended sysUpgrade CLI is a full-featured client for the attended-sysupgrade service which works directly on the target device. It requires libustream-ssl as well as at least the CA certificate needed to contact the sysupgrade server. It has only been tested briefly and is by no means ready for production! Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #5113 from pprindeville/perl-text-csv_xs-update-1.34Philip Prindeville2017-11-12
|\ \ \ \ \ | | | | | | | | | | | | perl-text-csv_xs: update to 1.34