[Pkg-sdl-commits] [libsdl2-image] branch master updated (164c29f -> 54d7faf)

Fabian Greffrath fabian at moszumanska.debian.org
Fri Nov 10 12:51:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

fabian pushed a change to branch master
in repository libsdl2-image.

      from  164c29f   Release to unstable.
      adds  66e25a9   New upstream version 2.0.2+dfsg1
       new  239d13c   Update upstream source from tag 'upstream/2.0.2+dfsg1'
       new  99694bf   Bump SHLIBVER, as INTERFACE_AGE has been reset in configure.in
       new  e800bb1   Fix shlib symlink
       new  25af179   Move the dbgsym-migration to the dh_strip call
       new  041b7ea   Remove patches backported from upstream
       new  54d7faf   update debian/changelog

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Android.mk                         |  140 +-
 CHANGES.txt                        |   15 +
 COPYING.txt                        |    2 +-
 IMG.c                              |    9 +-
 IMG_bmp.c                          |    5 +-
 IMG_gif.c                          |    5 +-
 IMG_jpg.c                          |  288 ++--
 IMG_lbm.c                          |    6 +-
 IMG_pcx.c                          |    4 +-
 IMG_png.c                          |  402 ++---
 IMG_pnm.c                          |    7 +-
 IMG_svg.c                          |  127 ++
 IMG_tga.c                          |    8 +-
 IMG_tif.c                          |  115 +-
 IMG_webp.c                         |  123 +-
 IMG_xcf.c                          |  316 ++--
 IMG_xpm.c                          |    9 +-
 IMG_xv.c                           |    5 +-
 IMG_xxx.c                          |    4 +-
 Makefile.am                        |    5 +-
 Makefile.in                        |   92 +-
 README.txt                         |    2 +-
 SDL2_image.spec                    |    2 +-
 SDL_image.h                        |   26 +-
 acinclude/libtool.m4               |    5 +-
 acinclude/pkg.m4                   |  157 ++
 aclocal.m4                         |  293 +++-
 compile                            |  347 +++++
 config.guess                       |  513 +++---
 config.sub                         |  179 ++-
 configure                          |  275 +++-
 configure.in                       |   40 +-
 debian/changelog                   |   11 +
 debian/patches/CVE-2017-2887.patch |   33 -
 debian/patches/series              |    1 -
 debian/rules                       |    9 +-
 miniz.h                            |    2 +
 nanosvg.h                          | 3031 ++++++++++++++++++++++++++++++++++++
 nanosvgrast.h                      | 1448 +++++++++++++++++
 showimage.c                        |   11 +-
 version.rc                         |   10 +-
 41 files changed, 6779 insertions(+), 1303 deletions(-)
 mode change 100644 => 100755 IMG.c
 mode change 100644 => 100755 IMG_bmp.c
 mode change 100644 => 100755 IMG_gif.c
 mode change 100644 => 100755 IMG_jpg.c
 mode change 100644 => 100755 IMG_lbm.c
 mode change 100644 => 100755 IMG_pcx.c
 mode change 100644 => 100755 IMG_png.c
 mode change 100644 => 100755 IMG_pnm.c
 create mode 100755 IMG_svg.c
 mode change 100644 => 100755 IMG_tga.c
 mode change 100644 => 100755 IMG_tif.c
 mode change 100644 => 100755 IMG_webp.c
 mode change 100644 => 100755 IMG_xcf.c
 mode change 100644 => 100755 IMG_xpm.c
 mode change 100644 => 100755 IMG_xv.c
 mode change 100644 => 100755 IMG_xxx.c
 create mode 100644 acinclude/pkg.m4
 create mode 100755 compile
 delete mode 100644 debian/patches/CVE-2017-2887.patch
 delete mode 100644 debian/patches/series
 create mode 100755 nanosvg.h
 create mode 100755 nanosvgrast.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-image.git



More information about the pkg-sdl-commits mailing list