pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/imlib2



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Jan 22 21:07:00 UTC 2016

Modified Files:
        pkgsrc/graphics/imlib2: Makefile distinfo
        pkgsrc/graphics/imlib2/patches: patch-imlib2-config.in
            patch-src_lib_amd64__blend.S patch-src_lib_amd64__blend__cmod.S
Removed Files:
        pkgsrc/graphics/imlib2/patches: patch-src_lib_Makefile.in
            patch-src_modules_loaders_loader__gif.c

Log Message:
Update graphics/imlib2 to 1.4.7.

pkgsrc changes:
 o Add LICENSE
 o Remove no more needed patches and while here add a comment to all patches

Changes:
Fabian Keil (14):
      Prevent division-by-zero crashes
      imlib_conv: Use proper buffer size to prevent invalid write of size one
      loader_gif: Don't read uninitilized memory in case of invalid input
      loader_gif(): Abort gif parsing if DGifGetLine() fails
      Fix segfault when opening input/queue/id:000007,src:000000,op:flip1,pos:51 with feh
      Make IMAGE_DIMENSIONS_OK() more restrictive
      load_pnm: Deal with fread() errors consistently
      __imlib_LoadImage(): Additionally check loader_ret to detect loader failures
      loader_tga: Abort file loading if the file obviously isn't large enough
      imlib_save_image(): Check loader return code for errors
      loader_tga.c: Properly signal if decoding uncompressed BGRA data failed
      loader_tga.c: Properly signal if decoding RLE compressed data failed
      imlib_save_image_with_error_return(): Check loader return code to prevent use of unitialized memor
      load_gif: Make sure rows isn't used partly unitialized

Heiko Becker (1):
      GIF loader: Fix for libgif version 5.1

Kim Woelders (20):
      GIF loader: Fix for libgif version 5.
      Remove OS/2 support.
      Remove empty format.c/h.
      Header file cleanups.
      GIF loader: Simplify error handling.
      GIF loader: Fix segv on images without colormap.
      Revert "__imlib_LoadImage(): Additionally check loader_ret to detect loader failures"
      Revert "loader_gif(): Abort gif parsing if DGifGetLine() fails"
      JPEG loader: Fix load() return code when only reading header.
      BMP loader: Simplify pixel fetch.
      Autofoo update (AC_PROG_LIBTOOL -> LT_INIT).
      Autofoo macro cleanups (ac_->ec_).
      Change a number of internal function names.
      Indent.
      Don't include Imlib2.h indirectly via image.h.
      Remove __hidden.
      Enable visibility hiding by default.
      Indent the remaining unindented files.
      Generate a ChangeLog using git shortlog between existing tags.

Michał Górny (1):
      fix -I flags to support building out-of-source

Mike Frysinger (5):
      simplify --enable-visibility-hiding handling
      imlib2-config: delete old reference to @my_libs@
      check return value of fread/write funcs
      fix X_DISPLAY_MISSING redefined warnings when X is disabled
      do not link with X libs when X is disabled


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/imlib2/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/imlib2/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/graphics/imlib2/patches/patch-imlib2-config.in
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/imlib2/patches/patch-src_lib_Makefile.in
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/imlib2/patches/patch-src_lib_amd64__blend.S \
    pkgsrc/graphics/imlib2/patches/patch-src_lib_amd64__blend__cmod.S
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/graphics/imlib2/patches/patch-src_modules_loaders_loader__gif.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index