FreeBSD Bugzilla – Attachment 254849 Details for
Bug 278565
graphics/ufraw: segfaults in lensfun
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix NULL pointer dereference in lensfun (remove duplicate empty line)
lensfun.patch (text/plain), 1.20 KB, created by
Rodrigo Osorio
on 2024-11-01 16:23:09 UTC
(
hide
)
Description:
Fix NULL pointer dereference in lensfun (remove duplicate empty line)
Filename:
MIME Type:
Creator:
Rodrigo Osorio
Created:
2024-11-01 16:23:09 UTC
Size:
1.20 KB
patch
obsolete
>diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile >index 6fb7fb206733..8ffcd4645b27 100644 >--- a/graphics/lensfun/Makefile >+++ b/graphics/lensfun/Makefile >@@ -1,9 +1,12 @@ > PORTNAME= lensfun > PORTVERSION= 0.3.95 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} > >+PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ >+PATCHFILES+= 6142618a17d29c396d595ede3d0bdd5c648f3c2e.diff:-p1 #https://github.com/lensfun/lensfun/commit/6142618a17d29c396d595ede3d0bdd5c648f3c2e >+ > MAINTAINER= danfe@FreeBSD.org > COMMENT= Library for fixing lens geometry distortions > WWW= https://lensfun.github.io/ >diff --git a/graphics/lensfun/distinfo b/graphics/lensfun/distinfo >index 49ef635fc4fa..7b3f813a5d6c 100644 >--- a/graphics/lensfun/distinfo >+++ b/graphics/lensfun/distinfo >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1530269580 >+TIMESTAMP = 1730477006 > SHA256 (lensfun-0.3.95.tar.gz) = 82c29c833c1604c48ca3ab8a35e86b7189b8effac1b1476095c0529afb702808 > SIZE (lensfun-0.3.95.tar.gz) = 2731561 >+SHA256 (6142618a17d29c396d595ede3d0bdd5c648f3c2e.diff) = 435398e5848bc9e04054d7601f8460346e3ae6e9ac5c46623dc6e6dd32cc9227 >+SIZE (6142618a17d29c396d595ede3d0bdd5c648f3c2e.diff) = 2166
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278565
:
254848
| 254849