Hello community,

here is the log from the commit of package sshfp for openSUSE:Factory
checked in at Thu Sep 22 12:57:22 CEST 2011.



--------
--- sshfp/sshfp.changes 2011-01-27 16:14:26.000000000 +0100
+++ /mounts/work_src_done/STABLE/sshfp/sshfp.changes    2011-09-22 
00:40:42.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Sep 21 22:36:04 UTC 2011 - [email protected]
+
+- Update to new upstream release 1.2.2
+* throw errors on stderr to improve pipe usage
+* fix nameserver by IP address (ldns workaround)
+* fix case where AAAA is found but no IPv6 is available
+
+-------------------------------------------------------------------
+Wed May 25 11:55:20 UTC 2011 - [email protected]
+
+- new version 1.2.1
+ * dane command
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  sshfp-1.1.3.tar.bz2

New:
----
  0001-fix-invalid-reference-to-hostname-in-check_keytype.diff
  sshfp-1.2.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sshfp.spec ++++++
--- /var/tmp/diff_new_pack.tt3nFb/_old  2011-09-22 12:57:18.000000000 +0200
+++ /var/tmp/diff_new_pack.tt3nFb/_new  2011-09-22 12:57:18.000000000 +0200
@@ -18,17 +18,18 @@
 
 
 Name:           sshfp
-Version:        1.1.3
-Release:        1
+Version:        1.2.2
+Release:        0
 Summary:        RFC4255 DNS SSHFP record generator
-License:        GPLv2
+License:        GPLv2+
 Group:          Productivity/Networking/DNS/Utilities
-Url:            http://www.xelerance.com/software/sshfp/       
-#Git-Clone:    http://git.openswan.org/sshfp.git
+URL:            http://www.xelerance.com/software/sshfp/       
+#Git-Clone:    git://git.openswan.org/scm/sshfp.git
 
-#Source:       http://www.xelerance.com/software/sshfp/sshfp-1.1.3.tar.gz
-Source:         %name-%version.tar.bz2
-Requires:       python-dnspython
+Source:         sshfp-%version.tar.xz
+Patch0:         0001-fix-invalid-reference-to-hostname-in-check_keytype.diff
+Requires:       python-dnspython python-ldns
+BuildRequires:  python xz
 BuildArch:      noarch
 
 %description
@@ -39,16 +40,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+make %{?_smp_mflags}
 
 %install
 mkdir -p "%buildroot/%_bindir" "%buildroot/%_mandir"
 make install DESTDIR="%buildroot"
 
-%clean
-rm -rf "%buildroot"
-
 %files
 %defattr(-,root,root)
 %_bindir/*

++++++ 0001-fix-invalid-reference-to-hostname-in-check_keytype.diff ++++++
>From fda18ba88adcaa0afa6d545dc0dcbf9bff370d49 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel <[email protected]>
Date: Wed, 25 May 2011 15:53:04 +0200
Subject: [PATCH 1/3] fix invalid reference to 'hostname' in check_keytype()

---
 sshfp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sshfp b/sshfp
index c73a9a5..ceaba79 100755
--- a/sshfp
+++ b/sshfp
@@ -134,7 +134,7 @@ def check_keytype(keytype):
                if "ssh-%s" % algo[:-1] == keytype[:-1]:
                        return True
        if not quiet:
-               print >> sys.stderr, "Could only find key type %s for %s" % 
(keytype, hostname)
+               print >> sys.stderr, "Could only find key type %s" % keytype
        return False
 
 def process_record(record, hostname):
-- 
1.7.3.4


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to