The NetBSD Project

CVS log for pkgsrc/graphics/imlib2/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / imlib2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 18 18:37:19 2024 UTC (4 weeks, 3 days ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.9 (colored)

imlib2: add 'heif' option, off by default.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Feb 6 14:24:44 2024 UTC (2 months, 1 week ago) by tsutsui
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored) to selected 1.9 (colored)

imlib2: add webp support as an option and make it default.

Bump PKGREVISION.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 29 05:56:08 2022 UTC (20 months, 3 weeks ago) by rin
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.9 (colored)

graphics/imlib2: Updated to 1.9.1

* incompatible changes

imlib2-config has been dropped since 1.7.5. Users must switch to pkg-config.
Affected packages will be updated soon.

* upstream ChangeLog

v1.9.1 - 2022-07-06
--------------------
Kim Woelders (14):
      x11_color: Simplify and fix error paths
      JPEG loader: Use mmap'ed file access
      modules: Eliminate __imlib_TrimLoaderList()
      Introduce strsplit()
      modules: Cosmetics, mostly
      modules: Enable setting multiple loader/filter paths
      test: Add test_misc
      modules: Fix signdness warning
      TIFF loader: Change default save compression type
      imlib2_load: Remove unused macro
      imlib2_conv: Cosmetic changes
      imlib2_conv: Drop obsolete .db stuff, simplify
      imlib2_conv: Enable passing attached data to saver
      v1.9.1

NRK (3):
      check for some alloc failures
      check for alloc failures some more
      modules: check for filepath truncation

v1.9.0 - 2022-04-21
--------------------
Kim Woelders (53):
      Remove some deprecation comments
      Move API documentation to header file
      WEBP saver: Fix return code on success
      api.c: Cosmetics
      Refactor some image loading functions
      Refactor some image saving functions
      Image load: Change error code on zero file size
      Tweak __imlib_LoadImageData()
      Error code rework: Use errnos/new imlib2 error codes internally
      Add imlib_load/save_image_with_errno_return() and imlib_strerror()
      Switch to imlib_load/save_image_with_errno_return()
      Deprecate imlib_load/save_image_with_error_return()
      imlib2_load: Tweak verbose output
      Rename files with line etc. drawing functions
      Use stdint types instead of DATA32 etc.
      test_load: Check deferred loading too
      imlib2_load: Show load time per load too
      image.c: Correct loader probe loop
      image.c: Cosmetics (move function)
      GZ loader: Fix uncompressor exit code
      GIF loader: Use mmap'ed file access
      image.c: Loading tweaks
      imlib2_view: Verbose and debug message tweaks
      Loaders: Some trivial cosmetics
      Loaders: Remove unnecessary calls to __imlib_FreeData()
      debug: Enable using hex values in IMLIB2_DEBUG
      SVG loader: Requires librsvg-2.46
      TIFF loader: Use mmap'ed file access
      Add jxl loader
      test: Add basic jxl test
      test_save: Updates
      loaders: Ensure that found loader is ok for load/save
      image: Fix undesired change of format
      Drop deprecation noise from using the old DATA types
      Drop deprecation noise from using imlib_load/save_image_with_error_return()
      API doc corrections and tweaks for doxygen
      Revert a couple of unintended changes
      API doc updates
      doc: Drop most old doc stuff
      doc: New documentation build setup (doxygen)
      doc: Assorted documentation intro updates
      loaders: Fix typo, fix order
      SVG loader: Faster signature check
      build: Tweaks
      Add J2K (JPEG 2000) loader using openjpeg2 library
      test: Add some of JPEG 2000 tests
      Add PS/EPS loader using libspectre
      debug: Export __imlib_time_us()
      JXL loader: Multiframe support
      SVG loader: Avoid some warnings in rsvg.h
      SVG loader: Fix size when unit is percent
      SVG loader: Fix size when unit is percent some more
      v1.9.0

v1.8.1 - 2022-03-15
--------------------
Kim Woelders (32):
      PNM, XPM loaders: Fix trouble with non-ascii characters
      XPM loader: Reduce signature window size some more
      Refactor image flags stuff
      Remove some unused image flags and deprecate functions referencing them
      JPEG, XBM loaders: Drop pointless clearing of flag
      Deal consistently with including Imlib2.h
      Merge x11_draw.c/h into x11_pixmap.c/h
      x11_rgba.c: Add some missing static qualifiers
      x11_color.c: Make most __imlib_AllocColors*() functions static
      x11_...: Introduce palette type enum
      Loader includes tweaks
      Move some loader related function prototypes to loaders.h
      common.h: Drop round() macro
      debug.c/h: Move __EXPORT__ to .c file
      Remove system includes from common.h
      Move x_VAL() macros to common.h
      Introduce types.h
      Remove some unnecessary headers
      grad.c: Refactor __imlib_DrawGradient() and __imlib_DrawHsvaGradient()
      Only have one CLIP macro
      Mostly cosmetic tweaks around clipping checks
      test: Command line options tweak
      test_grab: Enable testing depths other than 24 and 32
      x11_grab.c: Correct 16 and 15 bit depth grabbing
      TIFF loader: Remove obsolete comment
      ID3 loader: Drop inline and likely stuff
      ID3 loader: Disable tags stuff
      Introduce __imlib_GetKey()
      Merge __imlib_FindBestLoader...() functions
      test: Properly include test.h in test SOURCES
      test: Exclude from tarball
      v1.8.1

Matthias Grosser (1):
      imlib2: saving progressive JPEG

NRK (1):
      XPM Loader: limit signature check to first 4KiB

Tobias Stoeckmann (2):
      imlib2: allow compilation without x headers
      imlib2_load: fix typo

Youssef Rebahi-Gilbert (1):
      fix: possible memleak in rgba save on big endian systems

v1.8.0 - 2022-02-06
--------------------
Kim Woelders (86):
      test: Add context test
      Drop context image save/restore around __imlib_Load/SaveImage() calls
      Make initial context static
      Drop context check/init in API functions
      Use __func__ instead of open coded function names
      Pass parameters to __imlib_LoadImage() by struct
      Trivial cleanups
      imlib2_view: Cosmetics (if -> switch)
      imlib2_view: Add 'r' command to refresh
      imlib2_view: Move window background image init to separate function
      imlib2_view: Refactor pixmap rendering
      imlib2_view: Remove some pointless function calls
      imlib2_view: Tweaks around timeout
      debug: Add some image caching debug
      imlib2_view: Fix caching option
      Add support for multiframe (animated) images
      Enable caching for multiframe images
      imlib2_load: Add support for multiframe images
      imlib2_view: Add support for multiframe images
      debug: Add DL macro for additional loader debug
      WEBP loader: Multiframe support
      ICO loader: Multiframe support
      GIF loader: Some refactoring, add debug
      GIF loader: Multiframe support
      ICO loader: Debug tweaks
      Indent
      debug: Avoid use of uninitialized data
      Loader loading: Avoid access to uninitialized load() item
      updates: Reduce memory usage
      Drop some intermediate type definitions
      autofoo/loader cosmetics
      configure.ac: Simplify loader setup
      Updates for animated image handling
      imlib2_view: Fix(?) animated image frame dispose handling
      test: Add a couple of ico depth test images
      ICO loader: Minor optimization
      ICO loader: Mostly cosmetic changes (inline ico_read())
      GIF loader: Always set BLEND flag
      imlib2_view: Rework display of animated images
      Introduce more loader return codes
      BZ2, ZLIB loaders: Move duplicated code to separate file
      Add lzma loader
      imlib2_grab: Print error message if saving fails
      imlib2_view: Verbosity twaeks
      imlib2_load: Verbosity twaeks
      LZMA loader: Fix potential warning
      configure.ac: Correct simplification changes
      configure.ac: Correct simplification changes some more
      XBM loader: Correct load2() result when no header is found
      Add svg loader
      SVG loader: Avoid problems when loading the module more than once
      imlib2_load: Add no-data option
      Add dispose-to-previous frame handling
      PNG loader: Disable Imlib2-Comment stuff
      PNG loader: Rewrite to use callback API
      PNG loader: Add multiframe support
      test: Check __imlib_FileKey()
      Simplify __imlib_FileKey()
      Avoid redundant operations when non-existing file has no "key"
      Drop change log from before first version tag
      test: Move generated image files out of source dir
      test: Add makefile to generate test images
      PNM loader: Fix P1 when spaces are omitted
      PNM loader: Fix "XV thumbnail" (P7 332) loading
      test: Add some more PNM type loading tests
      image.c: Avoid potential compile error
      imlib2_view: Avoid clang error
      Drop/adjust a few comments
      Move some code as suggested in source
      HEIF loader: A couple of cleanups and fixes
      loaders.c: Add heif to known loaders
      autofoo: Sort loaders
      SVG loader: Fix memory leak on error
      HEIF loader: Avoid memory leak when module is loaded more than once
      Mark obsolete TTF encoding functions as deprecated
      test: Add basic heif loader check
      Refactoring around font glyph lookup
      imlib2.spec.in: Introduce acflags for configuration of rpmbuilds
      Add some missing const qualifiers
      Fix gcc12 warning in __imlib_ConsumeImage()
      Fix gcc12 warning in __imlib_stripwhitespace()
      TGA loader: Make function order same as in other loaders
      HEIF loader: Header cleanups
      Add imlib_version()
      test: Merge common stuff
      v1.8.0

Rishvic Pushpakaran (1):
      imlib2: added loader for HEIF files (uses libheif), implemented just `load2` for now

Sören Tempel (1):
      ICO loader: Fix compilation on big endian architectures

v1.7.5 - 2021-12-06
--------------------
Kim Woelders (83):
      Build .xz instead of .bz2 release tarball
      Drop imlib2-config (use pkg-config)
      Test: Add some minimal regression testing
      Test: Fix dist
      imlib2_load: Add option to use imlib_load_image_immediately()
      JPEG loader: Cosmetics
      JPEG loader: Parse EXIF data and handle orientation
      autofoo: Drop support for libungif
      Imlib.h: Add version macros
      imlib2_load: Add verbose option
      Fix build (Imlib2.h is now built)
      test: Add icon-64.pbm
      test: Add test_load_2
      imlib2_view: If verbose show error message on failure
      imlib2_load: Use clock_gettime() when available
      debug: Infrastructure
      debug: Add some debug related to file access and image loading
      Introduce im->fsize
      PNG loader: Cosmetics
      PNG loader: Use mmap() during signature check
      TIFF loader: Use mmap() during signature check
      TGA loader: Use im->fsize, cosmetics, debug
      WEBP loader: Cosmetics
      WEBP loader: Use mmap() for loading
      FF loader: Cosmetics
      FF loader: Use mmap() for loading
      ARGB loader: Cosmetics
      ARGB loader: Use mmap() for loading
      BMP loader: Cosmetics
      BMP loader: Use mmap() for loading
      ICO loader: Cosmetics
      ICO loader: Use mmap() for loading
      LBM loader: Cleanups
      LBM loader: Use mmap() for loading
      PNM loader: Use mmap() for loading
      XBM loader: Fix potential buffer overrun
      XBM loader: Cosmetics
      XBM loader: Use mmap() for loading
      XBM loader: Ignore comments and other stuff in header
      XPM loader: Use mmap() for loading
      test: test_load improvements
      imlib2_view: Add option to cache images
      Introduce UPDATE_FLAG()
      Introduce ARRAY_SIZE()
      Loader cosmetics
      Loader loading: Tweaks
      Loader loading: Move to __imlib_FindBestLoaderForFormat()
      Loader loading: Move __imlib_GetLoaderList()
      Loader loading: Minor loader lookup refactoring
      Loader loading: Avoid always loading all loaders
      Loader loading: Don't bother looking up load() if we have load2()
      WEBP loader: Enable loading animated images (first frame by default)
      configure.ac: Fixup after recent change
      Drop unnecessary free() NULL argument checks
      Remove some unneeded headers
      Rename X11 related files for clarity
      Move ImlibImagePixmap population to __imlib_AddImagePixmapToCache()
      test: Add X11 drawable grabbing test
      Move pixmap stuff to x11_pixmap.c/h
      Trivial changes in __imlib_Grab...() function prototypes
      Refactor imlib_create_scaled_image_from_drawable()
      Revert "Refactor imlib_create_scaled_image_from_drawable()"
      Refactor imlib_create_scaled_image_from_drawable() - take 2
      x11_grab.c: Rename source/destination variables for clarity
      Fix y-upscaling in imlib_create_scaled_image_from_drawable()
      test_grab: Cleanups, cosmetics
      test_grab: Add scale-down tests
      Only set MAINTAINERCLEANFILES in top-level Makefile.am
      imlib2_view: Enable grabbing/viewing drawables
      x11_grab.c: Cosmetics
      x11_grab.c: Introduce function to get shape mask
      Speedup in imlib_create_scaled_image_from_drawable()
      Avoid signedness warning
      Avoid "exceeds maximum object size" warning
      blend.c: Tweaks, cleanups
      Simplify build wrt. asm files
      test_save: Check images with alpha too
      test: Add some scaling/rotation tests
      Refactoring around mmx and rotate function calls
      Refactoring around mmx and scaling function calls
      Refactor condition for using assembly functions
      Update doc for imlib_load_image_fd()
      1.7.5

NRK (1):
      WEBP loader: fix key selecting last frame

Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 24 13:31:07 2021 UTC (2 years, 7 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.9 (colored)

imlib2: update to 1.7.3

Kim Woelders (2):
      autofoo: Resurrect non-pkg check for bzip2
      1.7.3

Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 10 11:42:07 2021 UTC (2 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.9 (colored)

imlib2: update to 1.7.2

***
*** Version 1.7.2 ***
***

Kim Woelders (31):
      Remove some unnecessary X_DISPLAY_MISSING stuff
      rend.c: Remove some pointless lines
      Add XBM loader
      Add imlib2_load and /build to .gitignore
      Remove obsolete and unused AC_HEADER_STDC
      Restore file:key functionality
      ICO loader: Fix (disabled) debug stuff
      ICO loader: Enable specifying ico image index by key
      Remove unused Context functions
      context.c: Fix potential segv
      LBM loader: Fix handling of missing RLE data
      Fix clang-analyzer warnings - bin (trivial)
      Fix clang-analyzer warnings - loaders (trivial)
      Fix clang-analyzer warnings - loaders (suppress bogus)
      Fix clang-analyzer warnings - lib (mostly trivial)
      Fix clang-analyzer warnings - lib (less trivial)
      autofoo: Move more to pkg-config
      TIFF loader: Drop use of libtiff defined types deprecated in libtiff-4.3.0
      TGA loader: Fix loading small images without footer
      Spec file: Add git tag to rpm file name (if built from git checkout)
      Cleanups: while->for loops (loaders list)
      Cleanups: while->for loops (context list)
      Cleanups: while->for loops (im->tags list)
      Cleanups: while->for loops (images list)
      Cleanups: while->for loops (pixmaps list)
      Drop unused Imlib_Object_List:last
      Add feature to build with ASAN (--enable-gcc-asan)
      Correct (disabled) debug printouts
      Loaders: Remove unnecessary headers
      WEBP saver: Use fopen() etc. like all other savers
      1.7.2

Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 20 15:14:56 2020 UTC (4 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored) to selected 1.9 (colored)

imlib2: Update to 1.6.1

***
*** Version 1.6.1 ***
***

Kim Woelders (11):
      gz loader: Use FILE, not fd
      gz, bz2 loaders: Fix recent breakage when file name has more than two dots
      Quit on 'q' or 'esc' key press in all imlib2_... test utilities
      Rename imlib2_test_load to imlib2_load
      imlib2_load: Optionally write to stderr instead of stdout
      imlib2_view: Add progress debug options
      Enable specifying loader/filter paths with environment variables
      BMP loader: Remove some bogus conditions
      XPM loader: Minor optimization for cpp > 2
      LBM loader: Fix header-only loading
      1.6.1

Luiz Carlos Ramos (1):
      BMP loader: Fix size calculation when saving files


***
*** Version 1.6.0 ***
***

Alexander Volkov (1):
      Allow to use custom memory management functions for loaded images

Kim Woelders (64):
      Add __imlib_LoadImageWrapper() handling all load() calls
      imlib2_conv: Report error on save failure
      Autofoo cosmetics
      Trivial cleanups in imlib2_... test programs
      Add imlib2_test_load program
      Cleanups in load() functions
      Centralize handling of im->format
      Sort loaders in Makefile.am
      Remove obsolete dmalloc stuff
      Move SWAP.. macro definitions to common.h
      Use common PIXEL_ARGB() macro to compose pixels
      Add new ICO loader
      Spec file simlifications and cleanups
      Fix memory leak in imlib_list_fonts()
      XPM loader: Refactor exit cleanup handling
      XPM loader: Fix potentially uninitialized pixel data
      XPM loader: Fixup after "Refactor exit cleanup handling"
      Revert "XPM loader: Fix potentially uninitialized pixel data"
      XPM loader: Cosmetics (reduce indent level)
      XPM loader: Fix several colormap issues
      XPM loader: Simplify pixel value handling
      XPM loader: Add missing pixels (malformed xpm)
      XPM loader: More simplifications
      JPG loader: Refactor
      JPG loader: Do proper CMYK conversion
      Add new WebP loader
      Remove pointless im->data checks in loaders
      WepP loader: Fix memory leak in error path
      JPG loader: Fix memory leaks in error paths
      Fix ABI break
      ICO loader: Add binary flag to fopen()
      JPG loader: Refactor error handling
      Rename/add byte swap macros
      BMP loader: Major makeover - numerous bug fixes and feature enhancements
      Miscellaneous imlib_test_load tweaks
      GZIP loader: Check filename before uncompress
      imlib2_test_load: Fixup after recent change
      Re-indent everything using indent-2.2.12
      TGA loader: Refactor
      Eliminate WRITE_RGBA()
      Simplify autogen.sh
      Simplify pixel color handling in api.c
      Use pixel instead of r,b,g,a in __imlib_render_str()
      Use macro for pixel color access in savers
      Eliminate READ_RGBA()
      XPM loader: Accept signature not at the very start of the file
      Simplify loader lookup functions
      imlib2_view: Enable selecting next/prev using keys too
      imlib2_view: Fix event processing bug
      imlib2_test_load: Fixup recent breakage for real
      imlib2_test_load: Check progress conditionally
      imlib2_view: Add verbose option, quit on Escape too
      TGA loader - Mostly cosmetic refactoring
      TGA loader: More mostly cosmetic changes
      TGA loader: Support horiontal flip
      TGA loader: Add simple 16 bpp handling
      TGA loader: Tweak error handling
      ICO loader: Fix non-immediate loading
      Remove __imlib_AllocateData() w,h args
      imlib2_view: Fix next/prev selection if last/first image is bad
      ICO loader: Fix memory leak in error path
      XPM loader: Correct signature check (avoid accessing unset data)
      gz, bz2 loaders: Simplify, eliminate unnecessary strdups, cosmetics
      1.6.0.

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 1 20:58:41 2016 UTC (7 years, 11 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.9 (colored)

Update graphics/imlib2 to 1.4.9.

Changes:
***
*** Version 1.4.9 ***
***
Alexander Smirnov (1):
      Fix cross-endianness for masks (1-bit depth images)
Bernhard belacker (1):
      gif: fix oob reads w/bad colormaps
Kim Woelders (16):
      Fix "assuming signed overflow does not occur" warning.
      Fix some "variable set but not used" warnings.
      Fix some "variable might be clobbered" warnings.
      Fix off-by-one OOB read in __imlib_MergeUpdate().
      Revert "gif: fix oob reads w/bad colormaps"
      GIF loader: Fix out-of-bound reads from colormap.
      GIF loader: Remove check made redundant by previous commit.
      GIF loader: Reduce progress checks from per-pixel to per-row.
      GIF loader: Indent.
      Fix potential divide-by-zero in imlib_image_draw_ellipse().
      Make a number of functions static.
      Eliminate pImlibExternalFilter type.
      Trivial file function cleanups.
      Move __imlib_ItemInList() to file.c.
      Fix various potential OOM crashes.
      1.4.9.
Yuriy M. Kaminskiy (3):
      Fix integer overflow resulting in insufficient heap allocation
      loader_xpm: remove nonsense/impossible/broken condition
      Harden API and internals against overly large images

***
*** Version 1.4.8 ***
***
Chloe Kudryavtsev (1):
      add time.h include to common.h for time_t
FRIGN (1):
      Add a Farbfeld loader
Kim Woelders (4):
      Remove redundant config.h.
      Add compile to MAINTAINERCLEANFILES.
      Indent.
      1.4.8.
Quentin Rameau (2):
      Fix bz2 loader filename check
      Fix zlib loader filename check

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:18 2009 UTC (14 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.10: +1 -8 lines
Diff to previous 1.10 (colored) to selected 1.9 (colored)

Remove @dirrm entries from PLISTs

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:01 2008 UTC (16 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.9: +8 -8 lines
Diff to previous 1.9 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.9 / (download) - annotate - [selected], Sat Nov 17 01:40:50 2007 UTC (16 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.8: +8 -8 lines
Diff to previous 1.8 (colored)

Add x11 option (default: enabled).

No functionally change, but bump PKGREVISION due to detect x11 option.

Revision 1.7.14.1 / (download) - annotate - [select for diffs], Wed Nov 29 17:16:35 2006 UTC (17 years, 4 months ago) by ghen
Branch: pkgsrc-2006Q3
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.9 (colored)

Pullup ticket 1926 - requested by drochner
security update for imlib2

- pkgsrc/graphics/imlib2/Makefile		1.41
- pkgsrc/graphics/imlib2/PLIST			1.8
- pkgsrc/graphics/imlib2/distinfo		1.17
- pkgsrc/graphics/imlib2/patches/patch-aa	removed
- pkgsrc/graphics/imlib2/patches/patch-ba	removed
- pkgsrc/graphics/imlib2/patches/patch-bb	removed
- pkgsrc/graphics/imlib2/patches/patch-bc	removed
- pkgsrc/graphics/imlib2/patches/patch-bd	removed
- pkgsrc/graphics/imlib2/patches/patch-ca	1.1
- pkgsrc/graphics/imlib2/patches/patch-cb	1.1
- pkgsrc/graphics/imlib2/patches/patch-cc	1.1
- pkgsrc/graphics/imlib2/patches/patch-cd	1.1
- pkgsrc/graphics/imlib2/patches/patch-ce	1.1
- pkgsrc/graphics/imlib2/patches/patch-cf	1.1
- pkgsrc/graphics/imlib2/patches/patch-cg	1.1

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Nov 24 12:46:12 UTC 2006

   Modified Files:
        pkgsrc/graphics/imlib2: Makefile PLIST distinfo
   Added Files:
        pkgsrc/graphics/imlib2/patches: patch-ca patch-cb patch-cc patch-cd
            patch-ce patch-cf patch-cg
   Removed Files:
        pkgsrc/graphics/imlib2/patches: patch-ba patch-bb patch-bc patch-bd

   Log Message:
   fix some insufficient validation of graphics files, patches from Ubuntu
   (CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809)
   update to 1.3.0 (no changelog available)
---
   Module Name:	pkgsrc
   Committed By:	drochner
   Date:		Wed Nov 29 15:37:09 UTC 2006

   Removed Files:
	pkgsrc/graphics/imlib2/patches: patch-aa

   Log Message:
   remove stale patchfile, pointed out by Kouichirou Hiratsuka

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 24 12:46:12 2006 UTC (17 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.9 (colored)

fix some insufficient validation of graphics files, patches from Ubuntu
(CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809)
update to 1.3.0 (no changelog available)

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 11 13:37:54 2005 UTC (19 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Branch point for: pkgsrc-2006Q3
Changes since 1.6: +50 -24 lines
Diff to previous 1.6 (colored) to selected 1.9 (colored)

Changes 1.2.0:
* Source tree clean up
* Bug fixes

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:34 2004 UTC (19 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.5: +1 -35 lines
Diff to previous 1.5 (colored) to selected 1.9 (colored)

Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 6 02:56:07 2004 UTC (19 years, 7 months ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored) to selected 1.9 (colored)

Update imlib2 to 1.1.2.  This version now includes an IFF ILBM loader.
More importantly, this version fixes a buffer overflow vulnerability.
Closes PR 26833 by Peter Bex.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 26 20:21:58 2004 UTC (19 years, 7 months ago) by recht
Branch: MAIN
Changes since 1.3: +54 -44 lines
Diff to previous 1.3 (colored) to selected 1.9 (colored)

Update to imlib2-1.1.1.
No real changelog available, so I'm guessing it are only bug-fixes..

Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 4 19:37:52 2003 UTC (20 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.2: +7 -3 lines
Diff to previous 1.2 (colored) to selected 1.9 (colored)

Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630.

Changes:

	o imlib2-1.1.0 uses freetype2 instead of freetype1.
	o More bugfixes, etc.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 15 12:00:40 2003 UTC (21 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +2 -5 lines
Diff to previous 1.1 (colored) to selected 1.9 (colored)

Update to 1.0.6.  Author only maintains a CVS ChangeLog that is very difficult
to track for differences since 1.0.3...  anyway, most changes seem to be
bugfixes and performance improvements.

This closes my own PR pkg/19144.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 31 23:51:34 2001 UTC (22 years, 5 months ago) by zuntum
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to selected 1.9 (colored)

Move pkg/ files into package's toplevel directory

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>