Skip to content
Snippets Groups Projects
  1. Nov 14, 2023
  2. Nov 08, 2023
  3. Nov 07, 2023
  4. Nov 06, 2023
  5. Nov 05, 2023
    • David Bauer's avatar
      modules: update packages · bb08998a
      David Bauer authored
      55aef54b7 nmap: backport fix to be able to compile it with OpenSSL 1.1
      ea020233c iperf3-mt: new package
      9d611efed dnsproxy: new features
      542e8dae9 aircrack-ng: backport patch and move package to pcre2
      3754fbdd3 aircrack-ng: bump to release 1.7
      66774c3b3 pyodbc: Fix segmentation fault
      9068bc76c speedtestcpp: update to 1.20.3
      3b240b06f wavemon: bump to 9.5.0
      4ae738408 libndpi: bump to release 4.8
      a1f665fc9 haproxy: move to PCRE2
      5a27d7d8b strongswan: Update to 5.9.11
      f218d96e1 python3: Fix building C extensions with setuptools
      4aaa4844f efibootmgr: Add armsr target support
      41f5c318d  efivar: Add armsr target support
      78b009fbd dmidecode: Add armsr target support
      18061b655 zerotier: fix typo
      6ab71e289 aircrack-ng: fix wrong inclusion of libbsd if detected
      96e1b50f1 lighttpd: update to lighttpd 1.4.73 release hash
      ec2255903 sing-box: update to v1.6.0
      69db0bd91 rust: Fix compile error for mipsel_24kc+24kf
      ca8eb766a rust: Fix compile error if build dir and DL_DIR on separate filesystems
      bb08998a
    • David Bauer's avatar
      modules: update openwrt · ea48d503
      David Bauer authored
      7c43ced160 libnl: add support for cli
      ec54022549 mediatek: add label-mac for GL.iNet GL-MT3000
      610ae4d344 odhcpd: Bump to latest commits
      8ed934f371 uboot-mediatek: fix global pll clock override on mtk_spim
      250ab7b7a5 build: fix pkg-config detection when inside of a nix-shell
      592aacc3d9 ci: add workflow for automated GitHub release
      65a10c8230 hostapd: fix broken WPS on broadcom-wl and ath11k
      21e5db97c4 build: add CycloneDX SBOM JSON support
      4ef8899c7a package-dumpinfo,metadata: add ABI version information to package index
      fdeb7d6dd0 package-metadata: add CPE information to JSON package manifests
      21552a955a package-dumpinfo: add CPE information to package index
      40203cdbde firewall4: update to the latest version
      f34ccb10dd ucode: update to latest Git HEAD
      51b1d5950e ucode: fix build on macos
      b549880815 ucode: update to latest Git HEAD
      41f27bbb6d bcm53xx: add the latest fix version of brcm_nvram
      0dec0e0f19 kernel: fix mtd/NVMEM regression affecting U-Boot env NVMEM driver
      20736013e9 kernel: backport nvmem v6.6 fixes and v6.7 changes
      066971615f kernel: backport v6.6 nvmem changes
      b649b0bf71 kernel: nvmem: fix "fixed-layout" & support "mac-base"
      e465592155 urngd: update to version 2023-11-01
      1157b8c1f1 uboot-mediatek: fix determine the size of an uImage.FIT using 'imsz' or 'imszb'.
      89184b15cf mediatek: add build for MT7981 RFB
      25bb84e273 uboot-mediatek: add build for mt7981 rfb
      3f6e28e39c arm-trusted-firmware-mediatek: fix copy&paste error in Makefile
      958817b1c3 kernel: serial: 8250_mtk: track busclk state to avoid bus error
      ea48d503
    • David Bauer's avatar
    • David Bauer's avatar
      generic: fix removal of mbedtls (#3053) · b14050da
      David Bauer authored
      
      Package name of mbedtls is not 'mbedtls' but 'libmbedtls'.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      Unverified
      b14050da
    • Andreas Ziegler's avatar
    • Andreas Ziegler's avatar
      Merge pull request #2954 from Rotzbua/gluon-status-page_accessibility · f8789283
      Andreas Ziegler authored
      gluon-status-page: html: improve accessibility
      Unverified
      f8789283
    • David Bauer's avatar
      target: remove package-removal NOPs (#3047) · 0e9f9e77
      David Bauer authored
      
      OpenWrt does not ship with WolfSSL anymore. Instead mbedTLS is shipped
      by default.
      
      We can remove the default removal of WolfSSL packages, as they are not
      included by default anymore.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      Unverified
      0e9f9e77
  6. Nov 03, 2023
    • David Bauer's avatar
      gluon-core: dont fail on unset interface role · c4d37036
      David Bauer authored
      
      In case no interface role was selected for a given interface,
      gluon-reconfigure currently fails with
      
      Configuring: 021-interface-roles
      /usr/bin/lua: /usr/lib/lua/gluon/util.lua:25: bad argument #1 to 'pairs' (table expected, got nil)
      stack traceback:
      	[C]: in function '?'
      	/usr/lib/lua/simple-uci.lua:22: in function 'foreach'
      	./021-interface-roles:47: in main chunk
      	[C]: ?
      
      Check we actually have a role set before accessing the table.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      c4d37036
  7. Nov 02, 2023
  8. Nov 01, 2023
  9. Oct 31, 2023
    • David Bauer's avatar
      gluon-mesh-vpn: depend on simple-tc in implementation · 925cb358
      David Bauer authored
      
      The vpn-core package does not utilize simple-tc anymore.
      This is now up to the VPN implementations.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      925cb358
    • David Bauer's avatar
      treewide: remove stale migrations · 759bcf35
      David Bauer authored
      
      Remove old migrations which are due to be removed.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      759bcf35
    • David Bauer's avatar
      modules: update gluon · 12807014
      David Bauer authored
      2cf0156 libplatforminfo: handle armsr target
      12807014
    • David Bauer's avatar
      modules: update routing · 1bc88de5
      David Bauer authored
      83ef378 nodogsplash: explicit file copy
      eb2a29e nodogsplash: update to version 5.0.2
      1bc88de5
    • David Bauer's avatar
      modules: update packages · bb884034
      David Bauer authored
      be1804da8 tor: update to 0.4.8.7 stable
      c214bc111 zabbix: move to PCRE2 library
      876f3fa5b postfix: move to PCRE2 library
      f2fb6c561 postfix: bump to 3.8.2 release
      08670d65c knot: patch enabling PKCS11 related code only if PKCS11 is available
      89f92abc3 knot: update to version 3.3.2
      2cc3f40b6 fdm: update to 2.2 release and switch to PCRE2
      69d10e78e tvheadend: drop support for PCRE
      8e4d2a7a6 tvheadend: add dependency on gettext (host)
      ba3a2c198 tvheadend: update to 2023-06-05
      ae7e40514 freeradius3: switch to pcre2
      7226eb4fa freeradius3: Update to 3.0.26
      f304110d0 travelmate: release 2.1.1-2
      6db87db0a travelmate: release 2.1.1
      2ff4bbaa5 ngtcp2: update to 1.0.1
      235df4a22 dnsproxy: Update to 0.56.2
      9af082dbc rclone: Update to 1.64.2
      c37c2c5e0 rclone: Update to 1.64.1
      f804ce20d https-dns-proxy: bugfix: crashes on logging from upstream
      2f40f153b curl: prepare for HTTP/3 support
      101ef86ee ngtcp2: add new package
      e9bc3a70d nghttp3: add new package
      273132baa snowflake: update to 2.7.0
      b441feedf sing-box: update to v1.5.4
      2dd9b92c1 transmission: update to 4.0.4
      30fdc34b9 transmission: fix depends on libmbedtls
      e458d26df exim: update to version 4.96.2
      f4406635c cryptsetup: update to version 2.6.1
      a5aa83ea2 lvm2: update LVM2 to 2.03.22 and DM to 1.02.196
      8ef1ea882 https-dns-proxy: bugfix: prevent crashes on IPv6 systems
      8ca88fc77 tor: fix daemon reloading
      29837902d tor: update to 0.4.8.4 stable
      1350b323b stress-ng: backport immintrin.h header detection for GCC 13
      6d52a2476 stress-ng: bump to version 0.17.00
      2b6d8fff1 stress-ng: bump to version 0.15.10
      94be9cc19 shadowsocks-libev: convert to PCRE2
      f14a03638 ooniprobe: remove unused package
      a566154df micropython-lib: move to PCRE2
      9f4329153 conntrack-tools: update to 1.4.8
      2d5990822 adblock-fast: bugfix: allow command
      985d0af6e rust: fix build with glibc, ARM and hard floats
      e9d12e379 shairport-sync: fix init script
      fb0c43164 net-snmp: backport patch fixing memory leak for PCRE2
      3658011d9 node: Friday October 13 2023 Security Releases
      f8753b970 ddns-scripts: add ddns-scripts-utils package
      c34885d8b ddns-scripts: desec.io - update url to https
      a56540e73 ddns: Prevent clearing of desec.io entries
      8a5dd0672 https-dns-proxy: bugfix: logging crashing instances on ath79
      156c8ab3b dnsdist: update to 1.8.2
      f9b72c115 dnsdist: update to 1.8.1
      d2599b8f2 dnsdist: Move the configuration to Config.in
      c0ce509c4 dnsdist: Split in two packages `dnsdist` and `dnsdist-full`
      bad939906 h2o: ABI-breaking patch for CVE-2023-44487
      cadf429a4 h2o: Build libh2o-evloop without yaml support
      d1c12e082 nghttp2: fix CVE-2023-44487
      e67bba368 lighttpd: update to lighttpd 1.4.72 release hash
      c42f1261f zsh: use autoreconf PKG_FIXUP to configure
      45498f4b8 zsh: backport PCRE2 patches and move to it
      b8fe33cd2 golang: Update to 1.21.3
      2fa541608 samba4: Update to version 4.18.8
      1465e81a4 dnsproxy: Update to 0.56.1
      54c8035cf rust: update to 1.73.0
      58ade934e kmod: update to 31
      8d06c50d5 snowflake: update to 2.6.1
      c09ba4e6e node: bump to v18.18.1
      0e6ceb80f cni-protocol: update protocol
      7fe0677d0 podman: update to 4.7.1
      c01ce827d aardvark-dns: update to 1.8.0
      e07515df0 netavark: update to 1.8.0
      a38348e64 slirp4netns: update to 1.2.2
      35f99480c crun: update to 1.9.2
      3fd6e9e05 conmon: update to 2.1.8
      6544ab791 python-setuptools-rust: Set cargo profile from environment variable
      6bded4a1f rust: Set release profile settings
      74b970fbc rust: Add option to use sccache
      236da17e6 rust: Use make's jobserver when building packages
      185f27789 rust: Consolidate cargo environment variables
      9762480e0 rust: Move CARGO_HOME to $(DL_DIR)/cargo
      a9e98ed2d rust: Move cargo config options into environment variables
      c3247d59e rust: Install to $(STAGING_DIR)/host
      b7a65dba3 rust: Improve Host/Install speed
      a80300210 rust: Cache bootstrap downloads to $(DL_DIR)/rustc
      7a947aa22 rust: Add RUST_HOST_FEATURES for host builds
      6f2cba3ef rust: Use build host Python
      12be20d0c python-zope-interface: Update to 6.1, refresh patch
      bb884034
    • David Bauer's avatar
      modules: update openwrt · 0e844852
      David Bauer authored
      16fcad47a4 hostapd: fix OWE association with mbedtls
      6bb3c2eba8 ramips: enable wireless LEDs activity blinking for TP-Link EC330-G5u v1
      eaf44c5696 hostapd: do not trim trailing whitespace, except for newline
      220ab83cd1 ath79: increase the rfkill debounce interval for TP-Link Archer C7 v2
      ed6e13649d ramips: fix Gigabit Ethernet port of the HiWiFi HC5861
      26164312b4 iptables: opt-out of lto usage
      f1ea45f853 lua: opt-out of lto usage
      1d5d149330 libsepol: opt-out of lto usage
      b5817d14c9 libselinux: opt-out of lto usage
      fefa446127 iwinfo: opt-out of lto usage
      07e9c27bde build: hide kmod-zram config unless enabled
      3d0a78add2 qualcommax: only build initramfs if CONFIG_TARGET_ROOTFS_INITRAMFS is set
      620721f642 uboot-mediatek: Sync phy-mode for Xiaomi Redmi Router AX6000
      982f859144 sunxi: fixes led for nanopi boards
      64ab02aff8 kernel: bump 5.15 to 5.15.137
      06efc8027f kernel: bump 5.15 to 5.15.136
      8ff9264177 bcm53xx: backport XHCI patch modifying xhci_run_finished()
      269896fed0 kernel: bump 5.15 to 5.15.135
      aaa1286b89 kernel: fix jffs2 compilation with GCC_PLUGIN_RANDSTRUCT enabled
      5368066e9b umdns: update to the latest version
      525adac8ee uqmi: update to latest HEAD
      c4c9f61331 prereq: merge common cases in SetupHostCommand
      9eec4eb268 prereq: make existing binary check work for sdk as well
      6150df13a3 bcm53xx: backport 1 more late DT patch accepted for v6.7
      7bd682bc58 bcm53xx: disable unused switch ports in downstream patch
      cd189cdefe bcm53xx: backport DT changes queued for v6.7
      a1e3ec0ff6 bcm53xx: simplify patch adding switch ports
      ba300c8a1c bcm53xx: build a single device per profile
      97980323ef bcm53xx: add support for ASUS RT-AC3100
      07d4455cee bcm53xx: backport DT changes for ASUS RT-AC3100 queued for v6.6
      74dbee1ea0 bcm53xx: add Wavlink Quantum DAX/WL-WN538A8 as alt name
      cdf7c3a16e openssl: update to 3.0.12
      6a1b92b024 bcm53xx: Linksys EA9200 nvram and 02_network fixes
      75fe50defe ramips: TP-link archer A6/C6 device tree updates
      263ef841d4 CI: provide new required secret for S3 endpoint and bucket name
      c53dda11a2 CI: generilize S3 secret keys name and rename to proper name
      b63c6e3512 CI: drop unused reusable workflow and dockerfiles
      76a9b0e02a CI: migrate each workflow to use reusable workflow from dedicated repo
      3826ebbd18 CI: build-tools: build all host tools
      b00fcab13c CI: label-kernel: support compile testing kernel version and all target
      6cdd9a6de4 ci: build: verify downloaded toolchain tarball
      37395ecb32 ci: bump buildworker container to version v6
      05331f0ef8 CI: kernel: test each subtarget on push events
      f7e4f8cbbf CI: add support for getting ccache cache from S3
      5bfa66bcf3 CI: build: limit cache save/delete only on push events
      15f4d6b244 CI: coverity: disable ccache usage
      51adcb7cd2 CI: build: fix ccache cache usage
      d7e2468e13 CI: build: add option to define custom ccache cache type
      c8d4694d2c CI: build: add option to disable use of ccache
      fad08e8e23 CI: build: add job to remove previous ccache cache if already exist
      c5441d24d9 CI: build: split cache ccache in separate restore and save jobs
      f666723f6d CI: ignore master branch for push events
      e83384b87e CI: build: Add support to use container included external toolchain
      e2780cbb2f CI: push-containers: build and push container with external toolchain
      6099d083a6 CI: build: add checks to test if toolchain container can be used
      6c80c7533b CI: build: add option to configure container to use
      b98b3d4296 CI: build: package external toolchain after build
      6420851c0c CI: build: drop redundant generate ccache hash job
      ee3600a91e image: Fix the CONFIG_EXTERNAL_CPIO logic
      023f90fbc8 Revert "lantiq: xrx200: mark subtarget as source-only"
      03cb2d63f4 apm821xx: WNDR4700: fix broken sysupgrade, factory images
      58d57f7673 ipq40xx: wpj428: switch to zimage to fit kernel partition
      4afff7b8b5 ipq40xx: switch to performance governor by default
      1304234dd7 netifd: update to latest git HEAD
      0da199f60c base-files: fix wrong ucidef_set_network_device_mac network-device entry
      c0c4a9bce4 armsr: preserve configuration during sysupgrade
      72f7f18d2b mbedtls: Update to version 2.28.5
      77061285e4 ramips: fix ZyXEL NR7101 bricking typo
      4245adf4e0 realtek: add support for HPE 1920-8g-poe+ (65W)
      2ce5521bd2 realtek: rename hpe,1920-8g-poe to match hardware
      0bc33a6505 ath79: wpj563: enable 2nd USB controller
      0e844852
    • David Bauer's avatar
  10. Oct 30, 2023
  11. Oct 29, 2023
    • Rouven Czerwinski's avatar
      gluon-radv-filterd: replace malloc with calloc · 56cde733
      Rouven Czerwinski authored
      Allocation of the router structure for newly detected router
      advertisements was done using malloc and selectively clearing some of
      the structure fields. However the redirect boolean was never set to 0,
      which means that during update_redirect, we would depend on the random
      initialization value of the structure.
      
      This means that sometimes ebtables-tiny wouldn't add the correct rules
      for the advertised routes.
      56cde733
  12. Oct 26, 2023
  13. Oct 22, 2023
  14. Oct 21, 2023
  15. Oct 20, 2023
  16. Oct 19, 2023
Loading