[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxp: Changes to 'refs/tags/libxp-1_1.0.2-1'



Tag 'libxp-1_1.0.2-1' created by Julien Cristau <jcristau@debian.org> at 2013-06-23 13:55 +0000

Tagging upload of libxp 1:1.0.2-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABAgAGBQJRxv43AAoJEDEBgAUJBeQMTV8QAI8zq6eVrk2foVCuWuoCMWdQ
pRi59hNvYTXPTdBo+K5O54bQd68Vba5iiUkMqh0SWohNS0V5/90S3OtnqX0mcChZ
DRRfjCcgz8rmUxcE4OczEtqCyDei01Dw+1v4fwJuzBUPxvSIDpi3/ZRGBAoxSueN
Sfsp4cgpx3I0h3ACrDn+rdAa6Z7Zq7SU6wS9ufVGngt8jEdjXv3pSx8d7GBiFM97
BR7uqngw8XhWQnrYRWrK7ttI9p1ypIZkw1VIkEWzOLOdjTtiGl/ccmey24rOXJ/J
x6d1DGwDZBplBFi2YDQknjfhFHbQ8du9JpvLZkhJzpjoPDG1NaF9X39xqtU3Bh+E
2jI20G9vudw30y5wvgTdcIMU0nBV7Odurqx+0t35PabFCiTThXh5Xrf8pSmEMjN6
khSIGYYupPjMK9WRQ7GGzVzRr3FnPcUfCI2oVNN4aKEf+1m4QynQ7NVcioubEtz5
kGQGmyzKkHGSfxRx9akoFR5NtTcIZkZnmfZSRc+s2ZKiH1ftzISoezOR0WxRAVit
1J56NvTeBJynK1Y0wcSBiYZGTw4nUo+6OuZRFLvFxTra5HblnAmzt+ZiCXqr9wF5
CvWVJ2lSWactFc3rg/sEQXNqEmZk0Nig9xxwjVm0T9ItwZb7w/crCfhjRvT62j4C
d9C6CjRiQotY8stSikNl
=iguj
-----END PGP SIGNATURE-----

Changes since libxp-1_1.0.1-2+deb7u1:
Alan Coopersmith (10):
      Strip trailing whitespace
      Stop trying to use NULL for Status values
      Fix XpEventToWire arguments to match what libXext expects
      Add const qualifiers to silence gcc -Wwrite-strings warnings
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Use _XEatDataWords to avoid overflow of rep.length bit shifting
      integer overflow in XpGetAttributes & XpGetOneAttribute [CVE-2013-2062 1/3]
      integer overflows in XpGetPrinterList() [CVE-2013-2062 2/3]
      integer overflows in XpQueryScreens() [CVE-2013-2062 3/3]
      libXp 1.0.2

Julien Cristau (5):
      autoreconf to pick up configure changes.
      Merge tag 'libXp-1.0.2' into debian-unstable
      Bump changelogs
      autoreconf
      Upload to unstable

---
 ChangeLog                    |  120 
 Makefile.am                  |    6 
 Makefile.in                  |  399 
 aclocal.m4                   |15246 ++++++++++++---------
 config.guess                 |  490 
 config.h.in                  |   10 
 config.sub                   |  278 
 configure                    |30950 ++++++++++++++++++++-----------------------
 configure.ac                 |    8 
 debian/changelog             |    8 
 depcomp                      |  265 
 install-sh                   |   32 
 ltmain.sh                    |14841 ++++++++++++--------
 man/Makefile.am              |    2 
 man/Makefile.in              |  227 
 man/XpCancelDoc.man          |   60 
 man/XpCancelJob.man          |   38 
 man/XpCancelPage.man         |   54 
 man/XpCreateContext.man      |  134 
 man/XpDestroyContext.man     |   32 
 man/XpEndDoc.man             |   22 
 man/XpEndJob.man             |   28 
 man/XpEndPage.man            |   32 
 man/XpFreePrinterList.man    |   22 
 man/XpGetAttributes.man      |   44 
 man/XpGetContext.man         |   22 
 man/XpGetDocumentData.man    |  172 
 man/XpGetImageResolution.man |   28 
 man/XpGetLocaleHinter.man    |   24 
 man/XpGetOneAttribute.man    |   28 
 man/XpGetPageDimensions.man  |   30 
 man/XpGetPdmStartParams.man  |  126 
 man/XpGetPrinterList.man     |   72 
 man/XpGetScreenOfContext.man |   28 
 man/XpInputSelected.man      |   52 
 man/XpPutDocumentData.man    |  114 
 man/XpQueryExtension.man     |   36 
 man/XpQueryScreens.man       |   32 
 man/XpQueryVersion.man       |   36 
 man/XpRehashPrinterList.man  |   36 
 man/XpSelectInput.man        |   34 
 man/XpSetAttributes.man      |   92 
 man/XpSetContext.man         |   74 
 man/XpSetImageResolution.man |   20 
 man/XpSetLocaleHinter.man    |  160 
 man/XpStartDoc.man           |   58 
 man/XpStartJob.man           |   64 
 man/XpStartPage.man          |   60 
 man/libXp.man                |   94 
 missing                      |   94 
 mkinstalldirs                |    5 
 src/Makefile.am              |    2 
 src/Makefile.in              |  258 
 src/XpAttr.c                 |    2 
 src/XpContext.c              |    2 
 src/XpDoc.c                  |    2 
 src/XpExtUtil.c              |   23 
 src/XpExtUtil.h              |    2 
 src/XpExtVer.c               |    4 
 src/XpGetData.c              |    2 
 src/XpImageRes.c             |    2 
 src/XpInput.c                |    2 
 src/XpJob.c                  |    4 
 src/XpLocale.c               |    2 
 src/XpNotifyPdm.c            |   24 
 src/XpPage.c                 |    2 
 src/XpPageDim.c              |    2 
 src/XpPrinter.c              |    2 
 src/XpPutData.c              |    2 
 src/XpScreens.c              |    2 
 70 files changed, 35301 insertions(+), 29979 deletions(-)
---


Reply to: