Skip to content
Snippets Groups Projects
  1. Sep 03, 2023
    • Tianling Shen's avatar
      mpd: Update to 0.23.13 · 8f0f2c9b
      Tianling Shen authored
      
      ver 0.23.13 (2023/05/22)
      * input
        - curl: fix busy loop after connection failed
        - curl: hide "404" log messages for non-existent ".mpdignore" files
      * archive
        - zzip: fix crash bug
      * database
        - simple: reveal hidden songs after deleting containing CUE
      * decoder
        - ffmpeg: reorder to a lower priority than "gme"
        - gme: require GME 0.6 or later
      * output
        - pipewire: fix corruption bug due to missing lock
      * Linux
        - shut down if parent process dies in --no-daemon mode
        - determine systemd unit directories via pkg-config
      * support libfmt 10
      
      ver 0.23.12 (2023/01/17)
      * input
        - curl: require CURL 7.55.0 or later
      * decoder
        - mad: fix integer underflow with very small files
      * tags
        - fix crash bug due to race condition
      * output
        - pipewire: adjust to PipeWire 0.3.64 API change
      * fix build failures with GCC 13
      
      Removed upstreamed patch.
      
      Signed-off-by: default avatarTianling Shen <cnsztl@immortalwrt.org>
      (cherry picked from commit f43e7a5067f5d594ffee9ad66fe50256b423c524)
      8f0f2c9b
    • Luca Barbato's avatar
      nvme-cli: Fix categorization · f99d7289
      Luca Barbato authored
      
      Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
      (cherry picked from commit b5463d16f1b962c36784ff92252db49b5b3791b9)
      f99d7289
    • Robert Marko's avatar
      mhz: respect CC and CFLAGS passed by buildsystem · a412d357
      Robert Marko authored
      
      It seems that the Makefile has both CC and CFLAGS hardcoded and does not
      allow overriding them by ones being passed by the buildsystem.
      
      This works fine until CONFIG_PKG_ASLR_PIE_ALL is selected, then building
      will fail with:
      arm-openwrt-linux-muslgnueabi/bin/ld.bfd: mhz.o: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
      arm-openwrt-linux-muslgnueabi/bin/ld.bfd: mhz.o(.text+0x75c): unresolvable R_ARM_CALL relocation against symbol `__aeabi_l2d@@GCC_3.5
      
      So, lets add a patch pending upstream that allows both CC and CFLAGS to be
      overriden so that ones passed by the buildsystem are actually respected.
      
      Fixes: 89123b308f98 ("mhz: add new package")
      Signed-off-by: default avatarRobert Marko <robimarko@gmail.com>
      (cherry picked from commit 6c28f46f37d35dce06c320d9ac7f256c113aea22)
      a412d357
    • Josef Schlehofer's avatar
  2. Sep 02, 2023
  3. Sep 01, 2023
  4. Aug 31, 2023
  5. Aug 30, 2023
  6. Aug 29, 2023
  7. Aug 28, 2023
Loading