Package: go-cve-dictionary / 0.3.1-4

Metadata

Package Version Patches format
go-cve-dictionary 0.3.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix path of cheggaaa pb.patch | (download)

db/rdb.go | 2 1 1 - 0 !
db/redis.go | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 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 "[email protected]/cheggaaa/[email protected]/cheggaaa/pb.v1@g"

fix path of labstack echo.patch | (download)

server/server.go | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 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.
change output path of log.patch | (download)

util/util.go | 6 6 0 - 0 !
1 file changed, 6 insertions( )

 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.

fix nvd url.patch | (download)

fetcher/nvd/util.go | 6 3 3 - 0 !
fetcher/nvd/util_test.go | 12 6 6 - 0 !
2 files changed, 9 insertions( ), 9 deletions(-)

 fix url used to retrieve nvd