Commit graph

26 commits

Author SHA1 Message Date
dillo
a8f3faeecc Add patch to fix a braino which leads to crash in GIMP when opening
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-07-24 00:06:44 +00:00
salo
2f8a0ccbb3 Security fix:
"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-13 11:57:59 +00:00
adam
15276404f6 Changes 0.6.12:
* 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-20 12:40:40 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
salo
9d269274a7 Bump PKGREVISION and BUILDLINK_RECOMMENDED for the security fix. (hi adam!) 2005-03-10 22:21:56 +00:00
drochner
25b7c0b707 update to 0.6.11
There is a major step between 0.5.x and 0.6.x; I couldn't find a
useful changelog.
2004-10-27 19:30:23 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
minskim
2f2316e5eb Enable pkgviews installation. 2004-04-25 05:01:44 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +00:00
recht
1ff9e4f91f Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
2003-09-23 12:18:53 +00:00
adam
ce81695b4e Changes 0.5.12:
Some build fixes. 'make distcheck' now works.
2003-08-05 09:16:40 +00:00
adam
3e8ee07e32 Changes 0.5.10:
A few updates all over the place, a new exif-loader, etc.
2003-07-25 11:26:32 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
shell
600c5868eb Updated to libexif-0.5.9
Changes in pkgsrc :
- fmt on DESCR
- fetch .tar.bz2

Changes since libexif-0.5.8
- add USER_COMMENT support
- some documents fixed
2003-01-31 10:20:07 +00:00
wiz
af53b6356e Update to 0.5.8: Without the MakerNote stuff which is now in libmnote,
and some bugfixes.
2002-12-24 17:36:28 +00:00
wiz
dbe4d2f57f Update to 0.5.7, mostly bugfixes and more translations.
* 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-23 22:40:43 +00:00
salo
77e08cb991 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 13:49:38 +00:00
jlam
47f5a05b84 buildlink1 -> buildlink2 2002-08-26 17:54:34 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
wiz
9c6fe05b6a Update to 0.5.3, inspired by pkg/17324 by Wada Keiji.
Changes: EXIF-2.2 support, i18n support (de for now).
Pkg changes: Fix maintainer email, use .tar.bz2, use gettext-lib buildlink.
2002-07-01 23:19:05 +00:00
martti
0226b33582 Updated libexif to 0.5.0 (provided by Amitai Schlair in pkg/15722)
* 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-25 09:01:41 +00:00
martti
2d5d9a4cf6 Use USE_LIBTOOL and LTCONFIG_OVERRIDE 2002-02-12 14:57:58 +00:00
martti
941c5ca97b Created package for libexif-0.4.
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.
2002-02-12 14:52:48 +00:00