From: Vincent Bernat Date: Sat, 14 Nov 2020 07:54:01 +0000 (+0100) Subject: doc: move lldpd to a dedicated organization X-Git-Tag: 1.0.8~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fae9dd45f9ff35cd8bf7ac4ac1817ccef9b62c7b;p=thirdparty%2Flldpd.git doc: move lldpd to a dedicated organization --- diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 123537e4..3c2f5011 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -43,7 +43,7 @@ Submitting patches Patches against git tip are preferred. Please, clone the repository: - git clone https://github.com/vincentbernat/lldpd.git + git clone https://github.com/lldpd/lldpd.git Do any modification you need. Commit the modifications with a meaningful message: diff --git a/README.md b/README.md index 039585a8..45e25fe7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ lldpd: implementation of IEEE 802.1ab (LLDP) ============================================ -![Build Status](https://github.com/vincentbernat/lldpd/workflows/CI/badge.svg) +![Build Status](https://github.com/lldpd/lldpd/workflows/CI/badge.svg) - http://vincentbernat.github.com/lldpd/ + http://lldpd.github.com/ Features -------- @@ -72,7 +72,7 @@ simpler alternatives: brew install lldpd # Or, for the latest version: - brew install https://raw.github.com/vincentbernat/lldpd/master/osx/lldpd.rb + brew install https://raw.github.com/lldpd/lldpd/master/osx/lldpd.rb 2. Build an macOS installer package which should work on the same version of macOS: diff --git a/configure.ac b/configure.ac index 2741f374..524276bf 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ([2.64]) AC_INIT([lldpd], [m4_esyscmd_s([./get-version])], - [https://github.com/vincentbernat/lldpd/issues], + [https://github.com/lldpd/lldpd/issues], [lldpd], [http://vincentbernat.github.io/lldpd/]) diff --git a/debian/control b/debian/control index 69053103..18541737 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 5), libcap-dev, pkg-config Standards-Version: 3.9.6 -Homepage: http://vincentbernat.github.com/lldpd/ +Homepage: http://lldpd.github.com/ Package: lldpd Architecture: any diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 2ecc30cc..0cf47dd0 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -5,7 +5,7 @@ class Lldpd < Formula sha256 "25e15bc3407c1cbf2d0b2f21993561a57b7e2fdc5cebfcf6df4ce5ce376aaeec" livecheck do - url "https://github.com/vincentbernat/lldpd.git" + url "https://github.com/lldpd/lldpd.git" end option "with-snmp", "Build SNMP subagent support" diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index 968da511..32dad524 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -48,7 +48,7 @@ Version: 1.0.7 Release: 1%{?dist} License: ISC Group: System/Management -URL: http://vincentbernat.github.com/lldpd/ +URL: http://lldpd.github.com/ Source0: http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz Source1: lldpd.init%{?suse_version:.suse} Source2: lldpd.sysconfig diff --git a/src/daemon/interfaces-bsd.c b/src/daemon/interfaces-bsd.c index e8c93038..6b7c320c 100644 --- a/src/daemon/interfaces-bsd.c +++ b/src/daemon/interfaces-bsd.c @@ -333,7 +333,7 @@ ifbsd_check_physical(struct lldpd *cfg, /* Remove any dangerous interface. Currently, only p2p0 is removed as it * triggers some AirDrop functionality when we send something on it. - * See: https://github.com/vincentbernat/lldpd/issues/61 + * See: https://github.com/lldpd/lldpd/issues/61 */ static void ifbsd_denylist(struct lldpd *cfg, diff --git a/tests/integration/test_basic.py b/tests/integration/test_basic.py index 75dc62f5..c89c1dbe 100644 --- a/tests/integration/test_basic.py +++ b/tests/integration/test_basic.py @@ -429,7 +429,7 @@ def test_lldpdu_shutdown(lldpd, lldpcli, namespaces, links): links(namespaces(1), namespaces(2)) with namespaces(1): lldpd() - # From https://github.com/vincentbernat/lldpd/issues/348 + # From https://github.com/lldpd/lldpd/issues/348 frm_fa01 = scapy.all.Ether( src='04:fe:7f:00:00:01', dst=scapy.contrib.lldp.LLDP_NEAREST_BRIDGE_MAC) / \ diff --git a/tests/integration/test_snmp.py b/tests/integration/test_snmp.py index 42a2cd66..6ce3e48c 100644 --- a/tests/integration/test_snmp.py +++ b/tests/integration/test_snmp.py @@ -29,7 +29,7 @@ def test_snmp_one_neighbor(snmpd, snmpwalk, lldpd, namespaces): def test_snmp_empty_sysname(snmpd, snmpwalk, lldpd, links, namespaces): - # See https://github.com/vincentbernat/lldpd/issues/392 + # See https://github.com/lldpd/lldpd/issues/392 links(namespaces(1), namespaces(2)) links(namespaces(1), namespaces(3)) links(namespaces(1), namespaces(4))