Accepting request 577085 from home:ailin_nemui:branches:server:irc

- update to 1.1.1
  - Restore compatibility with OpenSSL < 1.0.2 (#820, #831)
  - Fix test compilation on some platforms (#815, #816)
  - Fix portability and backwards compatibility of test runner
    (#818, #845)
  - Prevent use after free error during the execution of some
    commands. Found by Joseph Bisch (GL#17, GL!24).
  - Revert netsplit print optimisation due to crashes (#465, #809,
    #812, #819, #824). CVE-2018-7054
  - Fix use after free when SASL messages are received in
    unexpected order (GL#26, GL!33). CVE-2018-7053
  - Fix null pointer dereference in the tab completion when an
    empty nick is joined (GL#24, GL!31). CVE-2018-7050
  - Fix use after free when entering oper password (GL#22,
    GL!32).
  - Fix null pointer dereference when too many windows are
    opened (GL#27, #837). CVE-2018-7052
  - Fix out of bounds access in theme strings when the last
    escape is incomplete. Credit to Oss-Fuzz (#842). CVE-2018-7051
  - Fix out of bounds write when using negative counts on window
    resize (GL#25, GL#29, #836).
  - Minor help correction. By William Jackson (#834).

OBS-URL: https://build.opensuse.org/request/show/577085
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=102
This commit is contained in:
Ailin Nemui 2018-02-15 18:56:24 +00:00 committed by Git OBS Bridge
parent 7f24c98fac
commit 2023c216c6
6 changed files with 36 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:109bab173d046391212b330de1f86611ed72af247e6886c18bee73265c2d5f02
size 1078596

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCWlzwWwAKCRAAzLWH3b7w
4emDAKCNspo3CmrAJo/nESr1vr9LOrFiWACfY+Dti243VOUpdaXYFshRXwaBSzg=
=cGjD
-----END PGP SIGNATURE-----

3
irssi-1.1.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:784807e7a1ba25212347f03e4287cff9d0659f076edfb2c6b20928021d75a1bf
size 1080992

6
irssi-1.1.1.tar.xz.asc Normal file
View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCWoXQmQAKCRAAzLWH3b7w
4dKFAJ9qSzsQYM4othMAQRwRBszkF+zgUACcCceXMxDZ15zYvI3kBchwP4RH/0Y=
=Ea81
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 15 11:08:19 UTC 2018 - ailin.nemui@gmail.com
- update to 1.1.1
- Restore compatibility with OpenSSL < 1.0.2 (#820, #831)
- Fix test compilation on some platforms (#815, #816)
- Fix portability and backwards compatibility of test runner
(#818, #845)
- Prevent use after free error during the execution of some
commands. Found by Joseph Bisch (GL#17, GL!24).
- Revert netsplit print optimisation due to crashes (#465, #809,
#812, #819, #824). CVE-2018-7054
- Fix use after free when SASL messages are received in
unexpected order (GL#26, GL!33). CVE-2018-7053
- Fix null pointer dereference in the tab completion when an
empty nick is joined (GL#24, GL!31). CVE-2018-7050
- Fix use after free when entering oper password (GL#22,
GL!32).
- Fix null pointer dereference when too many windows are
opened (GL#27, #837). CVE-2018-7052
- Fix out of bounds access in theme strings when the last
escape is incomplete. Credit to Oss-Fuzz (#842). CVE-2018-7051
- Fix out of bounds write when using negative counts on window
resize (GL#25, GL#29, #836).
- Minor help correction. By William Jackson (#834).
-------------------------------------------------------------------
Tue Jan 16 02:49:12 UTC 2018 - avindra@opensuse.org

View File

@ -18,7 +18,7 @@
%bcond_with socks
Name: irssi
Version: 1.1.0
Version: 1.1.1
Release: 0
#
Summary: Modular, Secure, and Well Designed IRC Client