Accepting request 429371 from home:msmeissn:branches:server:irc

- Update to version 0.8.20
  - Correct the name of an emitted sasl signal (#484)
  - Correct the prototype for the 'message private' signal (#515)
  - Corrections in away and hilight help text (#477, #518)
  - /squery and /servlist commands have been restored.
  - Where Irssi would previously only report "System error" on connect,
    it will now try harder to retrieve the system error message.
  - Fixed issue with +channels not working properly (#533)
  - Fixed crash in optchan when item has no server (#485)
  - Fixed random remote crash in the nicklist handling (#529)
  - Fixed remote crash due to incorrect bounds checking on
  formats, reported by Gabriel Campana and Adrien Guinet from
  Quarkslab. (CVE-2016-7044, CVE-2016-7045, bsc#999199)

OBS-URL: https://build.opensuse.org/request/show/429371
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=69
This commit is contained in:
Marcus Meissner 2016-09-21 20:31:30 +00:00 committed by Git OBS Bridge
parent 8eb4442384
commit 3fff2fa8e2
6 changed files with 27 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ca0040548e814ea93eb7d602ab7d6d379afcbbdf10e84160523ce69c73ee5d3
size 1006140

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAlby8RMACgkQAMy1h92+8OEeRACfU9sqWpv3lDVxKvTVVdmf6BNQ
IxcAn0pOJc+mLiV2pMzlWX+xN7lMtCaH
=+Z99
-----END PGP SIGNATURE-----

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7882c4e821f5aac469c5e69e69d7e235f4986101285c675e81a9a95bfb20505a
size 1007252

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

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAlfg+CwACgkQAMy1h92+8OGj9QCfdIkAejpqjk5oTuOw3X0ib+fK
aswAn3Hy1Ql4zlTHP9d3eQGCF3pxK0Oe
=tRWD
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Sep 21 20:23:55 UTC 2016 - meissner@suse.com
- Update to version 0.8.20
- Correct the name of an emitted sasl signal (#484)
- Correct the prototype for the 'message private' signal (#515)
- Corrections in away and hilight help text (#477, #518)
- /squery and /servlist commands have been restored.
- Where Irssi would previously only report "System error" on connect,
it will now try harder to retrieve the system error message.
- Fixed issue with +channels not working properly (#533)
- Fixed crash in optchan when item has no server (#485)
- Fixed random remote crash in the nicklist handling (#529)
- Fixed remote crash due to incorrect bounds checking on
formats, reported by Gabriel Campana and Adrien Guinet from
Quarkslab. (CVE-2016-7044, CVE-2016-7045, bsc#999199)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 26 19:12:55 UTC 2016 - idonmez@suse.com Sat Mar 26 19:12:55 UTC 2016 - idonmez@suse.com

View File

@ -19,7 +19,7 @@
%bcond_with socks %bcond_with socks
Name: irssi Name: irssi
Version: 0.8.19 Version: 0.8.20
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with socks} %if %{with socks}