diff --git a/darkhttpd.changes b/darkhttpd.changes index 7a84bef..d96f0f5 100644 --- a/darkhttpd.changes +++ b/darkhttpd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 18 11:17:39 UTC 2024 - Dominik Heidler + +- Version 1.15 + * Try to avoid leaking the length of the --auth password through timing side-channels. + * Document that --auth is not secure. + * Add mime types: apng, avif, webp, webm, json, woff, woff2, ogg, flac, wav, opus, oga, spx + * Custom headers with the CLI option + ------------------------------------------------------------------- Mon Jan 15 11:25:11 UTC 2024 - Dominik Heidler diff --git a/darkhttpd.spec b/darkhttpd.spec index aead00c..a0f25a0 100644 --- a/darkhttpd.spec +++ b/darkhttpd.spec @@ -18,7 +18,7 @@ %define pkg_home %{_localstatedir}/lib/%{name} Name: darkhttpd -Version: 1.14 +Version: 1.15 Release: 0 Summary: When you need a web server in a hurry License: ISC diff --git a/v1.14.tar.gz b/v1.14.tar.gz deleted file mode 100644 index da7f77a..0000000 --- a/v1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e063de9efa5635260c8def00a4d41ec6145226a492d53fa1dac436967670d195 -size 37662 diff --git a/v1.15.tar.gz b/v1.15.tar.gz new file mode 100644 index 0000000..3cf381a --- /dev/null +++ b/v1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea48cedafbf43186f4a8d1afc99b33b671adee99519658446022e6f63bd9eda9 +size 40132