Bug 240222

Summary: audio/libshout: unable to connect to Shoutcast/Icecast servers
Product: Ports & Packages Reporter: Jose Alonso Cardenas Marquez <acm>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2019-08-30 22:57:37 UTC
Could you apply the following patch files to audio/libshout?

https://git.xiph.org/?p=icecast-libshout.git;a=commitdiff;h=0ac7ed9e84c3871d4427acc1ce59dca5e4af21ef

https://git.xiph.org/?p=icecast-libshout.git;a=commitdiff;h=b807c1e2550718bdc73d65ac1b05255d18f45c54

It fixed some problems with Icecast/Shoutcast source client using libshout library

https://gitlab.xiph.org/xiph/icecast-libshout/issues/2308
https://gitlab.xiph.org/xiph/icecast-libshout/issues/2309
https://gitlab.xiph.org/xiph/icecast-libshout/issues/2310

Otherwise, libshout is breaking some apps like audio/mixxx broadcasting features

Thanks!
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-03 19:13:34 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Sep  3 19:12:47 UTC 2019
New revision: 511026
URL: https://svnweb.freebsd.org/changeset/ports/511026

Log:
  Fix blocking state of connections

  - Bump PORTREVISION for package change

  PR:		240222
  Submitted by:	acm
  Obtained from:	https://gitlab.xiph.org/xiph/icecast-libshout/commit/0ac7ed9e84c3871d4427acc1ce59dca5e4af21ef
  		https://gitlab.xiph.org/xiph/icecast-libshout/commit/b807c1e2550718bdc73d65ac1b05255d18f45c54

Changes:
  head/audio/libshout/Makefile
  head/audio/libshout/files/
  head/audio/libshout/files/patch-include-shout-shout.h.in
  head/audio/libshout/files/patch-src-connection.c
  head/audio/libshout/files/patch-src-shout.c
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-09-03 19:19:23 UTC
Committed. Thanks!