aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | tracertools: update source, fixes bug on little-endian systemsDaniel Golle2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and improves collectd support Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | mosquitto: fix whitespace error introduced with ↵Jo-Philipp Wich2016-01-18
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7a6a575887db81934369f38616d137005ed9ea96 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | Merge pull request #2276 from notnyt/masterÁlvaro Fernández Rojas2016-01-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | flashrom: include io.h to fix compile error
| * | | | | | flashrom: include io.h to fix compile errornotnyt2016-01-17
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch includes sys/io.h from flash.h to fix compile errors Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
* | | | | | openssh: update to 7.1p2Peter Wagner2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | mosquitto: Bump to version 1.4.7Karl Palsson2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor changes mostly unrelated to OpenWRT. Full changelog at http://mosquitto.org/2015/12/version-1-4-7-released/ Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | mosquitto: optionally include mosquitto_passwd utilityKarl Palsson2016-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many users of the SSL build of mosquitto need the passwd utility for managing keys. Fixes github issue #1909 Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | ntpd: update to 4.2.8p5Peter Wagner2016-01-14
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | lvm2: update to 2.02.139Daniel Golle2016-01-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | ccid: update to 1.4.22Daniel Golle2016-01-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | pcsc-lite: update to 1.8.15Daniel Golle2016-01-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libinput: include cmdline tools in packageDaniel Golle2016-01-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libinput: update to 1.1.4Daniel Golle2016-01-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libevdev: update to 1.4.6Daniel Golle2016-01-14
|/ / / / | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #2260 from cshore/pull-request-collectd-prevent-perl-bindingsJo-Philipp Wich2016-01-11
|\ \ \ \ | | | | | | | | | | utils/collectd: Really prevent perl bindings
| * | | | utils/collectd: Really prevent perl bindingsDaniel Dickinson2016-01-11
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | --with-perl-bindings= is insufficient, --without-perl-bindings is required to actually prevent perl bindings when perl has been built for the target. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | Merge pull request #2252 from lbschenkel/cloudflare-rec_idHannu Nyman2016-01-10
|\ \ \ \ | | | | | | | | | | ddns-scripts: allow setting CloudFlare 'rec_id' in the config
| * | | | ddns-scripts: bump 2.5.0 to release 5Leonardo Brondani Schenkel2016-01-10
| | | | |
| * | | | ddns-scripts: allow setting CloudFlare 'rec_id' in the configLeonardo Brondani Schenkel2016-01-08
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary when there are multiple records for the same domain, otherwise the script will overwrite the first one returned by the API. It has the secondary benefit of allowing faster updates by performing only one API call instead of two. In case 'rec_id' is not set the script behaves exactly as before. Signed-off-by: Leonardo Brondani Schenkel <leonardo@schenkel.net>
* | | | gnutls: updated to 3.4.8Nikos Mavrogiannopoulos2016-01-10
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: updated to 0.10.11Nikos Mavrogiannopoulos2016-01-10
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #2251 from marcogiovinazzi/ddns-duckdns.orgHannu Nyman2016-01-10
|\ \ \ \ | | | | | | | | | | ddns-scripts: Added duckdns.org service
| * | | | ddns-scripts: Added duckdns.org servicemarcogiovinazzi2016-01-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marco Giovinazzi <marco.giovinazzi@comodojo.org>
* | | | | Merge pull request #2255 from xypron/automakeMichael Heimpold2016-01-09
|\ \ \ \ \ | | | | | | | | | | | | devel/automake: add automake-$(PKG_VERSION)
| * | | | | devel/automake: add automake-$(PKG_VERSION)Heinrich Schuchardt2016-01-09
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make automake work correctly it is necessary to have files * automake * aclocal * automake-$(PKG_VERSION) * aclocal-$(PKG_VERSION) The files without version number can be supplied as symbolic links. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | | Merge pull request #2240 from ollie27/libpngJo-Philipp Wich2016-01-09
|\ \ \ \ \ | | | | | | | | | | | | libpng: update to 1.2.56
| * | | | | libpng: update to 1.2.56Oliver Middleton2015-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2015-8126 and CVE-2015-8540. Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | | | | | Merge pull request #2253 from mhei/fix-pkg-configMichael Heimpold2016-01-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | devel/pkg-config: fix build when CONFIG_BUILD_NLS is set
| * | | | | | devel/pkg-config: fix build when CONFIG_BUILD_NLS is setMichael Heimpold2016-01-08
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots reported build failures when full NLS is enabled: http://buildbot.openwrt.org:8010/broken_packages/ar71xx/pkg-config/compile.txt So add NLS awareness and the conditional dependency. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | php5: update to 5.6.17Michael Heimpold2016-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | znc: update to 1.6.2Jonas Gorski2016-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | | znc: enable features/support explicitlyJonas Gorski2016-01-08
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't let znc autodetect library presence to avoid random missing dependencies popping up. Closes #2193. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | Merge pull request #2219 from chris5560/masterHannu Nyman2016-01-07
|\ \ \ \ \ | | | | | | | | | | | | [Radicale] upstream to Radicale 1.1
| * | | | | [Radicale] upstream to Radicale 1.1Christian Schoenebeck2015-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream to Radicale 1.1 * new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | Merge pull request #2246 from commodo/avahi-sys-pollTed Hess2016-01-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | libs/avahi: fix warning with poll.h include on musl
| * | | | | | libs/avahi: fix warning with poll.h include on muslAlexandru Ardelean2016-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning is: #warning redirecting incorrect #include <sys/poll.h> to <poll. Not a big issue. But it can be annoying when building with -Werror set. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #2238 from commodo/ovs-reduce-size-part1Hannu Nyman2016-01-06
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | openvswitch: reduce some package bloat
| * | | | | | openvswitch: split bin tools into separate packagesAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And move them under an "Open vSwitch" submenu. It's cleaner this way. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | openvswitch: update titles for ovs-benchmark and ovs-monitor-ipsec packagesAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | openvswitch: remove redundant postint ruleAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | openvswitch: fix source paths for the install ruleAlexandru Ardelean2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I guess these were left since some initial OVS package versions. They were fine up until recently. Some of the build artifacts got a little messy and thus the OpenWRT OVS package got a little messy. This cleans it up a bit. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | openvswitch: depend on kernelUlrich Weber2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so ovs gets rebuild on kernel changes Signed-off-by: Ulrich Weber <uw@ocedo.com>
* | | | | | | ocserv: prevent a crash if the per-user dir does not existNikos Mavrogiannopoulos2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates #2167
* | | | | | | knxd: add one uci option for one cmdline arg. add a lot comments in the ↵Patrick Grimm2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config file (closes #2233) Signed-off-by: Patrick Grimm <patrick@lunatiki.de> Acked-by: Othmar Truniger <github@truniger.ch> [Squashed patches from PR into single one, bump PKG_RELEASE] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | knxd: use procd (refs #2233)Patrick Grimm2016-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Patrick Grimm <patrick@lunatiki.de> Acked-by: Othmar Truniger <github@truniger.ch> [Squashed patches from PR] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #2237 from clarkwang/privoxy-list-more-than-9Hannu Nyman2016-01-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | privoxy: "list" does not work when there are 10+ entries
| * | | | | | | privoxy: "list" does not work when there are 10+ entriesClark WANG (Home)2016-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | | | | | Merge pull request #2239 from damianorenfer/masterHannu Nyman2016-01-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libs/libsodium: update to 1.0.8
| * | | | | | | | libs/libsodium: update to 1.0.8Damiano Renfer2016-01-04
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | | | | | | Merge pull request #2196 from jow-/masterJo-Philipp Wich2016-01-04
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | DD: freeradius2: completely disable runtime OpenSSL version checks