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:
parent
7f24c98fac
commit
2023c216c6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:109bab173d046391212b330de1f86611ed72af247e6886c18bee73265c2d5f02
|
||||
size 1078596
|
@ -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
3
irssi-1.1.1.tar.xz
Normal 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
6
irssi-1.1.1.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCWoXQmQAKCRAAzLWH3b7w
|
||||
4dKFAJ9qSzsQYM4othMAQRwRBszkF+zgUACcCceXMxDZ15zYvI3kBchwP4RH/0Y=
|
||||
=Ea81
|
||||
-----END PGP SIGNATURE-----
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user