Skip to content
Snippets Groups Projects
  1. Dec 14, 2023
  2. Dec 11, 2023
  3. Dec 06, 2023
  4. Nov 27, 2023
  5. Nov 24, 2023
    • Michal Hrusecky's avatar
      patches/openwrt: Update kernel to 5.15.139 · e3abd1fc
      Michal Hrusecky authored
      Update to the latest kernel and drop two patches related to Omnia LEDs
      as they were merged upstream.
      Verified
      e3abd1fc
    • Michal Hrusecky's avatar
      patches/(openwrt|luci): Support for pref64 (RFC 8781) · 5200f3a4
      Michal Hrusecky authored
      This option of IPv6 Router Advertisements allows devices connected to
      a IPv6-only network to discover IPv6 prefix of the NAT64 gateway.
      Devices can use this information for instance to setup client translator
      (CLAT) from IPv4 to IPv6 in 464XLAT (RFC 6877) scenario or to handle
      IPv4 address literal on application level.
      
      To enable PREF64 option, a new uci parameter ra_pref64 has to contain
      the NAT64 prefix, including prefix length. Only lengths of 96, 64, 56,
      48, 40 and 32 bits are supported. For example, to annonce the Well-Known
      Prefix:
      
      config dhcp 'lan'
              …
              option ra_pref64 '64:ff9b::/96'
      Verified
      5200f3a4
  6. Nov 06, 2023
  7. Nov 03, 2023
  8. Nov 02, 2023
  9. Oct 31, 2023
  10. Oct 30, 2023
  11. Oct 16, 2023
  12. Oct 13, 2023
  13. Oct 11, 2023
  14. Oct 07, 2023
  15. Oct 04, 2023
  16. Oct 03, 2023
  17. Oct 02, 2023
    • Tomas Zak's avatar
      packages: libs/openssl: Upgrade to version 1.1.1w · e03247bb
      Tomas Zak authored
      Upgrade openssl to latest version 1.1.1w and follow upstream OpenWrt 22.03 This
      upgrade fixing CVE-2023-4807
      Verified
      e03247bb
    • Tomas Zak's avatar
      packages: python/numpy: Bump to version 1.24.3 · 81e72ba4
      Tomas Zak authored
      Bump numpy to version 1.24.3 and added two patches.  First patch used for
      setuptools and wheel pinned in pyproject.toml are older than the versions
      available in the packages repo. (8d331953f34a1ed231cb24893c68606813c36824)
      Second patch is for stops numpy from reading .numpy-site.cfg in the build
      user's home directory. (3cee44d88837b5679a96f0155205ec15883d5aef)
      Added openblas support. (5cafab68ff5bddf5470e7674bb0bf8d0415e8804)
      Upgrade Cython to 0.29.32 (5b9a66cd7c437ab9d0c1e2b466739ec060f6e9d6)
      Verified
      81e72ba4
    • Michal Hrusecky's avatar
      packages/wget: Do not autoreconf · 6f34132c
      Michal Hrusecky authored
      Autoreconfiguring wget can result in broken setup with
      GNULIBHEADERS_OVERRIDE_WINT_T not being set. This might be caused by
      something being too old, haven't dug deep enough to find the root cause,
      but for now using upstream generated configure and Makefile will help us
      keep going.
      Verified
      6f34132c
    • Michal Hrusecky's avatar
      new_release: Tag also packages feed if present · ab24b203
      Michal Hrusecky authored
      When doing a release, it is nice to also tag a packages feed. It is
      bothersome to do it manually, so let's do it automatically if possible.
      Verified
      ab24b203
  18. Sep 27, 2023