[Buildroot] [git commit branch/2019.02.x] package/python-dpkt: update the upstream URL in Config.in

Peter Korsgaard peter at korsgaard.com
Wed Dec 25 21:42:09 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=6504b6d5c73fb5eb12022019f64d4598374b6fd3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(405)' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark at dibsco.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit fc37106579b5a1a5f5e53098ddff0c72cb597d1e)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-dpkt/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-dpkt/Config.in b/package/python-dpkt/Config.in
index f1e4ddff15..d8e3388d7e 100644
--- a/package/python-dpkt/Config.in
+++ b/package/python-dpkt/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_PYTHON_DPKT
 	  Fast, simple packet creation / parsing, with definitions
 	  for the basic TCP/IP protocols.
 
-	  http://code.google.com/p/dpkt/
+	  https://github.com/kbandla/dpkt


More information about the buildroot mailing list