aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libssh2: update InstallDev defineSebastian Kemper2018-02-24
| | | | | | Use $(INSTALL_DATA) for headers and pkgconfig file. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libssh2: remove $(FPIC) from TARGET_CFLAGSSebastian Kemper2018-02-24
| | | | | | | | | libssh2 already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the libssh2 build system puts its own flag behind the CFLAGS, overriding whatever was set before. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* qemu: bump to version 2.11.1Yousong Zhou2018-02-24
| | | | | | | | | | | | Here are the notable changes - pixman is now not part of the release tarball and is required as an external dependency - archipelago is removed by upstream - patches are regenerated with git-format-patch - ifunc requirement is now removed Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* pixman: initial version 0.34.0Yousong Zhou2018-02-24
| | | | | | | This will be required by qemu 2.11. The two patches are copied from packaging of current qemu 2.6 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #5667 from lpapier/luasocket-linkingDirk Brenken2018-02-24
|\ | | | | luasocket: fix build on mpc85xx
| * luasocket: fix build on mpc85xxLaurent Papier2018-02-23
| | | | | | | | Signed-off-by: Laurent Papier <papier[at]tuxfan.net>
* | auc: update to version 0.0.9Daniel Golle2018-02-23
|/ | | | | | | | | | | | | | | | | * use full package list when checking for upgrades * verify sha256sums and usign signature of sha256sums.sig * introduce '-c' option to only check if system is up-to-date * introduce '-F' option to ignore the signature verification result * return -1 on locally caused and -2 on server-side errors * don't include locally appended attributes in debug output of a server reply * output bug report note on 412 target not found * use content-length header instead of filesize field in JSON content * suppress duplicate error messages * drop unused attributes * make debug messages optional at compile-time Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libvorbisidec: Change to .xz archive, update mirror and sha256sumTed Hess2018-02-22
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #5663 from dibdot/travelmateDirk Brenken2018-02-22
|\ | | | | travelmate: update 1.1.1
| * travelmate: update 1.1.1Dirk Brenken2018-02-22
| | | | | | | | | | | | * various backend bugfixes * refine default connection threshold Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #5644 from neheb/mktDaniel Golle2018-02-21
|\ \ | | | | | | mktorrent: Change download URL to GitHub.
| * | mktorrent: Change download URL to GitHub.Rosen Penev2018-02-20
| | | | | | | | | | | | | | | | | | Upstream has moved to GitHub. Also the hash of the original link and what is in OpenWrt's mirrors does not mach. This may have been motivation for moving away from SourceForge... Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #5642 from neheb/tasnNikos Mavrogiannopoulos2018-02-21
|\ \ \ | | | | | | | | libtasn1: Change URL to point to official website instead of download…
| * | | libtasn1: Change URL to point to official website instead of download linkRosen Penev2018-02-20
| |/ / | | | | | | | | | | | | | | | Cosmetic change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #5641 from neheb/maildibdot2018-02-20
|\ \ \ | | | | | | | | mailman: Use @GNU macro for download link
| * | | mailman: Use @GNU macro for download linkRosen Penev2018-02-20
| |/ / | | | | | | | | | | | | | | | Less verbose and more flexible. Cosmetic change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #5640 from neheb/btrdibdot2018-02-20
|\ \ \ | | | | | | | | btrfs-progs: Update to 4.15.1
| * | | btrfs-progs: Update to 4.15.1Rosen Penev2018-02-20
| |/ / | | | | | | | | | | | | | | | Compile tested on ar71xx. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #5639 from dibdot/adblockdibdot2018-02-20
|\ \ \ | | | | | | | | adblock: update 3.5.1
| * | | adblock: update 3.5.1Dirk Brenken2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | * maintenance update, just small backend bugfixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4562 from pprindeville/lm-sensors-fix-conf-fileJo-Philipp Wich2018-02-20
|\ \ \ \ | | | | | | | | | | lm-sensors: update name of configuration file
| * | | | lm-sensors: update names of lm-sensos conf filePhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since lm-sensors supports both /etc/sensors.conf and /etc/sensors3.conf as valid default configuration files, we should propagate one of both across a sysupgrade if we encounter them. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #5627 from tymmej/zsh-missing-libcapdibdot2018-02-20
|\ \ \ \ \ | | | | | | | | | | | | zsh: add required dependency(issue #5514)
| * | | | | zsh: add required dependency(issue #5514)Jakub Tymejczyk2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As indicated in https://github.com/openwrt/packages/issues/5514 zsh is compiled with --enable-cap option but libcap is not listed in dependencies Signed-off-by: Jakub Tymejczyk <jakub@tymejczyk.pl>
* | | | | | Merge pull request #5636 from dibdot/travelmatedibdot2018-02-20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | travelmate: release 1.1.0
| * | | | travelmate: release 1.1.0Dirk Brenken2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * checks continuously the signal quality for conditional uplink (dis-) connections * captive portal detection with internet online check and a 'heartbeat' function to keep the uplink connection up & running Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | mosquitto: auto-disable TLS-PSK support if not availableKarl Palsson2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL grew the ability to turn off TLS-PSK support. Make sure that mosquitto turns on/off TLS-PSK support based on this OpenSSL config. Fixes https://github.com/openwrt/packages/issues/5633 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | c-ares: bump to v1.14Karl Palsson2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog at: https://c-ares.haxx.se/changelog.html mostly android and windows fixes, but some minor fixes for all systems. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | | sqlite3-cli: use shared library to link sqlite3 binaryGaëtan Buchetet2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sqlite3 binary was linked against the static library of libsqlite3. It now uses the .so library of the libsqlite3 package. This dropped size of the sqlite3 binary from 652k to 91k. Signed-off-by: Gaëtan Buchetet <bubuche.pub@free.fr>
* | | | | Merge pull request #5579 from pprindeville/update-isc-dhcp-4.4.0Philip Prindeville2018-02-18
|\ \ \ \ \ | | | | | | | | | | | | isc-dhcp: update to 4.4.0
| * | | | | isc-dhcp: update to 4.4.0Philip Prindeville2018-02-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | wavemon: Update to 0.8.2Jonathan McCrohan2018-02-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | sslh: Update to v1.19cJonathan McCrohan2018-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change PKG_SOURCE_URL to https Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | Merge pull request #5580 from neheb/patch-5Hauke Mehrtens2018-02-18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | libnatpmp: Update to 20150609
| * | | | | libnatpmp: Update to 20150609 + change to HTTPS.Rosen Penev2018-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Official mirror. Compile and Run tested on ramips. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #5623 from sartura/sysrepo_v0.7.3Hannu Nyman2018-02-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | sysrepo: bump to latest version
| * | | | | | sysrepo: bump to latest versionMislav Novakovic2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sysrepo version 0.7.3 features following improvements: * possibility to uninstall more modules in one command with sysrepoctl * several bugfixes Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | Merge pull request #5622 from mwarning/kadnodeDaniel Golle2018-02-15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | kadnode: udpate to version 2.2.0
| * | | | | | kadnode: udpate to version 2.2.0Moritz Warning2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | Merge pull request #5578 from aparcar/bmx6-exporterchamptar2018-02-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | prometheus-node-exporter-lua: add bmx6/7 scraper
| * | | | | | | prometheus-node-exporter-lua: add bmx6/7 scraperPaul Spooren2018-02-12
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scrapes bmx6 status and connected links. example output: bmx6_status{id="qMp-LibreMesh-1706",version="BMX6-0.1-alpha",address="fd66:66:66:a:6670:2ff:fe3e:9d28"} 1 bmx6_link_rxRate{target="UPC-CN-C6-E104-Alix",source="qMp-LibreMesh-1706",dev="wlan0-mesh_12"} 100 bmx6_link_txRate{target="UPC-CN-C6-E104-Alix",source="qMp-LibreMesh-1706",dev="wlan0-mesh_12"} 100 bmx6_link_rxRate{target="UPC-CN-C6-E104-Alix-Paul",source="qMp-LibreMesh-1706",dev="wlan1-adhoc_12"} 100 bmx6_link_txRate{target="UPC-CN-C6-E104-Alix-Paul",source="qMp-LibreMesh-1706",dev="wlan1-adhoc_12"} 100 bmx6_link_rxRate{target="UPC-CN-C6-E104-Turoffner",source="qMp-LibreMesh-1706",dev="wlan0-mesh_12"} 97 bmx6_link_txRate{target="UPC-CN-C6-E104-Turoffner",source="qMp-LibreMesh-1706",dev="wlan0-mesh_12"} 100 node_scrape_collector_duration_seconds{collector="bmx6"} 0.0025260448455811 node_scrape_collector_success{collector="bmx6"} 1 scrapes bmx7 status and connected links. example output: bmx7_status{id="C68791D2",revision="3a52f89",name="smpl-18f4ce",address="fd70:c687:91d2:8ab3:1a88:6b14:bad0:2b18"} 1 bmx7_cpu_usage 0.7 bmx7_mem_usage 3204000 bmx7_link_rxRate{target="F48239CD",dev="wlan0-mesh_13",source="C68791D2",name="smpl-07889a"} 54000 bmx7_link_txRate{target="F48239CD",dev="wlan0-mesh_13",source="C68791D2",name="smpl-07889a"} 52729 node_scrape_collector_duration_seconds{collector="bmx7"} 0.0020999908447266 node_scrape_collector_success{collector="bmx7"} 1 prometheus-node-exporter-lua: bmx6/7 netjson format adds labels called source and target to links instead of only the target previously called "id". Retrieving all *links* from prometheus now makes it easier to create a valid netjson(.org) graph. It's not feasible to use *instance* as *source* as for instance likely the name is used for dns, instead of the ID. Using the *name* instead of *id* for netjson linking results in a bad graph when two devices have the same (default) hostname. Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
* | | | | | | collectd: enable MQTT pluginHannu Nyman2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Revert "openvswitch: remove dependency on kernel version"Hannu Nyman2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 44df061c48c34010f5db19e855b112ad3aef4d2d. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Revert "openvswitch: fix breakage due to removed SUPPORTED_KERNELS"Hannu Nyman2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8f2a9a27fd508b007ca26ba1a50eefc66bfab032. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #5619 from neheb/gstTed Hess2018-02-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gst1-libav: Remove BUILD_PATENTED from MPEG[12].
| * | | | | | | gst1-libav: Remove BUILD_PATENTED from MPEG[12].Rosen Penev2018-02-14
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to MPEG-LA, the last patent expired February 13, 2018. MPEG1 probably expired a while ago. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #5618 from neheb/ffmTed Hess2018-02-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ffmpeg: Remove BUILD_PATENTED for MPEG2 video.
| * | | | | | | ffmpeg: Remove BUILD_PATENTED for MPEG2 video.Rosen Penev2018-02-14
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the MPEG-LA, the last patent expired February 13, 2018. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #5612 from pprindeville/add-perl-authen-saslPhilip Prindeville2018-02-14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | perl-mod: add authen-sasl
| * | | | | | perl: add Authen::SASL::XS modulePhilip Prindeville2018-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required by Authen::SASL to have actual plug-ins to handle the protocol. Uses Devel::CheckLib which doesn't work with cross-compilation with the current perlmod.mk machinery. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>