Browse Source

libssh: update to 0.7.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10047 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 8 years ago
parent
commit
0621d2852e
1 changed files with 11 additions and 18 deletions
  1. 11 18
      lib/libs/libssh/libssh-vl.spec

+ 11 - 18
lib/libs/libssh/libssh-vl.spec

@@ -2,23 +2,17 @@ Summary:        A library implementing the SSH2 protocol
 Summary(ja):    SSH2プロトコルを実装するためのライブラリ
 
 Name:           libssh
-Version:        0.4.8
-Release:        3%{?_dist_release}
+Version:        0.7.3
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.libssh.org/
-Source0:        http://www.libssh.org/files/%{name}-%{version}.tar.gz
-Patch0:         libssh-0.2-libdir.patch
+Source0:        http://www.libssh.org/files/%{name}-%{version}.tar.xz
+# Patch0:         libssh-0.2-libdir.patch
 # security fix
-## from Debian libssh 0.4.5-3+squeeze1
-Patch10:        CVE-2012-4559.patch
-Patch11:        CVE-2012-4561.patch
-Patch12:        CVE-2012-4562.patch
-## based Red Hat BTS #871614
-Patch13:        CVE-2012-4560.patch
-
-Patch100:		libssh-0.4.8-pkgconfig.patch
+# Nothing so far.
+# Patch100:		libssh-0.4.8-pkgconfig.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -48,11 +42,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch10 -p 1 -b .CVE-2012-4559
-%patch11 -p 1 -b .CVE-2012-4561
-%patch12 -p 1 -b .CVE-2012-4562
-%patch13 -p 1 -b .CVE-2012-4560
-%patch100 -p0 -b .pkgconfig
+# %patch100 -p0 -b .pkgconfig
 
 %build
 mkdir -p %{_target_platform}
@@ -86,9 +76,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/pkgconfig/%{name}*.pc
 
 %changelog
+* Fri Feb 26 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.7.3-1
+- new upstream release with security fixes
+
 * Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-3
 - add Patch100 (libssh-0.4.8-pkgconfig.patch)