nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.25k stars 322 forks source link

A couple of README updates #1187

Closed ac000 closed 3 months ago

ac000 commented 3 months ago

On Red Hat based distributions use dnf instead of yum, dnf superseded yum a long time ago.

Also fix the security-alert email link to actually open up in an email client, rather than it trying to make the email link a part of the Unit repository URL.

ac000 commented 3 months ago
$ git range-diff f60ae1e0...abcfc4cd
 -:  -------- >  1:  2e615250 Add dependabot.yml
 -:  -------- >  2:  0d99744d Router: match when pattern and tested string are both zero length
 -:  -------- >  3:  fdc46759 NJS: avoiding arithmetic ops with NULL pointer in r->args
 -:  -------- >  4:  8844d33c Fixed undefined behaviour in left shift of int value
 -:  -------- >  5:  7dcd6c0e Avoiding arithmetic ops with NULL pointer in nxt_http_arguments_parse
 -:  -------- >  6:  264b3755 Avoiding arithmetic ops with NULL pointer in nxt_port_mmap_get
 -:  -------- >  7:  c9461a6b Initialize port_impl only when it is needed
 -:  -------- >  8:  dd701fb4 Avoiding arithmetic ops with NULL pointer in nxt_unit_mmap_get
 1:  f60ae1e0 !  9:  abcfc4cd A couple of README updates
    @@ Metadata
     Author: Andrew Clayton <a.clayton@nginx.com>

      ## Commit message ##
    -    A couple of README updates
    +    Fix the security-alert email link in the README

    -    On Red Hat based distributions use dnf instead of yum, dnf superseded
    -    yum a long time ago.
    -
    -    Also fix the security-alert email link to actually open up in an email
    +    This fixes the security-alert email link to actually open up in an email
         client, rather than it trying to make the email link a part of the Unit
         repository URL.

    @@ Commit message
         Signed-off-by: Andrew Clayton <a.clayton@nginx.com>

      ## README.md ##
    -@@ README.md: For a description of image tags, see the
    - 
    - ``` console
    - $ wget https://raw.githubusercontent.com/nginx/unit/master/tools/setup-unit && chmod +x setup-unit
    --# ./setup-unit repo-config && yum install unit
    -+# ./setup-unit repo-config && dnf install unit
    - # ./setup-unit welcome
    - ```
    - 
     @@ README.md: usability.
      - To reach the team directly, subscribe to the
        [mailing list](https://mailman.nginx.org/mailman/listinfo/unit).