aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * | | gst1-plugins-bad: add back mpegtsdemux & mpegtsmuxSebastian Kemper2020-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These plugins were disabled in commit e35d46b. Add them back. The required libs are added, too. Closes #13545 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #13544 from PolynomialDivision/feature/updatdawnexporterRosen Penev2020-10-07
|\ \ \ \ | | | | | | | | | | prometheus-node-exporter-lua: update dawn exporter
| * | | | prometheus-node-exporter-lua: update dawn exporterNick Hainke2020-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dawn exporter to Makefile. Add hostname to export. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #13593 from jefferyto/packrRosen Penev2020-10-07
|\ \ \ \ \ | |_|/ / / |/| | | | packr: New package
| * | | | packr: New packageJeffery To2020-10-08
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Packr is a simple solution for bundling static assets inside of Go binaries. Most importantly it does it in a way that is friendly to developers while they are developing. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | nano: update to 5.3Hannu Nyman2020-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 5.3. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #13581 from neheb/shoRosen Penev2020-10-07
|\ \ \ \ | | | | | | | | | | libshout: update to 2.4.4
| * | | | libshout: update to 2.4.4Rosen Penev2020-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small fix to nanosleep patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13570 from jefferyto/golang-1.15Rosen Penev2020-10-07
|\ \ \ \ \ | |/ / / / |/| | | | golang: Update to 1.15.2, update/enhance Makefiles
| * | | | golang: Add option to enable Spectre mitigationsJeffery To2020-10-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>