feed/packages.git
3 years agoMerge pull request #13560 from odmdas/odmdas-freeradius3-meta
Rosen Penev [Sun, 11 Oct 2020 22:16:33 +0000 (15:16 -0700)]
Merge pull request #13560 from odmdas/odmdas-freeradius3-meta

freeradius3: add meta-package for default modules

3 years agoMerge pull request #13633 from expiron/kcptun-updates
Rosen Penev [Sun, 11 Oct 2020 22:13:41 +0000 (15:13 -0700)]
Merge pull request #13633 from expiron/kcptun-updates

kcptun: bump to v20201010

3 years agoMerge pull request #13634 from rs/nextdns-1.8.6-master
Rosen Penev [Sun, 11 Oct 2020 22:13:04 +0000 (15:13 -0700)]
Merge pull request #13634 from rs/nextdns-1.8.6-master

nextdns: Update to version 1.8.6

3 years agonextdns: Update to version 1.8.6 13634/head
Olivier Poitrey [Sun, 11 Oct 2020 21:19:35 +0000 (21:19 +0000)]
nextdns: Update to version 1.8.6

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
3 years agokcptun: bump to v20201010 13633/head
Chao Liu [Sun, 11 Oct 2020 18:23:42 +0000 (02:23 +0800)]
kcptun: bump to v20201010

Signed-off-by: Chao Liu <expiron18@gmail.com>
3 years agoMerge pull request #13627 from neheb/pdnsrr
Rosen Penev [Sun, 11 Oct 2020 04:13:22 +0000 (21:13 -0700)]
Merge pull request #13627 from neheb/pdnsrr

pdns-recursor: update to 4.3.4

3 years agoMerge pull request #13626 from neheb/pdnsd
Rosen Penev [Sun, 11 Oct 2020 03:51:27 +0000 (20:51 -0700)]
Merge pull request #13626 from neheb/pdnsd

pdns: update to 4.3.1

3 years agopdns-recursor: update to 4.3.4 13627/head
Rosen Penev [Sat, 10 Oct 2020 21:48:59 +0000 (14:48 -0700)]
pdns-recursor: update to 4.3.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agopdns: update to 4.3.1 13626/head
Rosen Penev [Sat, 10 Oct 2020 01:37:29 +0000 (18:37 -0700)]
pdns: update to 4.3.1

Remove features removed upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #13625 from neheb/dnsdi
Rosen Penev [Sun, 11 Oct 2020 01:31:53 +0000 (18:31 -0700)]
Merge pull request #13625 from neheb/dnsdi

dnsdist: update to 1.5.1

3 years agoMerge pull request #13571 from neheb/spc
Rosen Penev [Sat, 10 Oct 2020 21:52:38 +0000 (14:52 -0700)]
Merge pull request #13571 from neheb/spc

spice: convert to meson

3 years agodnsdist: update to 1.5.1 13625/head
Rosen Penev [Sat, 10 Oct 2020 00:09:05 +0000 (17:09 -0700)]
dnsdist: update to 1.5.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoCI: Export few helpful variables for CI tests
Michal Hrusecky [Sat, 3 Oct 2020 17:31:24 +0000 (19:31 +0200)]
CI: Export few helpful variables for CI tests

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>
3 years agoCI: Add helper functions
Michal Hrusecky [Sat, 3 Oct 2020 17:29:51 +0000 (19:29 +0200)]
CI: Add helper functions

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>
3 years agofastd: update to v20
Matthias Schiffer [Sat, 10 Oct 2020 17:02:24 +0000 (19:02 +0200)]
fastd: update to v20

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
3 years agoMerge pull request #13615 from mlichvar/chrony-update-4.0
Rosen Penev [Sat, 10 Oct 2020 08:02:48 +0000 (01:02 -0700)]
Merge pull request #13615 from mlichvar/chrony-update-4.0

chrony: update to 4.0

3 years agospice: made InstallDev section more explicit for clarity 13571/head
Rosen Penev [Fri, 9 Oct 2020 11:14:35 +0000 (04:14 -0700)]
spice: made InstallDev section more explicit for clarity

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agospice: small cleanups for consistency between packages
Rosen Penev [Sat, 18 Jul 2020 22:48:46 +0000 (15:48 -0700)]
spice: small cleanups for consistency between packages

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agospice: convert to meson
Rosen Penev [Sat, 18 Jul 2020 22:43:19 +0000 (15:43 -0700)]
spice: convert to meson

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>
3 years agoactions: remove arm_cortex-a9_neon
Rosen Penev [Sat, 10 Oct 2020 04:36:42 +0000 (21:36 -0700)]
actions: remove arm_cortex-a9_neon

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>
3 years agovim: run test.sh only for vim{-full,-fuller}
Paul Spooren [Sat, 10 Oct 2020 01:28:51 +0000 (15:28 -1000)]
vim: run test.sh only for vim{-full,-fuller}

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>
3 years agoMerge pull request #13603 from neheb/ctop
Rosen Penev [Sat, 10 Oct 2020 01:19:21 +0000 (18:19 -0700)]
Merge pull request #13603 from neheb/ctop

ctop: match ARCH with docker-ce

3 years agopython-pytest: update to version 6.1.1
Jan Pavlinec [Fri, 9 Oct 2020 10:40:15 +0000 (12:40 +0200)]
python-pytest: update to version 6.1.1

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agosimple-adblock: config update file fix
Stan Grishin [Thu, 8 Oct 2020 02:38:54 +0000 (02:38 +0000)]
simple-adblock: config update file fix

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agodebootstrap: update to version 1.0.123
Josef Schlehofer [Wed, 7 Oct 2020 13:46:47 +0000 (15:46 +0200)]
debootstrap: update to version 1.0.123

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agochrony: add NTS option 13615/head
Miroslav Lichvar [Fri, 9 Oct 2020 13:00:37 +0000 (15:00 +0200)]
chrony: add NTS option

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
3 years agochrony: update to 4.0
Miroslav Lichvar [Fri, 9 Oct 2020 11:46:57 +0000 (13:46 +0200)]
chrony: update to 4.0

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
3 years agoMerge pull request #13611 from neheb/openvm
Rosen Penev [Fri, 9 Oct 2020 11:26:38 +0000 (04:26 -0700)]
Merge pull request #13611 from neheb/openvm

open-vm-tools: update to 11.1.15

3 years agoopen-vm-tools: update to 11.1.15 13611/head
Rosen Penev [Fri, 9 Oct 2020 01:48:55 +0000 (18:48 -0700)]
open-vm-tools: update to 11.1.15

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>
3 years agoMerge pull request #13610 from nickberry17/update_libmbim_1.24.4
Rosen Penev [Fri, 9 Oct 2020 02:07:58 +0000 (19:07 -0700)]
Merge pull request #13610 from nickberry17/update_libmbim_1.24.4

libmbim: update libmbim to 1.24.4

3 years agolibmbim: update libmbim to 1.24.4 13610/head
Nicholas Smith [Fri, 9 Oct 2020 01:17:58 +0000 (11:17 +1000)]
libmbim: update libmbim to 1.24.4

Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
3 years agoMerge pull request #13576 from marcin1j/pr/20191209-mbusd
Rosen Penev [Thu, 8 Oct 2020 18:53:34 +0000 (11:53 -0700)]
Merge pull request #13576 from marcin1j/pr/20191209-mbusd

New package: mbusd

3 years agombusd: add mbusd 13576/head
Marcin Jurkowski [Mon, 9 Dec 2019 14:58:30 +0000 (15:58 +0100)]
mbusd: add mbusd

Mbusd is open-source Modbus TCP to Modbus RTU (RS-232/485) gateway.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
3 years agoMerge pull request #13604 from philenotfound/mutt-bump 13605/head
Rosen Penev [Thu, 8 Oct 2020 12:23:28 +0000 (05:23 -0700)]
Merge pull request #13604 from philenotfound/mutt-bump

mutt: bump to 1.14.7

3 years agoMerge pull request #13601 from neheb/moti
Rosen Penev [Thu, 8 Oct 2020 12:22:11 +0000 (05:22 -0700)]
Merge pull request #13601 from neheb/moti

motion: remove mmal support

3 years agomutt: bump to 1.14.7 13604/head
Phil Eichinger [Thu, 8 Oct 2020 10:58:11 +0000 (12:58 +0200)]
mutt: bump to 1.14.7

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
3 years agoMerge pull request #12408 from dobo90/adguardhome
Rosen Penev [Thu, 8 Oct 2020 09:29:32 +0000 (02:29 -0700)]
Merge pull request #12408 from dobo90/adguardhome

adguardhome: initial package recipe

3 years agoctop: match ARCH with docker-ce 13603/head
Rosen Penev [Thu, 8 Oct 2020 08:41:12 +0000 (01:41 -0700)]
ctop: match ARCH with docker-ce

Only makes sense as ctop uses docker-ce.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agomotion: remove mmal support 13601/head
Rosen Penev [Thu, 8 Oct 2020 05:20:04 +0000 (22:20 -0700)]
motion: remove mmal support

The buildbots are unable to build this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #13596 from neheb/exp
Rosen Penev [Thu, 8 Oct 2020 02:56:32 +0000 (19:56 -0700)]
Merge pull request #13596 from neheb/exp

expat: update to 2.2.10

3 years agoMerge pull request #13595 from neheb/dd
Rosen Penev [Thu, 8 Oct 2020 02:56:15 +0000 (19:56 -0700)]
Merge pull request #13595 from neheb/dd

dump1090: update to 4.0

3 years agoexpat: update to 2.2.10 13596/head
Rosen Penev [Thu, 8 Oct 2020 00:35:52 +0000 (17:35 -0700)]
expat: update to 2.2.10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agodump1090: update to 4.0 13595/head
Rosen Penev [Thu, 8 Oct 2020 01:01:47 +0000 (18:01 -0700)]
dump1090: update to 4.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #13594 from micmac1/badgst
Rosen Penev [Wed, 7 Oct 2020 23:00:44 +0000 (16:00 -0700)]
Merge pull request #13594 from micmac1/badgst

gst1-plugins-bad: add back mpegtsdemux & mpegtsmux

3 years agoadguardhome: Implement initial package recipe 12408/head
Dobroslaw Kijowski [Tue, 2 Jun 2020 13:19:52 +0000 (15:19 +0200)]
adguardhome: Implement initial package recipe

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>
3 years agoMerge pull request #13544 from PolynomialDivision/feature/updatdawnexporter
Rosen Penev [Wed, 7 Oct 2020 22:17:15 +0000 (15:17 -0700)]
Merge pull request #13544 from PolynomialDivision/feature/updatdawnexporter

prometheus-node-exporter-lua: update dawn exporter

3 years agoMerge pull request #13593 from jefferyto/packr
Rosen Penev [Wed, 7 Oct 2020 22:16:20 +0000 (15:16 -0700)]
Merge pull request #13593 from jefferyto/packr

packr: New package

3 years agogst1-plugins-bad: add back mpegtsdemux & mpegtsmux 13594/head
Sebastian Kemper [Wed, 7 Oct 2020 21:04:35 +0000 (23:04 +0200)]
gst1-plugins-bad: add back mpegtsdemux & mpegtsmux

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>
3 years agopackr: New package 13593/head
Jeffery To [Wed, 7 Oct 2020 19:21:23 +0000 (03:21 +0800)]
packr: New package

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>
3 years agonano: update to 5.3
Hannu Nyman [Wed, 7 Oct 2020 15:22:50 +0000 (18:22 +0300)]
nano: update to 5.3

Update nano editor to version 5.3.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 years agoprometheus-node-exporter-lua: update dawn exporter 13544/head
Nick Hainke [Thu, 1 Oct 2020 20:19:07 +0000 (22:19 +0200)]
prometheus-node-exporter-lua: update dawn exporter

Add dawn exporter to Makefile.
Add hostname to export.

Signed-off-by: Nick Hainke <vincent@systemli.org>
3 years agoMerge pull request #13581 from neheb/sho
Rosen Penev [Wed, 7 Oct 2020 10:46:31 +0000 (03:46 -0700)]
Merge pull request #13581 from neheb/sho

libshout: update to 2.4.4

3 years agoMerge pull request #13570 from jefferyto/golang-1.15
Rosen Penev [Wed, 7 Oct 2020 10:09:43 +0000 (03:09 -0700)]
Merge pull request #13570 from jefferyto/golang-1.15

golang: Update to 1.15.2, update/enhance Makefiles

3 years agolibshout: update to 2.4.4 13581/head
Rosen Penev [Mon, 5 Oct 2020 22:38:33 +0000 (15:38 -0700)]
libshout: update to 2.4.4

Small fix to nanosleep patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #13582 from jan-kardell/TQ_fix_lighttpd_mod_auth
Rosen Penev [Wed, 7 Oct 2020 09:54:33 +0000 (02:54 -0700)]
Merge pull request #13582 from jan-kardell/TQ_fix_lighttpd_mod_auth

[lighttpd] Pull in mod-authn_file with mod-auth

3 years agoMerge pull request #13510 from zhoreeq/bump_0_3_15
Rosen Penev [Wed, 7 Oct 2020 09:53:30 +0000 (02:53 -0700)]
Merge pull request #13510 from zhoreeq/bump_0_3_15

yggdrasil: bump to 0.3.15

3 years agoMerge pull request #13528 from wevsty/patch-1
Rosen Penev [Wed, 7 Oct 2020 09:52:51 +0000 (02:52 -0700)]
Merge pull request #13528 from wevsty/patch-1

 openssh: update to 8.4p1

3 years agoMerge pull request #13584 from ja-pa/python-zipp-3.3.0
Rosen Penev [Wed, 7 Oct 2020 09:51:37 +0000 (02:51 -0700)]
Merge pull request #13584 from ja-pa/python-zipp-3.3.0

python-zipp: update to version 3.3.0

3 years agoMerge pull request #13588 from BKPepe/btrfs-progs
Josef Schlehofer [Wed, 7 Oct 2020 08:18:49 +0000 (10:18 +0200)]
Merge pull request #13588 from BKPepe/btrfs-progs

btrfs-progs: update to version 5.7

3 years agoMerge pull request #13583 from commodo/python-updates1
Hannu Nyman [Wed, 7 Oct 2020 07:42:55 +0000 (10:42 +0300)]
Merge pull request #13583 from commodo/python-updates1

diango,django-restframework: bump versions

3 years agoMerge pull request #13586 from jefferyto/python-zope-interface-5.1.2
Hannu Nyman [Wed, 7 Oct 2020 07:42:34 +0000 (10:42 +0300)]
Merge pull request #13586 from jefferyto/python-zope-interface-5.1.2

python-zope-interface: Update to 5.1.2

3 years agoMerge pull request #13590 from jefferyto/python-attrs-20.2.0
Hannu Nyman [Wed, 7 Oct 2020 07:42:20 +0000 (10:42 +0300)]
Merge pull request #13590 from jefferyto/python-attrs-20.2.0

python-attrs: Update to 20.2.0

3 years agopython-attrs: Update to 20.2.0 13590/head
Jeffery To [Tue, 6 Oct 2020 15:15:12 +0000 (23:15 +0800)]
python-attrs: Update to 20.2.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agobtrfs-progs: update to version 5.7 13588/head
Josef Schlehofer [Tue, 6 Oct 2020 14:09:35 +0000 (16:09 +0200)]
btrfs-progs: update to version 5.7

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agopython-zope-interface: Update to 5.1.2 13586/head
Jeffery To [Tue, 6 Oct 2020 13:23:09 +0000 (21:23 +0800)]
python-zope-interface: Update to 5.1.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agopython-zipp: update to version 3.3.0 13584/head
Jan Pavlinec [Tue, 6 Oct 2020 11:10:27 +0000 (13:10 +0200)]
python-zipp: update to version 3.3.0

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoMerge pull request #13573 from ja-pa/ooniprobe-3.0.7
Rosen Penev [Tue, 6 Oct 2020 10:17:02 +0000 (03:17 -0700)]
Merge pull request #13573 from ja-pa/ooniprobe-3.0.7

ooniprobe: update to version 3.0.7

3 years ago[lighttpd] Pull in mod-authn_file with mod-auth 13582/head
Jan Kardell [Thu, 1 Oct 2020 14:40:56 +0000 (16:40 +0200)]
[lighttpd] Pull in mod-authn_file with mod-auth

If lighttpd loads mod-auth, it also automatically tries to load
mod-authn_file, and fails if it's not available. That is a compatibility
feature of lighttpd after the funtionality was split into modules.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
3 years agogolang: Add option to enable Spectre mitigations 13570/head
Jeffery To [Mon, 24 Aug 2020 17:01:52 +0000 (01:01 +0800)]
golang: Add option to enable Spectre mitigations

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Add golang-host-build.mk
Jeffery To [Thu, 1 Oct 2020 22:13:28 +0000 (06:13 +0800)]
golang: Add golang-host-build.mk

This adds a Makefile for host builds of Go programs.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Move package scripts into golang-build.sh
Jeffery To [Wed, 26 Aug 2020 08:17:05 +0000 (16:17 +0800)]
golang: Move package scripts into golang-build.sh

This also adds GO_PKG_INSTALL_BIN_PATH which determines the path where
binaries are installed by GoPackage/Package/Install/Bin (this was
previously hard-coded to /usr/bin).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Quote variables passed to the shell
Jeffery To [Fri, 28 Aug 2020 18:07:34 +0000 (02:07 +0800)]
golang: Quote variables passed to the shell

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Add more error handling for go-gcc-helper
Jeffery To [Fri, 28 Aug 2020 08:45:02 +0000 (16:45 +0800)]
golang: Add more error handling for go-gcc-helper

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Use external linking for target Go
Jeffery To [Sat, 3 Oct 2020 11:12:11 +0000 (19:12 +0800)]
golang: Use external linking for target Go

In Go 1.15, the linker now defaults to internal linking mode for
-buildmode=pie on amd64 and arm64[1], however this results in go tool
binaries with the wrong dynamic linker/interpreter.

External linking is still used when PIE is enabled for other platforms,
whereas internal linking is used when PIE is not enabled.

This changes target Go to always use external linking, to fix PIE
binaries for amd64/arm64 and for consistency.

[1]: https://golang.org/doc/go1.15#linker

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Simplify target compile
Jeffery To [Wed, 2 Sep 2020 13:22:15 +0000 (21:22 +0800)]
golang: Simplify target compile

* Reuse GO_PKG_ENABLE_PIE from golang-package.mk
* Replace $(if ...) with $(or ...) to get default values
* Refactor vars common to each compile stage into variable

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Use GO_LDFLAGS to set buildmode=pie for host Go
Jeffery To [Tue, 15 Sep 2020 15:32:53 +0000 (23:32 +0800)]
golang: Use GO_LDFLAGS to set buildmode=pie for host Go

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Refactor vars common to each host compile stage into variable
Jeffery To [Wed, 2 Sep 2020 13:07:17 +0000 (21:07 +0800)]
golang: Refactor vars common to each host compile stage into variable

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Simplify bootstrap stage
Jeffery To [Wed, 2 Sep 2020 12:59:47 +0000 (20:59 +0800)]
golang: Simplify bootstrap stage

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Group variables by stage (bootstrap/host/target)
Jeffery To [Wed, 2 Sep 2020 12:43:25 +0000 (20:43 +0800)]
golang: Group variables by stage (bootstrap/host/target)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Share build cache across package builds
Jeffery To [Sun, 23 Aug 2020 20:59:05 +0000 (04:59 +0800)]
golang: Share build cache across package builds

This also adds a config option GOLANG_BUILD_CACHE_DIR to customize the
location of the build cache directory.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Move module cache into DL_DIR
Jeffery To [Tue, 18 Aug 2020 21:39:41 +0000 (05:39 +0800)]
golang: Move module cache into DL_DIR

This also adds a config option GOLANG_MOD_CACHE_WORLD_READABLE; if
enabled, chmod is run after a Go package build to make all
files/directories in the module cache world-readable.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agoMerge pull request #13579 from mmtj/pyroute2-0.5.14
Rosen Penev [Mon, 5 Oct 2020 23:16:09 +0000 (16:16 -0700)]
Merge pull request #13579 from mmtj/pyroute2-0.5.14

python3-pyroute2: update to version 0.5.14

3 years agopython3-pyroute: update to version 0.5.14 13579/head
Martin Matějek [Fri, 2 Oct 2020 21:42:05 +0000 (23:42 +0200)]
python3-pyroute: update to version 0.5.14

Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
3 years agoMerge pull request #13574 from ja-pa/dnstap-0.2.2
Josef Schlehofer [Mon, 5 Oct 2020 15:55:23 +0000 (17:55 +0200)]
Merge pull request #13574 from ja-pa/dnstap-0.2.2

dnstap: update to version 0.2.2

3 years agoMerge pull request #13575 from eglooca/master
Hannu Nyman [Mon, 5 Oct 2020 14:50:14 +0000 (17:50 +0300)]
Merge pull request #13575 from eglooca/master

netifyd: Updated to v3.05.

3 years agoddns-scripts: add ipv6 capability for no-ip.com
Johnathan Arsenault [Fri, 2 Oct 2020 22:56:05 +0000 (18:56 -0400)]
ddns-scripts: add ipv6 capability for no-ip.com

Signed-off-by: Johnathan Arsenault <johnathan.arsenault@gmail.com>
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
3 years agonetifyd: Updated to v3.05. 13575/head
Darryl Sokoloski [Mon, 5 Oct 2020 13:30:56 +0000 (09:30 -0400)]
netifyd: Updated to v3.05.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
3 years agodnstap: update to version 0.2.2 13574/head
Jan Pavlinec [Mon, 5 Oct 2020 13:17:33 +0000 (15:17 +0200)]
dnstap: update to version 0.2.2

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agomeasurement-kit: remove package 13573/head
Jan Pavlinec [Mon, 5 Oct 2020 11:22:05 +0000 (13:22 +0200)]
measurement-kit: remove package

Note:
measurement-kit is no longer needed for ooniprobe build
and was depredecated

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoooniprobe: update to version 3.0.7
Jan Pavlinec [Mon, 5 Oct 2020 11:20:57 +0000 (13:20 +0200)]
ooniprobe: update to version 3.0.7

Remove measurement-kit dependency since it's
no longer needed.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agodjango-restframework: bump to version 3.12.1 13583/head
Alexandru Ardelean [Mon, 5 Oct 2020 07:27:10 +0000 (10:27 +0300)]
django-restframework: bump to version 3.12.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agodjango: bump to version 3.1.2
Alexandru Ardelean [Mon, 5 Oct 2020 07:23:39 +0000 (10:23 +0300)]
django: bump to version 3.1.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoopenssh: update to 8.4p1 13528/head
Yuan Tao [Tue, 29 Sep 2020 16:51:00 +0000 (00:51 +0800)]
openssh: update to 8.4p1

Signed-off-by: Yuan Tao <ty@wevs.org>
3 years agoRevert "mpd: update to 0.22"
Rosen Penev [Sun, 4 Oct 2020 21:08:40 +0000 (14:08 -0700)]
Revert "mpd: update to 0.22"

This reverts commit 9eb20588cc4d17405e823444193f1610ee72d786.

For some unexplained reason, this uses host tools to compile target
builds.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agogolang: Move config option into separate file
Jeffery To [Wed, 2 Sep 2020 08:11:45 +0000 (16:11 +0800)]
golang: Move config option into separate file

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agogolang: Update to 1.15.2
Jeffery To [Mon, 17 Aug 2020 21:45:14 +0000 (05:45 +0800)]
golang: Update to 1.15.2

1.15.1 includes a fix for CVE-2020-24553:
net/http/cgi,net/http/fcgi: Cross-Site Scripting (XSS) when Content-Type
is not specified

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agoMerge pull request #13567 from zhaojh329/libuhttpd
Rosen Penev [Sun, 4 Oct 2020 09:56:49 +0000 (02:56 -0700)]
Merge pull request #13567 from zhaojh329/libuhttpd

libuhttpd: Update to 3.3.1

3 years agoMerge pull request #13562 from antonlacon/rsync-options
Rosen Penev [Sun, 4 Oct 2020 09:56:23 +0000 (02:56 -0700)]
Merge pull request #13562 from antonlacon/rsync-options

rsync: disable option for bundled zlib, add option for zstd

3 years agolibuhttpd: Update to 3.3.1 13567/head
Jianhui Zhao [Sun, 4 Oct 2020 05:29:43 +0000 (13:29 +0800)]
libuhttpd: Update to 3.3.1

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
3 years agoMerge pull request #13546 from miska/maria-cleanup-update
Rosen Penev [Sat, 3 Oct 2020 23:09:29 +0000 (16:09 -0700)]
Merge pull request #13546 from miska/maria-cleanup-update

MariaDB: cleanup & update