Skip to content
Snippets Groups Projects
  1. Aug 24, 2019
  2. Aug 21, 2019
    • Chrissi^'s avatar
      gluon-mesh-vpn-core: Add dependency for KERNEL_NET_ACT_POLICE · aa2c0dc3
      Chrissi^ authored
      This is a fix for the broken ingress traffic-shaping in gluon v2018.2.2
      and possibly earlier.
      
      For ingress traffic shaping the kernel option NET_ACT_POLICE is needed.
      Before this patch there was no dependency to this. Neither in
      gluon_core, gluon-mesh-vpn-core nor in the package.
      
      This patch adds this dependency.
      
      [Matthias Schiffer: move dependency from GLUON_CORE to gluon-mesh-vpn-core]
      
      Fixes #1790
      
      (cherry picked from commit dc8149ab)
      Unverified
      aa2c0dc3
    • Matthias Schiffer's avatar
      modules: update Gluon packages · 106b87b2
      Matthias Schiffer authored
      d4c87ce6b06e simple-tc: depend on KERNEL_NET_ACT_POLICE or kmod-sched
      73b301911d2d simple-tc: fix confusing program names in error messages
      Unverified
      106b87b2
  3. Aug 18, 2019
    • Vincent Wiemann's avatar
      ar71xx-generic: Fix packages for GL.iNet AR750 (#1792) · 92ecb316
      Vincent Wiemann authored
      The profile for GL.iNet AR750 currently selects ATH10K_PACKAGES, but this device actually has a QCA9887 which needs another driver.
      This commit fixes the issue by setting ATH10K_PACKAGES_QCA9887 instead.
      
      (cherry picked from commit 0a22218304c2481dd1e8e606e7df6ea40b078f6e)
      92ecb316
  4. Jul 02, 2019
  5. Jun 24, 2019
  6. Jun 20, 2019
    • Martin Weinelt's avatar
      docs: fix reference to #noibss in v2018.2.1 release notes · 3ae816d3
      Martin Weinelt authored
      Uncovered by sphinx-build:
      docs/releases/v2018.2.1.rst:19: WARNING: Too many autonumbered footnote references: only 0 corresponding footnotes available.
      docs/releases/v2018.2.1.rst:19: WARNING: Unknown target name: "noibss".
      docs/releases/v2018.2.1.rst:26: WARNING: Unknown target name: "noibss".
      docs/releases/v2018.2.1.rst:30: WARNING: Unknown target name: "noibss".
      docs/releases/v2018.2.1.rst:34: WARNING: Unknown target name: "noibss".
      docs/releases/v2018.2.1.rst:35: WARNING: Unknown target name: "noibss".
      3ae816d3
    • Matthias Schiffer's avatar
      modules: update OpenWrt · 5cb69254
      Matthias Schiffer authored
      fc1dae5be797 brcm2708: Revert "staging: vc04_services: prevent integer overflow in create_pagelist()"
      84aba5796ea2 gemini: 4.14: Fix up DNS-313 compatible string
      9656f49ea009 base-files: fix uci led oneshot/timer trigger
      bd0c3988e742 kernel: bump 4.14 to 4.14.128
      
      (cherry picked from commit 99f344ba)
      Unverified
      5cb69254
    • Martin Weinelt's avatar
      modules: update OpenWrt · bc55bb1d
      Martin Weinelt authored
      2999c342aa kernel: bump 4.14 to 4.14.127
      9de2f4d4ce kernel: bump 4.9 to 4.9.182
      5fe809d718 Revert "ipq806x: fix EA8500 switch control"
      e493230e84 kernel: bump 4.14 to 4.14.126
      c449130bb2 mvebu: fixes commit f63a1caf22cb
      6fa6f74e37 kernel: backport 4.18 patch adding DMI_PRODUCT_SKU
      2cd234d96b mac80211: brcmfmac: backport important fixes from kernel 5.2
      85eda6f61e kernel: mt29f_spinand: fix memory leak during page program
      a0543d8e70 uboot-fritz4040: update PKG_MIRROR_HASH
      f63a1caf22 kernel: bump 4.14 to 4.14.125
      40b1e899ba kernel: bump 4.9 to 4.9.181
      5dbac47426 kernel: re-add bridge allow reception on disabled port
      5d27e87de7 rpcd: fix init script reload action
      1867f10807 kernel: bump 4.14 to 4.14.123
      7fe1b4a4b2 kernel: bump 4.9 to 4.9.180
      6563e494a0 kernel: bump 4.14 to 4.14.122
      e3408d09b0 kernel: bump 4.9 to 4.9.179
      b2b1265a1d apm821xx: backport accepted linux-crypto patches
      
      Fixes: CVE-2019-11477, CVE-2019-11478, CVE-2019-11479
      
      Compile-tested: x86_64
      Runtime-tested: x86_64
      (cherry picked from commit 1b06a15bbd7d1d4060238fb0745fece73a6d4821)
      Unverified
      bc55bb1d
    • Matthias Schiffer's avatar
      gluon-mesh-vpn-core: move common VPN config to gluon UCI package · b7bca404
      Matthias Schiffer authored
      We now keep the VPN enable state, bandwidth limit enable and actual limits
      in the core config to avoid having to recover "user intent" from different
      config files when the used VPN packages change.
      
      Fixes #1736
      
      (cherry picked from commit 818c31af)
      Unverified
      b7bca404
    • Matthias Schiffer's avatar
      gluon-mesh-vpn-core: don't consider tunneldigger when fastd is installed · 4ddde78b
      Matthias Schiffer authored
      None of our scripts can handle fastd and tunneldigger running at the same
      time. When both are installed, ignore tunneldigger.
      
      (cherry picked from commit f6df3b05)
      Unverified
      4ddde78b
  7. Jun 18, 2019
  8. Jun 15, 2019
  9. Jun 08, 2019
    • Martin Weinelt's avatar
      modules: update routing · d3033163
      Martin Weinelt authored
      c07326c batman-adv: Fix duplicated OGMs on NETDEV_UP
      
      fixes #1446
      
      (cherry picked from commit 9e00ecd8)
      d3033163
    • Martin Weinelt's avatar
      modules: update routing · c49e0474
      Martin Weinelt authored
      cad1fba Merge pull request #469 from ecsv/batadv-for-18.06
      145ba7f batman-adv: Merge bugfixes from 2019.2
      40b7519 batman-adv: Reorder patches
      
      (cherry picked from commit 832de861)
      c49e0474
    • Martin Weinelt's avatar
      modules: update packages · d69426da
      Martin Weinelt authored
      5d3cb594e Merge pull request #9058 from micmac1/sqlite3-arm-endian-owrt18
      d13f831ba sqlite3: fix arm endian issue
      48687a581 Merge pull request #8966 from BKPepe/18.06-ytdl
      5387239ad youtube-dl: update to version 2019.05.11
      76ebe2be0 Merge pull request #8765 from BKPepe/1806-urllib3
      ec5e894ce Merge pull request #8954 from jonathanunderwood/openwrt-18.06-getdns-stubby-from-master
      54928eb69 nfs-kernel-server: use portmap, drop rpcbind
      09e18eef7 stubby: set PKG_SOURCE_VERSION using PKG_VERSION
      f8c8b96e7 stubby: remove PKG_SOURCE from Makefile
      28c328d66 stubby: add support for TLS configuration options
      eec23a91b stubby: add support for tls_port resolver config option (#8889)
      5415cc7b2 stubby: update to 0.2.6
      b1cc26adf getdns: update to version 1.5.2
      813d49c69 stubby: Update PKG_RELEASE
      3b498844a stubby: fix handling of pkis in config (#8888)
      95daecd81 stubby: fixed duplicate IPv6 address in stubby.yml; fixed typo in README.md
      eca82ce3d Merge pull request #8938 from lucize/doveup18
      2c87aeba1 dovecot: update to 2.2.36.1
      8459433eb python-urllib3: update to 1.24.3
      014106741 Merge pull request #8781 from neheb/pros
      41c85f8ef Merge pull request #8767 from neheb/cr2
      9e4966bd3 Merge pull request #8816 from neheb/lo
      55b505f82 Merge pull request #8815 from neheb/gr
      1663a0186 Merge pull request #8881 from micmac1/maria_10.1.39
      78328ebe3 libxslt: add PKG_CPE_ID for proper CVE tracking
      816c7aed6 Merge pull request #8882 from micmac1/xslt-cve-18
      2eb2a94da mariadb: bump to 10.1.39
      d03db02bc libxslt: backport patch for CVE-2019-11068
      d3c324d8b Merge pull request #8871 from neheb/ad
      fb9238b61 addrwatch: Add -std=gnu89 to fix compilation
      5fae371ab Merge pull request #8779 from neheb/libsec
      3ca88ff6d Merge pull request #8780 from neheb/apc
      1d44e408f Merge pull request #8770 from neheb/es
      759e83674 Merge pull request #8772 from neheb/oa
      ea1429f69 Merge pull request #8778 from neheb/liba
      46d30c221 Merge pull request #8850 from EricLuehrsen/unbound_dhcp_1806
      7f7fda67b add rpcbind
      80429e0a5 unbound: fix local dns synthesis corner cases
      1f77a0582 Merge pull request #8777 from neheb/sendm
      071a926dd Merge pull request #8817 from neheb/bonnnnn
      ddc48c3d5 bonnie++: Remove wrongly added patch during cherry-pick
      21de3c1ac loudmouth: Disable debug and fix compilation
      79e69bf41 grilo: Remove build dependency on perl-xml-parser
      c3f6660b8 nfs-kernel-server: fix missing libbsd dependency
      d2f254a72 nfs-kernel-server: update to 2.3.3
      dac119d49 nfs-kernel-server: Switch to xz tarball
      f1ab32ab6 nfs-kernel-server: switch to libtirpc, enable ipv6
      5ab569a06 nfs-kernel-server: fix missing host symbol res_querydomain/missing-include-dir
      20809ba6a nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily error
      2c137a7a5 nfs-kernel-server: update to 2.3.2
      765ae2798 libtirpc: enable host build
      9b3414fd1 znc: Clean up Makefile and fix compilation on PPC
      a8316a5c6 nano: update to 4.2
      f69a00efb Merge pull request #8764 from BKPepe/1806-youtubedl
      024543fb1 Merge pull request #8766 from neheb/qu
      c69c1aea4 Merge pull request #8768 from neheb/cmd
      d018e0946 Merge pull request #8776 from neheb/luas
      9f74ef0f8 luasec: cleanup Makefile
      bbfd71a59 luasec: use gcc to link instead of ld
      7059f9476 luasec: Replace -fPIC with $(FPIC)
      a3d99ad90 youtube-dl: update to version 2019.04.24
      9e532f225 Merge pull request #8773 from neheb/cla
      bcf889b36 intltool: Add patch to fix regular expressions and avoid warnings in perl 5.22 and later.
      2653eabd4 prosody: Change linker from LD to CC
      c15b779b8 prosody: Update prosody to 0.11.2 Update Fixes CVE-2018-10847
      9104a1f14 apcupsd: preset shutdown binary
      e484057d0 libseccomp: Update to 2.3.3
      f61ee11d0 libartnet: Fix compile with GCC7
      9d2bf88ec sendmail: link with gcc instead of ld
      dd2c1e03e Merge pull request #8769 from neheb/da
      3a478756f Merge pull request #8774 from neheb/psq
      cf4537574 psqlodbc: Update to 11.00.0000
      8ca29a4f3 psqlodbc: bump to 10.03.0000, fix --with-unixodbc
      81a6687a6 Merge pull request #8771 from neheb/pia
      fa060f40e clamsmtp: Really fix compilation
      850126c0d oath-toolkit: Add patch from Fedora to fix compilation
      fd52a3df0 pianod: Update to 174.09 release (removes BSD dependencies)
      a0ca3e308 espeak: Fix build issues. Cleanup patches
      d02a17b35 darkstat: Remove libbsd dependency
      0a4f26f3c cmdpad: Fix compile
      27af84f57 crtmpserver: Update to official git repo
      1a7d79d98 quassel-irc: Update to latest version
      873762ce2 quasselc: Update to latest commit
      c8c8c1a4a Merge pull request #8759 from neheb/bon2
      76132b044 bonnie++: Update to 1.98
      df7f21bcd Merge pull request #8718 from neheb/lcd
      588f971f0 Merge pull request #8716 from neheb/wifi
      4e0a836c5 Merge pull request #8717 from neheb/setser
      403d40d91 Merge pull request #8720 from neheb/iio
      03a4afe5f Merge pull request #8719 from neheb/unix
      d42547cd3 Merge pull request #8733 from jefferyto/openwrt-18.06-python-cve-2019-9636
      fbcac2d53 python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization
      01f90caa1 Merge pull request #8706 from nxhack/18_06_icu_support_reiwa
      e0bee26f4 libiio: add missing dependency to zlib
      7220dab75 unixodbc: save unixodbc_conf.h for host build
      01a2f4353 unixodbc: fix clean-build compilation
      bd380a3c7 unixodbc: Fix LIB_PREFIX in host build
      9b5b23f44 lcd4linux: Update to 1204
      c26a03a1d setserial: Don't build docs to remove nroff dependency
      2a85006ab wifidog: Change to use TLS above 1.0
      94b07876e icu: [openwrt-18.06] support for new Japanese era Reiwa
      c9aedd9a5 nano: update to 4.1
      49e759b28 Merge pull request #8638 from mwarning/zerotier
      890993d40 Merge pull request #8477 from BKPepe/openwrt-18.06_perl
      d6ed5c22b net/mosquitto: correct config file option name
      05e16dd22 zerotier: fix multiple instance handling and port setting
      59c6457ec zerotier: update to version 1.2.12
      4db102755 Merge pull request #8595 from EricLuehrsen/openwrt-18.06
      43c1d6c2a unbound: correct forward of root domain
      b8970833b perlmod: fix ability to build module out-of-feed
      
      (cherry picked from commit bbd52db5)
      d69426da
    • Martin Weinelt's avatar
      modules: update OpenWrt · df142f75
      Martin Weinelt authored
      6761961919 openssl: update to 1.0.2s
      9591155737 kernel: Fix arc kernel 4.14 build
      dc1b578a4c curl: Fix multiple security problems
      40ed8389ef mbedtls: update to version 2.16.1
      7e07320dc4 kernel: bump 4.14 to 4.14.121
      054aecdf0b kernel: bump 4.9 to 4.9.178
      e9a7344550 uci: fix heap use after free (FS#2288)
      4b633affff brcm63xx: drop linux,part-probe usage where possible
      cfb72eed69 brcm63xx: drop own implementation of DT partitions in favour of upstream
      68a5e662c2 kernel: bump 4.14 to 4.14.120
      85294fc5e7 kernel: bump 4.9 to 4.9.177
      152755c9a2 kernel: bump 4.14 to 4.14.119
      82e4b4250d kernel: bump 4.9 to 4.9.176
      cf2aa873ea ar71xx: Fix network setup for TP-Link Archer C25 v1
      e6928e6b29 kernel: Fix arc kernel build
      3239f56136 uboot-fritz4040: Add host flags for host compiler
      b5ce5217e2 ramips: rt305x: Reduce size of a5-v11 image
      d3053b1bdc kernel: bump 4.14 to 4.14.118
      f053a8ce41 kernel: bump 4.9 to 4.9.175
      412d80cdb7 kernel: bump 4.14 to 4.14.115
      f105a9c35c kernel: bump 4.9 to 4.9.172
      4685bf1d2f kernel: bump 4.14 to 4.14.114
      2faceb1a39 kernel: bump 4.9 to 4.9.171
      e0505cc018 Revert "uhttpd: disable concurrent requests by default"
      24aefaec62 tools/pkg-config: Handle variable substitution of 'bindir' to redirect to STAGING_DIR/bin
      aaa34526c4 tools/pkg-config: pass arguments at the end
      3103bd54c5 kernel: bump 4.14 to 4.14.113
      a5c62c933b kernel: bump 4.9 to 4.9.170
      ac3b5f00e1 kernel: bump 4.14 to 4.14.112
      15a70d085d kernel: bump 4.9 to 4.9.169
      e6e5435c5b ar71xx: GL.iNet AR300M family: correct LED definitions
      ecfe0f1cc4 ca-certificates: update to version 20190110
      2d2e615dee mac80211: brcmfmac: really add early fw crash recovery
      02aed76968 mac80211: brcmfmac: early work on FullMAC firmware crash recovery
      1a6d7a651f lantiq: tdw89x0: Fix WLAN LED on TP-Link W8970 v1.2 (FS#2232)
      6ac061f319 ar71xx: Fix IMAGE_SIZE for TP-Link Archer C7 v5
      7268ebb1e4 ar71xx: Correct MAC address for WAN interface of Archer C7 v5
      c7eb679047 ar71xx: Add "info" partition for TP-Link Archer C7 v5
      9c4fa1bb5b ar71xx: Remove ath10k packages from archer-c7-v1 (fixes FS#1743)
      6c81f5fac6 kernel: bump 4.14 to 4.14.111
      aa0e6fc489 kernel: bump 4.9 to 4.9.168
      dad220a00c kernel: bump 4.14 to 4.14.110
      07bd5b7a81 kernel: bump 4.9 to 4.9.167
      4b4de23dfb openssl: update to 1.0.2r
      
      Build-tested: x86-64
      (cherry picked from commit f8bbdd96)
      df142f75
    • Matthias Schiffer's avatar
      c5042399
    • Matthias Schiffer's avatar
      Refresh openwrt patches · d039502f
      Matthias Schiffer authored
      (cherry picked from commit 6412177a)
      d039502f
    • Martin Weinelt's avatar
      modules: update routing · cba3f090
      Martin Weinelt authored
      e5fe4b6 Merge pull request #462 from ecsv/batadv-18.06
      ee2d981 batman-adv: Merge bugfixes from 2019.1
      4d7a182 nodogsplash: fix invalid pointer bug when clock is turned back (#456)
      2ad165c Merge pull request #452 from dangowrt/openwrt-18.06
      71f9aae luci-app-bmx7: update to v0.1-alpha
      0e3d701 bmx7: update to git snapshot as of 2018-12-29
      42af835 batman-adv: Refresh patches
      
      (cherry picked from commit b6c4e06b)
      cba3f090
    • Martin Weinelt's avatar
      modules: update packages · bae72d9a
      Martin Weinelt authored
      b7bcf24a0 znc: backport CVE fixes to 1.6
      f91539e92 Merge pull request #7807 from D-Albers/openwrt-18.06
      550de2331 Merge pull request #8449 from micmac1/ssh2-1806-181
      16fcd6d38 mosquitto: bump to v1.5.8
      1a23db5b2 php7: Add PKG_CPE_ID for proper CVE tracking
      7aacf2423 php7: update to 7.2.16
      27433fc3e php7: fix cross compiling patch (fixes #8166)
      00f6119bd php7: update to 7.2.15
      ef57201aa php7: update to 7.2.14
      e9271cf27 php7: update to 7.2.13
      1308ba92c php7: update to 7.2.12
      9e330d6e9 php7: update to 7.2.11
      5e25be535 php7: update to 7.2.10
      85c616557 php7: adjust load priority for openssl (fixes #6893)
      31d279c96 nano: update to 4.0
      59aa52ccd libssh2: version bump/CVE fixes
      e47fe43ea Jinja2: Update to 2.10
      8d7e62d95 ruby: update to 2.5.5
      17a0279dd ruby: fix build for uclibc
      017b74d35 vpnc: fix IPv6-triggered inoperability
      563aafcee postgresql: Revert adding build dependency to zlib/host
      3323ebddf Merge pull request #8403 from BKPepe/transmission_openwrt-18.06
      c0293cd99 Merge pull request #8402 from BKPepe/netdata_openwrt-18.06
      9bb4bcc9b Merge pull request #8395 from EricLuehrsen/unbound_191_1806
      d444a910f transmission: update to version 2.94
      99c3670bb Netdata: update to version 1.12.2
      1e347beb3 libtalloc: Merge 2.1.14 from master (remove libbsd dependency)
      a476bf8d0 unbound: update to 1.9.1
      060e59a28 Merge pull request #8386 from wvdakker/openwrt-18.06
      86efe678a Shorewall6: Bump to 5.2.0.5.
      9cdc22eef Shorewall: Bump to 5.2.0.5.
      3669215b2 Shorewall6-lite: Bump to 5.2.0.5.
      762093fe7 Shorewall-lite: Bump to 5.2.0.5.
      1a97a8444 Shorewall-core: Bump to 5.2.0.5.
      121072523 postgresql: add HOST_BUILD_DEPENDS:=zlib/host
      daef6665b gnurl: update to version 7.64.0
      5fff80472 libgabe: add package
      cb253649a libpbc: add new package
      f03acaa39 Merge pull request #8346 from Cynerd/jinja2-missing-dep-18.06
      2324d341e Jinja2: add missing dependency on markupsafe
      0ba0e0d1b gnunet: revert accidentally applied libmicrohttpd changes
      799c409d3 gnunet-secushare: add package (replacing gnunet-social package)
      d70e35ba1 gnunet: GNUnet v0.11.0 release
      799f553b2 postgresql: update to version 9.6.12
      257dfbb55 libextractor: update to version 1.9
      6c2266acf gnurl: update to version 7.63.0
      3e6d392e0 openvswitch: bump to version 2.8.5
      931070c26 jool: Backport two fixes for newer kernels.
      
      (cherry picked from commit 23cc093b)
      bae72d9a
    • Martin Weinelt's avatar
      modules: update OpenWrt · 93be7ad5
      Martin Weinelt authored
      ca8b4d684b kernel: bump 4.14 to 4.14.109
      1ff4cd1ff1 kernel: bump 4.9 to 4.9.166
      22a3e65662 kernel: bump 4.14 to 4.14.108
      dac25a5f22 kernel: bump 4.9 to 4.9.165
      6c3ca1d1ea kernel: bump 4.14 to 4.14.107
      dcdf50956f kernel: bump 4.9 to 4.9.164
      4336cfda12 ramips: allow packets with ttl=0
      13eb73b278 mt76: update to latest openwrt-18.06 branch
      0a637c7f87 kernel: bump 4.14 to 4.14.106
      24f32072d2 kernel: bump 4.9 to 4.9.163
      dcfca830a8 ipq40xx: copy Fritz4040 UBoot to STAGING_DIR_IMAGE
      400601f0e3 tools/libelf: Add mirrors as main site is dead
      f87a1874ef mt76: update to latest openwrt-18.06 branch
      9f2cbcad6d busybox: add missing install dir
      4918fe0291 kernel: bump 4.14 to 4.14.105
      2b9d2f6624 kernel: bump 4.9 to 4.9.162
      
      Build-tested: ar71xx-generci, ramips-mt7621
      Runtime-tested: ramips-mt7621 (D-Link DIR-860L B1)
      (cherry picked from commit e79fce2c)
      93be7ad5
Loading