Bug 221868 - security/vuls: Update to 0.4.0
Summary: security/vuls: Update to 0.4.0
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: Richard Gallamore
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2017-08-27 22:54 UTC by Alexandru Ciobanu
Modified: 2017-09-03 18:58 UTC (History)
1 user (show)

See Also:


Attachments
vuls.diff (48.69 KB, patch)
2017-08-27 22:54 UTC, Alexandru Ciobanu
iscandr: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Ciobanu 2017-08-27 22:54:36 UTC
Created attachment 185829 [details]
vuls.diff

When applied this patch will:
* Update to 0.4.0
* Update build dependencies
* Reorder GH_TUPLE alphabetically
* Remove parts of the post-patch target from Makefile(fixed upstream)

portlint warnings:
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.

testport: OK (poudriere: 10.3-RELEASE-p20, 11.0-RELEASE-p11, 11.1-RELEASE, 12.0-CURRENT, amd64 and i386 tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-03 18:42:26 UTC
A commit references this bug:

Author: ultima
Date: Sun Sep  3 18:42:17 UTC 2017
New revision: 449215
URL: https://svnweb.freebsd.org/changeset/ports/449215

Log:
  Update to 0.4.0, reordered tuple alphabetically for sanity and cleanup fixed items upstream

  PR:		221868
  Submitted by:	Alexandru Ciobanu (maintainer)
  Reviewed by:	lifanov (mentor), matthew (mentor)
  Approved by:	lifanov (mentor), matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12209

Changes:
  head/security/vuls/Makefile
  head/security/vuls/distinfo
  head/security/vuls/files/patch-commands_tui.go
  head/security/vuls/files/patch-src_gopkg.in_cheggaaa_pb.v2_Gopkg.lock
  head/security/vuls/files/patch-src_gopkg.in_cheggaaa_pb.v2_Gopkg.toml
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-09-03 18:58:16 UTC
Be care when using make makepatch, this will create patches changing %%ETCDIR%% to the path.


Committed, thanks!