Alexandre Vicenzi
9a87519d0d
* 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
9 lines
233 B
Plaintext
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>
|