mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/lensfun: Add patch to fix segfaults in lensfun
Apply unreleased lensfun commit 6142618 as a patch to fix segfaults in lensfun when processing Nikon D750 NEF raw files with ufraw. PR: 278565 Reported by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Tested by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: danfe (maintainer)
This commit is contained in:
parent
bd96d195ad
commit
f5a2b0b4dc
2 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
||||||
PORTNAME= lensfun
|
PORTNAME= lensfun
|
||||||
PORTVERSION= 0.3.95
|
PORTVERSION= 0.3.95
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||||
|
PATCHFILES+= 6142618a17d29c396d595ede3d0bdd5c648f3c2e.diff:-p1
|
||||||
|
|
||||||
MAINTAINER= danfe@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= Library for fixing lens geometry distortions
|
COMMENT= Library for fixing lens geometry distortions
|
||||||
WWW= https://lensfun.github.io/
|
WWW= https://lensfun.github.io/
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
TIMESTAMP = 1530269580
|
TIMESTAMP = 1530269580
|
||||||
SHA256 (lensfun-0.3.95.tar.gz) = 82c29c833c1604c48ca3ab8a35e86b7189b8effac1b1476095c0529afb702808
|
SHA256 (lensfun-0.3.95.tar.gz) = 82c29c833c1604c48ca3ab8a35e86b7189b8effac1b1476095c0529afb702808
|
||||||
SIZE (lensfun-0.3.95.tar.gz) = 2731561
|
SIZE (lensfun-0.3.95.tar.gz) = 2731561
|
||||||
|
SHA256 (6142618a17d29c396d595ede3d0bdd5c648f3c2e.diff) = 435398e5848bc9e04054d7601f8460346e3ae6e9ac5c46623dc6e6dd32cc9227
|
||||||
|
SIZE (6142618a17d29c396d595ede3d0bdd5c648f3c2e.diff) = 2166
|
||||||
|
|
Loading…
Add table
Reference in a new issue