aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-06 02:22:48 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-06 02:22:57 -0300
commita6f0c006d3576e89f5fb0e562038c5a2be12b1b6 (patch)
tree3c69ad053b552903db1f1825d94a910f9d60fa5d
parent59f3f9f010556741512ea1d05e440cb936283f53 (diff)
community/lldpd: upgrade to 1.0.6
-rw-r--r--community/lldpd/APKBUILD6
-rw-r--r--community/lldpd/fix-ppc64le-pathmax.patch10
2 files changed, 2 insertions, 14 deletions
diff --git a/community/lldpd/APKBUILD b/community/lldpd/APKBUILD
index 37c15133b2b..f86dea9e17d 100644
--- a/community/lldpd/APKBUILD
+++ b/community/lldpd/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=lldpd
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=0
pkgdesc="Implementation of IEEE 802.1ab"
url="http://vincentbernat.github.com/lldpd/"
@@ -17,7 +17,6 @@ subpackages="$pkgname-dev $pkgname-doc
pkgusers="lldpd"
pkggroups="lldpd"
source="$pkgname-$pkgver.tar.gz::https://github.com/vincentbernat/lldpd/archive/$pkgver.tar.gz
- fix-ppc64le-pathmax.patch
$pkgname.confd
$pkgname.initd"
@@ -77,7 +76,6 @@ zshcomp() {
"$subpkgdir"/usr/share/zsh/site-functions/_lldpcli
}
-sha512sums="2081a279c00924e698c98c5189526069d0d8d601ff4058a51cfbbd843cf656cfcf4729c152f9d7796aebed3f16f06030ab35da23378b5bf48da74105fad50f0a lldpd-1.0.5.tar.gz
-a3a3972ce4cfa98d0de9d958adf18eebb19a442023b321477b3bb8ff3f8297a8708d5c8d70dae06165aac9369d09492d57ffa62e1527968d0c778a7f6fd9678b fix-ppc64le-pathmax.patch
+sha512sums="e27bf8f30c1b6e1fdfa684155d2db261329661e0348d81b403a1809ba62ee7ea17ad6db615d126d9b99edfc4560ace0a4a1eed8786f14d5247a9d7589ae8f40d lldpd-1.0.6.tar.gz
a2a4c85068a6b8b80c92fe56af7799a8b8cb2516e5a65b3ae4cb28f278e5acc72402da2a35f0c48a6048fd4a8536061142cafaa49a4bae8e52ca0a5d9ed38b4c lldpd.confd
8d88e2a21efee6389d4de4f1ce2fcc9da8bd8ab3cb5a2bf2d322bde577e255662d027688065282146b389b3b8076fb883897e600fd931bcdc30d757fc7191e34 lldpd.initd"
diff --git a/community/lldpd/fix-ppc64le-pathmax.patch b/community/lldpd/fix-ppc64le-pathmax.patch
deleted file mode 100644
index 0fe0f095f59..00000000000
--- a/community/lldpd/fix-ppc64le-pathmax.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/daemon/priv.c
-+++ b/src/daemon/priv.c
-@@ -36,6 +36,7 @@
- #include <sys/utsname.h>
- #include <sys/ioctl.h>
- #include <netinet/if_ether.h>
-+#include <limits.h>
-
- #ifdef HAVE_LINUX_CAPABILITIES
- #include <sys/capability.h>