From: Vincent Bernat Date: Mon, 21 Jul 2014 19:53:22 +0000 (+0200) Subject: release: new version 0.7.10 X-Git-Tag: 0.7.11~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3620ee09fa2f17e59ce61ad84fc2c7fa24b93818;p=thirdparty%2Flldpd.git release: new version 0.7.10 --- diff --git a/debian/changelog b/debian/changelog index 94752d05..c0663560 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -lldpd (0.7.9-0) UNRELEASED; urgency=low +lldpd (0.7.10-0) UNRELEASED; urgency=low * Unofficial package. - -- Vincent Bernat Fri, 12 Jul 2013 09:20:42 +0200 + -- Vincent Bernat Mon, 21 Jul 2014 21:52:46 +0200 diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 6dbb786c..a260169b 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -2,8 +2,8 @@ require 'formula' class Lldpd < Formula homepage 'http://vincentbernat.github.io/lldpd/' - url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.9.tar.gz' - sha1 '260888a94116642ead9f733278b32f3be0750e4a' + url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.10.tar.gz' + sha1 'd0593dd989d619c9249258fe0c409c6f6cd3f061' option 'with-snmp', "Build SNMP subagent support" option 'with-json', "Build JSON support for lldpcli" diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index 90d99fc9..53f0ee0b 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -28,7 +28,7 @@ Summary: Implementation of IEEE 802.1ab (LLDP) Name: lldpd -Version: 0.7.9 +Version: 0.7.10 Release: 1%{?dist} License: MIT Group: System Environment/Daemons @@ -223,6 +223,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/lldp-const.h %changelog +* Mon Jul 21 2014 Vincent Bernat - 0.7.10-1 +- New upstream version. + * Wed May 28 2014 Vincent Bernat - 0.7.9-1 - New upstream version.