Skip to content
  1. Mar 04, 2018
  2. Mar 03, 2018
  3. Mar 02, 2018
  4. Mar 01, 2018
  5. Feb 28, 2018
    • Peter Seiderer's avatar
      sdl2: rpi video support needs OpenGL ES · 8778c902
      Peter Seiderer authored
      Fixes [1]:
      
        .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c: In function 'RPI_Create':
        .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:126:39: error: 'RPI_GLES_DefaultProfileConfig' undeclared (first use in this function); did you mean 'RPI_GLES_DeleteContext'?
             device->GL_DefaultProfileConfig = RPI_GLES_DefaultProfileConfig;
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                               RPI_GLES_DeleteContext
        .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:126:39: note: each undeclared identifier is reported only once for each function it appears in
        .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c: In function 'RPI_CreateWindow':
        .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:281:17: error: 'SDL_VideoDevice {aka struct SDL_VideoDevice}' has no member named 'egl_data'; did you mean 'gl_data'?
             if (!_this->egl_data) {
                         ^~~~~~~~
                         gl_data
        .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:286:10: error: 'SDL_WindowData {aka struct SDL_WindowData}' has no member named 'egl_surface'
             wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window);
                  ^~
        .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:286:26: warning: implicit declaration of function 'SDL_EGL_CreateSurface'; did you mean 'SDL_Vulkan_CreateSurface'? [-Wimplicit-function-declaration]
             wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window);
                                  ^~~~~~~~~~~~~~~~~~~~~
                                  SDL_Vulkan_CreateSurface
        .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:288:14: error: 'SDL_WindowData {aka struct SDL_WindowData}' has no member named 'egl_surface'
             if (wdata->egl_surface == EGL_NO_SURFACE) {
                      ^~
      
      [1] http://autobuild.buildroot.net/results/9612d43b192bbb88214a11fe18f8b8da6ad10313
      
      
      
      Signed-off-by: default avatarPeter Seiderer <ps.report@gmx.net>
      Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      8778c902
    • Fabio Estevam's avatar
      fcf28ee3
    • Fabio Estevam's avatar
      d5b79553
    • Yann E. MORIN's avatar
      package/tvheadend: disable for microblazeel · e1a59357
      Yann E. MORIN authored
      tvheadend does not build on microblazeel, because of some assertion
      failure in binutils:
      
          [...]/microblazeel-buildroot-linux-uclibc/bin/ld: FDE encoding in [...]/lib/gcc/microblazeel-buildroot-linux-uclibc/6.4.0/libgcc.a(_divdi3.o)(.eh_frame) prevents .eh_frame_hdr table being created.
          [...]/microblazeel-buildroot-linux-uclibc/bin/ld: FDE encoding in [...]/lib/gcc/microblazeel-buildroot-linux-uclibc/6.4.0/libgcc.a(_udivdi3.o)(.eh_frame) prevents .eh_frame_hdr table being created.
          [...]/microblazeel-buildroot-linux-uclibc/bin/ld: FDE encoding in [...]/lib/gcc/microblazeel-buildroot-linux-uclibc/6.4.0/libgcc.a(_umoddi3.o)(.eh_frame) prevents .eh_frame_hdr table being created.
          [...]/microblazeel-buildroot-linux-uclibc/bin/ld: BFD (GNU Binutils) 2.29.1 assertion fail elf32-microblaze.c:1494
          [...]/microblazeel-buildroot-linux-uclibc/bin/ld: [...]/sysroot/usr/lib/Scrt1.o: probably compiled without -fPIC?
          [...]/microblazeel-buildroot-linux-uclibc/bin/ld: final link failed: Bad value
          collect2: error: ld returned 1 exit status
      
      Fixes:
          http://autobuild.buildroot.org/results/85475885a95f23f3dbc88e5b162108a458233bc4/
      
      
          [...]
      
      Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
      Cc: Waldemar Brodkorb <wbx@openadk.org>
      Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      e1a59357
    • Peter Korsgaard's avatar
      wavpack: add upstream security fixes · 4de7e07e
      Peter Korsgaard authored
      
      
      Fixes the following security issues:
      
      CVE-2018-6767: A stack-based buffer over-read in the ParseRiffHeaderConfig
      function of cli/riff.c file of WavPack 5.1.0 allows a remote attacker to
      cause a denial-of-service attack or possibly have unspecified other impact
      via a maliciously crafted RF64 file.
      
      CVE-2018-7253: The ParseDsdiffHeaderConfig function of the cli/dsdiff.c file
      of WavPack 5.1.0 allows a remote attacker to cause a denial-of-service
      (heap-based buffer over-read) or possibly overwrite the heap via a
      maliciously crafted DSDIFF file.
      
      CVE-2018-7254: The ParseCaffHeaderConfig function of the cli/caff.c file of
      WavPack 5.1.0 allows a remote attacker to cause a denial-of-service (global
      buffer over-read), or possibly trigger a buffer overflow or incorrect memory
      allocation, via a maliciously crafted CAF file.
      
      Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
      4de7e07e
  6. Feb 27, 2018
Loading