]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
release: new version 0.7.10
authorVincent Bernat <vincent@bernat.im>
Mon, 21 Jul 2014 19:53:22 +0000 (21:53 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 21 Jul 2014 20:06:11 +0000 (22:06 +0200)
debian/changelog
osx/lldpd.rb
redhat/lldpd.spec

index 94752d050d2907cf36ee3719a084913740b5ce21..c06635602ac83e563f98d76c3582b8905e06fc99 100644 (file)
@@ -1,5 +1,5 @@
-lldpd (0.7.9-0) UNRELEASED; urgency=low
+lldpd (0.7.10-0) UNRELEASED; urgency=low
 
   * Unofficial package.
 
- -- Vincent Bernat <bernat@debian.org>  Fri, 12 Jul 2013 09:20:42 +0200
+ -- Vincent Bernat <bernat@debian.org>  Mon, 21 Jul 2014 21:52:46 +0200
index 6dbb786cb678b4bbf7902f30d83cb094536f1ec9..a260169b8f41bd2b491d07e0d45df855d37037ef 100644 (file)
@@ -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"
index 90d99fc9829c5660cd7eab904690686b1fbb8c4a..53f0ee0b1ed71f0e8732b79f02a0abedfd42c069 100644 (file)
@@ -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 <bernat@luffy.cx> - 0.7.10-1
+- New upstream version.
+
 * Wed May 28 2014 Vincent Bernat <bernat@luffy.cx> - 0.7.9-1
 - New upstream version.