Accepting request 535800 from server:irc
1 OBS-URL: https://build.opensuse.org/request/show/535800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=47
This commit is contained in:
commit
a42ac503c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b85c07dbafe178213eccdc69f5f8f0ac024dea01c67244668f91ec1c06b986ca
|
|
||||||
size 1030956
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCWV1CpAAKCRAAzLWH3b7w
|
|
||||||
4Tm1AJ9nRPAFLh7sttB4cRFFgRP1Z7h4XACfd78nuZRIjdfdl7fdAt4FB3/4ee4=
|
|
||||||
=qXos
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
irssi-1.0.5.tar.xz
Normal file
3
irssi-1.0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c2556427e12eb06cabfed40839ac6f57eb8b1aa6365fab6dfcd331b7a04bb914
|
||||||
|
size 1032308
|
6
irssi-1.0.5.tar.xz.asc
Normal file
6
irssi-1.0.5.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCWeoXfAAKCRAAzLWH3b7w
|
||||||
|
4V4fAKCFQv0QZ5fRqkEemOkYYKXV/bI53QCfWx2ScwDs15115ceOGrxQLIIDv54=
|
||||||
|
=Atv1
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 22 13:46:51 UTC 2017 - ailin.nemui@gmail.com
|
||||||
|
|
||||||
|
- update to 1.0.5 (boo#1064540)
|
||||||
|
- Fix missing -sasl_method '' in /NETWORK (#718, #719).
|
||||||
|
- Fix incorrect restoration of term state when hitting SUSP
|
||||||
|
inside screen (#737, #733).
|
||||||
|
- Fix out of bounds read when compressing colour
|
||||||
|
sequences. Found by Hanno Böck (GL#12, GL!18). CVE-2017-15228
|
||||||
|
- Fix use after free condition during a race condition when
|
||||||
|
waiting on channel sync during a rejoin (GL#13, GL!19).
|
||||||
|
CVE-2017-15227
|
||||||
|
- Fix null pointer dereference when parsing certain malformed
|
||||||
|
CTCP DCC messages (GL#14, GL!20).
|
||||||
|
CVE-2017-15721
|
||||||
|
- Fix crash due to null pointer dereference when failing to
|
||||||
|
split messages due to overlong nick or target (GL#15, GL!21).
|
||||||
|
CVE-2017-15723
|
||||||
|
- Fix out of bounds read when trying to skip a safe channel ID
|
||||||
|
without verifying that the ID is long enough (GL#16, GL!22).
|
||||||
|
CVE-2017-15722
|
||||||
|
- Fix return of random memory when inet_ntop failed (#769).
|
||||||
|
- Minor statusbar help update. By Robert Bisewski (#758,
|
||||||
|
#763).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 6 13:41:08 UTC 2017 - ailin.nemui@gmail.com
|
Thu Jul 6 13:41:08 UTC 2017 - ailin.nemui@gmail.com
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%bcond_with socks
|
%bcond_with socks
|
||||||
Name: irssi
|
Name: irssi
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
Summary: Modular, Secure, and Well Designed IRC Client
|
Summary: Modular, Secure, and Well Designed IRC Client
|
||||||
|
#
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
#
|
|
||||||
Url: http://www.irssi.org
|
Url: http://www.irssi.org
|
||||||
Source: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
|
Source: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
|
||||||
Source1: irssi.desktop
|
Source1: irssi.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user