Debian Patches

Status for go-cve-dictionary/0.3.1-4

Patch Description Author Forwarded Bugs Origin Last update
fix-path-of-cheggaaa-pb.patch Fix import path of cheggaaa's pb from pb to pb.v1 version 1 of pb has been renamed to pb.v1 in debian.
Therefore, we need to change import path of this package from pb to pb.v1.

find . -name "*.go" |\
xargs sed -ie "s@github.com/cheggaaa/pb@gopkg.in/cheggaaa/pb.v1@g"


diff --git a/db/rdb.go b/db/rdb.go
index e8a5010..f268337 100644
Nobuhiro Iwamatsu <iwamatsu@debian.org> not-needed 2018-05-29
fix-path-of-labstack-echo.patch Fix import path of labstack-echo from echo to echo.v3 version 3 of echo has been renamed to echo.v3 in debian.
Therefore, we need to change import path of this package from echo to echo.v3.

diff --git a/server/server.go b/server/server.go
index 55bc419..31e06b7 100644
Nobuhiro Iwamatsu <iwamatsu@debian.org> not-needed 2018-03-09
change-output-path-of-log.patch Change output path of log This changes the output path of the log from /var/log/vuls to
the directory user is running goval-dictionary.


diff --git a/util/util.go b/util/util.go
index e6c8336..1618a8c 100644
Nobuhiro Iwamatsu <iwamatsu@debian.org> not-needed 2018-03-16
fix-nvd-url.patch Fix URL used to retrieve NVD Aloïs Micard <alois@micard.lu> not-needed debian

All known versions for source package 'go-cve-dictionary'

Links