Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 275200

Summary: media-gfx/jhead-2.8.7 version bump + respect cflags + respect ldflags + mktemp
Product: Gentoo Linux Reporter: Zeev Tarantov <zeev.tarantov>
Component: New packagesAssignee: Marcelo Goes (RETIRED) <vanquirius>
Status: RESOLVED FIXED    
Severity: normal CC: graphics+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.sentex.net/~mwandel/jhead/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: patch from ebuild in portage to new ebuild
patch to makefile to respect flags
patch to change use of mktemp to mkstemp

Description Zeev Tarantov 2009-06-23 14:48:33 UTC
There is a new version of jhead, although the changelog is confused about version number.

The ebuild does not respect CFLAGS and LDFLAGS.

Also, there is a warning about using mktemp(3) instead of mkstemp(3).

I'm attaching two patches and a patch to the ebuild.

Reproducible: Always




I am not a security person, but I don't think the mstemp thing is an exploitable security vulnerability, that's why I'm not reporting this as a security bug.
Comment 1 Zeev Tarantov 2009-06-23 14:51:13 UTC
Created attachment 195561 [details, diff]
patch from ebuild in portage to new ebuild
Comment 2 Zeev Tarantov 2009-06-23 14:51:36 UTC
Created attachment 195562 [details, diff]
patch to makefile to respect flags
Comment 3 Zeev Tarantov 2009-06-23 14:52:22 UTC
Created attachment 195564 [details, diff]
patch to change use of mktemp to mkstemp
Comment 4 Marcelo Goes (RETIRED) gentoo-dev 2009-06-28 17:35:57 UTC
Thanks Zeev, now in cvs.
Please, be sure to send the mkstemp patch to upstream.

Cheers,
Marcelo