From 3fff2fa8e25fd44553bfab19514e6ff77e66398797fc8f32d79c018d5216fe7f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 21 Sep 2016 20:31:30 +0000 Subject: [PATCH] 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 --- irssi-0.8.19.tar.xz | 3 --- irssi-0.8.19.tar.xz.asc | 6 ------ irssi-0.8.20.tar.xz | 3 +++ irssi-0.8.20.tar.xz.asc | 6 ++++++ irssi.changes | 17 +++++++++++++++++ irssi.spec | 2 +- 6 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 irssi-0.8.19.tar.xz delete mode 100644 irssi-0.8.19.tar.xz.asc create mode 100644 irssi-0.8.20.tar.xz create mode 100644 irssi-0.8.20.tar.xz.asc diff --git a/irssi-0.8.19.tar.xz b/irssi-0.8.19.tar.xz deleted file mode 100644 index 9004c9c..0000000 --- a/irssi-0.8.19.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ca0040548e814ea93eb7d602ab7d6d379afcbbdf10e84160523ce69c73ee5d3 -size 1006140 diff --git a/irssi-0.8.19.tar.xz.asc b/irssi-0.8.19.tar.xz.asc deleted file mode 100644 index 59e11e3..0000000 --- a/irssi-0.8.19.tar.xz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iEYEABECAAYFAlby8RMACgkQAMy1h92+8OEeRACfU9sqWpv3lDVxKvTVVdmf6BNQ -IxcAn0pOJc+mLiV2pMzlWX+xN7lMtCaH -=+Z99 ------END PGP SIGNATURE----- diff --git a/irssi-0.8.20.tar.xz b/irssi-0.8.20.tar.xz new file mode 100644 index 0000000..f717e5d --- /dev/null +++ b/irssi-0.8.20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7882c4e821f5aac469c5e69e69d7e235f4986101285c675e81a9a95bfb20505a +size 1007252 diff --git a/irssi-0.8.20.tar.xz.asc b/irssi-0.8.20.tar.xz.asc new file mode 100644 index 0000000..5ffc1aa --- /dev/null +++ b/irssi-0.8.20.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iEYEABECAAYFAlfg+CwACgkQAMy1h92+8OGj9QCfdIkAejpqjk5oTuOw3X0ib+fK +aswAn3Hy1Ql4zlTHP9d3eQGCF3pxK0Oe +=tRWD +-----END PGP SIGNATURE----- diff --git a/irssi.changes b/irssi.changes index 3b84dd0..e92bf34 100644 --- a/irssi.changes +++ b/irssi.changes @@ -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 diff --git a/irssi.spec b/irssi.spec index 66faab2..b6738fa 100644 --- a/irssi.spec +++ b/irssi.spec @@ -19,7 +19,7 @@ %bcond_with socks Name: irssi -Version: 0.8.19 +Version: 0.8.20 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with socks}