Accepting request 541717 from home:AndreasStieger:branches:security
ssdeep 2.14.1 OBS-URL: https://build.opensuse.org/request/show/541717 OBS-URL: https://build.opensuse.org/package/show/security/ssdeep?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
9cd3384b0b
commit
2fa9130a6f
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 23:44:37 UTC 2017 - astieger@suse.com
|
||||
|
||||
- ssdeep 2.14.1:
|
||||
* Optimizations to the fuzzy hashing engine
|
||||
* Fixed issue when certain memory allocation is failed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 28 09:52:09 UTC 2015 - astieger@suse.com
|
||||
|
||||
|
||||
+6
-8
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ssdeep
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: ssdeep
|
||||
Version: 2.13
|
||||
Version: 2.14.1
|
||||
Release: 0
|
||||
Summary: Context Triggered Piecewise Hashing values
|
||||
License: GPL-2.0 and GPL-2.0+
|
||||
Group: Development/Tools
|
||||
License: GPL-2.0 AND GPL-2.0+
|
||||
Group: Development/Tools/Other
|
||||
Url: http://ssdeep.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/ssdeep-project/ssdeep/releases/download/release-%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
Requires(pre): %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -59,11 +59,10 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%post -n libfuzzy2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libfuzzy2 -p /sbin/ldconfig
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%make_install
|
||||
# Clean up *.a and *.la files
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
@@ -81,7 +80,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files -n libfuzzy-devel
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING FILEFORMAT NEWS ChangeLog
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/fuzzy.h
|
||||
%{_includedir}/edit_dist.h
|
||||
%{_libdir}/libfuzzy.so
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e4ca94457cb50ff3343d4dd585473817a461a55a666da1c5a74667924f0f8c5
|
||||
size 380712
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff2eabc78106f009b4fb2def2d76fb0ca9e12acf624cbbfad9b3eb390d931313
|
||||
size 408831
|
||||
Reference in New Issue
Block a user