From: Vincent Bernat Date: Mon, 25 May 2015 18:06:10 +0000 (+0200) Subject: osx: tell the build fix will be here in 0.7.16. X-Git-Tag: 0.7.16~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8367e178b54ea90549b13817d0d27ede918225e;p=thirdparty%2Flldpd.git osx: tell the build fix will be here in 0.7.16. --- diff --git a/NEWS b/NEWS index 3d9042b2..a05fa361 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +lldpd (0.7.16) + * Fix: + + Fix build on OS X. + lldpd (0.7.15) * Features: + Optional features can be configured with "auto" to autodetect if diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 221109b3..c4880e29 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -2,7 +2,7 @@ require 'formula' class Lldpd < Formula homepage 'http://vincentbernat.github.io/lldpd/' - url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.10.tar.gz' + url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.10.tar.gz' # More recent versions won't compile. Will be fixed in 0.7.16. sha1 'd0593dd989d619c9249258fe0c409c6f6cd3f061' option 'with-snmp', "Build SNMP subagent support"