Lucian Cristian [Thu, 4 Feb 2021 19:25:50 +0000 (21:25 +0200)]
libreswan: update to 4.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Nick Hainke [Fri, 29 Jan 2021 09:40:14 +0000 (10:40 +0100)]
collectd: add plugin to compare ipv4,ipv6 stats
Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and
"/proc/net/snmp6" to get the overall ipv4 and ipv6 usage.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Thu, 4 Feb 2021 05:32:51 +0000 (21:32 -0800)]
Merge pull request #14645 from lipnitsk/svox
svox: Don't move files with QUILT
Rosen Penev [Thu, 4 Feb 2021 05:31:50 +0000 (21:31 -0800)]
Merge pull request #14642 from
1715173329/xray
xray-core: fix service start / reload
Ilya Lipnitskiy [Thu, 4 Feb 2021 05:22:09 +0000 (21:22 -0800)]
svox: Don't move files with QUILT
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Tianling Shen [Wed, 3 Feb 2021 22:53:47 +0000 (06:53 +0800)]
xray-core: fix service start / reload
Fix starting problem:
Starting function should be named 'start_service' instead of 'start_instance'.
Fix reloading problem:
Register reload tigger for uci config itself.
And, xray does not support reload currently, so use legacy restart as reload.
Fixes: 6c9b96352fb5e7d6acdf8f14ea4f9251cd09926b ("xray-core: add init script")
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Rosen Penev [Thu, 4 Feb 2021 01:24:35 +0000 (17:24 -0800)]
Merge pull request #14640 from neheb/ks
ksmbd(-tools): update to 3.3.4
Rosen Penev [Wed, 3 Feb 2021 23:10:55 +0000 (15:10 -0800)]
Merge pull request #14626 from lipnitsk/master
macremapper: linux 5.6+ compatibility
Rosen Penev [Wed, 3 Feb 2021 22:55:55 +0000 (14:55 -0800)]
Merge pull request #14600 from PolynomialDivision/update-node-exporter
prometheus-node-exporter-lua: update netstat
Rosen Penev [Wed, 3 Feb 2021 22:53:03 +0000 (14:53 -0800)]
Merge pull request #14610 from mtelka/mini_snmpd
mini_snmpd: Fix minor nit in the init script
Rosen Penev [Wed, 3 Feb 2021 22:52:22 +0000 (14:52 -0800)]
Merge pull request #14579 from neheb/wge
wget: update to 1.21.1
Rosen Penev [Wed, 3 Feb 2021 22:51:06 +0000 (14:51 -0800)]
Merge pull request #14633 from qinyuhang/patch-1
dockerd: change dockerd start level to 99 to avoid unknown conflicts
Rosen Penev [Wed, 3 Feb 2021 22:48:17 +0000 (14:48 -0800)]
Merge pull request #14639 from
1715173329/xray
xray-core: add example configs and init script
Rosen Penev [Wed, 3 Feb 2021 22:45:06 +0000 (14:45 -0800)]
ksmbd-tools: update to 3.3.4
Major changes are:
add "vfs objects = acl_xattr" parameter in configuration.
fix wrong group domain name in lsarpc response.
set to SID_TYPE_UNKNOWN if there is no domain sid in server.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 3 Feb 2021 22:44:14 +0000 (14:44 -0800)]
ksmbd: update to 3.3.4
Major changes are:
Make xattr format of ksmbd compatible with samba's one.
Use netdevice_notifier to configure TCP listeners.
Fix a build break with linux-5.11 kernel.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tianling Shen [Wed, 3 Feb 2021 17:12:08 +0000 (01:12 +0800)]
xray-core: add init script
Add init script so the users could run it with their configs quickly.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Tianling Shen [Wed, 3 Feb 2021 15:22:14 +0000 (23:22 +0800)]
xray-core: add example configs
Thry're from v2fly/v2ray-core wikis, used as examples.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Tianling Shen [Wed, 3 Feb 2021 18:07:34 +0000 (02:07 +0800)]
xray-core: update project url
Use $(AUTORELEASE) to bump PKG_RELEASE automatically.
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Rosen Penev [Wed, 3 Feb 2021 21:50:54 +0000 (13:50 -0800)]
Merge pull request #14638 from nmeyerhans/iputils-
20210202
iputils: bump to
20210202 and fix version reporting
Rosen Penev [Wed, 3 Feb 2021 21:38:51 +0000 (13:38 -0800)]
Merge pull request #14627 from gstrauss/lighttpd-1.4.59
lighttpd: update to lighttpd 1.4.59 release hash
Rosen Penev [Wed, 3 Feb 2021 21:38:16 +0000 (13:38 -0800)]
Merge pull request #14635 from neheb/m
miredo: add debian reproducibility patch
Noah Meyerhans [Wed, 3 Feb 2021 16:21:49 +0000 (08:21 -0800)]
iputils: Fix version reporting
The iputils build system embeds git tags into the generated binaries
for use by commands like ping -V. Since openwrt packaging is done in
a different repository from the upstream repo, the tags it finds
aren't particularly meaningful, and we get confusing results like
those described at https://github.com/openwrt/packages/issues/13920
This change removes the git tag inspection in favor of the static
version string that's already known to the upstream build system.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Noah Meyerhans [Wed, 3 Feb 2021 16:20:37 +0000 (08:20 -0800)]
iputils: bump to
20200202
Move the tftpd binary from /usr/bin to /usr/sbin per upstream.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Glenn Strauss [Tue, 2 Feb 2021 14:04:39 +0000 (09:04 -0500)]
lighttpd: update to lighttpd 1.4.59 release hash
update to lighttpd 1.4.59 release hash
add new base module mod_ajp13
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Rosen Penev [Wed, 3 Feb 2021 05:58:48 +0000 (21:58 -0800)]
miredo: add debian reproducibility patch
Refreshed other patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Yuhang Qin [Wed, 3 Feb 2021 03:31:29 +0000 (11:31 +0800)]
dockerd: change start level to 99
Dockerd start too early will conflict with other net config.
After boot must manually restart dockerd, Or some container will not run.
Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
Rosen Penev [Wed, 3 Feb 2021 03:41:08 +0000 (19:41 -0800)]
Merge pull request #14630 from sartura/sysrepo
Update sysrepo packages
Rosen Penev [Wed, 3 Feb 2021 03:40:55 +0000 (19:40 -0800)]
Merge pull request #14629 from commodo/stress-ng
stress-ng: bump to version 0.12.02
Rosen Penev [Wed, 3 Feb 2021 03:40:50 +0000 (19:40 -0800)]
Merge pull request #14628 from commodo/numpy
numpy: bump to version 1.20.0
Rosen Penev [Wed, 3 Feb 2021 03:40:05 +0000 (19:40 -0800)]
Merge pull request #14631 from stangri/master-simple-adblock
simple-adblock: remove dependency on jsonfilter & old code
Stan Grishin [Tue, 2 Feb 2021 22:11:06 +0000 (22:11 +0000)]
simple-adblock: remove dependency on jsonfilter & old code
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Tue, 2 Feb 2021 20:10:40 +0000 (12:10 -0800)]
Merge pull request #14598 from
1715173329/xray
xray-core: add new package
Jakov Smolic [Tue, 2 Feb 2021 20:04:23 +0000 (21:04 +0100)]
sysrepo: Bump to 1.4.104
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Jakov Smolic [Tue, 2 Feb 2021 19:28:10 +0000 (20:28 +0100)]
netopeer2: Bump to 1.1.53
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Jakov Smolic [Tue, 2 Feb 2021 19:23:11 +0000 (20:23 +0100)]
libnetconf2: Bump to 1.1.36
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Jakov Smolic [Tue, 2 Feb 2021 19:12:19 +0000 (20:12 +0100)]
libyang: Bump to 1.0.215
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Alexandru Ardelean [Tue, 2 Feb 2021 14:25:10 +0000 (16:25 +0200)]
numpy: bump to version 1.20.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 1 Feb 2021 14:30:35 +0000 (16:30 +0200)]
stress-ng: bump to version 0.12.02
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Tianling Shen [Thu, 28 Jan 2021 15:24:33 +0000 (23:24 +0800)]
xray-core: add new package
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Ilya Lipnitskiy [Mon, 1 Feb 2021 05:03:17 +0000 (21:03 -0800)]
macremapper: linux 5.6+ compatibility
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Rosen Penev [Tue, 2 Feb 2021 03:54:38 +0000 (19:54 -0800)]
Merge pull request #14621 from har-riz/master
getdns: Fix TLS V1.3 Ciphersuites option in Stubby
Jan Pavlinec [Mon, 1 Feb 2021 14:38:35 +0000 (15:38 +0100)]
python-execnet: update to version 1.8.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Mon, 1 Feb 2021 21:11:38 +0000 (13:11 -0800)]
Merge pull request #14619 from lipnitsk/antfs
antfs: patch for linux >= 5.8.0
Ilya Lipnitskiy [Mon, 1 Feb 2021 02:17:23 +0000 (18:17 -0800)]
antfs: patch for linux >= 5.8.0
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Jianhui Zhao [Mon, 1 Feb 2021 13:03:36 +0000 (21:03 +0800)]
rtty: update to 7.3.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Harris K Kusuma [Mon, 1 Feb 2021 11:06:09 +0000 (18:06 +0700)]
getdns: Fix TLS V1.3 Ciphersuites option in Stubby
Description :
Fix typo in CMAKE getdns included files, so Stubby can use TLS v1.3 with chipersuites options ON.
This solve issue that's written in here :
https://github.com/getdnsapi/stubby/issues/240
https://github.com/getdnsapi/stubby/issues/257
Signed-off-by: Harris K Kusuma <igharris.kk@gmail.com>
Rosen Penev [Mon, 1 Feb 2021 09:07:10 +0000 (01:07 -0800)]
Merge pull request #14609 from httpstorm/hwdata-0.343.fix-macos
hwdata 0.343: fix build error on macOS
Georgi Valkov [Sat, 30 Jan 2021 12:23:48 +0000 (14:23 +0200)]
hwdata: fix build error on macOS
The install command on macOS does not support the -T flag.
As suggested by Rosen Penev, this package does not compile anything,
so the contents can be installed directly.
Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
Rosen Penev [Mon, 1 Feb 2021 07:55:25 +0000 (23:55 -0800)]
Merge pull request #14522 from neheb/bt
btrfs-progs: update to 5.10
Michael Heimpold [Fri, 1 Jan 2021 21:36:07 +0000 (22:36 +0100)]
php8: introduce new major version package
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 24 Jan 2021 23:44:35 +0000 (00:44 +0100)]
php7: move into own submenu to prepare for upcoming php8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 24 Jan 2021 23:44:29 +0000 (00:44 +0100)]
php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transition
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 24 Jan 2021 23:44:10 +0000 (00:44 +0100)]
php7-pecl-propro: cleanup dead code
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Mon, 1 Feb 2021 04:22:23 +0000 (20:22 -0800)]
Merge pull request #14618 from flyn-org/openldap
openldap: update to 2.4.57
Rosen Penev [Mon, 1 Feb 2021 04:22:02 +0000 (20:22 -0800)]
Merge pull request #14602 from lipnitsk/master
libpfring: update to 7.8.0 (for kernel 5.10 compatibility)
W. Michael Petullo [Mon, 1 Feb 2021 03:05:03 +0000 (21:05 -0600)]
openldap: update to 2.4.57
Fixes:
* CVE-2020-36221
* CVE-2020-36222
* CVE-2020-36223
* CVE-2020-36224
* CVE-2020-36225
* CVE-2020-36226
* CVE-2020-36227
* CVE-2020-36228
* CVE-2020-36229
* CVE-2020-36230
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Ilya Lipnitskiy [Thu, 28 Jan 2021 06:56:17 +0000 (22:56 -0800)]
libpfring: update to 7.8.0
Add patch to fix compilation with kernel 5.10
Also submitted upstream:
https://github.com/ntop/PF_RING/pull/687
https://github.com/ntop/PF_RING/pull/688
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Rosen Penev [Thu, 21 Jan 2021 02:35:13 +0000 (18:35 -0800)]
btrfs-progs: update to 5.10
Added libmount dependency as it's needed now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 31 Jan 2021 23:27:06 +0000 (15:27 -0800)]
Merge pull request #14617 from morgenroth/libarchive-upgrade
libarchive: update to 3.5.1
Rosen Penev [Sun, 31 Jan 2021 21:18:07 +0000 (13:18 -0800)]
Merge pull request #14608 from httpstorm/libgpg-error-1.39.fix-macos
libgpg-error: fix build error on macOS
Erik Larsson [Sun, 31 Jan 2021 10:13:30 +0000 (11:13 +0100)]
python-uci: add package
Python bindings for libuci, useful for writing ansible modules to manage OpenWRT systems.
Reused Makefile from upstream: https://gitlab.nic.cz/turris/turris-os-packages/-/blob/develop/lang/python-uci/Makefile
Signed-off-by: Erik Larsson <who+github@cnackers.org>
Georgi Valkov [Sat, 30 Jan 2021 11:27:55 +0000 (13:27 +0200)]
libgpg-error: fix build error on macOS
src/gen-lock-obj.sh runs in /bin/sh which does not support echo -n on macOS,
and generates garbage. Resolved by using printf which is posix compliant.
Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
W. Michael Petullo [Sun, 31 Jan 2021 01:49:42 +0000 (19:49 -0600)]
snort3: update to 3.1.0.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 31 Jan 2021 01:49:11 +0000 (19:49 -0600)]
libdaq3: update to 3.0.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sun, 31 Jan 2021 01:31:02 +0000 (19:31 -0600)]
quota: update to 4.06
This includes a backport of quota commit
02b222a3, which removes the
use of reallocarray. The musl C library does not provide reallocarray.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Johannes Morgenroth [Sun, 31 Jan 2021 11:28:02 +0000 (12:28 +0100)]
libarchive: update to 3.5.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
Marcel Telka [Sat, 30 Jan 2021 23:17:01 +0000 (00:17 +0100)]
mini_snmpd: Fix minor nit in the init script
This removes extra ] from grep invocation in append_interface().
Signed-off-by: Marcel Telka <marcel@telka.sk>
Rosen Penev [Sat, 30 Jan 2021 00:23:26 +0000 (16:23 -0800)]
Merge pull request #14593 from neheb/udp
udpspeeded: add missing libatomic dependency
Rosen Penev [Wed, 27 Jan 2021 23:20:21 +0000 (15:20 -0800)]
udpspeeder: add missing libatomic dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jianhui Zhao [Fri, 29 Jan 2021 16:15:17 +0000 (00:15 +0800)]
rtty: update to 7.3.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Noah Meyerhans [Mon, 25 Jan 2021 05:23:10 +0000 (21:23 -0800)]
bind: bump to 9.17.9
Drop obsolete patches
- 001-no-tests.patch
- 002-fix-cross-compilation.patch
Move several user-executable binaries from /usr/sbin to /usr/bin per
upstream.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Philip Prindeville [Fri, 29 Jan 2021 05:32:43 +0000 (22:32 -0700)]
Merge pull request #14601 from pprindeville/isc-dhcp-add-multihoming-domain
isc-dhcp: add multihoming domain
Philip Prindeville [Fri, 29 Jan 2021 01:05:12 +0000 (18:05 -0700)]
isc-dhcp: add support for multi-homing in 'domain' configs
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Nick Hainke [Thu, 28 Jan 2021 22:51:51 +0000 (23:51 +0100)]
prometheus-node-exporter-lua: update netstat
The snmp and netstat interface are enabled by default
See:
4943bc5cff47a482c3010033e04c6d489a4b733c
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Thu, 28 Jan 2021 21:40:03 +0000 (13:40 -0800)]
Merge pull request #14545 from PolynomialDivision/generate-ipv6-adddress-autorelease
generate-ipv6-address: use autorelease feature
Rosen Penev [Thu, 28 Jan 2021 21:39:52 +0000 (13:39 -0800)]
Merge pull request #14544 from PolynomialDivision/libradiotap-use-autorelease
libradiotap: use autorelease feature
Rosen Penev [Thu, 28 Jan 2021 21:39:36 +0000 (13:39 -0800)]
Merge pull request #14543 from PolynomialDivision/libuwifi-use-autorelease
libuwifi: use autorelease feature
Rosen Penev [Thu, 28 Jan 2021 21:39:23 +0000 (13:39 -0800)]
Merge pull request #14542 from PolynomialDivision/sipcalc-use-autorelease
sipcalc: use autorelease feature
Rosen Penev [Thu, 28 Jan 2021 21:38:56 +0000 (13:38 -0800)]
Merge pull request #14595 from jmarcet/docker-compose-update
docker-compose: Update to version 1.28.2
Rosen Penev [Thu, 28 Jan 2021 05:25:06 +0000 (21:25 -0800)]
apk: fix compilation without deprecated OpenSSL APIs
Upstream Backport.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Thu, 28 Jan 2021 17:01:03 +0000 (19:01 +0200)]
Merge pull request #14568 from PolynomialDivision/collectd-fix-snmp6
collectd: refactor snmp6
Florian Eckert [Thu, 28 Jan 2021 07:04:19 +0000 (08:04 +0100)]
Merge pull request #14588 from TDT-AG/pr/
20210127-keepalived
keepalived: update to version 2.1.1
Ilya Lipnitskiy [Thu, 28 Jan 2021 06:39:10 +0000 (22:39 -0800)]
gl-mifi-mcu: compatibility with linux >= 5.6
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Javier Marcet [Wed, 27 Jan 2021 08:21:34 +0000 (08:21 +0000)]
docker-compose: Update to version 1.28.2
Bugs:
- Revert to Python 3.7 bump for Linux static builds
- Add bash completion for docker-compose logs|up --no-log-prefix
Miscellaneous:
- CI setup update
Signed-off-by: Javier Marcet <javier@marcet.info>
Rosen Penev [Wed, 27 Jan 2021 21:32:46 +0000 (13:32 -0800)]
Merge pull request #14592 from dobo90/socat_improvement
socat: allow more complex command line options
Dobroslaw Kijowski [Wed, 27 Jan 2021 19:50:51 +0000 (20:50 +0100)]
socat: allow more complex command line options
Current implementation of socat's init service doesn't allow to run more
complex configurations. As an example there's no possibility to execute
following command:
socat TCP-LISTEN:8080,fork,reuseaddr,bind=192.168.1.1 \
EXEC:"/sbin/ip netns exec somenetns socat STDIO TCP:10.0.0.1:80"
In such command the first line is argv[1] and the second line is
argv[2]. SocatOptions config option is a string. As as a consequence of
this each word will be passed as a separate argv element. Socat won't be
able to parse arguments correctly.
In order to mitigate this issue, we can also accept SocatOptions as a
list of strings. Following config file will work correctly:
config socat 'tunnel_8080_into_somenetns'
option enable '1'
list SocatOptions 'TCP-LISTEN:8080,fork,reuseaddr,bind=192.168.1.1'
list SocatOptions 'EXEC:"/sbin/ip netns exec somenetns socat STDIO TCP:10.0.0.1:80"'
While we're at it, pass stdout and stderr into logread.
Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Jan Pavlinec [Wed, 27 Jan 2021 10:50:14 +0000 (11:50 +0100)]
python-pytest: update to version 6.2.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Wed, 27 Jan 2021 12:32:50 +0000 (13:32 +0100)]
python-pytest-xdist: update to version 2.2.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jianhui Zhao [Wed, 27 Jan 2021 13:57:42 +0000 (21:57 +0800)]
rtty: update to 7.2.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Jan Pavlinec [Wed, 27 Jan 2021 14:01:02 +0000 (15:01 +0100)]
python-psutil: update to version 5.8.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Florian Eckert [Wed, 27 Jan 2021 14:56:21 +0000 (15:56 +0100)]
Merge pull request #14584 from EdiTurn/master
ddns-scripts: make WGET_SSL executable
Florian Eckert [Mon, 25 Jan 2021 07:09:12 +0000 (08:09 +0100)]
keepalived: use autorelease feature
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 11 Jan 2021 14:56:57 +0000 (15:56 +0100)]
keepalived: update to version 2.2.1
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Edi Turn [Wed, 27 Jan 2021 12:40:03 +0000 (20:40 +0800)]
ddns-scripts: make WGET_SSL executable
Signed-off-by: Edi Turn <yyxstter@gmail.com>
Josef Schlehofer [Wed, 27 Jan 2021 10:39:51 +0000 (11:39 +0100)]
sudo: update to version 1.9.5p2
Fixes: CVE-2021-3156 (known as Baron Samedit)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Wed, 27 Jan 2021 11:34:48 +0000 (03:34 -0800)]
Merge pull request #14541 from PolynomialDivision/use-autorelease
dawn: use autorelease feature
Nick Hainke [Sat, 23 Jan 2021 14:03:43 +0000 (15:03 +0100)]
dawn: use autorelease feature
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537
Signed-off-by: Nick Hainke <vincent@systemli.org>
Paul Spooren [Wed, 30 Sep 2020 04:49:49 +0000 (18:49 -1000)]
apk: add package
The Alpine Package Keeper is the default package manager for Alpine
Linux. They manage their own repositoriy with thousends of packages and
as musl is used for compilation, their binaries can directly run on
OpenWrt.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Rosen Penev [Tue, 19 Jan 2021 23:13:39 +0000 (15:13 -0800)]
wget: update to 1.21.1
Use PKG_INSTALL for consistency between packages.
Use PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 27 Jan 2021 01:05:38 +0000 (17:05 -0800)]
Merge pull request #14515 from sartura/sysrepo
netopeer2: merge-config: listen on ipv6 and ipv4