traefik2/_service
Alexandre Vicenzi 9a87519d0d - Update to version 2.11.3
* CVEs:
    * CVE-2024-24788 (bsc#1224018): A malformed DNS message in response to a
      query can cause the Lookup functions to get stuck in an infinite loop.
  * Bug fixes:
    [server] Remove deadlines for non-TLS connections
            (gh#traefik/traefik#10615 by rtribotte)
    [webui] Display of Content Security Policy values getting out of screen
            (gh#traefik/traefik#10710 by brandonfl)
    [webui] Fix provider icon size
  * Additional fixes: bnc#1224308 and bnc#1224384
- Packaging:
  * Use Traefik's src.tar.gz files containing a pre-built frontend to simplify the packaging process
  * Fixes bsc#1224308 and bsc#1224384
- Removed allow-node-21.patch and prepare-sources.sh script

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik2?expand=0&rev=2
2024-05-24 08:28:39 +00:00

9 lines
233 B
Plaintext

<services>
<service name="download_files" mode="manual">
</service>
<service name="go_modules" mode="manual">
<param name="archive">traefik*.src.tar.gz</param>
<param name="basename">./</param>
</service>
</services>