1. 06 4月, 2020 5 次提交
  2. 05 4月, 2020 3 次提交
  3. 04 4月, 2020 4 次提交
  4. 03 4月, 2020 4 次提交
  5. 02 4月, 2020 2 次提交
  6. 31 3月, 2020 2 次提交
    • C
      openssl: revert EOF detection change in 1.1.1 (#4127) · f8bd6e09
      CN_SZTL 提交于
      This adds patches to avoid possible application breakage caused by a
      change in behavior introduced in 1.1.1e.  It affects at least nginx,
      which logs error messages such as:
      nginx[16652]: [crit] 16675#0: *358 SSL_read() failed (SSL: error:
      4095126:SSL routines:ssl3_read_n:unexpected eof while reading) while
      keepalive, client: xxxx, server: [::]:443
      
      Openssl commits db943f4 (Detect EOF while reading in libssl), and
      22623e0 (Teach more BIOs how to handle BIO_CTRL_EOF) changed the
      behavior when encountering an EOF in SSL_read().  Previous behavior was
      to return SSL_ERROR_SYSCALL, but errno would still be 0.  The commits
      being reverted changed it to SSL_ERRO_SSL, and add an error to the
      stack, which is correct.  Unfortunately this affects a number of
      applications that counted on the old behavior, including nginx.
      
      The reversion was discussed in openssl/openssl#11378, and implemented as
      PR openssl/openssl#11400.
      Signed-off-by: NEneas U de Queiroz <cotequeiroz@gmail.com>
      Co-authored-by: NEneas U de Queiroz <cotequeiroz@gmail.com>
      f8bd6e09
    • M
      luci-app-cpufreq:Add translation (#4130) · 64db0fb9
      Mattraks 提交于
      64db0fb9
  7. 30 3月, 2020 5 次提交
  8. 29 3月, 2020 8 次提交
  9. 28 3月, 2020 2 次提交
  10. 27 3月, 2020 5 次提交