Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifischedule: Add ignore_stations parameter. #2

Merged
merged 1 commit into from Nov 13, 2019
Merged

wifischedule: Add ignore_stations parameter. #2

merged 1 commit into from Nov 13, 2019

Conversation

bedaes
Copy link
Contributor

@bedaes bedaes commented Dec 2, 2018

Hi!

First thanks for this package it is really helpful.

I have added a simple way to ignore associated stations in the soft_disable_wifi function. I use this to turn the wifi off at night whether or not my Roomba is connected.

My goal is to get this change back into the openwrt/packages repo. Since you are the maintainer I thought it would best to get in touch with you first. :)

Also, I have no clou on how to build a package for OpenWRT though I'm pretty sure I didn't break anything, but maybe you can help me out with this?

I've also forked the openwrt/packages repo an added the commit there:
https://github.com/bedaes/packages/commit/8e451afe6840d6b805364a945860725f658c67e6

Do you have any thoughts on this?

Have a nice evening & best regards.

Ignores associated stations based on MAC address. This is particularly
useful to ignore IOT devices while checking for associated stations.
@newkit
Copy link
Owner

newkit commented Dec 3, 2018

Hi, thanks for you interest in this package. As far as I understand, the feature you implemented will disconnect the WIFI, no matter if there are stations connected, correct? If so, this feature is already there, that's what the 'force' option is for. Does that work for you?

In regards to your questions on how to build I recommend you have a look here: https://openwrt.org/docs/guide-developer/quickstart-build-images

In short terms - you need an appropriate linux system, the openWRT checkout, your changes and a bit of time ;-)

HTH,
Nils

@bedaes
Copy link
Contributor Author

bedaes commented Dec 3, 2018

Hi, I think I should explain the feature based on a real world example. Let's say I have three devices A (Roomba), B (Smartphone) and C (Notebook). To keep this simple, the MACs of A, B and C are AA:..., BB:... and CC:.... The configuration looks like this:

config global
        option recheck_interval '10'
        option modules_retries '10'
        option enabled '1'
        option unload_modules '0'
        option ignore_stations 'AA:AA:AA:AA:AA:AA'
        option logging '1'

config entry 'Businesshours'
        option starttime '06:00'
        option forcewifidown '0'
        option enabled '1'
        option daysofweek 'Monday Tuesday Wednesday Thursday Friday Saturday Sun
        option stoptime '00:00'

Normally I would have either two options:

  1. option forcewifidown '0'
    keeps the wifi on until A, B and C are gone.

  2. option forcewifidown '1'
    force the wifi off no matter what.

But I'd like to have a third option:

  1. option forcewifidown '0' + option ignore_stations 'AA:AA:AA:AA:AA:AA'
    keep the wifi on till B and C are gone and completely ignore A.

Why do I want that? A is connected the whole time and therefore the wifi won't ever turn off. Also I do not want to forcefully kick my other devices B and C off the network at a fixed time.

Does this explanation make any sense to you?

@ how to build: I feared as much :)

@newkit
Copy link
Owner

newkit commented Dec 4, 2018

Hehe, thanks for the explanation ;) makes perfectly sense to me. And thanks for contributing. Give me some time to check out and merge your changes, please. I'll let you know once it's upstream. :-D

@bedaes
Copy link
Contributor Author

bedaes commented Oct 17, 2019

Hi there!

After nearly one year of use without a single issue I would say this change had enough real-world testing - maybe it's time to get this change merged? :)

@newkit newkit merged commit 71a87aa into newkit:master Nov 13, 2019
@bedaes
Copy link
Contributor Author

bedaes commented May 26, 2020

Any chance of getting the most recent version into https://github.com/openwrt/packages ?

@bedaes
Copy link
Contributor Author

bedaes commented Jul 17, 2020

Any chance of getting the most recent version into https://github.com/openwrt/packages ?

Maybe even before the MRs second birthday? :) @newkit

newkit pushed a commit to newkit/packages that referenced this pull request Nov 28, 2020
newkit pushed a commit to newkit/packages that referenced this pull request Nov 28, 2020
newkit pushed a commit to newkit/packages that referenced this pull request Nov 30, 2020
SvenRoederer added a commit to SvenRoederer/freifunk-berlin-firmware that referenced this pull request Dec 1, 2020
0542a0eca procps-ng: move procps-ng-w to /usr/bin
351efe670 apache: use fakeroot instead of postinst script
717fba218 docker-compose: move to Utilities in menuconfig
7106e83d6 procps-ng: fix alternatives of procps-ng-sysctl
29fb09847 procps-ng: move binaries to /usr/libexec
351e4e01c cgi-io: update to version 2020-10-27
2bc32a707 prometheus-node-exporter-lua: fix hostapd exporter
a7108c9e1 modemmanager: include all init commands in the procd instance
66ace3b96 protobuf: Update to version 3.13.0
564e3ee4f python-tornado: update to version 6.1
0e9a6afec python-urllib3: update to version 1.25.11
009074474 python-sentry-sdk: update to version 0.19.2
060da85ad python-yarl: update to version 1.6.2
9a56ca92d domoticz: fix compilation with python 3.9
fef5dda5f postfix: use new extra_command function definition
faf579b0a apfree-wifidog: use new extra_command function definition
0869415ce gnunet: use new extra_command function definition
f2820aa32 haproxy: use new extra_command function definition
1db50a613 nginx: use new extra_command function definition
7184a471e openvswitch: use new extra_command function definition
154d2482e radicale: use new extra_command function definition
6f00afc97 seafile-server: use new extra_command function definition
04e52a13c simple-adblock: use new extra_command function definition
1b0ddae96 tgt: use new extra_command function definition
3364d6665 tinc: use new extra_command function definition
fe4d4f0bc vpn-policy-routing: use new extra_command function definition
9e6d28b3c vpnbypass: use new extra_command function definition
d561ea555 wifidog: use new extra_command function definition
a4267bd6e docker-ce: use new extra_command function definition
5e86f0d94 Merge pull request #13798 from TDT-AG/pr/20201018-extra-command-update
fe709078f rp-pppoe: fix typo
fa403a555 Merge pull request #13851 from zhaojh329/master
6b1cdcaee tmux: update to 3.1c
4bb23b22a nginx: update to version 1.19.4
2680dc239 unbound: update to 1.1.12
658c27ea9 unbound: clean up interface interpretation in UCI
c69c16122 Merge pull request #13854 from mstorchak/tmux
b37066964 Merge pull request #13841 from EricLuehrsen/unbound_112
ee068541c pdns-recursor: update to 4.4.0
b383f4af2 Merge pull request #13834 from br101/protobuf-3.13.0
0bf2130f6 xinetd: do not restart service after config change if it is not running
7ec6f47ee Merge pull request #13859 from TDT-AG/pr/20201105-xinetd
3d0cf25d8 Merge pull request #13837 from BKPepe/tornado-update
e012b494c Merge pull request #13838 from BKPepe/urllib3-update
40596c614 Merge pull request #13839 from BKPepe/sentrysdk
0e7bd9e3a Merge pull request #13840 from BKPepe/python3-yarl
12d785e10 python-markdown: update to version 3.3.3
af93af4a4 rp-pppoe: increase PKG_RELEASE
aa2509b9d motion: update to 4.3.2
5dcd919ca fuse3: update to 3.10.0
ca7625ef1 mwan3: remove not needes jshn.sh include
81e6a8fd3 mwan3: move mwan3_init call in mwwan3track into main
94a25dbd9 mwan3: fix wait conditions in mwan3track
6834f8e3a mwan3: use common makefile install wrappers
26fb7129a mwan3: fix boundary
bec7a1086 mwan3: reload unreachable/blackhole rules on hotplug
59d12598b mwan3: use procd for locking everywhere
1f1d21ed2 mwan3: make it clearer who initiated the start
a756fdcfd mwan3: update version to 2.10.2
318dbc74e Revert "CI: add super-linter for pull requests"
f5586e11c Merge pull request #13862 from neheb/motu
4385a85a2 Merge pull request #13863 from neheb/fuse3
0bc6b9732 grilo-plugins: add all options
c8c569075 grilo-plugins: add three plugins
0bf3efb4c libfmt: bump to version 7.1.2
92ffa4bf3 haproxy: Update HAProxy to v2.2.5
186d7e4a6 libgpg-error: make gpgrt.h available for depending packages
11bf9d3f7 npth: new package
c06b99146 libksba: new package
e24e8fa98 libassuan: new package
cb480a40b gnupg: prepare for gnupg2
266c66d20 gnupg2: add package
3e39633b7 gpgme: new package
62a7bbf7d conmon: new package
e3a3bc3ed cni: add package
a565903c3 cni-plugins: add package
3b98ca2fc podman: add new package
0a9b37c70 Merge pull request #13871 from tru7/libfmt
dd4bf5efe Merge pull request #13872 from gladiac1337/haproxy-2.2.5
4e525af41 node: update to v12.19.0
be3c92789 transmission-web-control: remove Transmission SSL variants
9e424325b Merge pull request #13853 from TDT-AG/pr/20201104-mwan3
180a6ce5e libassuan: update to version 2.5.4
cf8592d66 libinput: update to version 1.16.3
4f3a8c153 icu: update to 68.1
09d311a7f Merge pull request #13883 from nxhack/icu_68_1
296ba0fe0 Merge pull request #13877 from BKPepe/transmission-web-control
5c6a3f78a Merge pull request #13876 from nxhack/node_12_19_0
4404e0716 golang: Update to 1.15.4
a0af73254 tgt: update to 1.0.80
83db93d16 cgroupfs-mount: fix symbolic link name
16938c84f Merge pull request #13827 from cobaltchang/fix-cgroupfs-mount-init-script-order
54aa05270 Merge pull request #13886 from mstorchak/tgt
1aad6310b python-attrs: Update to 20.3.0
9f934e5ca python-zope-interface: Update to 5.2.0
262b78a98 Merge pull request #13890 from jefferyto/python-attrs-20.3.0
ac4cc3194 Merge pull request #13891 from jefferyto/python-zope-interface-5.2.0
8f12e0139 Merge pull request #13885 from jefferyto/golang-1.15.4
64bf4a106 Merge pull request #13807 from PolynomialDivision/fix-node-exporter
00441c672 netstinky: IDS for detecting IoCs on your network
18da9e367 Merge pull request #13882 from null-cipher/netstinky_pkg
4b0084a11 yq: add new package
6e3c3c4b7 Merge pull request #13873 from 1715173329/new-yq
a627e1f6c banip: removed logd check since logd dep has been dropped
fe6215b2f python-toml: update to version 0.10.2
86604c5f1 python-more-itertools: update to version 8.6.0
b616609af python-pytest: update to version 6.1.2
9cd9b60d3 checksec: update to version 2.4.0
733563974 ooniprobe: update to version 3.0.9
317129988 redis: update to version 6.0.9
eb3acf926 mwan3: fix hotplug issues from 1f1d21
9df64276e mwan3: remove unneeded ipset setup in hotplug
99b4b3a17 mwan3: add logging for ipset errors
a870bd70a mwan3: restore +x flag to mwan3 executables
d79a6ee98 mwan3: version bump to 2.10.3
1ef1491e1 mwan3: remove duplicate Build/Compile from Makefile
b849fc73f mwan3: add IPKG_INSTROOT to scripts
c336e5d68 mwan3: remove unused device lookup in status check
ebfb7fb9d mwan3: report an error code on status failure
e405b261d mwan3: don't include output from TRACK_OUTUPUT in status call
321a52862 mwan3: cleanup indenting in rpcd interface status
818f2d9df libexif: update to 0.6.22
57f2be6d3 Merge pull request #13897 from flyn-org/libexif
bf93b3076 node-serialport: update to 9.0.2
9aaed2aaa node-serialport-bindings: update to 9.0.2
dd953c6e1 libmraa: update to 2.2.0
af788d449 libupm: Allow to build only python modules
d6ee5c6b9 Merge pull request #13900 from nxhack/upm_python
fbf0ddd28 Merge pull request #13898 from nxhack/serialport_902
e869fee56 Merge pull request #13899 from nxhack/bindings_902
1b90e33aa Merge pull request #13901 from nxhack/mraa_python
d2a798a67 Merge pull request #13858 from neheb/pdnsr
582cc3098 Merge pull request #13868 from neheb/grill
45629307d Merge pull request #13833 from ja-pa/checksec-2.4.0
ebb6d7727 Merge pull request #13829 from ja-pa/redis-6.0.9
1825ad2a6 Merge pull request #13832 from ja-pa/ooniprobe-3.0.9
78064dc4c Merge pull request #13842 from ja-pa/pytest-6.1.2
549810188 Merge pull request #13844 from ja-pa/python-toml-0.10.1
1ec2ed020 Merge pull request #13845 from ja-pa/moreitertools-8.6.0
70ac5295a Merge pull request #13727 from aleksander0m/aleksander/fix-mm-service-restart
727c01a05 Merge pull request #13779 from bobafetthotmail/patch-1
805f930a6 Merge pull request #13790 from zhanhb/procps-ng-alternatives
73396eb14 Merge pull request #13792 from ynezz/upstream/cgi-io-improvements
9db02bec1 udpspeeder: Add new package udpspeeder to implement Forward Error Correction (FEC) for UDP VPNs like OpenVPN Maintainer: @codemarauder Compile tested: Yes Run tested: x86_64 PCEngines APU
eb55c8b51 docker-ce: Made some shellcheck recommendations
07c10ae46 docker-ce: Added mkdir for alt_config_file
93b13fafe docker-ce: Refactored init script * Changed iptables commands to use long options * Added `uci_quiet` in missed instances
6be2d43e6 docker-ce: Added blocked_interfaces config option
fe48902bf docker-ce: blocked_interfaces release
36f4a1782 django: bump to version 3.1.3
6d33fb288 numpy: bump to version 1.19.4
3d2a1f97e python-pytz: bump to version 2020.4
b51b59fe9 cni: set PKG_USE_MIPS16:=0
aed97243e cni-plugins: set PKG_USE_MIPS16:=0
cb45a0d26 podman: set PKG_USE_MIPS16:=0
3ca4fa7c8 Merge pull request #13796 from G-M0N3Y-2503/docker-blocked-interfaces
4b2e33a7e Merge pull request #13881 from aaronjg/mwan3-owner-procd
50a038ebe Merge pull request #13892 from commodo/python-updates1
2c1cc0b4a Merge pull request #13880 from jmarcet/banip-logd
a8d14109e Merge pull request #13875 from Hopbox/udpspeeder
02b1187af xl2tpd: fix invoking xl2tpd-control
fc9fa4897 php7: fix for icu 68.1
a561fe0d3 Merge pull request #13893 from nxhack/php_icu4c_681
bd3885060 golang: Update to 1.15.5
15462235c gpgme: update to version 1.15.0
283d264d7 libudev-zero: update to version 0.4.5
1d57c600a inotify-tools: update to 3.20.11.0
58721b218 postgresql: update to 13.1
100facfaf ooniprobe: update to version 3.0.10
a54828926 knot: update to 3.0.2
1f9d6fbb2 knot: disable embedded xdp
8608afa75 mwan3: Update documentation information for mwan3.user file
f644dadfe Merge pull request #13867 from jamesmacwhite/mwan3-user-file
33e489987 mariadb: Update to 10.4.17
a5f3e6bb6 mwan3: don't call rpcd on 'mwan3 interfaces'
f014a7f54 mwan3: don't trigger rpcd install hooks if rpcd not installed
1bfb1a66c mwan3: support latest iputils ping
8cc38f933 mwan3: add maintainer
8abd5781b mwan3: version bump to 2.10.3-3
1b720534e Merge pull request #13930 from miska/mariadb_update
316f87022 Merge pull request #13927 from ja-pa/ooniprobe-3.0.10
6b2ec8bcb transmission: convert seccomp filter rules to OCI format
766fe44a0 Merge pull request #13928 from Payne-X6/master
682227eb3 faad2: update to 2.10.0
41c210362 libudev-zero: fix installation of so files.
df7b51765 Merge pull request #13913 from TDT-AG/pr/20201113-libudev-zero-fix
5b0d83e77 Merge pull request #13938 from neheb/faad2
78dd3e05a Merge pull request #13908 from aaronjg/mwan3-rpcd
f1a30746f chrony: add package variant with NTS
f16d79f5f tor: update to version 0.4.4.6 (security fix)
1a9323064 libs/libtirpc: fix host compile with clang 12.0.0
56b842f0b watchcat: add nopingtime option + refactoring
dc9d9d220 docker-ce: add arguments call to uciadd and ucidel
1af559356 docker-ce: make docker-ce firewall handling configurable
f12071add docker-ce: set proto for docker bridge device to none
7c9ed12fa docker-ce: remove not applicable uciupdate
19fc93333 docker-ce: add device option to expand interface blocking
96a11a9c0 docker-ce: do not delete generated iptables by docker-ce
6df16e50f docker-ce: update PKG_RELEASE version
75cb9949b podman: ship storage.conf and use runc by default for now
08773852a gstreamer1: update to 1.18.1
549d37d21 gst1-plugins-base: update to 1.18.1
c4c2ef331 gst1-plugins-good: update to 1.18.1
d3f549b3f gst1-plugins-bad: update to 1.18.1
948f254e9 gst1-libav: update to 1.18.1
8f412485e gst1-plugins-ugly: update to 1.18.1
74e30ea92 vips: update to 8.10.2
1379e452b dmapd: update 0.0.86
968953348 krb5: update to 1.18.3
0660b2805 openldap: update to 2.4.56
3ab163df3 nfdump: update to 1.6.21
f530dcc1e libgpg-error: update to 1.39
a03411149 libgcrypt: update to 1.8.7
206fa8592 php7-pecl-krb5: update to 1.1.4
f1a67441d snort: update to 2.9.16.1
b60be7bec Merge pull request #13949 from flyn-org/vips
563977ac1 Merge pull request #13952 from flyn-org/krb5
c173480b7 Merge pull request #13950 from flyn-org/dmapd
bcca53519 Merge pull request #13956 from flyn-org/nfdump
75d0562ae Merge pull request #13948 from flyn-org/gstreamer
5a5ab311d Merge pull request #13953 from flyn-org/openldap
a172e52ea Merge pull request #13957 from flyn-org/php7-pecl-krb5
a1afbc715 open-plc-utils: update to latest upstream version
3aa2dbc44 c-ares: update to latest for security fixes
bc5d02e24 pagekitec: update to latest
840e8c7b1 libdaq: update to 3.0.0-beta1
a896d5db1 snort3: update to 3.0.3-1
dd14c769e sshfs: update to 3.7.1
ef388ff1f miniupnpc: update to 2.2.0
c1fe3ecdc memcached: update to 1.6.8
cbe4b726d lxc: update to 4.0.5
66191f481 canutils: update to 2020.11.0
fcc209bac libnpupnp: update to 4.0.14
099e9a31c libupnpp: update to 0.20.0
129c79008 upmpdcli: update to 1.5.0
9a7efa680 Merge pull request #13959 from flyn-org/snort3
155ba290f Merge pull request #13958 from flyn-org/snort
45dd9c223 Merge pull request #13965 from neheb/canut
a6d99126a gnupg2: package gnupg2-dirmngr
85e277598 Merge pull request #13963 from neheb/memcached2
c56440997 Merge pull request #13964 from neheb/lxc2
884ed82b8 Merge pull request #13961 from neheb/sshfs2
252e38342 Merge pull request #13967 from neheb/npupnp
9a6834549 Merge pull request #13762 from neheb/domo4
5f1822173 Merge pull request #13856 from peter-stadler/nginx
70e4e8578 Merge pull request #13939 from ja-pa/chrony-nts-variant
0de514581 libdaq: revert back to 2.2.2 in anticipation of libdaq3 package
bb704ffd4 xz: use ALTERNATIVES instead of copying symlinks
832292b63 debian-archive-keyring: add new package
fd5cb376b debian-archive-keyring: install to expected location
3f7542e4c whois: add package
eb1462676 Merge pull request #13962 from neheb/muc
ae138431b travelmate: handle invalid wireless sections
c976b3aaa Merge pull request #13972 from dibdot/trm
bf3697b5c runc: enable seccomp support by default
0caf99038 gnunet-secushare: remove package
3a06ce559 runc: Updated to v1.0.0-rc92 for dockerd
ed426fb95 podman: improve packaging
2e4fe76be ruby: update to version 2.7.2
c40d88258 sabe-backends: update to 1.0.31
baf4b136f hplip: bump to 3.20.9
66e3de36e runc: remove garbage (fix 3a06ce5595)
7dc7e46d4 hwinfo: update to version 21.71
acd2f69fa runc: remove unneeded MENU:=1
10360eb1f libevdev: update to version 1.10.0
6c041dbf4 libksba: update to version 1.5.0
9d547cd26 libdaq3: add new package
0fe75c1d8 snort3: require new libdaq3 package
4faf40c8f nfdump: update to 1.6.22
ed970424d luafilesystem: update to 1.8.0
7bb26b109 luafilesystem: clean up Makefile
5aebd255a Merge pull request #13968 from flyn-org/daq
2d536f9c5 Merge pull request #13975 from flyn-org/nfdump
4905ebd24 Merge pull request #13974 from bobafetthotmail/patch-3
284c6a901 Merge pull request #13955 from flyn-org/luafilesystem
cdef00450 Merge pull request #13643 from TDT-AG/pr/20201012-docker-ce
d1ccd52cf xtables-addons: update to 3.13
450ba898f ooniprobe: udpate to version 3.0.11
e7d8d3302 Merge pull request #13976 from XiaoliChan/patch-1
e35483a90 nextdns: Update to version 1.9.3
e810579f0 Merge pull request #13982 from rs/nextdns-1.9.3-master
a0e3e64ce Merge pull request #13977 from ja-pa/ooniprobe-3.0.11
3e27b2c18 nextdns: Update to version 1.9.4
e2a993bd0 xfsprogs: update to 5.9.0
668a3e309 sysstat: update to 12.4.1
266a74846 oath-toolkit: update to 2.6.4
47434cb12 lz4: update to 1.9.3
5579a958b grep: update to 3.6
04b817da7 Merge pull request #13985 from neheb/xfs3
ab428ba00 Merge pull request #13986 from neheb/sysss
68e0e831c Merge pull request #13988 from neheb/oat
37b7fd834 Merge pull request #13992 from neheb/lz45
0dad7276d Merge pull request #13994 from neheb/greo
09a8972ed Merge pull request #13984 from rs/nextdns-1.9.4-master
ddfda41b7 ola: update to 0.10.8
b57c36ad2 libseccomp: update to 2.5.1
e6f2cd795 Merge pull request #13989 from neheb/ola3
e2bd6be3b Merge pull request #13991 from neheb/libse
83e5e21f1 libtorrent-rasterbar: add package
b0af8ae44 libjpeg-turbo: update to 2.0.6
9eebed0f1 coremark: bump to 2020-09-16
d9ff572d3 python-requests: bump to version 2.25.0
4bc475286 dfu-util: Update to version 0.10
0d3176abe adguardhome: upstream upgrade to v0.104.1
30625ff99 avahi: incorrectly requires IFF_MULTICAST on point-to-point (tunnel) interfaces
1d3c84d4e Merge pull request #13996 from neheb/jpg
0f317e9fb libpam: update to 1.5.0
7488ca92e libusb-compat: import from base
2b27e0619 libusb-compat: update to 0.1.7
456bd399e glib2: update to 2.66.3
d97056efe dmx_usb_module: update to 19.12.1
613688a55 curl: update to 7.73.0
90fb6e7af alsa-lib: update to 1.2.4
3b11926a1 alsa-ucm-conf: update to 1.2.4
1bc15ef8b alsa-utils: update to 1.2.4
75a76a2b2 nghttp2: update to 1.42.0
4d5f3ce18 automake: update to 1.16.3
1183d450a fio: update to 3.24
2ecbc0442 lsof: update to 4.94.0
bfc668cbc hdparm: update to 9.60
242afe6d3 meson: update to 0.56.0
338b793f8 libcap-ng: update to 0.8.1
e9a695b3b mtr: update to 0.94
22ec02167 oniguruma: update to 6.9.6
8a8dc531f Merge pull request #14016 from neheb/ngh
50b7a5376 Merge pull request #14020 from neheb/hdp
80480b76d Merge pull request #14018 from neheb/fioo
605af8594 Merge pull request #14007 from neheb/pam
93b46e40d Merge pull request #13993 from neheb/lcap
23c93e7fc Merge pull request #14010 from neheb/usb
4d824243e miniupnpd: update to 2.2.0
773b87977 miniupnpd: Added chain rule to filter table so udp stun incoming connections rules works
25d6c075e Merge pull request #13966 from neheb/mes56
24487afe1 Merge pull request #14013 from neheb/curl
21e96c887 Merge pull request #13987 from neheb/onig
1fc7e49ad Merge pull request #13990 from neheb/mtr
f14d1960c Merge pull request #14011 from neheb/grlbb
3cce7bdd7 Merge pull request #14014 from neheb/alsaa
3116b22dd Merge pull request #14012 from neheb/dmx
9b3a080c5 Merge pull request #14017 from neheb/aautom
e0b388b07 Merge pull request #13926 from ja-pa/tor-0.4.4.6
88a626d1e Merge pull request #13940 from Trotzky/watchcat-new-features
7c491c37b Merge pull request #13960 from neheb/miniu
30bc508a2 Merge pull request #14005 from pprindeville/issue#14004
c774cb16e Merge pull request #13942 from yangfl/master
1cf3c4a28 Merge pull request #14002 from olek2/coremark-bump
d77df7b49 Merge pull request #13941 from jjm2473/master-fix-libtirpc-clang
925275cad Merge pull request #13377 from micmac1/apa-faker
d9fcef2ba hwloc: update to 2.3.0
233fe27d8 Merge pull request #14026 from neheb/hwl
9781ef95c xtables-addons: include xt_geoip_fetch utility
40086b9e5 Merge pull request #12030 from pprindeville/xtables-addons-include-xt_geoip_fetch
2f68b75a6 curl: fix build against OpenSSL
44410b735 p910nd: config trigger reload and default disabled
b76aa9919 net/miniupnpd: ext_ip_reserved_ignore support
02bb40698 Merge pull request #14030 from dengqf6/curl
6dc567270 Merge pull request #14031 from ptpt52/ext_ip_reserved_ignore
84f20951b travelmate: fix possible race condition
86e5f1baa node: update to v12.20.0
48cf176fb node-hid: update to 1.3.2
ca320864e libroxml: import from base
99b347905 libroxml: switch to CMake
9dd1d919c Merge pull request #14035 from nxhack/hid_132
165238242 Merge pull request #14034 from nxhack/node_12200
4b4ac939c Merge pull request #14036 from neheb/libroxml
e8d60c034 Merge pull request #14019 from neheb/lsof
63b8c73cf coremark: allow to build with multithrading support
9cf0efc4f bwping: update to version 2.2
e315b72fb Merge pull request #14042 from oleg-derevenetz/bwping-2.2
38c0d7084 Merge pull request #14041 from abajk/coremark-threads
0095cb34e libusb-compat: fix libusb-config
3be9bc06b libnetfilter-queue: import from base
b60aa5ffd libnetfilter-queue: update to 1.0.5
5f9faebec Merge pull request #14046 from neheb/libusb-c
2fa91f4c9 graphicsmagick: Fix package description typo
56eb4078e gst1-plugins-base: fix build with no module
e281311f2 libnetfilter-log: import from base
367662534 libnetfilter-cttimeout: import from base
9ec405756 libnetfilter-cthelper: import from base
755e27ce2 Merge pull request #14050 from neheb/lncth
dc9f4bf26 Merge pull request #14049 from neheb/lnctt
9f9cf35a8 Merge pull request #14048 from neheb/lnl
1fcb02973 Merge pull request #14047 from neheb/lnq
a3dc217ac mksh: update to current version
619eb1673 jupp: update to current version
0607d26df Merge pull request #14051 from MirBSD/update-mksh-jupp
6e90c8fa5 adblock: reporting fixes/tweaks
4916fbd12 ariang: add title and shortcut icons
a2ff9874f fdk-aac: fixup flags
325c56504 pulseaudio: update to 14.0
75ddca296 xtables-addons: fix package installation
a815ab1ef hplip: use libusb-compat
4402504cb Merge pull request #14067 from neheb/fdk
102311497 php7: update to 7.4.13
1ccc6bbe2 libgphoto2: update to 2.5.26
fadf7190e python3: fix compilation
5ba9315bd Merge pull request #14072 from neheb/hpl
4ecdc1393 Merge pull request #14071 from neheb/xt
6f2dc12f4 Merge pull request #14066 from brvphoenix/ariang
abd542d8f Merge pull request #14074 from neheb/gphot
4fad6e2dc Merge pull request #14065 from dibdot/adblock
110ea1b99 php7: remove obsolete patch for ICU 68.1
da62d7b7a hplip: move back to compiling with libusb
7b2a2af29 gphoto2: update to 2.5.26
f56897964 minidlna: update to 1.3.0
e728d3d73 Merge pull request #14078 from neheb/gpht
e13d36fa8 modemmanager: bump to 1.14.8
b75f250f3 libpam: update to 1.5.1
a2e34be8a Merge pull request #14079 from neheb/mndl
9ec3f18b8 Merge pull request #14080 from nickberry17/update_mm_1.14.8
d68b3e09d uvcdynctrl: remove libwebcam
cfedca736 whois: fix noidn patch
83ab6b644 asgiref: update to version 3.3.1
03b19fb80 Merge pull request #14081 from neheb/pam151
3010ef22f Merge pull request #14032 from ptpt52/p910nd-fix
82e0b7cd6 Merge pull request #14068 from neheb/pls2
e49d76428 Merge pull request #14082 from neheb/uvc
dee9ed5a4 Merge pull request #14062 from peter-stadler/asgiref
ac7973dc4 Merge pull request #14084 from neheb/who
56bbf351a Merge pull request #14077 from neheb/hpll
002ad117a google-authenticator-libpam: fix InstallDev paths
36ce3ffbf wifischedule: Merged ignore_stations patch from user bedaes newkit/wifischedule#2
d2a2aa7ca Merge pull request #14070 from neheb/gal
252b0a60d zerotier: update to 1.6.1
3ae0d9df1 lighttpd: remove patches incorporated upstream
5fb8d5f46 lighttpd: revamp Makefile for lighttpd-1.4.56
5a374b6a5 lighttpd: lighttpd.init reload gracefully
59ae734be lighttpd: lighttpd.conf enable flag for HTTP/2
fa1464c3b lighttpd: update to lighttpd 1.4.56 release hash
5f0918281 strongswan: bump to 5.9.1
cc8843284 Merge pull request #14057 from newkit/master
caf8cbb2e Merge pull request #13800 from gstrauss/for-lighttpd-1.4.56
e5a526e51 Merge pull request #13971 from mwarning/zerotier
SvenRoederer added a commit to SvenRoederer/freifunk-berlin-firmware that referenced this pull request Dec 1, 2020
351efe670 apache: use fakeroot instead of postinst script
2ecbc0442 lsof: update to 4.94.0
925275cad Merge pull request #13377 from micmac1/apa-faker
d9fcef2ba hwloc: update to 2.3.0
233fe27d8 Merge pull request #14026 from neheb/hwl
9781ef95c xtables-addons: include xt_geoip_fetch utility
40086b9e5 Merge pull request #12030 from pprindeville/xtables-addons-include-xt_geoip_fetch
2f68b75a6 curl: fix build against OpenSSL
44410b735 p910nd: config trigger reload and default disabled
b76aa9919 net/miniupnpd: ext_ip_reserved_ignore support
02bb40698 Merge pull request #14030 from dengqf6/curl
6dc567270 Merge pull request #14031 from ptpt52/ext_ip_reserved_ignore
84f20951b travelmate: fix possible race condition
86e5f1baa node: update to v12.20.0
48cf176fb node-hid: update to 1.3.2
ca320864e libroxml: import from base
99b347905 libroxml: switch to CMake
9dd1d919c Merge pull request #14035 from nxhack/hid_132
165238242 Merge pull request #14034 from nxhack/node_12200
4b4ac939c Merge pull request #14036 from neheb/libroxml
e8d60c034 Merge pull request #14019 from neheb/lsof
63b8c73cf coremark: allow to build with multithrading support
9cf0efc4f bwping: update to version 2.2
e315b72fb Merge pull request #14042 from oleg-derevenetz/bwping-2.2
38c0d7084 Merge pull request #14041 from abajk/coremark-threads
0095cb34e libusb-compat: fix libusb-config
3be9bc06b libnetfilter-queue: import from base
b60aa5ffd libnetfilter-queue: update to 1.0.5
5f9faebec Merge pull request #14046 from neheb/libusb-c
2fa91f4c9 graphicsmagick: Fix package description typo
56eb4078e gst1-plugins-base: fix build with no module
e281311f2 libnetfilter-log: import from base
367662534 libnetfilter-cttimeout: import from base
9ec405756 libnetfilter-cthelper: import from base
755e27ce2 Merge pull request #14050 from neheb/lncth
dc9f4bf26 Merge pull request #14049 from neheb/lnctt
9f9cf35a8 Merge pull request #14048 from neheb/lnl
1fcb02973 Merge pull request #14047 from neheb/lnq
a3dc217ac mksh: update to current version
619eb1673 jupp: update to current version
0607d26df Merge pull request #14051 from MirBSD/update-mksh-jupp
6e90c8fa5 adblock: reporting fixes/tweaks
4916fbd12 ariang: add title and shortcut icons
a2ff9874f fdk-aac: fixup flags
325c56504 pulseaudio: update to 14.0
75ddca296 xtables-addons: fix package installation
a815ab1ef hplip: use libusb-compat
4402504cb Merge pull request #14067 from neheb/fdk
102311497 php7: update to 7.4.13
1ccc6bbe2 libgphoto2: update to 2.5.26
fadf7190e python3: fix compilation
5ba9315bd Merge pull request #14072 from neheb/hpl
4ecdc1393 Merge pull request #14071 from neheb/xt
6f2dc12f4 Merge pull request #14066 from brvphoenix/ariang
abd542d8f Merge pull request #14074 from neheb/gphot
4fad6e2dc Merge pull request #14065 from dibdot/adblock
110ea1b99 php7: remove obsolete patch for ICU 68.1
da62d7b7a hplip: move back to compiling with libusb
7b2a2af29 gphoto2: update to 2.5.26
f56897964 minidlna: update to 1.3.0
e728d3d73 Merge pull request #14078 from neheb/gpht
e13d36fa8 modemmanager: bump to 1.14.8
b75f250f3 libpam: update to 1.5.1
a2e34be8a Merge pull request #14079 from neheb/mndl
9ec3f18b8 Merge pull request #14080 from nickberry17/update_mm_1.14.8
d68b3e09d uvcdynctrl: remove libwebcam
cfedca736 whois: fix noidn patch
83ab6b644 asgiref: update to version 3.3.1
03b19fb80 Merge pull request #14081 from neheb/pam151
3010ef22f Merge pull request #14032 from ptpt52/p910nd-fix
82e0b7cd6 Merge pull request #14068 from neheb/pls2
e49d76428 Merge pull request #14082 from neheb/uvc
dee9ed5a4 Merge pull request #14062 from peter-stadler/asgiref
ac7973dc4 Merge pull request #14084 from neheb/who
56bbf351a Merge pull request #14077 from neheb/hpll
002ad117a google-authenticator-libpam: fix InstallDev paths
36ce3ffbf wifischedule: Merged ignore_stations patch from user bedaes newkit/wifischedule#2
d2a2aa7ca Merge pull request #14070 from neheb/gal
252b0a60d zerotier: update to 1.6.1
3ae0d9df1 lighttpd: remove patches incorporated upstream
5fb8d5f46 lighttpd: revamp Makefile for lighttpd-1.4.56
5a374b6a5 lighttpd: lighttpd.init reload gracefully
59ae734be lighttpd: lighttpd.conf enable flag for HTTP/2
fa1464c3b lighttpd: update to lighttpd 1.4.56 release hash
5f0918281 strongswan: bump to 5.9.1
cc8843284 Merge pull request #14057 from newkit/master
caf8cbb2e Merge pull request #13800 from gstrauss/for-lighttpd-1.4.56
e5a526e51 Merge pull request #13971 from mwarning/zerotier
0162cc346 gpsd: fix compilation under some setups
9bbba084a Merge pull request #14089 from neheb/gppsd
c8326f714 python-cffi: Update to 1.14.4
d8ebe7d78 python-pyopenssl: Update to 20.0.0
f49a871c3 zerotier: update to 1.6.2
292a5a025 crelay: backport patch for use gpio >255
8a8bd020e libfmt: bump to release 7.1.3
7b6d9d7cb Merge pull request #14093 from mwarning/zero
63b15f147 Merge pull request #14095 from tru7/libfmt
4fe39a4e2 Merge pull request #14094 from CHKDSK88/crelay-patch
SvenRoederer added a commit to SvenRoederer/freifunk-berlin-firmware that referenced this pull request Dec 1, 2020
0542a0eca procps-ng: move procps-ng-w to /usr/bin
351efe670 apache: use fakeroot instead of postinst script
717fba218 docker-compose: move to Utilities in menuconfig
7106e83d6 procps-ng: fix alternatives of procps-ng-sysctl
29fb09847 procps-ng: move binaries to /usr/libexec
351e4e01c cgi-io: update to version 2020-10-27
2bc32a707 prometheus-node-exporter-lua: fix hostapd exporter
a7108c9e1 modemmanager: include all init commands in the procd instance
66ace3b96 protobuf: Update to version 3.13.0
564e3ee4f python-tornado: update to version 6.1
0e9a6afec python-urllib3: update to version 1.25.11
009074474 python-sentry-sdk: update to version 0.19.2
060da85ad python-yarl: update to version 1.6.2
9a56ca92d domoticz: fix compilation with python 3.9
fef5dda5f postfix: use new extra_command function definition
faf579b0a apfree-wifidog: use new extra_command function definition
0869415ce gnunet: use new extra_command function definition
f2820aa32 haproxy: use new extra_command function definition
1db50a613 nginx: use new extra_command function definition
7184a471e openvswitch: use new extra_command function definition
154d2482e radicale: use new extra_command function definition
6f00afc97 seafile-server: use new extra_command function definition
04e52a13c simple-adblock: use new extra_command function definition
1b0ddae96 tgt: use new extra_command function definition
3364d6665 tinc: use new extra_command function definition
fe4d4f0bc vpn-policy-routing: use new extra_command function definition
9e6d28b3c vpnbypass: use new extra_command function definition
d561ea555 wifidog: use new extra_command function definition
a4267bd6e docker-ce: use new extra_command function definition
5e86f0d94 Merge pull request #13798 from TDT-AG/pr/20201018-extra-command-update
fe709078f rp-pppoe: fix typo
fa403a555 Merge pull request #13851 from zhaojh329/master
6b1cdcaee tmux: update to 3.1c
4bb23b22a nginx: update to version 1.19.4
2680dc239 unbound: update to 1.1.12
658c27ea9 unbound: clean up interface interpretation in UCI
c69c16122 Merge pull request #13854 from mstorchak/tmux
b37066964 Merge pull request #13841 from EricLuehrsen/unbound_112
ee068541c pdns-recursor: update to 4.4.0
b383f4af2 Merge pull request #13834 from br101/protobuf-3.13.0
0bf2130f6 xinetd: do not restart service after config change if it is not running
7ec6f47ee Merge pull request #13859 from TDT-AG/pr/20201105-xinetd
3d0cf25d8 Merge pull request #13837 from BKPepe/tornado-update
e012b494c Merge pull request #13838 from BKPepe/urllib3-update
40596c614 Merge pull request #13839 from BKPepe/sentrysdk
0e7bd9e3a Merge pull request #13840 from BKPepe/python3-yarl
12d785e10 python-markdown: update to version 3.3.3
af93af4a4 rp-pppoe: increase PKG_RELEASE
aa2509b9d motion: update to 4.3.2
5dcd919ca fuse3: update to 3.10.0
ca7625ef1 mwan3: remove not needes jshn.sh include
81e6a8fd3 mwan3: move mwan3_init call in mwwan3track into main
94a25dbd9 mwan3: fix wait conditions in mwan3track
6834f8e3a mwan3: use common makefile install wrappers
26fb7129a mwan3: fix boundary
bec7a1086 mwan3: reload unreachable/blackhole rules on hotplug
59d12598b mwan3: use procd for locking everywhere
1f1d21ed2 mwan3: make it clearer who initiated the start
a756fdcfd mwan3: update version to 2.10.2
318dbc74e Revert "CI: add super-linter for pull requests"
f5586e11c Merge pull request #13862 from neheb/motu
4385a85a2 Merge pull request #13863 from neheb/fuse3
0bc6b9732 grilo-plugins: add all options
c8c569075 grilo-plugins: add three plugins
0bf3efb4c libfmt: bump to version 7.1.2
92ffa4bf3 haproxy: Update HAProxy to v2.2.5
186d7e4a6 libgpg-error: make gpgrt.h available for depending packages
11bf9d3f7 npth: new package
c06b99146 libksba: new package
e24e8fa98 libassuan: new package
cb480a40b gnupg: prepare for gnupg2
266c66d20 gnupg2: add package
3e39633b7 gpgme: new package
62a7bbf7d conmon: new package
e3a3bc3ed cni: add package
a565903c3 cni-plugins: add package
3b98ca2fc podman: add new package
0a9b37c70 Merge pull request #13871 from tru7/libfmt
dd4bf5efe Merge pull request #13872 from gladiac1337/haproxy-2.2.5
4e525af41 node: update to v12.19.0
be3c92789 transmission-web-control: remove Transmission SSL variants
9e424325b Merge pull request #13853 from TDT-AG/pr/20201104-mwan3
180a6ce5e libassuan: update to version 2.5.4
cf8592d66 libinput: update to version 1.16.3
4f3a8c153 icu: update to 68.1
09d311a7f Merge pull request #13883 from nxhack/icu_68_1
296ba0fe0 Merge pull request #13877 from BKPepe/transmission-web-control
5c6a3f78a Merge pull request #13876 from nxhack/node_12_19_0
4404e0716 golang: Update to 1.15.4
a0af73254 tgt: update to 1.0.80
83db93d16 cgroupfs-mount: fix symbolic link name
16938c84f Merge pull request #13827 from cobaltchang/fix-cgroupfs-mount-init-script-order
54aa05270 Merge pull request #13886 from mstorchak/tgt
1aad6310b python-attrs: Update to 20.3.0
9f934e5ca python-zope-interface: Update to 5.2.0
262b78a98 Merge pull request #13890 from jefferyto/python-attrs-20.3.0
ac4cc3194 Merge pull request #13891 from jefferyto/python-zope-interface-5.2.0
8f12e0139 Merge pull request #13885 from jefferyto/golang-1.15.4
64bf4a106 Merge pull request #13807 from PolynomialDivision/fix-node-exporter
00441c672 netstinky: IDS for detecting IoCs on your network
18da9e367 Merge pull request #13882 from null-cipher/netstinky_pkg
4b0084a11 yq: add new package
6e3c3c4b7 Merge pull request #13873 from 1715173329/new-yq
a627e1f6c banip: removed logd check since logd dep has been dropped
fe6215b2f python-toml: update to version 0.10.2
86604c5f1 python-more-itertools: update to version 8.6.0
b616609af python-pytest: update to version 6.1.2
9cd9b60d3 checksec: update to version 2.4.0
733563974 ooniprobe: update to version 3.0.9
317129988 redis: update to version 6.0.9
eb3acf926 mwan3: fix hotplug issues from 1f1d21
9df64276e mwan3: remove unneeded ipset setup in hotplug
99b4b3a17 mwan3: add logging for ipset errors
a870bd70a mwan3: restore +x flag to mwan3 executables
d79a6ee98 mwan3: version bump to 2.10.3
1ef1491e1 mwan3: remove duplicate Build/Compile from Makefile
b849fc73f mwan3: add IPKG_INSTROOT to scripts
c336e5d68 mwan3: remove unused device lookup in status check
ebfb7fb9d mwan3: report an error code on status failure
e405b261d mwan3: don't include output from TRACK_OUTUPUT in status call
321a52862 mwan3: cleanup indenting in rpcd interface status
818f2d9df libexif: update to 0.6.22
57f2be6d3 Merge pull request #13897 from flyn-org/libexif
bf93b3076 node-serialport: update to 9.0.2
9aaed2aaa node-serialport-bindings: update to 9.0.2
dd953c6e1 libmraa: update to 2.2.0
af788d449 libupm: Allow to build only python modules
d6ee5c6b9 Merge pull request #13900 from nxhack/upm_python
fbf0ddd28 Merge pull request #13898 from nxhack/serialport_902
e869fee56 Merge pull request #13899 from nxhack/bindings_902
1b90e33aa Merge pull request #13901 from nxhack/mraa_python
d2a798a67 Merge pull request #13858 from neheb/pdnsr
582cc3098 Merge pull request #13868 from neheb/grill
45629307d Merge pull request #13833 from ja-pa/checksec-2.4.0
ebb6d7727 Merge pull request #13829 from ja-pa/redis-6.0.9
1825ad2a6 Merge pull request #13832 from ja-pa/ooniprobe-3.0.9
78064dc4c Merge pull request #13842 from ja-pa/pytest-6.1.2
549810188 Merge pull request #13844 from ja-pa/python-toml-0.10.1
1ec2ed020 Merge pull request #13845 from ja-pa/moreitertools-8.6.0
70ac5295a Merge pull request #13727 from aleksander0m/aleksander/fix-mm-service-restart
727c01a05 Merge pull request #13779 from bobafetthotmail/patch-1
805f930a6 Merge pull request #13790 from zhanhb/procps-ng-alternatives
73396eb14 Merge pull request #13792 from ynezz/upstream/cgi-io-improvements
9db02bec1 udpspeeder: Add new package udpspeeder to implement Forward Error Correction (FEC) for UDP VPNs like OpenVPN Maintainer: @codemarauder Compile tested: Yes Run tested: x86_64 PCEngines APU
eb55c8b51 docker-ce: Made some shellcheck recommendations
07c10ae46 docker-ce: Added mkdir for alt_config_file
93b13fafe docker-ce: Refactored init script * Changed iptables commands to use long options * Added `uci_quiet` in missed instances
6be2d43e6 docker-ce: Added blocked_interfaces config option
fe48902bf docker-ce: blocked_interfaces release
36f4a1782 django: bump to version 3.1.3
6d33fb288 numpy: bump to version 1.19.4
3d2a1f97e python-pytz: bump to version 2020.4
b51b59fe9 cni: set PKG_USE_MIPS16:=0
aed97243e cni-plugins: set PKG_USE_MIPS16:=0
cb45a0d26 podman: set PKG_USE_MIPS16:=0
3ca4fa7c8 Merge pull request #13796 from G-M0N3Y-2503/docker-blocked-interfaces
4b2e33a7e Merge pull request #13881 from aaronjg/mwan3-owner-procd
50a038ebe Merge pull request #13892 from commodo/python-updates1
2c1cc0b4a Merge pull request #13880 from jmarcet/banip-logd
a8d14109e Merge pull request #13875 from Hopbox/udpspeeder
02b1187af xl2tpd: fix invoking xl2tpd-control
fc9fa4897 php7: fix for icu 68.1
a561fe0d3 Merge pull request #13893 from nxhack/php_icu4c_681
bd3885060 golang: Update to 1.15.5
15462235c gpgme: update to version 1.15.0
283d264d7 libudev-zero: update to version 0.4.5
1d57c600a inotify-tools: update to 3.20.11.0
58721b218 postgresql: update to 13.1
100facfaf ooniprobe: update to version 3.0.10
a54828926 knot: update to 3.0.2
1f9d6fbb2 knot: disable embedded xdp
8608afa75 mwan3: Update documentation information for mwan3.user file
f644dadfe Merge pull request #13867 from jamesmacwhite/mwan3-user-file
33e489987 mariadb: Update to 10.4.17
a5f3e6bb6 mwan3: don't call rpcd on 'mwan3 interfaces'
f014a7f54 mwan3: don't trigger rpcd install hooks if rpcd not installed
1bfb1a66c mwan3: support latest iputils ping
8cc38f933 mwan3: add maintainer
8abd5781b mwan3: version bump to 2.10.3-3
1b720534e Merge pull request #13930 from miska/mariadb_update
316f87022 Merge pull request #13927 from ja-pa/ooniprobe-3.0.10
6b2ec8bcb transmission: convert seccomp filter rules to OCI format
766fe44a0 Merge pull request #13928 from Payne-X6/master
682227eb3 faad2: update to 2.10.0
41c210362 libudev-zero: fix installation of so files.
df7b51765 Merge pull request #13913 from TDT-AG/pr/20201113-libudev-zero-fix
5b0d83e77 Merge pull request #13938 from neheb/faad2
78dd3e05a Merge pull request #13908 from aaronjg/mwan3-rpcd
f1a30746f chrony: add package variant with NTS
f16d79f5f tor: update to version 0.4.4.6 (security fix)
1a9323064 libs/libtirpc: fix host compile with clang 12.0.0
56b842f0b watchcat: add nopingtime option + refactoring
dc9d9d220 docker-ce: add arguments call to uciadd and ucidel
1af559356 docker-ce: make docker-ce firewall handling configurable
f12071add docker-ce: set proto for docker bridge device to none
7c9ed12fa docker-ce: remove not applicable uciupdate
19fc93333 docker-ce: add device option to expand interface blocking
96a11a9c0 docker-ce: do not delete generated iptables by docker-ce
6df16e50f docker-ce: update PKG_RELEASE version
75cb9949b podman: ship storage.conf and use runc by default for now
08773852a gstreamer1: update to 1.18.1
549d37d21 gst1-plugins-base: update to 1.18.1
c4c2ef331 gst1-plugins-good: update to 1.18.1
d3f549b3f gst1-plugins-bad: update to 1.18.1
948f254e9 gst1-libav: update to 1.18.1
8f412485e gst1-plugins-ugly: update to 1.18.1
74e30ea92 vips: update to 8.10.2
1379e452b dmapd: update 0.0.86
968953348 krb5: update to 1.18.3
0660b2805 openldap: update to 2.4.56
3ab163df3 nfdump: update to 1.6.21
f530dcc1e libgpg-error: update to 1.39
a03411149 libgcrypt: update to 1.8.7
206fa8592 php7-pecl-krb5: update to 1.1.4
f1a67441d snort: update to 2.9.16.1
b60be7bec Merge pull request #13949 from flyn-org/vips
563977ac1 Merge pull request #13952 from flyn-org/krb5
c173480b7 Merge pull request #13950 from flyn-org/dmapd
bcca53519 Merge pull request #13956 from flyn-org/nfdump
75d0562ae Merge pull request #13948 from flyn-org/gstreamer
5a5ab311d Merge pull request #13953 from flyn-org/openldap
a172e52ea Merge pull request #13957 from flyn-org/php7-pecl-krb5
a1afbc715 open-plc-utils: update to latest upstream version
3aa2dbc44 c-ares: update to latest for security fixes
bc5d02e24 pagekitec: update to latest
840e8c7b1 libdaq: update to 3.0.0-beta1
a896d5db1 snort3: update to 3.0.3-1
dd14c769e sshfs: update to 3.7.1
ef388ff1f miniupnpc: update to 2.2.0
c1fe3ecdc memcached: update to 1.6.8
cbe4b726d lxc: update to 4.0.5
66191f481 canutils: update to 2020.11.0
fcc209bac libnpupnp: update to 4.0.14
099e9a31c libupnpp: update to 0.20.0
129c79008 upmpdcli: update to 1.5.0
9a7efa680 Merge pull request #13959 from flyn-org/snort3
155ba290f Merge pull request #13958 from flyn-org/snort
45dd9c223 Merge pull request #13965 from neheb/canut
a6d99126a gnupg2: package gnupg2-dirmngr
85e277598 Merge pull request #13963 from neheb/memcached2
c56440997 Merge pull request #13964 from neheb/lxc2
884ed82b8 Merge pull request #13961 from neheb/sshfs2
252e38342 Merge pull request #13967 from neheb/npupnp
9a6834549 Merge pull request #13762 from neheb/domo4
5f1822173 Merge pull request #13856 from peter-stadler/nginx
70e4e8578 Merge pull request #13939 from ja-pa/chrony-nts-variant
0de514581 libdaq: revert back to 2.2.2 in anticipation of libdaq3 package
bb704ffd4 xz: use ALTERNATIVES instead of copying symlinks
832292b63 debian-archive-keyring: add new package
fd5cb376b debian-archive-keyring: install to expected location
3f7542e4c whois: add package
eb1462676 Merge pull request #13962 from neheb/muc
ae138431b travelmate: handle invalid wireless sections
c976b3aaa Merge pull request #13972 from dibdot/trm
bf3697b5c runc: enable seccomp support by default
0caf99038 gnunet-secushare: remove package
3a06ce559 runc: Updated to v1.0.0-rc92 for dockerd
ed426fb95 podman: improve packaging
2e4fe76be ruby: update to version 2.7.2
c40d88258 sabe-backends: update to 1.0.31
baf4b136f hplip: bump to 3.20.9
66e3de36e runc: remove garbage (fix 3a06ce5595)
7dc7e46d4 hwinfo: update to version 21.71
acd2f69fa runc: remove unneeded MENU:=1
10360eb1f libevdev: update to version 1.10.0
6c041dbf4 libksba: update to version 1.5.0
9d547cd26 libdaq3: add new package
0fe75c1d8 snort3: require new libdaq3 package
4faf40c8f nfdump: update to 1.6.22
ed970424d luafilesystem: update to 1.8.0
7bb26b109 luafilesystem: clean up Makefile
5aebd255a Merge pull request #13968 from flyn-org/daq
2d536f9c5 Merge pull request #13975 from flyn-org/nfdump
4905ebd24 Merge pull request #13974 from bobafetthotmail/patch-3
284c6a901 Merge pull request #13955 from flyn-org/luafilesystem
cdef00450 Merge pull request #13643 from TDT-AG/pr/20201012-docker-ce
d1ccd52cf xtables-addons: update to 3.13
450ba898f ooniprobe: udpate to version 3.0.11
e7d8d3302 Merge pull request #13976 from XiaoliChan/patch-1
e35483a90 nextdns: Update to version 1.9.3
e810579f0 Merge pull request #13982 from rs/nextdns-1.9.3-master
a0e3e64ce Merge pull request #13977 from ja-pa/ooniprobe-3.0.11
3e27b2c18 nextdns: Update to version 1.9.4
e2a993bd0 xfsprogs: update to 5.9.0
668a3e309 sysstat: update to 12.4.1
266a74846 oath-toolkit: update to 2.6.4
47434cb12 lz4: update to 1.9.3
5579a958b grep: update to 3.6
04b817da7 Merge pull request #13985 from neheb/xfs3
ab428ba00 Merge pull request #13986 from neheb/sysss
68e0e831c Merge pull request #13988 from neheb/oat
37b7fd834 Merge pull request #13992 from neheb/lz45
0dad7276d Merge pull request #13994 from neheb/greo
09a8972ed Merge pull request #13984 from rs/nextdns-1.9.4-master
ddfda41b7 ola: update to 0.10.8
b57c36ad2 libseccomp: update to 2.5.1
e6f2cd795 Merge pull request #13989 from neheb/ola3
e2bd6be3b Merge pull request #13991 from neheb/libse
83e5e21f1 libtorrent-rasterbar: add package
b0af8ae44 libjpeg-turbo: update to 2.0.6
9eebed0f1 coremark: bump to 2020-09-16
d9ff572d3 python-requests: bump to version 2.25.0
4bc475286 dfu-util: Update to version 0.10
0d3176abe adguardhome: upstream upgrade to v0.104.1
30625ff99 avahi: incorrectly requires IFF_MULTICAST on point-to-point (tunnel) interfaces
1d3c84d4e Merge pull request #13996 from neheb/jpg
0f317e9fb libpam: update to 1.5.0
7488ca92e libusb-compat: import from base
2b27e0619 libusb-compat: update to 0.1.7
456bd399e glib2: update to 2.66.3
d97056efe dmx_usb_module: update to 19.12.1
613688a55 curl: update to 7.73.0
90fb6e7af alsa-lib: update to 1.2.4
3b11926a1 alsa-ucm-conf: update to 1.2.4
1bc15ef8b alsa-utils: update to 1.2.4
75a76a2b2 nghttp2: update to 1.42.0
4d5f3ce18 automake: update to 1.16.3
1183d450a fio: update to 3.24
2ecbc0442 lsof: update to 4.94.0
bfc668cbc hdparm: update to 9.60
242afe6d3 meson: update to 0.56.0
338b793f8 libcap-ng: update to 0.8.1
e9a695b3b mtr: update to 0.94
22ec02167 oniguruma: update to 6.9.6
8a8dc531f Merge pull request #14016 from neheb/ngh
50b7a5376 Merge pull request #14020 from neheb/hdp
80480b76d Merge pull request #14018 from neheb/fioo
605af8594 Merge pull request #14007 from neheb/pam
93b46e40d Merge pull request #13993 from neheb/lcap
23c93e7fc Merge pull request #14010 from neheb/usb
4d824243e miniupnpd: update to 2.2.0
773b87977 miniupnpd: Added chain rule to filter table so udp stun incoming connections rules works
25d6c075e Merge pull request #13966 from neheb/mes56
24487afe1 Merge pull request #14013 from neheb/curl
21e96c887 Merge pull request #13987 from neheb/onig
1fc7e49ad Merge pull request #13990 from neheb/mtr
f14d1960c Merge pull request #14011 from neheb/grlbb
3cce7bdd7 Merge pull request #14014 from neheb/alsaa
3116b22dd Merge pull request #14012 from neheb/dmx
9b3a080c5 Merge pull request #14017 from neheb/aautom
e0b388b07 Merge pull request #13926 from ja-pa/tor-0.4.4.6
88a626d1e Merge pull request #13940 from Trotzky/watchcat-new-features
7c491c37b Merge pull request #13960 from neheb/miniu
30bc508a2 Merge pull request #14005 from pprindeville/issue#14004
c774cb16e Merge pull request #13942 from yangfl/master
1cf3c4a28 Merge pull request #14002 from olek2/coremark-bump
d77df7b49 Merge pull request #13941 from jjm2473/master-fix-libtirpc-clang
925275cad Merge pull request #13377 from micmac1/apa-faker
d9fcef2ba hwloc: update to 2.3.0
233fe27d8 Merge pull request #14026 from neheb/hwl
9781ef95c xtables-addons: include xt_geoip_fetch utility
40086b9e5 Merge pull request #12030 from pprindeville/xtables-addons-include-xt_geoip_fetch
2f68b75a6 curl: fix build against OpenSSL
44410b735 p910nd: config trigger reload and default disabled
b76aa9919 net/miniupnpd: ext_ip_reserved_ignore support
02bb40698 Merge pull request #14030 from dengqf6/curl
6dc567270 Merge pull request #14031 from ptpt52/ext_ip_reserved_ignore
84f20951b travelmate: fix possible race condition
86e5f1baa node: update to v12.20.0
48cf176fb node-hid: update to 1.3.2
ca320864e libroxml: import from base
99b347905 libroxml: switch to CMake
9dd1d919c Merge pull request #14035 from nxhack/hid_132
165238242 Merge pull request #14034 from nxhack/node_12200
4b4ac939c Merge pull request #14036 from neheb/libroxml
e8d60c034 Merge pull request #14019 from neheb/lsof
63b8c73cf coremark: allow to build with multithrading support
9cf0efc4f bwping: update to version 2.2
e315b72fb Merge pull request #14042 from oleg-derevenetz/bwping-2.2
38c0d7084 Merge pull request #14041 from abajk/coremark-threads
0095cb34e libusb-compat: fix libusb-config
3be9bc06b libnetfilter-queue: import from base
b60aa5ffd libnetfilter-queue: update to 1.0.5
5f9faebec Merge pull request #14046 from neheb/libusb-c
2fa91f4c9 graphicsmagick: Fix package description typo
56eb4078e gst1-plugins-base: fix build with no module
e281311f2 libnetfilter-log: import from base
367662534 libnetfilter-cttimeout: import from base
9ec405756 libnetfilter-cthelper: import from base
755e27ce2 Merge pull request #14050 from neheb/lncth
dc9f4bf26 Merge pull request #14049 from neheb/lnctt
9f9cf35a8 Merge pull request #14048 from neheb/lnl
1fcb02973 Merge pull request #14047 from neheb/lnq
a3dc217ac mksh: update to current version
619eb1673 jupp: update to current version
0607d26df Merge pull request #14051 from MirBSD/update-mksh-jupp
6e90c8fa5 adblock: reporting fixes/tweaks
4916fbd12 ariang: add title and shortcut icons
a2ff9874f fdk-aac: fixup flags
325c56504 pulseaudio: update to 14.0
75ddca296 xtables-addons: fix package installation
a815ab1ef hplip: use libusb-compat
4402504cb Merge pull request #14067 from neheb/fdk
102311497 php7: update to 7.4.13
1ccc6bbe2 libgphoto2: update to 2.5.26
fadf7190e python3: fix compilation
5ba9315bd Merge pull request #14072 from neheb/hpl
4ecdc1393 Merge pull request #14071 from neheb/xt
6f2dc12f4 Merge pull request #14066 from brvphoenix/ariang
abd542d8f Merge pull request #14074 from neheb/gphot
4fad6e2dc Merge pull request #14065 from dibdot/adblock
110ea1b99 php7: remove obsolete patch for ICU 68.1
da62d7b7a hplip: move back to compiling with libusb
7b2a2af29 gphoto2: update to 2.5.26
f56897964 minidlna: update to 1.3.0
e728d3d73 Merge pull request #14078 from neheb/gpht
e13d36fa8 modemmanager: bump to 1.14.8
b75f250f3 libpam: update to 1.5.1
a2e34be8a Merge pull request #14079 from neheb/mndl
9ec3f18b8 Merge pull request #14080 from nickberry17/update_mm_1.14.8
d68b3e09d uvcdynctrl: remove libwebcam
cfedca736 whois: fix noidn patch
83ab6b644 asgiref: update to version 3.3.1
03b19fb80 Merge pull request #14081 from neheb/pam151
3010ef22f Merge pull request #14032 from ptpt52/p910nd-fix
82e0b7cd6 Merge pull request #14068 from neheb/pls2
e49d76428 Merge pull request #14082 from neheb/uvc
dee9ed5a4 Merge pull request #14062 from peter-stadler/asgiref
ac7973dc4 Merge pull request #14084 from neheb/who
56bbf351a Merge pull request #14077 from neheb/hpll
002ad117a google-authenticator-libpam: fix InstallDev paths
36ce3ffbf wifischedule: Merged ignore_stations patch from user bedaes newkit/wifischedule#2
d2a2aa7ca Merge pull request #14070 from neheb/gal
252b0a60d zerotier: update to 1.6.1
3ae0d9df1 lighttpd: remove patches incorporated upstream
5fb8d5f46 lighttpd: revamp Makefile for lighttpd-1.4.56
5a374b6a5 lighttpd: lighttpd.init reload gracefully
59ae734be lighttpd: lighttpd.conf enable flag for HTTP/2
fa1464c3b lighttpd: update to lighttpd 1.4.56 release hash
5f0918281 strongswan: bump to 5.9.1
cc8843284 Merge pull request #14057 from newkit/master
caf8cbb2e Merge pull request #13800 from gstrauss/for-lighttpd-1.4.56
e5a526e51 Merge pull request #13971 from mwarning/zerotier
1715173329 pushed a commit to immortalwrt/packages that referenced this pull request Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants