File: 001-use-github.compintftp.patch

package info (click to toggle)
gobuster 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: makefile: 7
file content (17 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Use github.com/pin/tftp packaged in Debian
Author: Thiago Andrade Marques <andrade@debian.org>
Last-Update: 2023-01-03

Index: gobuster/gobustertftp/gobustertftp.go
===================================================================
--- gobuster.orig/gobustertftp/gobustertftp.go
+++ gobuster/gobustertftp/gobustertftp.go
@@ -10,7 +10,7 @@ import (
 
 	"github.com/OJ/gobuster/v3/libgobuster"
 
-	"github.com/pin/tftp/v3"
+	"github.com/pin/tftp"
 )
 
 // GobusterTFTP is the main type to implement the interface