git: 47e8b1422a25 - main - net/dot1ag-utils: Update to 1.0.2 from SourceHut; minor bug fix release.
Bruce M Simpson <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by bms: URL: https://cgit.FreeBSD.org/ports/commit/?id=47e8b1422a25dc1664eb18f1c1002c53c9e43f82 commit 47e8b1422a25dc1664eb18f1c1002c53c9e43f82 Author: Bruce M Simpson <[email protected]> AuthorDate: 2026-08-16 07:35:53 +0000 Commit: Bruce M Simpson <[email protected]> CommitDate: 2026-08-16 07:35:53 +0000 net/dot1ag-utils: Update to 1.0.2 from SourceHut; minor bug fix release. I am the "vendor". Remove upstreamed patch. --- net/dot1ag-utils/Makefile | 2 +- net/dot1ag-utils/distinfo | 6 +++--- net/dot1ag-utils/files/patch-src_dot1ag__eth.c | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/net/dot1ag-utils/Makefile b/net/dot1ag-utils/Makefile index 72b9fb349054..39f3bf27d52e 100644 --- a/net/dot1ag-utils/Makefile +++ b/net/dot1ag-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= dot1ag-utils -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= net MASTER_SITES= https://git.sr.ht/~bms/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/net/dot1ag-utils/distinfo b/net/dot1ag-utils/distinfo index bd154de70cbb..8a650ad3f55b 100644 --- a/net/dot1ag-utils/distinfo +++ b/net/dot1ag-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1785233480 -SHA256 (dot1ag-utils-1.0.1.tar.gz) = a074e731690a30404fd61e2af0e8611ded9b7799295236a7bb60d4724e870f1d -SIZE (dot1ag-utils-1.0.1.tar.gz) = 92446 +TIMESTAMP = 1786865578 +SHA256 (dot1ag-utils-1.0.2.tar.gz) = 0cd30948d160e45ca0db706edb3b490733a9fd48195dc3a050caa38f08ef84bf +SIZE (dot1ag-utils-1.0.2.tar.gz) = 92474 diff --git a/net/dot1ag-utils/files/patch-src_dot1ag__eth.c b/net/dot1ag-utils/files/patch-src_dot1ag__eth.c deleted file mode 100644 index 83e68dc51cf3..000000000000 --- a/net/dot1ag-utils/files/patch-src_dot1ag__eth.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dot1ag_eth.c.orig 2012-09-20 12:44:39 UTC -+++ src/dot1ag_eth.c -@@ -78,7 +78,7 @@ get_local_mac(char *dev, uint8_t *ea) { - if (ifa->ifa_addr == NULL) { - continue; - } -- if (strncmp(ifa->ifa_name, dev, sizeof(dev)) != 0) { -+ if (strcmp(ifa->ifa_name, dev) != 0) { - continue; /* not the interface we are looking for */ - } - sdl = (struct sockaddr_dl *) ifa->ifa_addr;