aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #13607 from sumpfralle/masterRosen Penev2020-10-11
|\ | | | | muninlite: update to new upstream release (2.1.0)
| * muninlite: update to new upstream release (2.1.0)Lars Kruse2020-10-08
| | | | | | | | Signed-off-by: Lars Kruse <devel@sumpfralle.de>
* | Merge pull request #13629 from ynezz/upstream/cgi-io-oot-projectRosen Penev2020-10-11
|\ \ | | | | | | cgi-io: move into out of tree project
| * | cgi-io: move into out of tree projectPetr Štetiar2020-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No functional changes, just moved the sources into out of tree project[1] so it's going to be easier to do CI with unit testing, fuzzing etc. 1. https://git.openwrt.org/?p=project/cgi-io.git;a=shortlog Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | Merge pull request #13560 from odmdas/odmdas-freeradius3-metaRosen Penev2020-10-11
|\ \ \ | | | | | | | | freeradius3: add meta-package for default modules
| * | | freeradius3: add meta-package for default modulesAlexey Dobrovolsky2020-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This meta-package contains only dependencies for modules needed in FreeRADIUS default configuration. This commit adds missing description and install sections. Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
* | | | Merge pull request #13633 from expiron/kcptun-updatesRosen Penev2020-10-11
|\ \ \ \ | | | | | | | | | | kcptun: bump to v20201010
| * | | | kcptun: bump to v20201010Chao Liu2020-10-12
| | |/ / | |/| | | | | | | | | | Signed-off-by: Chao Liu <expiron18@gmail.com>
* | | | Merge pull request #13634 from rs/nextdns-1.8.6-masterRosen Penev2020-10-11
|\ \ \ \ | |/ / / |/| | | nextdns: Update to version 1.8.6
| * | | nextdns: Update to version 1.8.6Olivier Poitrey2020-10-11
|/ / / | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | Merge pull request #13627 from neheb/pdnsrrRosen Penev2020-10-10
|\ \ \ | | | | | | | | pdns-recursor: update to 4.3.4
| * | | pdns-recursor: update to 4.3.4Rosen Penev2020-10-10
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13626 from neheb/pdnsdRosen Penev2020-10-10
|\ \ \ \ | | | | | | | | | | pdns: update to 4.3.1
| * | | | pdns: update to 4.3.1Rosen Penev2020-10-10
| |/ / / | | | | | | | | | | | | | | | | | | | | Remove features removed upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13625 from neheb/dnsdiRosen Penev2020-10-10
|\ \ \ \ | | | | | | | | | | dnsdist: update to 1.5.1
| * | | | dnsdist: update to 1.5.1Rosen Penev2020-10-10
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13571 from neheb/spcRosen Penev2020-10-10
|\ \ \ \ | |/ / / |/| | | spice: convert to meson
| * | | spice: made InstallDev section more explicit for clarityRosen Penev2020-10-10
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | spice: small cleanups for consistency between packagesRosen Penev2020-10-10
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | spice: convert to mesonRosen Penev2020-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Faster compilation. Removed autotools patches. Backported meson patch to fix compilation and pkgconfig file. Before: time make package/spice/compile -j 12 Executed in 62.85 secs fish external usr time 56.45 secs 276.00 micros 56.45 secs sys time 8.06 secs 46.00 micros 8.06 secs Before + PKG_BUILD_PARALLEL: Executed in 45.40 secs fish external usr time 63.08 secs 253.00 micros 63.08 secs sys time 8.57 secs 44.00 micros 8.57 secs After: time make package/spice/compile -j 12 Executed in 16.54 secs fish external usr time 41.29 secs 266.00 micros 41.29 secs sys time 4.76 secs 45.00 micros 4.76 secs Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | CI: Export few helpful variables for CI testsMichal Hrusecky2020-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Export PKG_NAME and PKG_VERSION to make test scripts better readable and also export a path to the helper script providing colorful output. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | CI: Add helper functionsMichal Hrusecky2020-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a shell script that can produce colorfull output to help to identify problems during CI runs. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | fastd: update to v20Matthias Schiffer2020-10-10
| | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #13615 from mlichvar/chrony-update-4.0Rosen Penev2020-10-10
|\ \ \ \ | |/ / / |/| | | chrony: update to 4.0
| * | | chrony: add NTS optionMiroslav Lichvar2020-10-09
| | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
| * | | chrony: update to 4.0Miroslav Lichvar2020-10-09
| | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | actions: remove arm_cortex-a9_neonRosen Penev2020-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the second ARM NEON target that is tested. It's unlikely that one will fail and the other succeed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | vim: run test.sh only for vim{-full,-fuller}Paul Spooren2020-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the test.sh script would also run for the `vim-help` package which isn't a binary package but just a tar archive. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | Merge pull request #13603 from neheb/ctopRosen Penev2020-10-09
|\ \ \ \ | | | | | | | | | | ctop: match ARCH with docker-ce
| * | | | ctop: match ARCH with docker-ceRosen Penev2020-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only makes sense as ctop uses docker-ce. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | python-pytest: update to version 6.1.1Jan Pavlinec2020-10-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | simple-adblock: config update file fixStan Grishin2020-10-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | debootstrap: update to version 1.0.123Josef Schlehofer2020-10-09
| |/ / / |/| | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #13611 from neheb/openvmRosen Penev2020-10-09
|\ \ \ \ | | | | | | | | | | open-vm-tools: update to 11.1.15
| * | | | open-vm-tools: update to 11.1.15Rosen Penev2020-10-09
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Reworked several of them as musl has changed. Removed several upstreamed ones. Added musl 1.2.0 patch which uses 64-bit time_t. Removed -Werror as there's a redefinition warning caused by nls.mk. Replaced glib2/host dependency with rpcsvc-proto. Fixed compilation with full NLS. Fixed compilation with musl 1.2.0 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13610 from nickberry17/update_libmbim_1.24.4Rosen Penev2020-10-08
|\ \ \ \ | | | | | | | | | | libmbim: update libmbim to 1.24.4
| * | | | libmbim: update libmbim to 1.24.4Nicholas Smith2020-10-09
|/ / / / | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | Merge pull request #13576 from marcin1j/pr/20191209-mbusdRosen Penev2020-10-08
|\ \ \ \ | |_|_|/ |/| | | New package: mbusd
| * | | mbusd: add mbusdMarcin Jurkowski2020-10-08
| | | | | | | | | | | | | | | | | | | | | | | | Mbusd is open-source Modbus TCP to Modbus RTU (RS-232/485) gateway. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | Merge pull request #13604 from philenotfound/mutt-bumpRosen Penev2020-10-08
|\ \ \ \ | | | | | | | | | | mutt: bump to 1.14.7
| * | | | mutt: bump to 1.14.7Phil Eichinger2020-10-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | | Merge pull request #13601 from neheb/motiRosen Penev2020-10-08
|\ \ \ \ \ | | | | | | | | | | | | motion: remove mmal support
| * | | | | motion: remove mmal supportRosen Penev2020-10-07
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | The buildbots are unable to build this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12408 from dobo90/adguardhomeRosen Penev2020-10-08
|\ \ \ \ \ | |/ / / / |/| | | | adguardhome: initial package recipe
| * | | | adguardhome: Implement initial package recipeDobroslaw Kijowski2020-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AdGuardHome is a network-wide ads and trackers blocking DNS server. After installing it with opkg, start it like every service: /etc/init.d/adguardhome start In order to complete the installation vist http://{YOUR_ROUTERS_IP}:3000. Then you can setup dnsmasq to forward DNS traffic to AdGuardHome: uci -q delete dhcp.@dnsmasq[0].server uci add_list dhcp.@dnsmasq[0].server=127.0.0.1#{PORT_SET_DURING_INSTALL} uci set dhcp.@dnsmasq[0].noresolv=1 uci commit dhcp /etc/init.d/dnsmasq restart Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* | | | | Merge pull request #13596 from neheb/expRosen Penev2020-10-07
|\ \ \ \ \ | | | | | | | | | | | | expat: update to 2.2.10
| * | | | | expat: update to 2.2.10Rosen Penev2020-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13595 from neheb/ddRosen Penev2020-10-07
|\ \ \ \ \ \ | |/ / / / / |/| | | | | dump1090: update to 4.0
| * | | | | dump1090: update to 4.0Rosen Penev2020-10-07
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13594 from micmac1/badgstRosen Penev2020-10-07
|\ \ \ \ \ | |/ / / / |/| | | | gst1-plugins-bad: add back mpegtsdemux & mpegtsmux