Learn about Centmin Mod LEMP Stack today
Register Now

Nginx [nginx-announce] nginx-1.11.1

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Jun 1, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,583
    12,224
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,793
    Local Time:
    3:19 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Changes with nginx 1.11.1 31 May 2016

    *) Security: a segmentation fault might occur in a worker process while
    writing a specially crafted request body to a temporary file
    (CVE-2016-4450); the bug had appeared in 1.3.9.


    --
    Maxim Dounin
    http://nginx.org/


    _______________________________________________
    nginx-announce mailing list
    nginx-announce@nginx.org
    http://mailman.nginx.org/mailman/listinfo/nginx-announce

    Continue reading...
     
  2. BobbyWibowo

    BobbyWibowo Active Member

    197
    42
    28
    Jul 30, 2015
    Indonesia
    Ratings:
    +71
    Local Time:
    12:19 AM
    1.17.x
    10.3.x
    Upgrading my server right now.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,583
    12,224
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,793
    Local Time:
    3:19 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    security update time

    run centmin.sh menu option 4 and specify 1.11.1 to update yourself folks !

    I'd update to latest code base for 123.09beta01 if possible via centmin.sh menu option 3 submenu option 3 if on 123.08stable or submenu option 2 if on 123.09beta01 first before running centmin.sh menu option 4

    or via git pull on 123.09beta01 if you setup git environment
    Code (Text):
    cmdir
    git pull
    ./centmin.sh
    

    run menu option 4 and specify nginx 1.11.1

    example git pull in /usr/local/src/centminmod will pull updates to your centmin mod code on your server
    Code (Text):
    git pull
    remote: Counting objects: 4, done.
    remote: Compressing objects: 100% (1/1), done.
    remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0
    Unpacking objects: 100% (4/4), done.
    From https://github.com/centminmod/centminmod
       118224a..a037290  123.09beta01 -> origin/123.09beta01
    Updating 118224a..a037290
    Fast-forward
     inc/cpcheck.inc | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    

    then run centmin.sh
     
    Last edited: Jun 1, 2016
  4. BobbyWibowo

    BobbyWibowo Active Member

    197
    42
    28
    Jul 30, 2015
    Indonesia
    Ratings:
    +71
    Local Time:
    12:19 AM
    1.17.x
    10.3.x
    I know I said that I was going to update my server, but I had some internet connection issue so I kept getting disconnected from my shell during the nginx rebuild process, lol... So, till now I haven't gotten myself to finish the rebuild :cry:
     
  5. BobbyWibowo

    BobbyWibowo Active Member

    197
    42
    28
    Jul 30, 2015
    Indonesia
    Ratings:
    +71
    Local Time:
    12:19 AM
    1.17.x
    10.3.x
    Yosh! Finally! After more than 5 disconnected attempts!!
    Also @eva2000, I saw this after exiting Centmin menu:
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,583
    12,224
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,793
    Local Time:
    3:19 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes latest 123.09beta01 code also checks for nginx version but seems nginx's github read only repo doesn't list 1.11.1 which is where i am getting latest version number from
     
  7. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:19 PM
    Nginx 1.17.9
    MariaDB 10.3.22
    Thanks @eva2000
     
  8. KeVo

    KeVo Active Member

    180
    71
    28
    May 28, 2014
    Ratings:
    +101
    Local Time:
    11:19 AM
    1.11.x
    10.1.18
    Got mine upgraded.

    At first, it gave me some failure to upgrade error, but I tried it again and it worked with everything sailing smoothly.