]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
release: prepare 0.7.3
authorVincent Bernat <bernat@luffy.cx>
Sun, 12 May 2013 09:21:19 +0000 (11:21 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 12 May 2013 09:21:19 +0000 (11:21 +0200)
debian/changelog
osx/lldpd.rb
redhat/lldpd.spec

index 93434204bd74405bd82edfc17333159af870f608..dae984dfeb526b9b9791c8f70fabe63919693fca 100644 (file)
@@ -1,4 +1,4 @@
-lldpd (0.7.2-0) UNRELEASED; urgency=low
+lldpd (0.7.3-0) UNRELEASED; urgency=low
 
   * Unofficial package.
 
index 06f659f362ad4721c4bd96331d14f72cd4497f64..b8900a10b0037f7f2ca6c6c902c654019b05f40e 100644 (file)
@@ -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"
index 1a6d88cd9bd1fd7a920317a169cab42ac18d2013..cb3c7d352f4a00d6829f58823a9383a6f6c5d731 100644 (file)
@@ -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 <bernat@luffy.cx> - 0.7.3-1
+- New upstream version.
+
 * Fri Apr 19 2013 Vincent Bernat <bernat@luffy.cx> - 0.7.2-1
 - New upstream version.