Skip to content

Commit

Permalink
graphics/ufraw: Upgrade to latest version
Browse files Browse the repository at this point in the history
Major changes:
    * Intagrate multipleple fixes from openSUSE
    * Fix build against glib-2.68
    * ufraw_preview: do now overwrite configuration with preview size
    * ufraw-gimp: properly send EXIF data to Gimp 2.9 and later
    * Suppress compiler warnings on implicit fallthrough
    * ufraw_developer: use fabs() instead of abs() for double
    * Fix GCC 9 OpenMP issues by drop default(none)
    * From Gentoo ufraw-0.17-cfitsio-automagic.patch
    * From Gentoo ufraw-0.22-jasper-automagic.patch
    * From Gentoo ufraw-0.22-jpeg9.patch
    * From Gentoo ufraw-0.22-exiv2-0.27.patch
    * 05_CVE-2018-19655.patch from Debian
    * Prevent crash when camera specified in .ufraw file is not in lensfun db
    * Fix crash on destroy of lensfun object on PEF images

Security:	CVE-2018-19655
MFH:		2021Q2
  • Loading branch information
rosorio committed Apr 25, 2021
1 parent 91f5e13 commit 0e861af
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 97 deletions.
5 changes: 2 additions & 3 deletions graphics/ufraw/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Created by: Mark Murray <markm@FreeBSD.org>

PORTNAME= ufraw
PORTVERSION= 0.22
PORTREVISION= 18
PORTVERSION= 0.22.20210424
CATEGORIES= graphics

MAINTAINER= rodrigo@FreeBSD.org
Expand Down Expand Up @@ -36,7 +35,7 @@ GIMP_DESC= Install GIMP plugin
USE_GITHUB= yes
GH_ACCOUNT= sergiomb2
GH_PROJECT= ufraw
GH_TAGNAME= 6d3259a
GH_TAGNAME= f34669b

USE_GNOME+=glib20 gtk20 cairo gdkpixbuf2

Expand Down
6 changes: 3 additions & 3 deletions graphics/ufraw/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1521620815
SHA256 (sergiomb2-ufraw-0.22-6d3259a_GH0.tar.gz) = 4a3b415bf86c7cadc71350a8f0a206cef79bb3c22a6a794a9d9894d6bc7ec6dc
SIZE (sergiomb2-ufraw-0.22-6d3259a_GH0.tar.gz) = 870086
TIMESTAMP = 1619340633
SHA256 (sergiomb2-ufraw-0.22.20210424-f34669b_GH0.tar.gz) = e577154b5b2256cfdc4dfc71018c190c5dcb2d92a5bfa3c13384d86aa28c5ec2
SIZE (sergiomb2-ufraw-0.22.20210424-f34669b_GH0.tar.gz) = 871912
41 changes: 0 additions & 41 deletions graphics/ufraw/files/patch-dcraw.cc

This file was deleted.

28 changes: 0 additions & 28 deletions graphics/ufraw/files/patch-gentoo_b5b414

This file was deleted.

11 changes: 0 additions & 11 deletions graphics/ufraw/files/patch-ufraw__conf.c

This file was deleted.

11 changes: 0 additions & 11 deletions graphics/ufraw/files/patch-ufraw__developer.c

This file was deleted.

0 comments on commit 0e861af

Please sign in to comment.