Change log for libice package in Ubuntu

126 of 26 results
Published in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
libice (2:1.0.10-1build3) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:04:21 +0200
Published in bionic-updates
Published in bionic-security
libice (2:1.0.9-2ubuntu0.18.04.1) bionic-security; urgency=medium

  * SECURITY UPDATE: Weak Entropy Usage in Session Keys
    - debian/patches/CVE-2017-2626.patch: Use getentropy() if
      arc4random_buf() is not available
    - CVE-2017-2626

 -- Nishit Majithia <email address hidden>  Fri, 25 Nov 2022 10:54:50 +0530
Superseded in noble-release
Published in mantic-release
Published in lunar-release
Obsolete in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
libice (2:1.0.10-1build2) jammy; urgency=high

  * No change rebuild for ppc64el baseline bump.

 -- Julian Andres Klode <email address hidden>  Thu, 24 Mar 2022 13:12:42 +0100
Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
libice (2:1.0.10-1build1) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:16:01 +0200
Superseded in impish-release
Obsolete in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
libice (2:1.0.10-1) unstable; urgency=medium

  * New upstream selease.
  * Bump debhelper to 12.
  * Migrate to -dbgsym.
  * Bump policy to 4.5.0.
  * control: Update VCS urls.
  * Migrate to x11proto-dev.

 -- Timo Aaltonen <email address hidden>  Thu, 24 Sep 2020 11:25:46 +0300
Superseded in groovy-release
Published in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
libice (2:1.0.10-0ubuntu1) eoan; urgency=medium

  * New upstream version

 -- Sebastien Bacher <email address hidden>  Sat, 24 Aug 2019 12:53:01 +0300
Superseded in eoan-release
Obsolete in disco-release
Obsolete in cosmic-release
Published in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
libice (2:1.0.9-2) unstable; urgency=medium

  [ Julien Cristau ]
  * CVE-2017-2626: Use libbsd for arc4random. Closes: #856400.
  * Bump Standards-Version to 3.9.6, update Vcs-* control fields.

  [ Emilio Pozuelo Monfort ]
  * Remove Drew from Uploaders.

 -- Emilio Pozuelo Monfort <email address hidden>  Tue, 28 Feb 2017 22:46:39 +0100

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
libice (2:1.0.9-1) unstable; urgency=medium


  * New upstream release.
  * Remove Cyril from Uploaders.
  * Rewrite debian/rules using dh.  Switch to compat level 9.

 -- Julien Cristau <email address hidden>  Sun, 13 Jul 2014 01:38:11 +0200

Available diffs

Superseded in utopic-release
Published in trusty-release
Obsolete in saucy-release
Obsolete in raring-release
Obsolete in quantal-release
libice (2:1.0.8-2) unstable; urgency=low


  * Add missing Replaces/Breaks on libice-dev in the doc package.  Thanks,
    Sven Joachim!

 -- Julien Cristau <email address hidden>  Mon, 09 Apr 2012 20:08:47 +0200
Superseded in quantal-release
Published in precise-release
libice (2:1.0.7-2build1) precise; urgency=low

  * No-change rebuild against current pkgbinarymangler to fix broken
    md5sums. (see LP #875466)
 -- Martin Pitt <email address hidden>   Wed, 29 Feb 2012 17:58:09 +0100

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
libice (2:1.0.7-2) unstable; urgency=low

  * Team upload.

  [ Julien Cristau ]
  * Drop Pre-Depends on x11-common, only needed for upgrades from the
    monolith.
  * Remove David Nusinow from Uploaders.
  * Bump Standards-Version to 3.9.2.

  [ Steve Langasek ]
  * Build for multiarch.
 -- Steve Langasek <email address hidden>   Fri,  10 Jun 2011 22:56:23 +0000

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
libice (2:1.0.7-1ubuntu1) natty; urgency=low

  * FFe LP: #733501: build for multiarch.
 -- Steve Langasek <email address hidden>   Wed, 23 Mar 2011 22:20:08 -0700

Available diffs

Superseded in natty-release
libice (2:1.0.7-1) unstable; urgency=low

  * New upstream release.
  * Drop 0001-Set-the-close-on-exec-flag-for-listening-sockets.patch
  * Bump xutils-dev build-dep for new macros.
  * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc.
  * Kill *.xml in the doc directory, no point in shipping them.
  * Ship *.html, *.css, and *.txt from the doc directory.
  * Switch from --list-missing to --fail-missing for additional safety.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  19 Nov 2010 10:41:42 +0000

Available diffs

Superseded in natty-release
libice (2:1.0.6-2) unstable; urgency=low

  [ Julien Cristau ]
  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
    good reason.  Thanks, Colin Watson!
  * Remove myself from Uploaders

  [ Cyril Brulebois ]
  * Cherry-pick from upstream:
    + 0001-Set-the-close-on-exec-flag-for-listening-sockets.patch:
      Stop leaking listening sockets by setting the close on exec flag on
      them. Thanks to Kalle Olavi Niemitalo (Closes: #538248).
      [From upstream 1967c04c0]
  * Add myself to Uploaders.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Oct 2010 13:50:32 +0000

Available diffs

Superseded in natty-release
Obsolete in maverick-release
Obsolete in lucid-release
libice (2:1.0.6-1) unstable; urgency=low

  [ Julien Cristau ]
  * libice6-dbg doesn't need to depend on x11-common.
  * Remove the debian revision from the xtrans-dev build-dep.
  * Move -dbg package to the debug section.

  [ Timo Aaltonen ]
  * New upstream release.
  * Bump Standards-Version to 3.8.3.
 -- Bryce Harrington <email address hidden>   Thu,  03 Dec 2009 21:34:28 +0000

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
libice (2:1.0.5-1) unstable; urgency=low

  [ Brice Goglin ]
  * Bump Standards-Version to 3.7.3 (no changes).
  * Drop the XS- prefix from Vcs-Git and Vcs-Browser fields in debian/control.
  * Add a link to www.X.org and a reference to the upstream module
    in the long description.

  [ Julien Cristau ]
  * New upstream release.
  * Run autoreconf on build.  Build-depend on automake, libtool and xutils-dev
    (>= 1:7.4+4).
  * Handle parallel builds.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 12:01:03 +0100

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
Obsolete in intrepid-release
Obsolete in hardy-release
libice (2:1.0.4-1) unstable; urgency=low

  [ Julien Cristau ]
  * Sync package sections with the override.

  [ Brice Goglin ]
  * New upstream release.
  * Fix typo in long descriptions, thanks Philippe Cloutier
    (closes: #436009).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Oct 2007 17:11:56 +0100
Superseded in hardy-release
Obsolete in gutsy-release
libice (2:1.0.3-3) unstable; urgency=low

  [ Julien Cristau ]
  * Fix the name of the XS-Vcs-Browser field.
  * Add the upstream URL to debian/copyright.
  * Add myself to Uploaders, and remove Fabio and Branden with their
    permission.
  * s/Source-Version/binary:Version/ in debian/control.

  [ Timo Aaltonen ]
  * Bump the epoch so that this can be synced to Ubuntu in the future.

 -- Bryce Harrington <email address hidden>   Wed,  01 Aug 2007 08:56:21 +0100
Superseded in gutsy-release
libice (2:1.0.3-2ubuntu1) gutsy; urgency=low

  * Sync with debian.  Remaining Ubuntu changes:
    - Updated epoch number
  * debian/control:  Ubuntu maintainer
  * debian/copyright:  packaging copyright

 -- Bryce Harrington <email address hidden>   Thu, 19 Jul 2007 15:09:55 -0700
Superseded in gutsy-release
Obsolete in feisty-release
libice (2:1.0.3-1build1) feisty; urgency=low

  * Updated epoch number

Superseded in feisty-release
libice (2:1.0.1-2ubuntu1) feisty; urgency=low

  * Sync with Debian unstable
  * Bump Epoch to 2 to cope with our previous package

Superseded in feisty-release
Obsolete in edgy-release
libice (2:1.0.1-1ubuntu1) edgy; urgency=low

  * Sync with Debian experimental
  * Increase Epoch to 2 to cope with our previous package

Superseded in edgy-release
libice (2:1.0.0-3build1) edgy; urgency=low

  * Fakesync with Debian due to orig.tar.gz mismatch.
  * Reincrement epoch -> 2 to cope with previous Ubuntu package.

Superseded in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
libice (2:1.0.0-0ubuntu2) dapper; urgency=low


  * Change dependency on x-common to x11-common.

 -- Daniel Stone <email address hidden>  Thu, 19 Jan 2006 18:15:26 +1100
Superseded in dapper-release
libice (2:1.0.0-0ubuntu1) dapper; urgency=low


  * New upstream release.

 -- Daniel Stone <email address hidden>  Tue, 20 Dec 2005 17:46:36 +1100
Obsolete in breezy-release
libice (1:6.3.5-4) breezy; urgency=low


  * Implicit deps are bad, mmmk?
    Fixed those, so ICE nolonger SEGV's on ia64.

 -- LaMont Jones <email address hidden>  Tue,  4 Oct 2005 04:52:10 -0600
126 of 26 results