Skip to content

Commit

Permalink
buildroot: bump to 2022.11.2
Browse files Browse the repository at this point in the history
This bumps Buildroot from 2022.11.1 to 2022.11.2.

From the [2022.11.2 announcement](https://lore.kernel.org/buildroot/[email protected]/T/)

```
Buildroot 2022.11.2 is a bugfix release, fixing a number of important /
security related issues discovered since the 2022.11.1 release.

- Fix make O=..._defconfig builds (regression in 2022.11.1).

- A number of additional/stricter checks have been added to
  ./utils/check-package.

- Build host dependencies check extended to check for a number of
  specific perl modules to better handle distributions (like Fedora)
  with very fine grained perl packages. Also ensure build host has
  git >= 2.0.0 when using packages written in go/rust because the
  vendoring may need it.

- Defconfigs: ASUS tinker rk3288: Fix boot issue related to TPL

- Security fixes for apache, c-ares, freeswitch, git, libgit2,
  libopenssl, libressl, lxc, modsecurity2, opusfile, python-future,
  sdl2, sudo, upx, vim, webkitgtk, wpewebkit, xlib_libXpm,
  xserver_xorg-server

- Fixes for download/compilation/runtime/license issues in afboot-stm32,
  barebox, elf2flt, fwts, gcc, gdal, gitlab-runner, ipmitool, kodi,
  libks, live555, lua, mariadb, mesa3d-headers, mongoose, netopeer2,
  nodejs, openjdk, openpowerlink, openvpn, postgresql, proftpd, pugixml,
  python-idna, qt5, rtl8192eu, rtl8723ds, sofia-sip, ssdp-responder,
  sunix-mali-utgard, thermald, ti-sgx-km, tmux, uboot, wolfssl, xxhash,
  xz, yajl, zabbix
```
  • Loading branch information
fhunleth committed Mar 9, 2023
1 parent 5108f91 commit 60812b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

set -e

NERVES_BR_VERSION=2022.11.1
NERVES_BR_VERSION=2022.11.2

DEFCONFIG=$1
BUILD_DIR=$2
Expand Down

0 comments on commit 60812b4

Please sign in to comment.