r28466 - in /desktop/unstable/vte/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Jun 15 19:48:54 UTC 2011


Author: joss
Date: Wed Jun 15 19:48:54 2011
New Revision: 28466

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28466
Log:
* Tighten dependencies on libvte-common.
* New upstream release.
  + CVE-2011-2198: fix memory exhaustion by using special character 
    sequences. Closes: #629688.

Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/control
    desktop/unstable/vte/debian/control.in

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=28466&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog [utf-8] (original)
+++ desktop/unstable/vte/debian/changelog [utf-8] Wed Jun 15 19:48:54 2011
@@ -1,3 +1,12 @@
+vte (1:0.28.1-1) unstable; urgency=low
+
+  * Tighten dependencies on libvte-common.
+  * New upstream release.
+    + CVE-2011-2198: fix memory exhaustion by using special character 
+      sequences. Closes: #629688.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 15 Jun 2011 21:47:56 +0200
+
 vte (1:0.28.0-2) experimental; urgency=low
 
   * Fix long description, thanks Teemu Ikonen. Closes: #623219.

Modified: desktop/unstable/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control?rev=28466&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control [utf-8] (original)
+++ desktop/unstable/vte/debian/control [utf-8] Wed Jun 15 19:48:54 2011
@@ -38,7 +38,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libvte-common (>= ${source:Version})
+         libvte-common (= ${source:Version})
 Description: Terminal emulator widget for GTK+ 2.0 - runtime files
  The VTE library provides a terminal emulator widget VteTerminal for
  applications using the GTK+ toolkit. It also provides the VtePTY object 
@@ -91,7 +91,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libvte-common (>= ${source:Version})
+         libvte-common (= ${source:Version})
 Description: Terminal emulator widget for GTK+ 3.0 - runtime files
  The VTE library provides a terminal emulator widget VteTerminal for
  applications using the GTK+ toolkit. It also provides the VtePTY object 
@@ -156,7 +156,7 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-gtk2,
-         libvte-common
+         libvte-common (= ${source:Version})
 XB-Python-Version: ${python:Versions}
 Conflicts: python2.3-vte,
            python2.4-vte

Modified: desktop/unstable/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control.in?rev=28466&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control.in [utf-8] (original)
+++ desktop/unstable/vte/debian/control.in [utf-8] Wed Jun 15 19:48:54 2011
@@ -33,7 +33,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libvte-common (>= ${source:Version})
+         libvte-common (= ${source:Version})
 Description: Terminal emulator widget for GTK+ 2.0 - runtime files
  The VTE library provides a terminal emulator widget VteTerminal for
  applications using the GTK+ toolkit. It also provides the VtePTY object 
@@ -86,7 +86,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libvte-common (>= ${source:Version})
+         libvte-common (= ${source:Version})
 Description: Terminal emulator widget for GTK+ 3.0 - runtime files
  The VTE library provides a terminal emulator widget VteTerminal for
  applications using the GTK+ toolkit. It also provides the VtePTY object 
@@ -151,7 +151,7 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-gtk2,
-         libvte-common
+         libvte-common (= ${source:Version})
 XB-Python-Version: ${python:Versions}
 Conflicts: python2.3-vte,
            python2.4-vte




More information about the pkg-gnome-commits mailing list