All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/netcat-openbsd: switch to new upstream URL
@ 2019-04-30 13:28 John Keeping
  2019-05-01  7:08 ` Peter Korsgaard
  2019-05-02  6:38 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: John Keeping @ 2019-04-30 13:28 UTC (permalink / raw)
  To: buildroot

anonscm.debian.org has been discontinued and now hosts a page pointing
to salsa.debian.org.  Switch to the new upstream URL, explicitly setting
the method to git now that we use an HTTPS URL.

Signed-off-by: John Keeping <john@metanate.com>
---
 package/netcat-openbsd/netcat-openbsd.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/netcat-openbsd/netcat-openbsd.mk b/package/netcat-openbsd/netcat-openbsd.mk
index e98b479c4f..b313116b3f 100644
--- a/package/netcat-openbsd/netcat-openbsd.mk
+++ b/package/netcat-openbsd/netcat-openbsd.mk
@@ -5,7 +5,8 @@
 ################################################################################
 
 NETCAT_OPENBSD_VERSION = debian/1.190-1
-NETCAT_OPENBSD_SITE = git://anonscm.debian.org/collab-maint/netcat-openbsd
+NETCAT_OPENBSD_SITE = https://salsa.debian.org/debian/netcat-openbsd.git
+NETCAT_OPENBSD_SITE_METHOD = git
 NETCAT_OPENBSD_LICENSE = BSD-3-Clause
 NETCAT_OPENBSD_LICENSE_FILES = debian/copyright
 NETCAT_OPENBSD_DEPENDENCIES = host-pkgconf libbsd
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/netcat-openbsd: switch to new upstream URL
  2019-04-30 13:28 [Buildroot] [PATCH] package/netcat-openbsd: switch to new upstream URL John Keeping
@ 2019-05-01  7:08 ` Peter Korsgaard
  2019-05-02  6:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-05-01  7:08 UTC (permalink / raw)
  To: buildroot

>>>>> "John" == John Keeping <john@metanate.com> writes:

 > anonscm.debian.org has been discontinued and now hosts a page pointing
 > to salsa.debian.org.  Switch to the new upstream URL, explicitly setting
 > the method to git now that we use an HTTPS URL.

 > Signed-off-by: John Keeping <john@metanate.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/netcat-openbsd: switch to new upstream URL
  2019-04-30 13:28 [Buildroot] [PATCH] package/netcat-openbsd: switch to new upstream URL John Keeping
  2019-05-01  7:08 ` Peter Korsgaard
@ 2019-05-02  6:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-05-02  6:38 UTC (permalink / raw)
  To: buildroot

>>>>> "John" == John Keeping <john@metanate.com> writes:

 > anonscm.debian.org has been discontinued and now hosts a page pointing
 > to salsa.debian.org.  Switch to the new upstream URL, explicitly setting
 > the method to git now that we use an HTTPS URL.

 > Signed-off-by: John Keeping <john@metanate.com>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-02  6:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 13:28 [Buildroot] [PATCH] package/netcat-openbsd: switch to new upstream URL John Keeping
2019-05-01  7:08 ` Peter Korsgaard
2019-05-02  6:38 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.