1
0
Files
shairport-sync/airplay-server.xml
Hillwood Yang 35a1060f6a - Added missing runtime dependency: avahi
- Removed: drop-user-config.patch
  This is now configurable in the build system.
- Update version to 4.3.4
  * https://github.com/mikebrady/shairport-sync/releases/tag/4.3.4
  * ALSA: better support for HDMI ports
  * Enabled termination of a disconnected session in AirPlay 2 operation after
    a timeout -- it had been disabled by default.
  * Fixed a bug that prevented Shairport Sync from terminating cleanly when a
    fatal error occurred while directly accessing the alsa output device.
  * Fixed a bug that prevented Shairport Sync from recovering cleanly if a
    player disconnected without warning.
  * Avoided using TCP_KEEPINTVL and TCP_KEEPCNT if they are not defined.
  * Fixed a race condition with the metadata queues.
- Update version to 4.3.3
  * https://github.com/mikebrady/shairport-sync/releases/tag/4.3.3
  * The man entry for Shairport Sync has moved from Section 7 (Miscellaneous
    information) to where it should be: Section 1 (General commands (tools and
    utilities)).
  * Bug fix: Use pthread_rwlock_wrlock instead of pthread_rdlock_wrlock when
    tearing down a connection.
  * Add support for the mbedtls3 library.
  * If a network interface is specified in the configuration file, limit
    addresses used for PTP to that network interface only.
  * Make Shairport Sync terminate if the configuration file exists but can not
    be opened. 
  * Look for DACP-ID and Active-Remote in the GET /info request, where it
    sometimes appears in an AirPlay 2 session originating from an Intel Mac.
  * Do not print the password in debug logs.
- Add missing runtime dependency: avahi (boo#1213521)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=41
2024-09-04 14:58:16 +00:00

15 lines
486 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>airplay-server</short>
<description>Airplay Server</description>
<port protocol="tcp" port="3689"/>
<port protocol="tcp" port="5000"/>
<port protocol="tcp" port="7000"/>
<port protocol="tcp" port="32768-60999"/>
<port protocol="udp" port="319"/>
<port protocol="udp" port="320"/>
<port protocol="udp" port="5353"/>
<port protocol="udp" port="6000-6009"/>
<port protocol="udp" port="32768-60999"/>
</service>