~ubuntu-branches/ubuntu/wily/libxml2/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Aron Xu, Daniel Veillard
  • Date: 2012-11-28 22:34:15 UTC
  • mfrom: (43.1.15 experimental)
  • Revision ID: package-import@ubuntu.com-20121128223415-gxdojzs7tsfu4j3r
Tags: 2.9.0+dfsg1-4
[ Daniel Veillard ]
Fix potential out of bound access
CVE-2012-5134, Closes: #694521.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libxml2
2
2
Priority: optional
3
3
Section: libs
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
 
4
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
6
5
Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <wzssyqa@gmail.com>
7
6
Standards-Version: 3.9.4
8
7
Build-Depends: debhelper (>= 9), perl, dh-autoreconf, autotools-dev,
146
145
 .
147
146
 This package contains the files needed to use the GNOME XML library
148
147
 in Python programs for use with the Python debug interpreter.
149
 
 
150
 
 
151
 
Package: libxml2-udeb
152
 
XC-Package-Type: udeb
153
 
Architecture: any
154
 
Section: debian-installer
155
 
Depends: ${shlibs:Depends}, ${misc:Depends}
156
 
Description: GNOME XML library - minimal runtime
157
 
 XML is a metalanguage to let you design your own markup language.
158
 
 A regular markup language defines a way to describe information in
159
 
 a certain class of documents (eg HTML). XML lets you define your
160
 
 own customized markup languages for many classes of document. It
161
 
 can do this because it's written in SGML, the international standard
162
 
 metalanguage for markup languages.
163
 
 .
164
 
 This is a minimal package for use in debian-installer that yields a
165
 
 library providing an extensive API to handle such XML data files.