summaryrefslogtreecommitdiff
path: root/graphics/libexif
AgeCommit message (Collapse)AuthorFilesLines
2006-01-07Tell configure we really do not want doxygen (breaks installation,wiz1-1/+2
and would break PLIST if it succeeded). Reported by veego.
2006-01-06Update to 0.6.13.wiz6-94/+36
New in 0.6.13: * Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787 * For pkg-config users, force usage of #include <libexif/exif-*.h> (disable #include <exif-.h>) * Updated German translation * Build system tuning * Misc changes: Fix COPYRIGHT tag, fix memory corruption, use qsort.
2005-10-23Added RCS Id to patch-ad.rillig2-2/+4
2005-07-24Add patch to fix a braino which leads to crash in GIMP when openingdillo4-5/+17
JPEG pictures with certain EXIF data, like those from SONY, Nikon or Canon digital cameras. Obtained from libexif CVS, exif-data.c, rev. 1.68, via FreeBSD. Noted by Leonard Schmidt on tech-pkg.
2005-05-27don't return a value in a void function, just return.jschauma2-6/+6
This fixes the build for IRIX MIPSPro compilers, that actually bail out on this condition with an error.
2005-05-13Security fix:salo4-4/+77
"Matthias Clasen has reported a vulnerability in libexif, which can be exploited by malicious people to cause a DoS (Denial of Service). The vulnerability is caused due to an infinite recursion in the "exif_data_load_data_content()" function and can be exploited to cause a stack overflow when parsing a specially crafted image. Successful exploitation may crash an application linked against the vulnerable library." Bump PKGREVISION. Patch from: http://sourceforge.net/tracker/index.php?func=detail&aid=1196787&group_id=12272&atid=112272
2005-05-09Declare a static function in .c, not in .h.minskim3-1/+29
2005-04-20Changes 0.6.12:adam5-70/+14
* Final fix of Ubuntu Security Notice USN-91-1 (CAN-2005-0664) https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152 * Updated build system with cross compile capabilities * Small fixes: Fix tag order, use even offsets, improve Nikon&Olympus mnote tags.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-10Bump PKGREVISION and BUILDLINK_RECOMMENDED for the security fix. (hi adam!)salo2-2/+4
2005-03-10Added a patch to fix buffer overflow:adam2-1/+34
* SECURITY UPDATE: Fix buffer overflow. * libexif/exif-data.c: Add buffer size checks in several places before trying to access it. * Thanks to Sylvain Defresne for spotting this and the patch. * References: https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152 Thanks to wiz@ for heads-up. :)
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-30Bump BUILDLINK_DEPENDS.libexif in libexif/buildlink3.mk andminskim1-3/+2
PKGREVISIONs of packages including it, because the recent update of libexif changed the major version number of libexif. Noted by dieter and Jeremy C. Reed on tech-pkg@.
2004-10-27update to 0.6.11drochner4-7/+32
There is a major step between 0.5.x and 0.6.x; I couldn't find a useful changelog.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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".
2004-05-22Unused.wiz1-19/+0
2004-04-25Enable pkgviews installation.minskim1-1/+3
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme2-3/+27
2003-10-14Backout previous.salo1-2/+1
2003-10-14Add missing pkgconfig file.salo1-1/+2
2003-09-23Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-08-05When library major changes, dependency in buildlink2.mk needs to be bumped.wiz1-2/+2
2003-08-05Changes 0.5.12:adam3-9/+8
Some build fixes. 'make distcheck' now works.
2003-07-25Depend on latest libexif; PKGREVISIONs of dependent packages have already ↵wiz1-2/+2
been bumped.
2003-07-25Changes 0.5.10:adam3-13/+13
A few updates all over the place, a new exif-loader, etc.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-31Updated to libexif-0.5.9shell5-15/+16
Changes in pkgsrc : - fmt on DESCR - fetch .tar.bz2 Changes since libexif-0.5.8 - add USER_COMMENT support - some documents fixed
2002-12-24Update to 0.5.8: Without the MakerNote stuff which is now in libmnote,wiz3-11/+10
and some bugfixes.
2002-12-23Update to 0.5.7, mostly bugfixes and more translations.wiz4-11/+14
* libexif/exif-data.h: Introduce an array of ExifContents. This doesn't break binary compatibility, but it breaks compilation. Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source code to make it compile again.
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo1-1/+2
2002-10-07Unused.wiz1-30/+0
2002-08-26buildlink1 -> buildlink2jlam1-3/+3
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-3/+22
buildlink2.mk files back into the main trunk.
2002-07-01Update to 0.5.3, inspired by pkg/17324 by Wada Keiji.wiz3-10/+14
Changes: EXIF-2.2 support, i18n support (de for now). Pkg changes: Fix maintainer email, use .tar.bz2, use gettext-lib buildlink.
2002-02-25Updated libexif to 0.5.0 (provided by Amitai Schlair in pkg/15722)martti4-10/+11
* libexif/configure.in: Introduce proper versionning. * libexif: There's only one ByteOrder per ExifData. * libexif/libexif-entry.c: More tags implemented in (exif_entry_get_value).
2002-02-13Don't hardcode dependency, use "libexif>=0.4" instead.martti1-2/+2
2002-02-12Added buildlink.mkmartti1-0/+30
2002-02-12Use USE_LIBTOOL and LTCONFIG_OVERRIDEmartti1-3/+3
2002-02-12Created package for libexif-0.4.martti4-0/+38
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.