<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>60089</bug_id>
          
          <creation_ts>2026-08-05 02:41:46 +0300</creation_ts>
          <short_desc>nightly: nginx arbitrarily assigns mime types for checksum files</short_desc>
          <delta_ts>2026-08-05 02:41:46 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Infrastructure</classification>
          <product>Infrastructure</product>
          <component>ftp.altlinux.org</component>
          <version>unspecified</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Arseny Maslennikov">arseny</reporter>
          <assigned_to name="placeholder@altlinux.org">placeholder</assigned_to>
          <cc>glebfm</cc>
    
    <cc>ldv</cc>
          
          <qa_contact name="Andrey Cherepanov">cas</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>292277</commentid>
    <comment_count>0</comment_count>
    <who name="Arseny Maslennikov">arseny</who>
    <bug_when>2026-08-05 02:41:46 +0300</bug_when>
    <thetext>nginx выдаёт разные mime types для нижеследующих файлов:
  % (N=https://nightly.altlinux.org/sisyphus/current/; set -eux; for i in GOST12SUM MD5SUM SHA512SUM; do curl -sS --head $N$i | grep -F ype:; done)
  +zsh:6&gt; i=GOST12SUM
  +zsh:6&gt; curl -sS --head https://nightly.altlinux.org/sisyphus/current/GOST12SUM
  +zsh:6&gt; grep -F ype:
  content-type: application/octet-stream
  +zsh:6&gt; i=MD5SUM
  +zsh:6&gt; curl -sS --head https://nightly.altlinux.org/sisyphus/current/MD5SUM
  +zsh:6&gt; grep -F ype:
  content-type: text/plain
  +zsh:6&gt; i=SHA512SUM
  +zsh:6&gt; curl -sS --head https://nightly.altlinux.org/sisyphus/current/SHA512SUM
  +zsh:6&gt; grep -F ype:
  content-type: application/octet-stream

Это и нечестно, и неполиткорректно (хеши MD5 оказываются удобнее и доступнее!)
Прошу сделать с этим что-нибудь.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>