Re: [PATCH] Take latest of archive and file mtime

2025-03-13 Thread Frank Ch. Eigler
Hi - > [...] > Every time you rebuild some packages, the package files are rebuilt with the > new contents. When this happens, the new package files will have a newer > mtime, but the files inside the archive (elf, source) will have the same > fixed timestamp as before. Do I understand this part

[PATCH 1/1] debuginfod: add --http-addr option

2025-03-13 Thread Michael Trapp
Use MHD_OPTION_SOCK_ADDR to bind the http listen socket to a single address. The address can be any IPv4 or IPv6 address configured on the system: --http-addr=127.0.0.1 --http-addr=::1 --http-addr='ANY_ACTIVE_LOCAL_IP_ADDRESS' As debuginfod does not include any security features, a list