irssi (1.0.5-1ubuntu4) bionic; urgency=medium

  * SECURITY UPDATE: Null pointer dereference
    - debian/patches/CVE-2018-7050.patch: check if
      nick is Null in src/fe-common/core/chat-completion.c.
    - CVE-2018-7050
  * SECURITY UPDATE: Certain nick names result in out-of-bounds
    access
    - debian/patches/CVE-2018-7051.patch: don't read beyond end of
      escaped string in src/fe-common/core/themes.c.
    - CVE-2018-7051
  * SECURITY UPDATE: Null pointer dereference
    - debian/patches/CVE-2018-7052.patch: check if window parent
      is Null in src/fe-text/mainwindows.c.
    - CVE-2018-7052
  * SECURITY UPDATE: use-after-free
    - debian/patches/CVE-2018-7053.patch: avoiding
      reuse sasl timeout in src/irc/core/sasl.c.
    - CVE-2018-7073

 -- Leonidas S. Barbosa <leo.barbosa@canonical.com>  Tue, 06 Mar 2018 11:03:13 -0300

irssi (1.0.5-1ubuntu3) bionic; urgency=high

  * No change rebuild against openssl1.1.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 05 Feb 2018 16:50:07 +0000

irssi (1.0.5-1ubuntu2) bionic; urgency=medium

  * SECURITY UPDATE: buffer overread via incomplete escape codes
    - debian/patches/CVE-2018-5205.patch: check for complete char in
      src/core/misc.c.
    - CVE-2018-5205
  * SECURITY UPDATE: NULL dereference via setting channel topic without
    specifying a sender
    - debian/patches/CVE-2018-5206.patch: do not record topic change time
      when sender is blank in src/irc/core/channel-events.c.
    - CVE-2018-5206
  * SECURITY UPDATE: buffer overread via incomplete variable argument
    - debian/patches/CVE-2018-5207.patch: disable variable arguments code
      in src/core/special-vars.c.
    - CVE-2018-5207
  * SECURITY UPDATE: heap overflow in completion code
    - debian/patches/CVE-2018-5208.patch: check for direct match of
      separator in src/fe-common/core/completion.c.
    - CVE-2018-5208

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 08 Jan 2018 14:30:45 -0500

irssi (1.0.5-1ubuntu1) devel; urgency=medium

  * Merge from Debian. Remaining changes:
    - Refresh and re-enabled 20fix_ssl_proxy_hostname_check.
      - When we have a proxy setting, we expect the CN to match
        the proxy hostname, not the server hostname.
    - d/p/90irc-ubuntu-com:
      + Add the Ubuntu network with irc.ubuntu.com as the server,
        which is currently a CNAME for chat.freenode.net.
    - d/p/03firsttimer_text:
      + Adapt 03firsttimer_text so it tells you about
        connecting to Ubuntu and joining #ubuntu.
  * Changes no longer needed:
    - d/p/CVE-2017-15xxx.patch: Applied upstream.

 -- Unit 193 <unit193@ubuntu.com>  Sat, 02 Dec 2017 17:18:54 -0500

irssi (1.0.5-1) unstable; urgency=high

  * New upstream bugfix release (closes: #879521):
    - Fix missing -sasl_method '' in /NETWORK.
    - Fix incorrect restoration of term state when hitting SUSP
      inside screen.
    - Fix out of bounds read when compressing colour
      sequences. Found by Hanno Böck. [CVE-2017-15228]
    - Fix use after free condition during a race condition when
      waiting on channel sync during a rejoin [CVE-2017-15227]
    - Fix null pointer dereference when parsing certain malformed
      CTCP DCC messages. [CVE-2017-15721]
    - Fix crash due to null pointer dereference when failing to
      split messages due to overlong nick or target. [CVE-2017-15723]
    - Fix out of bounds read when trying to skip a safe channel ID
      without verifying that the ID is long enough. [CVE-2017-15722]
    - Fix return of random memory when inet_ntop failed.
    - Minor statusbar help update.
  * Remove deprecated --with autotools_dev call to dh.
  * Bump Standards-Version to 4.1.1.
  * Change priority of irssi-dev from deprecated extra to optional.
  * Use pkg-info.mk in debian/rules instead of calling dpkg-parsechangelog
    directly.

 -- Rhonda D'Vine <rhonda@debian.org>  Mon, 06 Nov 2017 16:24:38 +0100

irssi (1.0.4-1ubuntu4) bionic; urgency=medium

  * No-change rebuild against perlapi-5.26.1

 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 02 Nov 2017 05:36:03 +0000

irssi (1.0.4-1ubuntu3) bionic; urgency=medium

  * SECURITY UPDATE: multiple security issues
    - debian/patches/CVE-2017-15xxx.patch: address security issues in
      src/core/recode.c, src/fe-common/core/themes.c,
      src/irc/core/channel-events.c, src/irc/core/channels-query.c,
      src/irc/core/irc-servers.c, src/irc/dcc/dcc-chat.c,
      src/irc/dcc/dcc-get.c, src/irc/dcc/dcc-send.c.
    - CVE-2017-15227
    - CVE-2017-15228
    - CVE-2017-15721
    - CVE-2017-15722
    - CVE-2017-15723

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 30 Oct 2017 09:38:11 -0400

irssi (1.0.4-1ubuntu2) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 26 Jul 2017 20:03:17 +0000

irssi (1.0.4-1ubuntu1) artful; urgency=medium

  * Merge from Debian. Remaining changes:
    - Refresh and re-enabled 20fix_ssl_proxy_hostname_check.
      - When we have a proxy setting, we expect the CN to match
        the proxy hostname, not the server hostname.
    - d/p/90irc-ubuntu-com:
      + Add the Ubuntu network with irc.ubuntu.com as the server,
        which is currently a CNAME for chat.freenode.net.
    - d/p/03firsttimer_text:
      + Adapt 03firsttimer_text so it tells you about
        connecting to Ubuntu and joining #ubuntu.

 -- Unit 193 <unit193@ubuntu.com>  Wed, 12 Jul 2017 04:20:11 -0400

irssi (1.0.4-1) unstable; urgency=high

  * New upstream bugfix release (closes: #867598):
    - Fix null pointer dereference when parsing invalid timestamp.
      Reported by Brian 'geeknik' Carpenter. [CVE-2017-10965]
    - Fix use-after-free condition when removing nicks from the internal
      nicklist. Reported by Brian 'geeknik' Carpenter. [CVE-2017-10966]
    - Fix incorrect string comparison in DCC file names.
    - Fix regression in Irssi 1.0.3 where it would claim "Invalid time '-1'".
    - Fix a bug when using \n to separate lines with expand_escapes.
    - Retain screen output on improper exit, to better see any error
      messages.
    - Minor help update.

 -- Rhonda D'Vine <rhonda@debian.org>  Tue, 11 Jul 2017 07:17:19 +0200

irssi (1.0.3-1ubuntu1) artful; urgency=medium

  * Merge from Debian. Remaining changes:
    - Refresh and re-enabled 20fix_ssl_proxy_hostname_check.
      - When we have a proxy setting, we expect the CN to match
        the proxy hostname, not the server hostname.
    - d/p/90irc-ubuntu-com:
      + Add the Ubuntu network with irc.ubuntu.com as the server,
        which is currently a CNAME for chat.freenode.net.
    - d/p/03firsttimer_text:
      + Adapt 03firsttimer_text so it tells you about
        connecting to Ubuntu and joining #ubuntu.

 -- Unit 193 <unit193@ubuntu.com>  Thu, 08 Jun 2017 16:52:36 -0400

irssi (1.0.3-1) unstable; urgency=high

  * New upstream pure bugfix release.

 -- Rhonda D'Vine <rhonda@debian.org>  Thu, 08 Jun 2017 10:08:46 +0200

irssi (1.0.2-1ubuntu2) artful; urgency=medium

  * debian/patches/90-irc-ubuntu-com: update to use the right use_tls
    option, and add tls_verify. Thanks to Unit193 for noticing!

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 05 May 2017 07:32:23 -0400

irssi (1.0.2-1ubuntu1) artful; urgency=medium

  * Merge from Debian. Remaining changes:
    - Re-enabled 20fix_ssl_proxy_hostname_check.
      - When we have a proxy setting, we expect the CN to match
        the proxy hostname, not the server hostname.
    - d/p/90irc-ubuntu-com:
      + Add the Ubuntu network with irc.ubuntu.com as the server,
        which is currently a CNAME for chat.freenode.net.
    - d/p/03firsttimer_text:
      + Adapt 03firsttimer_text so it tells you about
        connecting to Ubuntu and joining #ubuntu.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 04 May 2017 07:59:52 -0400

irssi (1.0.2-1) unstable; urgency=high

  * New upstream pure bugfix release:
    - Prevent some null-pointer crashes.
    - Fix compilation with OpenSSL 1.1.0.
    - Correct dereferencing of already freed server objects during
      output of netjoins. Found by APic. (closes: #857502)
    - Fix in command arg parser to detect missing arguments in tail place.
    - Fix regression that broke incoming DCC file transfers.
    - Fix issue with escaping \ in evaluated strings.

 -- Rhonda D'Vine <rhonda@debian.org>  Sat, 11 Mar 2017 10:52:54 +0100

irssi (1.0.1-1) unstable; urgency=high

  * New upstream pure bugfix release:
    - Fix Perl compilation in object dir.
    - Disable EC cryptography on Solaris to fix build.
    - Fix incorrect HELP SERVER example.
    - Correct memory leak in /OP and /VOICE.
    - Fix regression that broke second level completion.
    - Correct missing NULL termination in perl_parse.
    - Sync broken mail.pl script.

 -- Rhonda D'Vine <rhonda@debian.org>  Mon, 06 Feb 2017 08:07:55 +0100

irssi (1.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Add patch 25tls-ssl-compat-defines provided by upstream's dx for backward
    compatibility to not require modules using these functions to change code.
  * Update patch 22fix-perl-hardening.

 -- Rhonda D'Vine <rhonda@debian.org>  Sun, 08 Jan 2017 01:08:23 +0100

irssi (0.8.21-1) unstable; urgency=medium

  * New upstream security release (Closes: #850403):
    - CVE-2017-5193: NULL pointer dereference in the nickcmp function
    - CVE-2017-5194: Use-after-freee when receiving invalid nick message
    - CVE-2017-5195: Out-of-bounds read in certain incomplete control codes
    - CVE-2017-5196: Out-of-bounds read in certain incomplete character
      sequences
  * Remove patch 23fix-buf.pl which is included in upstream release.
  * Set PACKAGE_VERSION for configure as suggested by upstream.

 -- Rhonda D'Vine <rhonda@debian.org>  Thu, 05 Jan 2017 10:26:08 +0100

irssi (0.8.20-2ubuntu2) zesty; urgency=medium

  * SECURITY UPDATE: multiple security issues
    - debian/patches/CVE-2017-5xxx.patch: properly handle strings in
      src/fe-common/core/formats.c, handle utf8 errors in
      src/fe-text/term-terminfo.c, properly handle invalid nicks in
      src/irc/core/irc-nicklist.c, make sure nick is valid in
      src/irc/core/irc-queries.c.
    - CVE-2017-5193
    - CVE-2017-5194
    - CVE-2017-5195
    - CVE-2017-5196
    - CVE-2017-5356

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 25 Jan 2017 12:52:09 -0500

irssi (0.8.20-2ubuntu1) zesty; urgency=low

  * Merge from Debian.  Remaining changes:
    - Re-enabled 20fix_ssl_proxy_hostname_check.
      - When we have a proxy setting, we expect the CN to match
        the proxy hostname, not the server hostname.
    - d/p/90irc-ubuntu-com:
      + Add the Ubuntu network with irc.ubuntu.com as the server,
        which is currently a CNAME for chat.freenode.net.

 -- Iain Lane <iain@orangesquash.org.uk>  Wed, 07 Dec 2016 16:26:11 +0000

irssi (0.8.20-2) unstable; urgency=high

  * New patch 23fix-buf.pl to fix an information exposure issue involved with
    using buf.pl and /upgrade.

 -- Rhonda D'Vine <rhonda@debian.org>  Sat, 24 Sep 2016 16:10:19 +0200

irssi (0.8.20-1) unstable; urgency=critical

  * New upstream security release.
  * Fix heap corruption and missing bounds checks (CVE-2016-7044
    CVE-2016-7045)

 -- Rhonda D'Vine <rhonda@debian.org>  Wed, 21 Sep 2016 22:09:18 +0200

irssi (0.8.19-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.8.
  * Drop DANE support, libval changed and doesn't offer that interface
    anymore.
  * Drop -dbg package in favor of the automatically created dbgsym one.

 -- Rhonda D'Vine <rhonda@debian.org>  Wed, 20 Apr 2016 10:32:45 +0200

irssi (0.8.19-1ubuntu3) zesty; urgency=medium

  * No-change rebuild for perl 5.24 transition

 -- Iain Lane <iain@orangesquash.org.uk>  Mon, 24 Oct 2016 10:09:47 +0100

irssi (0.8.19-1ubuntu2) yakkety; urgency=medium

  * SECURITY UPDATE: Fix color format decoding (LP: #1624068):
    - Add debian/patches/91fix-color-formatting:
      + fix unformat_24bit_color (CVE-2016-7044)
      + fix format_send_to_gui (CVE-2016-7045)

 -- Kees Cook <kees@ubuntu.com>  Thu, 15 Sep 2016 11:43:53 -0700

irssi (0.8.19-1ubuntu1) xenial; urgency=medium

  * Merge from Debian.  Remaining changes:
    - Re-enabled 20fix_ssl_proxy_hostname_check.
      - When we have a proxy setting, we expect the CN to match
        the proxy hostname, not the server hostname.
    - d/p/90irc-ubuntu-com:
      + Add the Ubuntu network with irc.ubuntu.com as the server,
        which is currently a CNAME for chat.freenode.net.
    - d/p/03firsttimer_text:
      + Adapt 03firsttimer_text so it tells you about
        connecting to Ubuntu and joining #ubuntu.
    - d/control, d/rules: Drop libval-dev, not in Ubuntu main.

 -- Unit 193 <unit193@ubuntu.com>  Thu, 24 Mar 2016 19:28:09 -0400

irssi (0.8.19-1) unstable; urgency=medium

  * New upstream release.
  * Patch src/perl/Makefile.* for passing over *FLAGS to perl.
  * export DEB_BUILD_MAINT_OPTIONS=hardening=+all
  * Rewrite copyright file in DEP5 and add AUTHORS to docs.
  * Remove two dots from ... at the start of lines from botti.1 to fix manpage
    error.
  * Remove quilt from Build-Depends, not needed anymore.
  * Bump Standards-Version to 3.9.7.

 -- Rhonda D'Vine <rhonda@debian.org>  Thu, 24 Mar 2016 15:43:12 +0100

irssi (0.8.18-1ubuntu1) xenial; urgency=medium

  * Merge from Debian testing (LP: #1423499).  Remaining changes:
    - Re-enabled 20fix_ssl_proxy_hostname_check.
      - When we have a proxy setting, we expect the CN to match
        the proxy hostname, not the server hostname.
    - d/p/90irc-ubuntu-com:
      + Add the Ubuntu network with irc.ubuntu.com as the server,
        which is currently a CNAME for chat.freenode.net.
    - d/p/03firsttimer_text:
      + Adapt 03firsttimer_text so it tells you about
        connecting to Ubuntu and joining #ubuntu.
    - d/control, d/rules: Drop libval-dev, not in Ubuntu main.

 -- Unit 193 <unit193@ubuntu.com>  Fri, 04 Mar 2016 00:46:08 -0500

irssi (0.8.18-1) unstable; urgency=medium

  * New upstream release.
  * Updated debian/watch with patch submitted by Unit193, thanks!
  * Add lintian overrides file for the spelling "hilight" messages.

 -- Rhonda D'Vine <rhonda@debian.org>  Mon, 29 Feb 2016 22:40:36 +0100

irssi (0.8.18~beta1-1) experimental; urgency=medium

  [ Rhonda D'Vine ]
  * New upstream beta release, which contains fixes for:
    - line highlights on -mask don't work (closes: #696105)
  * Adjusted patches/12manpage-fix to manpage update.
  * Reworking debian/rules into dh style.  This enables hardened build flags
    (closes: #761123)
  * Adding debian/source/format.
  * Bumping Standards-Version to 3.9.6.
  * Don't chmod +x the irssi.install file, ship it executable in the source
    package.

  [ Mattia Rizzolo ]
  * Install usr/lib directly, multiarch moved the files from usr/lib/irssi.
  * Get rid of the .la and .a file, they aren't wanted.

 -- Rhonda D'Vine <rhonda@debian.org>  Tue, 22 Dec 2015 16:36:10 +0100

irssi (0.8.17-1ubuntu2) xenial; urgency=medium

  * Rebuild for Perl 5.22.1.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 18 Dec 2015 12:50:33 +0000

irssi (0.8.17-1ubuntu1) vivid; urgency=low

  * Merge from Debian testing (LP: #1423499).  Remaining changes:
    - Refreshed 03firsttimer_text to follow upstream changes to formatting.
    - Re-enabled 20fix_ssl_proxy_hostname_check.
    - Refreshed 90irc-ubuntu-com to follow upstream changes to config file
      formatting.

 -- Daniel Watkins <daniel@daniel-watkins.co.uk>  Sun, 12 Oct 2014 09:44:38 +0000

irssi (0.8.17-1) unstable; urgency=medium

  * The AdaCamp Berlin upload, new upstream stable release.
  * Remove commit patches 41fab07 and 1cf7017 which are included in this
    release.

 -- Rhonda D'Vine <rhonda@debian.org>  Sun, 12 Oct 2014 07:38:57 +0200

irssi (0.8.17~rc1-1) experimental; urgency=medium

  * New upstream release which includes:
    - binding utf8 characters, removing the patch
  * Updated firstimer message patch.
  * README got renamed to README.md.
  * Compile with --enable-true-color.
  * Pull upstream commits 41fab07 and 1cf7017 to fix the colour black which
    got broken by extended colours.

 -- Rhonda D'Vine <rhonda@debian.org>  Mon, 28 Jul 2014 16:29:23 +0200

irssi (0.8.16-1ubuntu4) utopic; urgency=medium

  * Refresh and re-enable 20fix_ssl_proxy_hostname_check.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 06 Sep 2014 23:15:51 -0700

irssi (0.8.16-1ubuntu3) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 21 Aug 2014 12:44:56 +0100

irssi (0.8.16-1ubuntu2) utopic; urgency=medium

  * Build witout libval-dev, it's in universe. 

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Thu, 07 Aug 2014 14:32:37 +0200

irssi (0.8.16-1ubuntu1) utopic; urgency=medium

  * Merge from Debian unstable (LP: #1350364), remaining changes:
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to Freenode and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches/90irc-ubuntu-com:
      + Refreshed and added network config.
      + Set to connect over SSL. (LP: #978424)

 -- Unit 193 <unit193@ubuntu.com>  Wed, 06 Aug 2014 15:51:59 -0400

irssi (0.8.16-1) unstable; urgency=medium

  [ Rhonda D'Vine ]
  * New upstream release (closes: #751016), uploading to unstable.
  * Upstream release did obsolete cumode_space-fix patch so we're removing it.
  * Limit Build-Depends on libval-dev to linux-any until it is fixed on
    non-linux architectures.  Check DEB_HOST_ARCH_OS for linux in debian/rules
    to enable dane.
  * Bump Standards-Version to 3.9.5.
  * Check upstream signature on the tarballs through debian/watch
    (closes: #749827)
  * Set Priority of irssi-dbg and irssi-dev to extra.
  * Build-Depend on dh-autoreconf and call it on building (closes: #727292)
  * Remove --without-servertest --enable-perl configure switches
    (closes: #631731)
  * Add support for parallel build (closes: #727832)
  * Remove dependency_libs from .la files.

  [ gregor herrmann ]
  * Fix "hardcodes /usr/lib/perl5":
    - Make debian/irssi.install executable, and use $Config{vendorarch} there.
    - Use debhelper 9 to get this feature.
    (Closes: #752478)

 -- Rhonda D'Vine <rhonda@debian.org>  Sat, 19 Jul 2014 08:31:54 +0200

irssi (0.8.16~rc1-1) experimental; urgency=low

  * New upstream release candidate, making the patch 19disable_sslv2 obsolete.
  * Build with --enable-dane.
  * Upload to experimental for now because of build issues of libval on
    kFreeBSD and HURD.
  * Update debian/copyright file.
  * Disable patch 20fix_ssl_proxy_hostname_check for the moment.
  * Bump Standards-Version to 3.9.4, no changes required.
  * Add an irssi-dbg package (closes: #706903)

 -- Gerfried Fuchs <rhonda@debian.org>  Wed, 18 Sep 2013 12:20:27 +0200

irssi (0.8.15-5ubuntu3) trusty; urgency=low

  * Rebuild for Perl 5.18.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 21 Oct 2013 13:39:24 +0100

irssi (0.8.15-5ubuntu2) saucy; urgency=low

  * Use dh_autotools-dev to update config.{sub,guess} for AArch64.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 09 Oct 2013 21:48:53 +0200

irssi (0.8.15-5ubuntu1) quantal; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches/90irc-ubuntu-com

 -- Stéphane Graber <stgraber@ubuntu.com>  Fri, 04 May 2012 15:44:37 -0400

irssi (0.8.15-5) unstable; urgency=low

  * Updated bind_utf8-fix patch from upstream bug tracker again
    (closes: #637036)
  * Bump Standards-Version to 3.9.3.
  * Add recommended targets build-{arch,indep} to debian/rules.

 -- Gerfried Fuchs <rhonda@debian.org>  Tue, 24 Apr 2012 17:59:05 +0200

irssi (0.8.15-4ubuntu3) precise; urgency=low

  * Swap 18bind_utf8-fix from Debian's to the new one proposed upstream.
    This fixes alt-backspace not working in irssi.
    http://bugs.irssi.org/index.php?do=details&task_id=553
    (LP: #874144)

 -- Stéphane Graber <stgraber@ubuntu.com>  Wed, 04 Apr 2012 10:04:46 -0400

irssi (0.8.15-4ubuntu2) precise; urgency=low

  * Rebuild for Perl 5.14.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 15 Nov 2011 23:38:11 +0000

irssi (0.8.15-4ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable (LP: #796148), remaining changes:
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches/90irc-ubuntu-com

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sun, 12 Jun 2011 11:22:36 +0200

irssi (0.8.15-4) unstable; urgency=medium

  * Update bind_utf8-fix patch from upstream bug tracker to fix issue with now
    broken alt-<cursor> keybindings (closes: #625690, #627248)

 -- Gerfried Fuchs <rhonda@debian.org>  Fri, 10 Jun 2011 20:13:15 +0200

irssi (0.8.15-3ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable (LP: #776615), remaining changes:
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches/90irc-ubuntu-com

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Tue, 03 May 2011 19:56:26 +0200

irssi (0.8.15-3) unstable; urgency=low

  * Add patch bind_utf8-fix extracted from upstream bug #553 to enable binding
    utf8 characters.
  * Bump Standards-Version to 3.9.2.
  * Update to debhelper 7, use dh_prep instead of dh_clean -k.
  * Pull disable_sslv2 patch from Ubuntu.
  * Pull fix_ssl_proxy_hostname_check from Ubuntu (closes: #578304)

 -- Gerfried Fuchs <rhonda@debian.org>  Tue, 03 May 2011 11:47:58 +0200

irssi (0.8.15-2ubuntu1) natty; urgency=low

  * Merge from Debian unstable (LP: #691448), remaining changes:
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches/90irc-ubuntu-com
    - debian/patches/91_disable_sslv2.patch: do not use SSLv2 protocol.
      This can be dropped in 0.8.16.
    - debian/patches/91_ssl_proxy.patch: when we have a proxy setting,
      we expect the CN to match the proxy hostname, not the server hostname.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Fri, 17 Dec 2010 22:38:11 +0100

irssi (0.8.15-2) unstable; urgency=low

  * Switch Vcs-* field values to git.deb.at.
  * Add patch by Pierre Habouzit for crash when $cumode_space is used. Thanks!
    (closes: #606319)

 -- Gerfried Fuchs <rhonda@debian.at>  Tue, 14 Dec 2010 21:57:29 +0100

irssi (0.8.15-1ubuntu1) maverick; urgency=low

  * Merge from Debian unstable (LP: #589209), remaining changes:
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches/90irc-ubuntu-com
    - debian/patches/91_disable_sslv2.patch: do not use SSLv2 protocol.
      This can be dropped in 0.8.16.
    - debian/patches/91_ssl_proxy.patch: when we have a proxy setting,
      we expect the CN to match the proxy hostname, not the server hostname.
  * Dropped changes, superseded upstream;
    - debian/patches/91_CVE-2010-1155.patch
    - debian/patches/91_CVE-2010-1156.patch

 -- Lorenzo De Liso <blackzldl@gmail.com>  Thu, 03 Jun 2010 16:30:52 +0200

irssi (0.8.15-1) unstable; urgency=low

  * New Upstream version, prepared with current autotools (closes: #575295)
  * Remove David also from Uploaders field on his own will, thanks for the
    work so far.

 -- Gerfried Fuchs <rhonda@debian.at>  Sat, 03 Apr 2010 21:37:36 +0200

irssi (0.8.15~rc1-1) unstable; urgency=low

  * New upstream release candidate, containing fixes for:
    - Make meta-a behavior configurable (closes: #525970)
    - some signals are no longer available in perl environment
      (closes: #534649)
  * Patch theme-white-background-fix applied upstream, dropping.
  * Bumped Standards-Version to 3.8.4.
  * Switched Maintainer and Uploaders field to better match reality.
  * Add ${misc:Depends} to irssi-dev, too.

 -- Gerfried Fuchs <rhonda@debian.at>  Tue, 23 Mar 2010 21:33:44 +0100

irssi (0.8.14-1ubuntu4) lucid; urgency=low

  * 91_ssl_proxy.patch: when we have a proxy setting, we expect the CN to
    match the proxy hostname, not the server hostname.  LP: #565182

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 17 Apr 2010 04:18:10 +0000

irssi (0.8.14-1ubuntu3) lucid; urgency=low

  * SECURITY UPDATE: perform certificate host validation
    - debian/patches/91_CVE-2010-1155.patch: adjust to verify hostname against
      CN. Also use one SSL_CTX per connection and use default trusted CAs if
      nothing specified. This can be dropped in 0.8.15.
    - CVE-2010-1155
  * SECURITY UPDATE: fix crash when checking for fuzzy nick match when not on
    the channel
    - debian/patches/91_CVE-2010-1156.patch: verify channel is non-NULL in
      src/core/nicklist.c. This can be dropped in 0.8.15.
    - CVE-2010-1156
  * Do not use SSLv2 protocol. This can be dropped in 0.8.16.

 -- Jamie Strandboge <jamie@ubuntu.com>  Wed, 14 Apr 2010 13:36:33 -0500

irssi (0.8.14-1ubuntu2) lucid; urgency=low

  * rebuild rest of main for armel armv7/thumb2 optimization;
    UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2

 -- Alexander Sack <asac@ubuntu.com>  Sat, 06 Mar 2010 13:28:50 +0100

irssi (0.8.14-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #406890
    - debian/patches: 03firsttimer_text
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches: 90irc-ubuntu-com

 -- Bhavani Shankar <right2bhavi@gmail.com>  Thu, 30 Jul 2009 19:12:55 +0530

irssi (0.8.14-1) unstable; urgency=low

  * New upstream release, dropping wallops-fix patch.
  * Refreshed quilt patches.
  * Bumped Standards-Version to 3.8.2.

 -- Gerfried Fuchs <rhonda@debian.at>  Wed, 29 Jul 2009 12:55:04 +0200

irssi (0.8.13-2ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #389748
    - debian/patches: 03firsttimer_text
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches: 90irc-ubuntu-com

 -- Bhavani Shankar <right2bhavi@gmail.com>  Sat, 20 Jun 2009 05:51:09 +0530

irssi (0.8.13-2) unstable; urgency=medium

  * New patch:
    - wallops-fix: Fix CVE-2009-1959 off-by-one in event_wallops
      (closes: #531357)

 -- Gerfried Fuchs <rhonda@debian.at>  Tue, 16 Jun 2009 11:03:06 +0200

irssi (0.8.13-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #372411), remaining changes:
    - debian/patches: 03firsttimer_text
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
    - debian/patches: 90irc-ubuntu-com
  * Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

 -- Andres Rodriguez <andreserl@ubuntu.com>  Tue, 05 May 2009 15:50:50 -0500

irssi (0.8.13-1) unstable; urgency=low

  * New upstream release.
  * Refreshed quilt patches.

 -- Gerfried Fuchs <rhonda@debian.at>  Tue, 14 Apr 2009 16:59:19 +0200

irssi (0.8.13~rc1-1) unstable; urgency=low

  * New upstream release candidate.
  * Incorporated patches (removed from packaging): help-URL-fix,
    nickmask-mask, fullword-full, ctcp-channel, server==NULL-handling,
    typo-authentification, leave-help, perlembed-fix, perlembed-fix,
    proxy-join-fix, mode-display-fix
  * All other patches refreshed.
  * New patch manpage-fix to fix hyphens in the synopsis of the manpage.
  * Bump to Standards-Version 3.8.1.
  * Aligned irssi-dev short description with main package description.
  * Adopt debian/watch to match release candidates.

 -- Gerfried Fuchs <rhonda@debian.at>  Thu, 19 Mar 2009 11:12:17 +0100

irssi (0.8.12-6ubuntu1) jaunty; urgency=low

  * Merge from Debian unstable (LP: #326002), Ubuntu remaining changes:
    - Added debian/patches/90irc-ubuntu-com.dpatch
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian.
        New with this merge: We now also apply this patch.

 -- Pedro Fragoso <ember@ubuntu.com>  Wed, 04 Feb 2009 21:46:19 +0000

irssi (0.8.12-6) unstable; urgency=low

  * New patch:
    - mode-display-fix: Fix mode display in whois with unreal (379 numeric).
      (upstream svn r4637, bug #479)
  * Updated patch:
    - perlembed-fix: The initial approach wasn't completely clean, it got
      revised by upstream.

 -- Gerfried Fuchs <rhonda@debian.at>  Thu, 29 Jan 2009 13:29:51 +0100

irssi (0.8.12-5ubuntu1) jaunty; urgency=low

  * Merge from Debian unstable (LP: #295270), Ubuntu remaining changes:
    - Added debian/patches/90irc-ubuntu-com.dpatch 
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian. 
        New with this merge: We now also apply this patch.
    - debian/irssi.perm: Don't remove alternative on upgrades.

 -- Pedro Fragoso <ember@ubuntu.com>  Wed, 05 Nov 2008 02:41:00 +0000

irssi (0.8.12-5) unstable; urgency=low

  * New patches:
    - perlembed-fix to fix adjust to perembed documentation, fixing a
      possible breakage on at least hppa (closes: #495059)
    - proxy-join-fix to fix a buffer problem which made joining lots of
      channels through proxy not get all through, pulled from upstream
      revision 4840 (closes: #308673)

 -- Gerfried Fuchs <rhonda@debian.at>  Tue, 02 Sep 2008 13:57:52 +0200

irssi (0.8.12-4ubuntu2) intrepid; urgency=low

  * debian/patches/90irc-ubuntu-com.dpatch: Changed irc.ubuntu.com's
    default port to 8001 to avoid DCC exploit (LP: #263259).

 -- Jonathan Patrick Davies <jpds@ubuntu.com>  Sun, 31 Aug 2008 12:28:41 +0100

irssi (0.8.12-4ubuntu1) intrepid; urgency=low

  * Merge from debian unstable (LP: #241282), remaining changes:
    - Added debian/patches/90irc-ubuntu-com.dpatch (LP: #52690)
    - debian/patches/03firsttimer_text:
      + Adapt it so it tells you about connecting to irc.ubuntu.com and
        joining #ubuntu instead of irc.debian.org and #debian. (LP: #188590)
        New with this merge: We now also apply this patch.
    - Modify Maintainer value to match DebianMaintainerField spec.
    - debian/irssi.perm: Don't remove alternative on upgrades. (LP: #67698)
  * debian/patches/91-manpage-typo:
    - Dropped, merged upstream.

 -- Pedro Fragoso <emberez@gmail.com>  Wed, 11 Jun 2008 15:36:34 +0100

irssi (0.8.12-4) unstable; urgency=low

  * Remove alternative handling cleanup from before etch release.
  * Fixed a typo noticed by John Dong, patch typo-authentification
    (closes: #465570)
  * Pull upstream revision r4612 as patch help-URL-fix to fix help URL
    (closes: #485140)
  * Remove reference to LEAVE in help files, patch leave-help
    (closes: #255535)
  * Apply patch from Tim Retout to use default colour for ownnick and actions
    instead of white (closes: #479171)
  * Remove autogenerated files, both from patch series and also in clean
    target. Thanks to Felix Palmen for mentioning it (closes: #476473)
  * Add doc-base files for the FAQ, manual and startup-HOWTO
    (closes: #451690, #480098)
  * Update to Standards-Version 3.8.0:
    - Add debian/README.source referencing the quilt documentation.
  * Actually also _use_ the menu file for irssi...  And removed some of the
    other commented dh_* entries in debian/rules.
  * Updated debian/copyright to contain more current informations, added the
    keyword exception to the openssl linking GPL addition.
  * Removed empty debian/irssi.postinst file.

 -- Gerfried Fuchs <rhonda@debian.at>  Mon, 09 Jun 2008 12:11:19 +0200

irssi (0.8.12-3ubuntu4) intrepid; urgency=low

  * Rebuild for the perl 5.10 transition (LP: #230016).

 -- Michael Bienia <geser@ubuntu.com>  Sat, 24 May 2008 15:02:30 +0200

irssi (0.8.12-3ubuntu3) hardy; urgency=low

  * Replace authentification with a less amusing word

 -- John Dong <jdong@ubuntu.com>  Fri, 08 Feb 2008 20:57:33 -0500

irssi (0.8.12-3ubuntu2) hardy; urgency=low

  * debian/patches/03firsttimer_text:
    - Adapt it so it tells you about connecting to irc.ubuntu.com and
      joining #ubuntu, instead of irc.debian.org and #debian. LP: #188590.

 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Wed, 06 Feb 2008 00:59:54 +0100

irssi (0.8.12-3ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes (LP: #181641):
    - Added debian/patches/90irc-ubuntu-com.dpatch (Launchpad #52690).
      New with this merge: We now also apply this patch.
    - Modify Maintainer value to match the DebianMaintainerField spec.
    - debian/irssi.prerm: Don't remove alternative on upgrades (LP #67698).

 -- Soren Hansen <soren@ubuntu.com>  Tue, 05 Feb 2008 23:17:04 +0100

irssi (0.8.12-3) unstable; urgency=low

  [ Gerfried Fuchs ]
  * Switch to quilt to make it possible to produce the following patch without
    any headaches.
  * patch fullword-full added about printing -full instead of -fullword which
    is the wrong option to /hilight
  * Put the four created files into patches too so that everything changed is
    below /debian/ only.
  * Imported all into git for being able to team maintain (Closes: #445840)
  * Add Vcs-* fields to control file.
  * Patches pulled from upstream svn:
    - 07ctcp-channel: Do not allow /ping by itself to ctcp ping a channel.
    - 08server==NULL-handling: Handle server == NULL case in skip_target.
    Thanks to Pedro Fragoso from ubuntu for notifying me about them.
  * Bumped Standards-Version to 3.7.3, no further required changes.
  * Bump debhelper compat level to 5.

 -- Gerfried Fuchs <rhonda@debian.at>  Thu, 17 Jan 2008 09:55:41 +0100

irssi (0.8.12-2ubuntu2) hardy; urgency=low

  * debian/patches/10ping_ctcp: prevent /ping with no arguments from sending
    CTCP PING to a channel (backported from SVN, LP: #96758).

 -- Pedro Fragoso <emberez@gmail.com>  Tue, 04 Dec 2007 19:40:59 +0000

irssi (0.8.12-2ubuntu1) hardy; urgency=low

  * Merge with Debian, remaining Ubuntu changes:
    - Added debian/patches/90irc-ubuntu-com.dpatch (Launchpad #52690).
    - Modify Maintainer value to match the DebianMaintainerField spec.
    - debian/irssi.prerm: Do not alternative. LP: #67698.

 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Fri, 02 Nov 2007 18:13:28 +0100

irssi (0.8.12-2) unstable; urgency=low

  [ Gerfried Fuchs ]
  * Added Homepage: to control file.
  * Added watchfile.
  * patch chanmode_expando_strip added for changing default to not expose
    channel key by default (Closes: #347944)
  * patch ctcp_version_reply added for not exposing $sysname $sysarch in ctcp
    version replies by default (Closes: #373094)
  * patch firsttimer_text added which extends the text displayed to firsttime
    users about irc.debian.org and #debian (Closes: #393707)
  * Remove irssi-text dummy package from control and all the old package
    relation stats to it and irssi-snapshot, and irssi-scripts versioning.
  * patch nickmask-mask added about printing -mask instead of -nickmask which
    is a wrong option to /hilight (Closes: #417397)
  * Don't ignore make distclean errors anymore.
  * Removed automatic config.{guess,sub} update from debian/rules.

 -- Gerfried Fuchs <rhonda@debian.at>  Thu, 18 Oct 2007 08:29:50 +0200

irssi (0.8.12-1) unstable; urgency=low

  [ David Pashley ]
  * Gerfried Fuchs <rhonda@debian.at> added to Uploaders (Closes: #445840)
  * Removed old not used patches from the package.

  [ Gerfried Fuchs ]
  * New upstream release (Closes: #421053)
    - patch 05upgrade-check-binary.dpatch applied upstream.
    - patch 08doublefree applied upstream.
    - C1 control characters aren't passed through anymore (Closes: #435315)
    - return random host on DNS round robin (Closes: #374715)
  * Updated menu file to new menu policy section, added longtitle.
  * Bumped Standards-Version to 3.7.2, no changes needed.

 -- Gerfried Fuchs <rhonda@debian.at>  Wed, 17 Oct 2007 07:54:49 +0200

irssi (0.8.11-0ubuntu1) gutsy; urgency=low

  * New upstream release:
    - http://www.irssi.org/news/ChangeLog
  * debian/{control,compat}:
    - Bump Standards.
  * debian/patches/00list:
    - Disable 05upgrade-check-binary.patch, applied upstream.
    - Disable 08doublefree.patch, applied upstream.

 -- Christian Bjälevik <nafallo@ubuntu.com>  Sat, 28 Apr 2007 02:52:01 +0200

irssi (0.8.10-2ubuntu1) edgy; urgency=low

  * Add irc.ubuntu.com as the first listed IRC server (closes: Malone
    #52690).

 -- Colin Watson <cjwatson@ubuntu.com>  Tue,  3 Oct 2006 17:46:55 +0100

irssi (0.8.10-2) unstable; urgency=low

  * Fix Conflicts and Replaces lines to make backporting to sarge easier
  * Fix the menu entry (Closes: #274201)
  * Added a Provides for irc (Closes: #267411)
  * Removed calls to ldconfig in postinst and postrm by calling dh_makeshlibs
    with the -n flag
  * Remove alteratives for irc and irssi (Closes: #348149)
  * Fix a glib memory bug. patch by Chris Moore <dooglus@gmail.com>
    (Closes: #358172, #358499)
  * Include changelog from irssi-text (Closes: #344292)

 -- David Pashley <david@davidpashley.com>  Fri, 30 Dec 2005 15:12:29 +0000

irssi (0.8.10-1) unstable; urgency=low

  * new upstream release

 -- David Pashley <david@davidpashley.com>  Sat, 10 Dec 2005 21:25:51 +0000

irssi (0.8.10~rc8-1) unstable; urgency=low

  * New upstream (Closes: #340287)
  * Add dpatch to the build-depends

 -- David Pashley <david@davidpashley.com>  Wed, 30 Nov 2005 23:10:27 +0000

irssi (0.8.10~rc6-1) unstable; urgency=low

  * New upstream version
  * Disable the GnuTLS patch for now.
  * Added Provides, Replaces and Conflicts for irssi-text and irssi-snapshot

 -- David Pashley <david@davidpashley.com>  Fri, 14 Oct 2005 00:39:15 +0100

irssi (0.8.10~rc5-1) unstable; urgency=low

  * Initial packaging to unify irssi-text and irssi-snapshot
  * Provide a -dev package for building modules (Closes: #184771)
  * Check for an executable file before we try to execute it with /upgrade
    (Closes: #242026)
  * Only allow /exec to recurse 100 times (Closes: #186416)
  * Call SIGTSTP rather than SIGSTOP on ^Z (With thanks to Mark Hymers
    <mark.hymers@ncl.ac.uk>) (Closes: #177108)
  * Redirect Glib critical errors to the status window rather than to stderr
    (Closes: #270596)
  * Correctly lower case chat protocols using g_ascii_strdown() rather than
    using the deprecated g_strdown() (pushed upstream) (Closes: #232628)

 -- David Pashley <david@davidpashley.com>  Sun, 10 Jul 2005 15:11:38 +0300

