From: Vincent Bernat Date: Sun, 12 May 2013 09:21:19 +0000 (+0200) Subject: release: prepare 0.7.3 X-Git-Tag: 0.7.4~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e91ca9d0157c02ba360f73a391cf06e6d3153f2f;p=thirdparty%2Flldpd.git release: prepare 0.7.3 --- diff --git a/debian/changelog b/debian/changelog index 93434204..dae984df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lldpd (0.7.2-0) UNRELEASED; urgency=low +lldpd (0.7.3-0) UNRELEASED; urgency=low * Unofficial package. diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 06f659f3..b8900a10 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -2,8 +2,8 @@ require 'formula' class Lldpd < Formula homepage 'http://vincentbernat.github.com/lldpd/' - url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.2.tar.gz' - md5 'cee0e2ae7d4b8bf25ae234d9536052b8' + url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.3.tar.gz' + md5 'dcf567779c1b31e8b88e52848160c440' 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 1a6d88cd..cb3c7d35 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.2 +Version: 0.7.3 Release: 1%{?dist} License: MIT Group: System Environment/Daemons @@ -220,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/lldp-const.h %changelog +* Sun May 12 2013 Vincent Bernat - 0.7.3-1 +- New upstream version. + * Fri Apr 19 2013 Vincent Bernat - 0.7.2-1 - New upstream version.