Skip to content
  1. Nov 24, 2022
    • Peter Korsgaard's avatar
      Update for 2022.11-rc3 · 269c1e93
      Peter Korsgaard authored
      
      
      Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      269c1e93
    • Peter Korsgaard's avatar
      package/libkrb5: security bump to version 1.20.1 · f93c47fa
      Peter Korsgaard authored
      
      
      Fixes the following security issue:
      
      CVE-2022-42898: In MIT krb5 releases 1.8 and later, an authenticated
      attacker may be able to cause a KDC or kadmind process to crash by reading
      beyond the bounds of allocated memory, creating a denial of service.  A
      privileged attacker may similarly be able to cause a Kerberos or GSS
      application service to crash.  On 32-bit platforms, an attacker can also
      cause insufficient memory to be allocated for the result, potentially
      leading to remote code execution in a KDC, kadmind, or GSS or Kerberos
      application server process.  An attacker with the privileges of a
      cross-realm KDC may be able to extract secrets from a KDC process's memory
      by having them copied into the PAC of a new ticket.
      
      Bugfix tarballs are located in the same directory as the base version, so
      introduce LIBKRB5_VERSION_MAJOR.
      
      Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      Signed-off-by: default avatarArnout Vandecappelle <arnout@mind.be>
      f93c47fa
    • Yann E. MORIN's avatar
      package.libopenssl: fix enabling/disabling mdc2 · 45bb69c2
      Yann E. MORIN authored
      
      
      Commit 3dbc86f0 (openssl: bump version, enable mdc2+camellia+tlsext)
      form 2010-06-03, forced the build of mdc2. Commit a83d4186
      (package/libopenssl: add option to enable some features) added an option
      to explicitly disable mdc2, but forgot to amend the existing enabling
      option.
      
      It appears that, like most (all?) openssl config options, mdc2 ends up
      enabled unless explicitly disabled.
      
      Additionally, mdc2 depends on DES, so without DES, mdc2 gets disabled.
      
      So, drop the explicit enabling option, and make mdc2 select DES.
      
      Signed-off-by: default avatarYann E. MORIN <yann.morin.1998@free.fr>
      Cc: "GAUTRON, Erwan" <erwan.gautron@bertin.fr>
      Cc: "Weber, Matthew L Collins" <Matthew.Weber@collins.com>
      Signed-off-by: default avatarArnout Vandecappelle <arnout@mind.be>
      45bb69c2
    • Yann E. MORIN's avatar
      package/libopenssl: drop useless option for rc5 · d7178dd4
      Yann E. MORIN authored
      
      
      Commit a83d4186 (package/libopenssl: add option to enable some
      features) added an option to enable rc5. However, since commit
      1fff9412 (Fixup non-x86 openssl build), dated 2002-12-30, rc5
      has always been forcibly disabled in Buildroot.
      
      Given that it was unconditionally disabled all this time, and no
      one complained, it means there is virtually no-one using rc5, so we
      can just drop the option.
      
      Signed-off-by: default avatarYann E. MORIN <yann.morin.1998@free.fr>
      Cc: "GAUTRON, Erwan" <erwan.gautron@bertin.fr>
      Cc: "Weber, Matthew L Collins" <Matthew.Weber@collins.com>
      Signed-off-by: default avatarArnout Vandecappelle <arnout@mind.be>
      d7178dd4
    • Michael Nosthoff's avatar
      package/swupdate: add libubootenv as optional dependency · a11b3608
      Michael Nosthoff authored
      
      
      If the swupdate configuration contains CONFIG_UBOOT=y it uses
      libubootenv to access the U-Boot environment.
      
      We don't have Buildroot config options for all the different optional
      dependencies of swupdate, instead we rely on the user to select the
      appropriate packages and simply add the dependency in the .mk file. Do
      this for libubootenv as well. swupdate doesn't have anything like
      HAVE_LIBUBOOTENV, it just assumes libubootenv is available.
      
      Fixes:
      bootloader/uboot.c:23:10: fatal error: libuboot.h: No such file or directory
         23 | #include <libuboot.h>
      
      Note that libubootenv is normally built before swupdate (alphabetical
      ordering), so the error only occrus with BR2_PER_PACKAGE_DIRECTORIES or
      when building swupdate directly.
      
      Note that the autobuilders don't have this error, because they only
      build swupdate with a default configuration that doesn't have U-Boot
      support.
      
      Signed-off-by: default avatarMichael Nosthoff <buildroot@heine.tech>
      Signed-off-by: default avatarArnout Vandecappelle <arnout@mind.be>
      a11b3608
  2. Nov 23, 2022
  3. Nov 22, 2022
  4. Nov 21, 2022
  5. Nov 20, 2022
  6. Nov 19, 2022
  7. Nov 17, 2022
Loading