Commit Graph

3155 Commits

Author SHA1 Message Date
Andreas Ziegler
14501b4185
modules: update routing
3862f61 Merge pull request #604 from ecsv/batadv-for-18.06
71a7397 batman-adv: Merge bugfixes from 2020.3
1f4d944 Merge pull request #585 from ecsv/batadv-for-18.06
2020-10-12 01:13:55 +02:00
Martin Weinelt
ff0c72f74b
modules: update packages
b3170384c simple-adblock: bugfix: update config; use command -v
4c1293e3f freeradius3: Fix proxy.conf file conflict.
3fd112e4a lvm2: fix CE in mac
2d1f83793 nano: update to 5.1
e6e24738e nano: update to 5.0
9c8671828 freeradius3: add missing conffiles to Makefile
8dc8d4c20 simple-adblock: README and config update
2020-08-22 18:19:48 +02:00
Martin Weinelt
d05e22fc84
modules: update OpenWrt
0c25ece262 x86: Add CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
2628ec9b37 ar71xx: fix ZyXEL NBG6616 wifi switch
95dc2f5257 tools/cmake: fix typo in parallel make patch
3667693830 uboot-envtools: ar71xx: add ZyXEL NBG6616 uboot env support
5af87620af ar71xx: change u-boot-env to read-write for ZyXEL NBG6616
f9ffdf8825 kernel: update kernel 4.9 to version 4.9.232
35e9edc3df kernel: Update kernel 4.14 to version 4.14.193

Compile-tested: ar71xx-generic, ipq40xx
2020-08-22 18:18:06 +02:00
Martin Weinelt
8bd179a61f modules: update routing
8dd6c08 batctl: Merge bugfixes from 2020.2
2020-08-04 17:43:25 +02:00
Martin Weinelt
c2f0d9e019 modules: update packages
2d3a84f0f libtasn1: add host-build
6aeaf7dc9 netatalk: fix compile error in mac os
77587beda libgpg-error: Fix compilation with GAWK 5.0
e05705fa5 python3: Backport security fixes
c15122fb7 haveged: update to 1.9.13
641745733 python3: Update to 3.6.11
7d3608438 https-dns-proxy: re-add conffiles and add description to Makefile
e97462d3d https-dns-proxy: bugfix: remove eDNS support
a66ee15de haveged: update to 1.9.12
ca1c97a9b haveged: update to 1.9.11
ca1082fa1 haveged: move init script from 13 to 01
2ea2b371b simple-adblock: racially-neutral names
596c55ab2 simple-adblock: remove obsolete dshield.org links from config
971346c38 simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
c3c558f6e nano: update to 4.9.3
2020-08-04 17:43:25 +02:00
Martin Weinelt
ab9c0ad0de
module: update OpenWrt
b18e3eae94 ar71xx: enable ethernet LED of Arduino Yun
dd79314de4 ar71xx: fix sysupgrade for Arduino Yun
f4b3c35e03 ramips: add kmod-usb-dwc2 to ZyXEL Keenetic image
526c1dd7ff ramips: remove patches for USB-dwc2
7bd437cc9f firewall: backport patch for mss clamping in both directions
2ba95d287e ar71xx: Fix mikrotik NAND compile problem
030fe10a41 ar71xx: Fix mikrotik NAND compile problem
8ae74cca9a wireguard: bump to 1.0.20200611
2dcf46b079 libubox: backport additional length-checking fixes
0f07496f52 kernel: Update kernel 4.9 to version 4.9.229
1f8d9f70c2 kernel: Update kernel 4.14 to version 4.14.187
d37f8a60f0 bcm63xx: a226m-fwb: fix linux partition offset
d6bbfc8b52 ipq40xx: essedma: Disable TCP segmentation offload for IPv6
b98bfd4e9b ca-certificates: update to version 20200601
b20a95f181 musl: fix locking synchronization bug
ff6c312000 rpcd: update to latest openwrt-18.06 Git HEAD
aba01f7350 usign: update to latest git HEAD
2ed25124f6 usign: update to latest Git HEAD
6b1f2e6058 squashfs: Fix compile with GCC 10
7b3ada8c6d build: prereq: tidy gcc version checks
e1d4612e0a build: add GCC 10 version detection
401fe1a599 build: adjust gcc/g++ version checks for newer apple compilers

Compile-tested: ar71xx, ipq40xx
2020-08-04 17:43:13 +02:00
Matthias Schiffer
3cd3bf0f86
gluon-core: fix handling of 'disabled' site.conf attributes for mesh interfaces
Because is_disabled() was always returning true or false, the
first_non_nil() would never actually check the default setting from
site.conf. This was broken since v2017.1.

Fixes: 6cf03bab37 ("treewide: replace normal uses of luci.model.uci with simple-uci to reduce LuCI dependencies")
(cherry picked from commit 3c2593b684)
2020-06-12 22:13:54 +02:00
Matthias Schiffer
69badbc253
gluon-config-mode-outdoor, gluon-web-wifi-config: commit network config
200-wireless will add or remove the mesh network sections of
/etc/config/network. Commit this file, so the modified setting doesn't
get lost on reboot.

Fixes: #2048
(cherry picked from commit 600ab99f80)
2020-06-07 17:54:25 +02:00
Martin Weinelt
2e1abda6b5 patches: refresh openwrt & packages 2020-05-22 17:07:50 +02:00
Sven Eckelmann
2b14223373 mac80211: ath10k: increase rx buffer size to 2048
Before, only frames with a maximum size of 1528 bytes could be
transmitted between two 802.11s nodes.

For batman-adv for instance, which adds its own header to each frame,
we typically need an MTU of at least 1532 bytes to be able to transmit
without fragmentation.

This patch now increases the maxmimum frame size from 1528 to 1656
bytes.

Tested with two ath10k devices in 802.11s mode, as well as with
batman-adv on top of 802.11s with forwarding disabled.

Fix originally found and developed by Ben Greear.

(cherry picked from commit 8bc602b021)
2020-05-22 17:07:50 +02:00
Kasalehlia
45ac73a597 gluon-web-model: update inputs on form reset
Register to 'reset' event on form element and make call to 'update' function
delayed in 'data-update' handler to allow the form values to update beforehand.

When using a form's 'reset' button, form field visibility was not updated.
This could lead to situations where a checkbox had to be toggled again
twice to display the detail text inputs. (Example taken from private
wifi package)

(cherry picked from commit bf090a8a83)
(cherry picked from commit 02e213a718)
2020-05-22 17:07:50 +02:00
Martin Weinelt
70990f6732 gluon-respondd: allow queries from extra_prefix6
Fixes #1959

(cherry picked from commit 3fb4cdad13)
(cherry picked from commit f7d0db69f9)
2020-05-22 17:07:50 +02:00
Martin Weinelt
52b3ec7b7c
modules: update routing
0c19201 nodogsplash: update to 4.0.3
b682059 Merge pull request #564 from ecsv/batadv-for-18.06
719709a batman-adv: Merge bugfixes from 2020.1
4e78587 batctl: Merge bugfixes from 2020.1
300fec3 Merge pull request #555 from ecsv/batadv-for-18.06
8f8ab76 batman-adv: Merge bugfixes from 2020.0
0e63ef9 quagga: update to version 1.1.1 (#541)
9fa2b24 [OpenWrt 18.06] bird: Update to version 1.6.8 (security fix) (#539)

Build-tested: x86-64, ipq40xx
2020-05-22 16:52:47 +02:00
Martin Weinelt
c9c9777884
modules: update packages
58b4399a5 bind: update to version 9.11.19
24d14e8b3 Merge pull request #12235 from jefferyto/python-openssl-ca-certs-openwrt-18.06
76a67189c python-openssl,python3-openssl: Add dependency on ca-bundle
e2aa53d37 Python: Fix compile of host modules
618771c3a Python3: Fix host build on OpenSUSE
8b23a429b unbound: update to version 1.10.1
8a0298192 Merge pull request #12207 from micmac1/mar-1806-10413
0bf8d5719 mariadb: bump to 10.1.45
bb636880d php7: update to version 7.2.31
0da88f8eb Merge pull request #12142 from EricLuehrsen/unbound_1806_1100
eab86cd2c unbound: update to 1.10.0
f245b0e88 Merge pull request #12058 from stangri/18.06-vpnbypass
1c2ac45a2 vpnbypass: bugfix: remove non-ASCII from system log; update README
a821c3789 youtube-dl: update to version 2020.3.24
c0ec2dfd5 Merge pull request #11995 from jefferyto/python-2.7.18-openwrt-18.06
dd5896c7c python: Update to 2.7.18, refresh patches
baacda1b4 mwan3: Fix json_load fails with some data
6f81894d9 libarchive: update to 3.4.2
5fc2af438 libarchive: update to version 3.4.1 (security fix)
f85dd8b96 php7: update to version 7.2.30
ae0e27548 php7: fix dependencies for mysqlnd (fixes #11113)
4df97ac0e Merge pull request #11926 from stangri/18.06-simple-adblock
7ed5c9364 simple-adblock: bugfix: start downloads on cold boot
96a2a5cfb Merge pull request #11907 from BKPepe/18.06-git
fc93a4f12 git: update to version 2.20.4
3b55acda9 Merge pull request #11857 from BKPepe/18.06-git
48b347e47 Merge pull request #11883 from yousong/wget1806
a62e54af3 acme: depends on wget-ssl
7d1f138c2 wget: make the ssl variant provides wget-ssl
b07578443 wget: do not provide itself
3066aaa82 ruby: update to 2.5.8
4a4c79327 git: update to version 2.20.3
a0fe9eeab nlbwmon: update to latest Git HEAD
c0fffb996 Merge pull request #11821 from stangri/18.06-https-dns-proxy
a0a779faf https-dns-proxy: bugfix: memory leak
e8cf2e60a nlbwmon: update to latest Git HEAD
8696b3499 nlbwmon: bump to latest git
c66a3cf7c nlbwmon: add procd reload trigger for nlbwmon config
28d6dc944 nlbwmon: receive dhcp interface triggers
6a642a607 net/nlbwmon: run with lower priority
21f7d16a1 Merge pull request #11803 from stangri/18.06-simple-adblock
6787a9bfd simple-adblock: bugfixes: remove escape chars from log, restore from cache on boot
876a7418f nano: update to 4.9.2
133f71a2c Merge pull request #11773 from BKPepe/msmtp
b0484b005 msmtp: update to version 1.8.7
2c4a58a38 nano: update to 4.9.1
6effd4b7a Merge pull request #11756 from gladiac1337/haproxy-1.8.25-openwrt-18.06
0db9f894d haproxy: Update HAProxy to v1.8.25
561064287 Merge pull request #11700 from stangri/18.06-simple-adblock
2c1a3aaf5 simple-adblock: support multiple dnsmasq instances; rework communication between principal package and luci app
e4c60e87d nano: update to 4.9
24f10e379 Merge pull request #11626 from nxhack/18_06_icu_fix_CVE-2020-10531
9bdb25f51 Merge pull request #11616 from stangri/18.06-https-dns-proxy
c4ddc21bf icu: fix CVE-2020-10531
6b290744d https-dns-proxy: support for dnsmasq noresolv option
f5ae75cf0 openvswitch: fix PIE build against 4.14 kernel
c05ea69d6 php7: update to 7.2.28
31e16f276 php7: update to 7.2.27
f3df27f6f xl2tpd: fix building failure caused by pfc
a0f291191 xl2tpd: bump to version 1.3.15
c95e3b71f icu: bump proper variable.
ad7f02d0f icu: backport upstream ARC patch
d1c6d1d95 nano: update to 4.8
b2a29b7a4 Merge pull request #11252 from neheb/i22p
ddfa4cddc i2pd: move chmod command
87a7ec725 i2pd: Move DATADIR to /var/lib/i2pd, fix #5693
8235cc43a Merge pull request #11227 from micmac1/sqlite3-18.06-2
e6884e554 sqlite3: bump to 3.31.1
a744482ef Merge pull request #11186 from micmac1/18.06-maria-10.1.44
27d8c1bcc mariadb: security bump to 10.1.44
925068d4f ddns-scripts: Change protocols of afraid.org urls to HTTPS.
d905324e4 node-hid: fix i386 build fail
4ac86244a node-serialport: fix i386 build fail
1091c431d Merge pull request #11124 from stangri/18.06-https-dns-proxy
7c667ed4e Merge pull request #11127 from micmac1/18.06-tiff
33e31a4b3 tiff: update version to 4.1.0
709dc04d2 tiff: patch security issues
8da1c4110 https-dns-proxy: fix deleting server items, configurable dnsmasq settings change
9e1fcfa6e Merge pull request #9795 from LoEE/jpc/git-macos-cross
3219dbfd8 libsoup: fix intltool host dependency. Cleaup some build args
c6e48ff8e avrdude: Fix GPIO path building
ba934d1fb zerotier: add /etc/config/zerotier as configuration file
3d47a69b0 libseccomp: add seccomp-syscalls.h to InstallDev
c629b44d8 Merge pull request #11023 from jefferyto/golang-goarm-fix-openwrt-18.06
4c6ac36d5 golang: Fix selection of GOARM value
56e7ce0f9 Merge pull request #10995 from BKPepe/libseccomp-18.06
769b3956e libseccomp: update to version 2.4.2
36611df05 transmission: sync with master
b0df5d336 Merge pull request #10832 from BKPepe/git-18.06
7f96b4e2c git: Update to version 2.16.6 (security fix)
8304a768c Merge pull request #10858 from BKPepe/wget-18.06
3abdfbd14 lcdgrilo: Fix compilation with newer Vala
01ddd6de1 lcdgrilo: Depend on vala/host instead
a41b4aa0c lcdgrilo: remove check dependency
0a00a2691 nano: update to 4.7
1bc3375c5 Merge pull request #10889 from EricLuehrsen/unbound_196_1806
c791ba8f5 unbound: update to 1.9.6
8fe26c985 wget: fix CVE-2019-5953
97de55542 git: Update to version 2.16.6 (security fix)
51025867b git: Override uname result for cross-compilation.

Build-tested: x86-64, ipq40xx
2020-05-22 16:51:54 +02:00
Martin Weinelt
b1cdebd6c2
modules: update OpenWrt
6ee6496d07 ramips: drop non-existant ralink,port-map for Ravpower WD03
a7e915975f bcm63xx: mask interrupts on init
8e2201ea50 bcm63xx: ext_intc: fix warning
183e9843e1 bcm63xx: periph_intc: fix warning
a9eebf69f3 bcm63xx: redboot: fix warning
b9daff610e bcm63xx: bcm6362: fix pinctrl bug
488751e1e5 bcm63xx: refresh kernel config
b37a1e428a mbedtls: update to 2.16.6
d3af501317 mbedtls: update to version 2.16.5
15d73a26b6 libjson-c: backport security fixes
7b49c0b48a kernel: bump 4.14 to 4.14.180
5faccaf025 kernel: bump 4.9 to 4.9.223
2a9c2c0721 wireguard: bump to 1.0.20200506
d5118bb511 wireguard: bump to 20191226
1a30fe1621 relayd: bump to version 2020-04-25
b65550e0db relayd: bump to version 2020-04-20
77063bb76e umdns: update to version 2020-04-25
b076243426 umdns: update to version 2020-04-20
cffd5aeb69 umdns: update to the version 2020-04-05
7ebc51a57f umdns: suppress address-of-packed-member warning
f77708d4a5 ramips: remove unnecessary DEVICE_PACKAGES for Belkin F7C027
2051edf381 oxnas: move service file to correct place
1f0679f54d kernel: bump 4.14 to 4.14.176
82c8170cd0 kernel: bump 4.9 to 4.9.219
489fc23535 kernel: add missing symbol for Kernel 4.14
027950fc78 ramips: use full 8MB flash on ZyXEL Keenetic
ad01cb514d Revert "ar71xx: use status led for GL.iNet GL-AR750S"
c3c6cc95ee ar71xx: use status led for GL.iNet GL-AR750S
10c04b4ca3 ar71xx: fix port order on TP-Link Archer C60 v1/v2
983125007e ar71xx: remove wrong MAC address adjustment for Archer C60 v2
302170d383 ar71xx: fix swapped LAN/WAN MAC address for Archer C60 v1/v2
3ef8465cb8 ar71xx: ew-dorin, fix the trigger level for WPS button
08ad7a314d kernel: backport out-of-memory fix for non-Ethernet devices
e38f355569 kernel: bump 4.14 to 4.14.172
4c14dbf5db kernel: bump 4.9 to 4.9.215
e884357fa9 OpenWrt v18.06.8: revert to branch defaults
c3bd1321de OpenWrt v18.06.8: adjust config defaults
82fbd85747 libubox: backport blobmsg_check_array() fix
4c1779ac2c ppp: backport security fixes
cd262f59cb Revert "ppp: backport security fixes"
ed3c3048b8 uhttpd: update to latest Git HEAD
fafe99b62d kernel: bump 4.14 to 4.14.171
bfee12cec6 kernel: bump 4.9 to 4.9.214
cc78f934a9 ppp: backport security fixes
05062462f1 hostapd: remove erroneous $(space) redefinition
6b10354b3c kernel: add support for GD25D05 SPI NOR
4eba86820f kernel: bump 4.14 to 4.14.169
c236071859 kernel: bump 4.9 to 4.9.212

Build-tested: x86-64, ipq40xx
2020-05-22 16:50:01 +02:00
Ralf Jung
12221d442f gluon-mesh-vpn-tunneldigger: only search for exactly the tunneldigger binary in watchdog (#1953)
(cherry picked from commit 68d970e91b)
2020-03-08 13:44:39 +01:00
David Bauer
63ebeb25c0 docs readme: Gluon v2019.1.2 2020-02-04 21:33:56 +01:00
David Bauer
f1f188f804 docs: add v2019.1.2 release notes 2020-02-04 21:33:56 +01:00
David Bauer
71bcdda4d4 modules: refresh patches
While bumping OpenWrt, I've forgot to refresh the patches.

Fixes 61d460ec46 ("modules: bump OpenWrt")
2020-02-02 01:28:18 +01:00
David Bauer
61d460ec46 modules: bump OpenWrt
6bfde67581 OpenWrt v18.06.7: revert to branch defaults
1b5c116233 OpenWrt v18.06.7: adjust config defaults
ca47026b7d opkg: update to latest Git HEAD
cc0a54e332 libubox: backport security patches
ebafb746f0 lantiq: ltq-ptm: vr9: fix skb handling in ptm_hard_start_xmit()
0591348b3d tools/expat: Update to version 2.2.9
f51d1c3b7c mbedtls: update to 2.16.4
153a044c95 kernel: bump 4.14 to 4.14.167
c15a039e62 kernel: bump 4.9 to 4.9.211
02f9582e89 kirkwood: fix HDD LED labels for Zyxel NSA325 in 01_leds
04474c7d22 brcm47xx: fix switch port order for Netgear WN2500RP V1
99ab40c842 brcm47xx: fix switch port order for Netgear WNR3500 V2
3a3ca3230f ramips: fix HiWiFi HC5962 switch configuration
5c7225c26b kernel: bump 4.14 to 4.14.166
8441794f9a kernel: bump 4.14 to 4.14.165
a634830004 kernel: bump 4.9 to 4.9.210
7c42a9b6b1 kernel: bump 4.14 to 4.14.164
891bba8f77 kernel: bump 4.9 to 4.9.209
ab9d1bf608 ethtool: fix PKG_CONFIG_DEPENDS
46c2674225 OpenWrt v18.06.6: revert to branch defaults
8004e3f2c6 OpenWrt v18.06.6: adjust config defaults
d81a8a3e29 ramips: remove duplicate dts nodes of MediaTek LinkIt Smart 7688
e1b62c85f5 sunxi: Turn on CONFIG_PINCTRL_SUN4I_A10 for A20
8c6668f088 kernel: bump 4.9 to 4.9.208
455ae024d5 kernel: bump 4.14 to 4.14.162
b1eeb5dd2a ramips: fix inverted reset button for Ravpower WD03
b72b37d6ff ar71xx: really fix Mikrotik board detection
471baf3f74 ar71xx: fix Mikrotik board detection
336aaedc9c ar71xx: base-files: fix board detect on new MikroTik devices
e838957ad9 ar71xx: fix RB941-2nD detection
6b128326df kernel: bump 4.14 to 4.14.161
97e9be4e3a e2fsprogs: Fix CVE-2019-5094 in libsupport
85c4d374c2 openssl: update to version 1.0.2u

Compile-tested: ar71xx-generic
Runtime-tested: ar71xx-generic
2020-01-29 22:42:35 +01:00
Andreas Ziegler
239c379d06 docs, README: Gluon v2019.1.1 2020-01-06 23:38:05 +01:00
Andreas Ziegler
c612dfbabb docs: add v2019.1.1 release notes 2020-01-06 23:38:05 +01:00
Andreas Ziegler
6d0f2f787d patches: refresh OpenWrt + packages patches 2020-01-06 23:38:05 +01:00
Andreas Ziegler
526eb61448 modules: update routing packages
b3125f0 Merge pull request #537 from ecsv/batadv-for-18.06
0d22982 batman-adv: Merge bugfixes from 2019.5
3610d11 pimbd: update to current git HEAD (#534)

Compile-tested: ar71xx-generic
Runtime-tested: ar71xx-generic
2020-01-06 23:38:05 +01:00
Andreas Ziegler
95d76d60fb modules: update OpenWrt packages
998ef11cb grilo: copy vapi files to versioned vala dir
8f7b6a2bb grilo: update vapi files, copy to unversioned dir
b89a2903b lcdproc: Fix non x86 platforms on musl
6e079e91c Merge pull request #10763 from leonghui/wiki-link-update-18.06
3727d98ce php7: update to 7.2.26
49b5fc001 bind: Update to version 9.11.14
279f4a338 Merge pull request #10855 from BKPepe/python3-18.06
29fe5f91d python3: Updated to version 3.6.10
102c621fc Merge pull request #10846 from cshoredaniel/pr-18.06-fix-nut-cgi-initscript
45c95e862 nut: Fix NUT CGI startup script
d810a3039 Merge pull request #10752 from stangri/18.06-https-dns-proxy
036917465 https-dns-proxy: switch to https-dns-proxy package name
0a3b6465f treewide: update wiki links
44b1f65cc Merge pull request #10744 from luizluca/libvpx-fixcve
98ca3621c libvpx: backport security fixes
cce63a697 luajit: install libluajit-5.1.so.2
c1975f5a1 luajit: add .hpp to InstallDev
6f528c678 nano: update to 4.6
be3ec8bae Merge pull request #10678 from gladiac1337/haproxy-1.8.23-openwrt-18.06
bc37a31b1 haproxy: Update HAProxy to v1.8.23
fff2e26a9 transmission: sync with master branch
2986916b8 tor: update to version 4.1.6
edeac5d3a Merge pull request #9836 from cotequeiroz/grilo-plugins_xml
8794f0956 grilo-plugins: adjust CONFIGURE_ARGS
c3ab7aace grilo-plugins: remove XML::Parser build dependency
86af45302 grilo-plugins: use hostpkg glib-compile-resources
8ef82e962 transmission: Disable webseeding
bd8b4df19 transmission: Fix tracker issue with some firewalls
71969eb04 php7: Update to version 7.2.25
3d409f615 php7: mark /etc/config/php7-fastcgi as conffile
d77c32928 php7-mod-xmlreader: add conditional dependency to php7-mod-dom (fixes #10201)
8667e35c1 php7: bump to 7.2.23
8dc64ea14 php7: update to 7.2.22
882e46916 php7: update to 7.2.21
bbd4ec6cf Merge pull request #10609 from ja-pa/bind-update
d0726f1f2 bind: update to version 9.11.13 (security fix)
04a8496b7 unbound: Update to version 1.9.5
70a990ac4 Merge pull request #10520 from Kulipator/libmraa_ramips_fix
cf4e50ab7 Compilation fix & upgrade to version 0.8.1
1b64cb83d Libmraa compilation fix
d02965832 Libmraa compilation fix
b83b26c33 perl: fixed host compilation of static perl on MacOS
f496ed58d Merge pull request #9671 from BKPepe/clamav1806
340d5ce71 protobuf-c: Fix typo on build dependency.
e9c2ba68f libgd: Properly disable iconv support
e31213308 wget: provides gnu-wget
9f4f78da1 acme: Bring up-to-date with master
938818ec4 ruby: bump to 2.5.7
0f0c062d3 python-cryptography: fix CVE-2018-10903
5a9d222e5 python-cryptography: Add support for LibreSSL 2.7.x
5edcc9f30 Merge pull request #10324 from jefferyto/python-2.7.17-openwrt-18.06
f184eb5f0 python: Update to 2.7.17, refresh patches
4d9282a4d Merge pull request #10312 from stangri/18.06-vpnbypass
7001d4748 vpnbypass: bugfix: PROCD command not found on stop
7dbad81f8 Merge pull request #10279 from BKPepe/sudo-18.06
4c72f8dd6 sudo: Update to version 1.8.28p1
b504ac553 irssi: update to version 1.2.2 (security fix)
e98bc6874 Merge branch 'pr/10215' into openwrt-18.06
f2812716f Merge pull request #9997 from flyn-org/openldap-18.06
22a272ccf Merge pull request #10237 from jefferyto/gammu-fix-lib-symlinks-openwrt-18.06
6e2b8c2da gammu: Fix lib symlinks
9c7cf9880 bind: Update to version 9.11.11
728edfbdc Merge pull request #10108 from BKPepe/expat-1806
a8ca56684 Merge pull request #10167 from BKPepe/unbound18.06
e84deea05 python3-pip: fix install rule
c4710f780 nano: update to 4.5
cae699fc4 Merge pull request #10164 from stangri/18.06-simple-adblock
c674fa684 unbound: Update to version 1.9.4
0b8eee5fb unbound: update to 1.9.3
dba87ee0c simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic
5452bb833 Merge pull request #10156 from gladiac1337/haproxy-1.8.21-openwrt-18.06
1bb725133 haproxy: Update HAProxy to v1.8.21
da5a8e596 Merge pull request #10155 from jefferyto/python-bpo-38243-34155-openwrt-18.06
ad7b3c618 Merge pull request #10143 from stangri/18.06-simple-adblock
dad9a1a2a python: Fix CVE-2019-16056, CVE-2019-16935
b677e3eee simple-adblock: bugfix and improvements (check description)
7a8808940 clamav: Remove build hacks
eef89800e clamav: update to version 0.100.3
b60caa494 Merge pull request #10120 from BKPepe/youtubedl-1806
2d822fb62 haveged: convert to procd
4fe703393 haveged: update to 1.9.8
36919e51f youtube-dl: Update to version 2019.9.28
00133e1e0 Merge pull request #10118 from BKPepe/libgcrypt-1806
126cdd7c6 python3: fix CVE-2019-16056 and delete two patches
0d9eeca45 python3: backport three security patches
f19f9ffc9 expat: Update to version 2.2.9
c0dea72f9 expat: update to version 2.2.7 (security fix)
deae9b348 expat: fix host build issue with docbook
fec2709d7 expat: disable docbook
fefe8e1f7 lib/expat: Update to 2.2.6
c64a4e86c Merge pull request #9893 from BKPepe/bind-18.06
d98310a3f Merge pull request #9798 from ja-pa/zmq-security-fix-18.06
03fb174ec net/mosquitto: bump to 1.5.9 for CVE
8eca9c916 python-crypto: Fix two CVEs
7ec22baf1 libgcrypt: backport fix for CVE-2019-13627
9265be544 zmq: fix CVE-2019-13132
3772cdb3d openldap: update to 2.4.48
bbc22a721 openldap: Add static function declaration
c272beb43 openldap: version update and new build parameters
ec029b9ae openldap: Switch tarball sources to https and http
e0af45ff7 bind: Update to version 9.11.10

Compile-tested: ar71xx-generic
Runtime-tested: ar71xx-generic
2020-01-06 23:38:05 +01:00
Andreas Ziegler
55801e24a3 modules: update OpenWrt
83ce31d3d8 kernel: bump 4.9 to 4.9.207
c280710d7a kernel: bump 4.14 to 4.14.160
27dddb67c0 kernel: bump 4.14 to 4.14.159
8623b58c1d scripts/dowload.pl: add archive.apache.org to apache mirror list
e242125d71 kernel: fix *-gpio-custom module unloading
84b74bcb0d toolchain/gcc: correct the check expr for newer clang
66ba44c9ec lantiq: fix phys led
b901563611 uhttpd: update to latest Git HEAD
2152722bd3 netifd: add support for suppressing the DHCP request hostname by setting it to *
c3337e8f48 ar71xx: fix MAC address setup for TL-WDR4300 board
d08a63770c ramips: fix number of LAN Ports for Mikrotik RBM33G
022f3898b1 ramips: fix switch port order for TP-Link Archer C20i
5d92949019 kernel: bump 4.14 to 4.14.158
361b555672 kernel: bump 4.9 to 4.9.206
1cbde3eb9c mac80211: Adapt to changes to skb_get_hash_perturb()
bd3b8480ab kernel: bump 4.9 to 4.9.205
2777947a75 kernel: bump 4.14 to 4.14.156
7863a8f302 base-files: config_generate: split macaddr with multiple ifaces
daed78ab55 kernel: nf_conntrack_rtcache: fix WARNING on rmmod
8f6debf633 kernel: nf_conntrack_rtcache: fix WARNING on forward path
72ddeffc09 kernel: nf_conntrack_rtcache: fix cleanup on netns delete and rmmod
70b73f6470 kernel: Add missing configuration option
6e2e5d1bf8 kernel: bump 4.14 to 4.14.155
f6f916b3e5 ar71xx: fix buttons for TP-Link TL-WDR4900 v2
0e85ace840 ar71xx: fix LED setup for TL-WDR4900 v2
45fefa0459 ramips: set uImage name of WeVO 11AC NAS and W2914NS v2
b0d99e32db ar71xx: fix MAC address setup for TL-WDR4900 v2
22fe68643f ar71xx: fix MAC addresses for Archer C5 v1, C7 v1/v2, WDR4900 v2
2219b0258d ipq40xx: fix build error
0a9147be6a kernel: bump 4.14 to 4.14.154
b9e685eed5 kernel: bump 4.9 to 4.9.202
8179ac3dc1 ar71xx: fix WLAN LED names for Archer C7
6962c1e495 ar71xx: fix system LED names on Archer C5/C7
e6a7eacfea mac80211: brcmfmac: fix PCIe reset crash and WARNING
f65330d27d ramips: assign correct key-code to wps buttons
ab6addc95d ramips: rt3833: fix build breakage
f503bc3d25 ramips: add usb-ledtrig-usbport to DEVICE_PACKAGES of CY-SWR1100
506bfaa126 ramips: fix MAC address setup for Samsung CY-SWR1100

Compile-tested: ar71xx-generic
Runtime-tested: ar71xx-generic
2020-01-06 23:38:05 +01:00
Andreas Ziegler
0267b7ca7a docs: add v2018.2.4 release notes
(cherry picked from commit 1e66cd9057)
2020-01-03 00:55:09 +01:00
Matthias Schiffer
f44a6342b4
docs: add revision number to TP-Link RE450 support list entry
We only support v1, not v2 or v3.

(cherry picked from commit ed2479bd40)
2019-12-07 21:43:00 +01:00
Martin Weinelt
de719bc1ec modules: update OpenWrt
c89437e398 gitignore: ignore patches in OpenWrt root directory
ea8f7d74ba ar71xx: fix tl-wdr3320-v2 upgrade
79fd7593a2 ar71xx: update uboot-envtools for Netgear WNR routers
3d3a933315 kernel: bump 4.14 to 4.14.152
862a885103 kernel: bump 4.9 to 4.9.199
05c858ff6a sdk: fix GCC and Python dangling symlinks
c1d19b37d5 build: cleanup possibly dangling Python 3 host symlink
dfd8c3bfdc build: fixup python SetupHostCommand to use python2
69bc68b46b OpenWrt v18.06.5: revert to branch defaults
5e4533cdd4 OpenWrt v18.06.5: adjust config defaults
9d401013fc ustream-ssl: backport fix for CVE-2019-5101, CVE-2019-5102
e70772311d kernel: bump 4.14 to 4.14.151
cdc2937edd kernel: bump 4.9 to 4.9.198
f024b4c83d scripts/ubinize-image.sh: fix buildbot breakage
700f66ae95 kernel: mark kmod-usb-serial-wwan as hidden
c4a2e5102d kernel: add missing symbol
61df1285ce kernel: bump 4.14 to 4.14.150
51431de30d kernel: bump 4.9 to 4.9.197
0880275d5e brcm2708: Add feature flag rootfs-part

compile-tested: ramips-mt7621, ar71xx-generic
runtime-tested: ar71xx-generic (CPE210 v1.0)
2019-11-14 22:16:18 +01:00
Martin Weinelt
0f2fe79453 modules: update routing
c52779c Merge pull request #520 from ecsv/batadv-for-18.06
ee3264b batman-adv: Merge bugfixes from 2019.4
049cb8a Merge pull request #511 from adrianschmutzler/babeld1806
e80f582 babeld: Update to version 1.8.5
6e50f8b nodogsplash: Backport Version 4.0.1. (#493)
a551935 nodogsplash: Backport of Version 4.0.0. (#486)
bb156bf Merge pull request #455 from BKPepe/bird-openwrt18.06
d3f317b bird: update to version 1.6.6
2019-11-14 22:15:36 +01:00
Matthias Schiffer
4942602f7d
gluon-web-node-role: fix node role list
Fixes: 4249d65af7 ("treewide: fix luacheck warnings")
Closes: #1851
(cherry picked from commit a3a8d962fc)
2019-11-05 20:05:50 +01:00
Andreas Ziegler
0dc85a07e2 docs: feature/roles: fix uci set command 2019-11-04 21:40:03 +01:00
Martin Weinelt
49e9152934
modules: update OpenWrt
0880275d5e brcm2708: Add feature flag rootfs-part
b2fba59f10 iptables: bump PKG_RELEASE
a2fe698a40 kernel: Added required dependencies for socket match.
dff0b2104d kernel: netfilter: Add nf_tproxy_ipv{4,6} and nf_socket_ipv{4,6}
3b8db97a52 tcpdump: update to 4.9.3
96a87b90ef libpcap: update to 1.9.1
a857fc2ded libpcap: update to 1.9.0
31181fa062 kernel: bump 4.14 to 4.14.149
9628612abe kernel: bump 4.14 to 4.14.148
1737131c9d kernel: bump 4.9 to 4.9.196
778243b3b4 kernel: bump 4.14 to 4.14.147
d513f28351 kernel: bump 4.9 to 4.9.195
6f1a71c2d0 apm821xx: fix fan control on highest step

compile-tested: ar71xx-generic, ipq40xx
runtime-tested: ar71xx-generic (CPE210v1.0)
2019-10-30 15:03:06 +01:00
Andreas Ziegler
82244336bc ar71xx-generic: fix device alias for Ubiquiti UniFi AC LR
fixes #1834
fixes #1332
2019-10-03 21:26:40 +02:00
David Bauer
320690d8ab ar71xx-generic: add ath10k packages to OCEDO Koala (#1838)
The OCEDO Koala was missing the correct package definition. Because of
this, firmware is potentially built with the wrong ath10k firmware /
driver.
2019-10-03 21:26:38 +02:00
lemoer
9600749f4e contrib: Set up continuous integration through Jenkins
(cherry picked from commit 174dd3146f)
2019-09-27 14:32:31 +02:00
Martin Weinelt
52a1df09a6
modules: update packages
6305d09b1 Merge pull request #10063 from stangri/18.06-simple-adblock
fb43709a6 simple-adblock: dnsmasq.ipset option support, better handling of IDNs, updated README
29cd578d6 Merge pull request #10041 from neheb/djj
f29206251 django: Update to 1.8.19
f587f31ad lighttpd: mark module configuration files
19879284a dovecot: Update to version 2.2.36.4
8f42d4b71 wget: fix CVE-2018-20483
f6e7b56a5 fastd: fix init script for multiple VPN instances
06cc48c49 haveged: update to 1.9.6
6014389c5 Merge pull request #9894 from BKPepe/keepalived-18.06
7a7820fb1 Merge pull request #9904 from RussellSenior/my-18.06
18f9e437c patch: rename CVE-2019-13638 patch to mollify uscan
abe523c57 patch: apply upstream patch for CVE-2019-13638
a3d8698e3 tools/patch: apply upstream patch for CVE-2019-13636
ebb9b3f17 exfat-nofuse: drop BUILD_PATENTED
2d9a3eff4 keepalived: add patch for CVE-2018-19115
e4508a351 keepalived: Update to version 1.4.5
6d8293801 lighttpd: fix CVE-2018-19052
55dcffd7f Merge pull request #9841 from cshoredaniel/pr-18.06-nut-targetted
bdddb2127 Merge pull request #9703 from BKPepe/squid-18.06
e45c2f206 Merge pull request #9814 from guidosarducci/speedtest-18.06
f01e4171d Merge pull request #9777 from BKPepe/tar_1806
85b1ca7fb Merge pull request #9821 from cotequeiroz/vim_host
c1aa1f784 nut: Bump PKG_RELEASE
361e6aaaa nut: Handle FSD properly
a2ab989c1 nut: Fix init actions (server/driver)
ef0bd0140 nut: Fix extra diver params config
77519cd20 nut: Fix permissions with runas
e97684652 nut: Fix statepath handling
5f69f9a06 nut: Fix unset of runas user (ups server)
ccdec71b5 nut: Fix bad check for conf exists
c963f0c29 nut: Fix upsmon init actions
d06bd2d7e nut: Fix unset of runas user (upsmon)
020dfd454 nut: Remove unecessary libwrap dependency
7fe013ce7 nano: update to 4.4
f50edf52d ttyd: Add dependency for vim
d9b29fe5e vim: Add host build to install xxd
5640d6e68 speedtest-netperf: new package to measure network performance
fded0497e Merge pull request #9789 from ja-pa/libarchive-security-fix-18.06
43f49bdbc apinger: Update to latest git revision
45e38f116 node-serialport: fix i386 build fail
19ee25df6 node-hid: fix i386 build fail
232df2821 libarchive: update to version 3.4.0 (security fix)
3bdadf4d7 Merge branch 'pr/9778' into openwrt-18.06
14219822e fastd: update URL and PKG_SOURCE_URL
41a85be71 libuecc: update URL and PKG_SOURCE_URL
51462b3df Merge pull request #9754 from champtar/openwrt-18.06
23eeeeadc bind: update to 9.11.9
0d7a23418 tar: update to version 1.32
70e3f5d17 tar: Update to 1.31
01466e76e lcdringer: Remove libcheck dependency to fix compilation
502ccc496 Merge pull request #9765 from stangri/18.06-simple-adblock
ddcbf080a dovecot: update to version 2.2.36.3
8e8087706 [18.06] simple-adblock: support for varios DNS resolvers/options
a4314b868 linknx: Fix compilation with libiconv
ca99a333e rp-pppoe: redo glibc patch
5327a95d6 rp-pppoe: Fixed compilation with glibc
19d101bd2 ldbus: Add zip/host build dependency
db85d6ec9 gcc: Do not build on ARC
80742d0da prometheus-node-exporter-lua: add target & system to OpenWrt collector
06e513ba3 prometheus-node-exporter-lua: Add more wifi_station metrics and fix naming according to original wifi_linux.go node exporter
60002eb62 prometheus-node-exporter-lua: Bump PKG_RELEASE
1014b0987 prometheus-node-exporter-lua: Add wifi_station_count
0d224bdfa prometheus-node-exporter-lua: wifi packets should be a counter
a08f5e17f prometheus-node-exporter-lua: Bump PKG_RELEASE
b03545e0b prometheus-node-exporter-lua: fix missing conntrack values
70bd5a36c prometheus-node-exporter-lua: change network metric type to counter
ad34675df prometheus-node-exporter-lua: add lantiq dsl modem collector
d921407d4 openssh: fix pthread functions redefine with pam module
df3d2312c Merge pull request #9403 from BKPepe/yt-18.06
6d55ff558 Merge pull request #9513 from BKPepe/openwrt-18.06_python_shebang
b29ecaa11 libinput: Add missing header to fix compilation
3414ca250 libglog: fix removing libunwind dependency
e41a914bf libseccomp: workaround a recursive dependency
a1eccf223 lxc: Backport uClibc patch
08c0b2949 lxc: hide seccomp support for arc
d3e54adcd lxc: Disable use of unwanted libraries explicity
bb1882d29 boost: Fix compilation with uClibc-ng
ad26261e1 iodine: Fix compilation with uClibc-ng
e42f8da51 mariadb: add dependency on libaio for arc as well
29e7e0619 libudev-fbsd: update to git source as of 2017-12-16
a0e1a7700 Merge pull request #9710 from BKPepe/icu_fix
4bda1ca54 icu: fix patch, which adds big endian ARM support
78bf09b08 golang: update to version 1.10.8
fa384e518 libgee: copy vapi files to versioned vala dir
2d59ec88d libgee: use unversioned vala dir, misc fixes
d7a071f4a icu: Fix patch from faulty backport
1607a5bd8 squid: update to version 3.5.28
983bd0370 protobuf-c: add build time dependency protobuf
87b6ed6b9 jamvm: depends on supported architectures
ca0e429e2 icu: Backport ARMEB support patch
ad43d622e gammu: Really fix compilation under 64-bit
1ad4f3a9b gammu: Fix build under 64-bit targets.
cdbc72464 youtube-dl: update to version 2019.8.2
af975f0f3 python,python3: Fix overridden usr/bin symlinks
421c58a94 python,python3: move shebang handle in install script
243f921ae subversion: update to version 1.10.6
70a1ffdf0 jq: compile with _GNU_SOURCE (fixes #7785)
fb0566686 libsoc: fix compilation error caused by multiple goals on make
1fec7ea23 rtl-ais: Fix compilation on i386
de750bba0 libdouble-conversion: Update to 3.1.4
49a6444ab libdouble-conversion: Update to 3.1.1
056cad1e0 libaio: Update to 0.3.112
b4e4e5a00 libaio: Backport DESTDIR patch to simplify the Makefile
7ccc104c9 libaio: Update to 0.3.111
d6145ce0c quassel-irssi: Fix compilation with GCC8
47e4537fd quasselc: Fix compilation with uClibc-ng
b26ffad37 Merge pull request #9625 from micmac1/18.06-mariadb10141
e5cc721c7 mariadb: security bump to 10.1.41
2019-09-26 15:24:37 +02:00
Martin Weinelt
50940cd7d7
modules: update OpenWrt
491e839262 brcm47xx: sysupgrade: fix device model detection
4acc0db480 kernel: bump 4.14 to 4.14.146
3699327da3 kernel: bump 4.9 to 4.9.194
45a2c0f309 hostapd: Fix AP mode PMF disconnection protection bypass
e289a4133c hostapd: SAE/EAP-pwd side-channel attack update
a63edb4691 mbedtls: update to 2.16.3
2698157d54 mbedtls: Update to version 2.16.2
952bafa03c openssl: bump to 1.0.2t, add maintainer
7e1db8f27c kernel: bump 4.14 to 4.14.145
d32cf52674 kernel: bump 4.14 to 4.14.144
745292ba10 kernel: bump 4.9 to 4.9.193
5880dd48d5 mac80211: brcmfmac: backport the last 5.4 changes
90f6af5108 ar71xx: fix potential IRQ misses during dispatch for qca953x
e545808e89 ar71xx: Fix potentially missed IRQ handling during dispatch
59e42f9e3e kernel: bump 4.14 to 4.14.143
418cf097e7 kernel: bump 4.9 to 4.9.192
6f677d6848 tools: mkimage: fix __u64 typedef conflict with new glibc
c5ed9f4344 kernel: bump 4.14 to 4.14.142
556f86bbfd kernel: bump 4.9 to 4.9.191
2d257351f3 ramips: fix duplicate network setup for dlink, dir-615-h1
2a22e41fe4 ramips: fix D-Link DIR-615 H1 switch port mapping
f9dec32be7 ramips: remove duplicate case for MAC setup of freestation5
7393ce8d87 mac80211: brcmfmac: backport more kernel 5.4 changes
f6de1fa6c6 bzip2: Fix CVE-2019-12900
7ac6044632 ar71xx: WNR2200: remove redundant GPIO for WLAN LED
9d1cd9d098 kernel: bump 4.14 to 4.14.141
4b5c77ca2f ath9k: backport dynack improvements
73bba470a4 kernel: bump 4.14 to 4.14.140
8bc800aa56 kernel: bump 4.9 to 4.9.190
c948a74158 kernel: bump 4.14 to 4.14.139
09d63fb0a6 musl: Fix CVE-2019-14697
564d81e944 iptables: patch CVE-2019-11360 (security fix)
5e3b21c916 musl: ldso/dlsym: fix mips returning undef dlsym
2df2b75208 wolfssl: fixes for CVE-2018-16870 & CVE-2019-13628
09bdc14419 kernel: bump 4.14 to 4.14.138
e058fb3658 kernel: bump 4.9 to 4.9.189
28dc34f249 xfsprogs: Replace valloc with posix_memalign
24967a6c42 libbsd: Fix compilation under ARC
30815d65d2 nftables: Fix compilation with uClibc-ng
dc2f2a16d3 tools/patch: apply upstream patch for cve-2019-13638
c99ceb7030 tools/patch: apply upstream patch for CVE-2019-13636

Compile-tested: ar71xx-{generic,tiny}, ramips-rt305x, x86-64
2019-09-26 15:22:38 +02:00
bobcanthelpyou
c221c7a312 docs: fix typos
(cherry picked from commit 8553254867)
2019-09-26 13:04:59 +02:00
Martin Weinelt
cdbfdf7056 docs: Gluon v2019.1 2019-09-23 13:56:57 +02:00
Martin Weinelt
ca3631723f
docs: Add v2019.1 release notes 2019-09-22 18:58:33 +02:00
Linus Lüssing
ff050a2916 docs: gluon-mesh-batman-adv: note regarding IGMP/MLD snooping switches
This adds a warning that entprise switches with an IGMP/MLD snooping
feature are not supported yet with IGMP/MLD filtering enabled.

For this to work, firstly the Linux bridge on the Gluon node needs to
support Multicast Router Discovery (RFC4286). But this feature was only
added to the Linux kernel recently, in 5.1.

Secondly, a Gluon node would need to periodically send "Multicast Router
Advertisment" (RFC4286) messages, to "announce" the multicast router
port setting on bridge port bat0.

Thirdly, the IGMP/MLD snooping switches would need to implement
RFC4286.
2019-09-21 23:45:44 +02:00
Linus Lüssing
302a795189 Revert "gluon-mesh-batman-adv: reenable batman-adv multicast optimizations"
This reverts commit 9b1eb40fe7.

With the batman-adv v2019.2 upgrade reverted (c1a7733956), the batman-adv
multicast-to-multi-unicast feature is not available yet. Without that it is
going to be very unlikely of the batman-adv multicast optimizations to
take effect. E.g. some outdated nodes would disable it.

To avoid confusion and diversion with a few communities having it enabled
and most implicitly deactivated, just deactivate it for all for now
until batman-adv is updated to v2019.2 or greater again.
2019-09-21 23:28:12 +02:00
Martin Weinelt
be965e7e4a ar71xx-generic: deprecate ALFA AP121, Hornet-UB, Tube2H, N2/N5
The kernel partition on these devices is too small for the
OpenWrt 19.07 kernel. It is also located after the rootfs, so
we cannot grow it further.

Therefore mark these devices as deprecated now.
2019-09-20 17:02:41 +02:00
Martin Weinelt
cdb334aae9 docs: mark ar71xx-tiny and ramips-rt305x as deprecated 2019-09-20 17:02:41 +02:00
Martin Weinelt
798236b3cf
docs: gluon-hoodselector: add openstreetmap copyright
Fixes #1821
2019-09-17 13:21:42 +02:00
bobcanthelpyou
2792309cd4 docs: remove Netgear WNDR3700 v5 (#1817) 2019-09-15 14:28:23 +02:00
bobcanthelpyou
5ed145c6a6 docs: mention ff05::2:1001 on the node monitoring page (#1818) 2019-09-15 14:25:18 +02:00
Tata
69fd7b5d81 docs: gluon-hoodselector: fix arrow with 0->0.05 to let it visible on svg's (#1816) 2019-09-14 15:34:26 +02:00
Matthias Schiffer
78054cddbf
scripts: target_config_lib: fix inclusion of device-specific packages from site.mk
Fixes: 071cf7b20f ("Switch to Lua for target definitions")
2019-09-14 13:46:56 +02:00