Skip to content
Snippets Groups Projects
  1. Oct 20, 2023
  2. 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
  3. May 17, 2023
  4. Apr 21, 2023
    • Paul Fertser's avatar
      treewide: remove AUTORELEASE · 0c10c224
      Paul Fertser authored
      
      Automatically compute and substitute current values for all
      $(AUTORELEASE) instances as this feature is deprecated and shouldn't be
      used.
      
      The following temporary change was made to the core:
      
      diff --git a/rules.mk b/rules.mk
      index 57d7995d4fa8..f16367de87a8 100644
      --- a/rules.mk
      +++ b/rules.mk
      @@ -429,7 +429,7 @@ endef
       abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))
      
       COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
      -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
      +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
      
       all:
       FORCE: ;
      
      And this command used to fix affected packages:
      
      for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                                    sed 's^.*/\([^/]*\)/Makefile^\1^';);
      do
        make package/$i/download
      done
      
      Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
      0c10c224
  5. Apr 08, 2023
  6. Jan 14, 2023
  7. Jan 10, 2023
  8. Jan 02, 2023
  9. Nov 21, 2022
  10. Nov 11, 2022
  11. Nov 05, 2022
  12. Nov 04, 2022
  13. Nov 03, 2022
  14. Nov 01, 2022
  15. Oct 26, 2022
  16. Oct 21, 2022
  17. Aug 20, 2022
  18. Aug 19, 2022
  19. Aug 16, 2022
  20. Aug 04, 2022
  21. Jul 17, 2022
  22. Jul 15, 2022
  23. Jun 19, 2022
Loading