Bug 199505 - devel/dulwich: add CPE information
Summary: devel/dulwich: add CPE information
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL: https://wiki.freebsd.org/Ports/CPE
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-17 21:38 UTC by Jan Beich
Modified: 2015-04-19 20:49 UTC (History)
2 users (show)

See Also:
jbeich: maintainer-feedback? (marco.broeder)


Attachments
v0 (426 bytes, patch)
2015-04-17 21:38 UTC, Jan Beich
jbeich: maintainer-approval? (marco.broeder)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2015-04-17 21:38:30 UTC
Created attachment 155681 [details]
v0

NVD provides example CPE string under Configuration 2 in
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0838

  $ make -V CPE_STR PORTVERSION=0.9.7
  cpe:2.3:a:dulwich_project:dulwich:0.9.7:::::freebsd11:x64

  # before ports r362439 (CPE v2.2)
  $ make -V CPE_URI PORTVERSION=0.9.7
  cpe:/a:dulwich_project:dulwich:0.9.7::~~~freebsd~~
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-19 20:46:06 UTC
A commit references this bug:

Author: robak
Date: Sun Apr 19 20:45:08 UTC 2015
New revision: 384326
URL: https://svnweb.freebsd.org/changeset/ports/384326

Log:
  devel/dulwich: add CPE info

  PR:		199505
  Submitted by:	jbeich
  Approved by:	portmgr blanket

Changes:
  head/devel/dulwich/Makefile
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-04-19 20:49:40 UTC
Committed, thanks for your work!