Skip to content

Commit 9320c62

Browse files
author
jessekornblum
committed
Release 2.11.1
git-svn-id: https://svn.code.sf.net/p/ssdeep/code/tags/release-2.11.1@223 d1b3761f-3242-0410-b1a5-fe525d664610
1 parent 79f0583 commit 9320c62

12 files changed

+66
-27
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-09-26: Jesse Kornblum <[email protected]>:
2+
3+
* Makefile.am: Made libfuzzy compile as a shared library again.
4+
15
2014-09-09: Jesse Kornblum <[email protected]>:
26

37
* fuzzy.c: Fixing edge case bug for signature creation.

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ACLOCAL_AMFLAGS = -I m4
88

99
lib_LTLIBRARIES=libfuzzy.la
1010
libfuzzy_la_SOURCES=fuzzy.c edit_dist.c find-file-size.c
11-
libfuzzy_la_LDFLAGS=-static -no-undefined -version-info 2:0:0
11+
libfuzzy_la_LDFLAGS=-no-undefined -version-info 2:0:0
1212

1313
include_HEADERS=fuzzy.h
1414

@@ -21,7 +21,7 @@ ssdeep_SOURCES = main.cpp match.cpp engine.cpp filedata.cpp \
2121
dll: $(libfuzzy_la_SOURCES)
2222
$(CC) $(CFLAGS) -shared -o fuzzy.dll $(libfuzzy_la_SOURCES) \
2323
-Wl,--output-def,fuzzy.def,--out-implib,libfuzzy.a
24-
$(STRIP) fuzzy.dll
24+
$(STRIP) fuzzy.dll
2525

2626
CLEANFILES=fuzzy.dll fuzzy.def
2727

Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ ssdeep_LDFLAGS = -static
373373
ACLOCAL_AMFLAGS = -I m4
374374
lib_LTLIBRARIES = libfuzzy.la
375375
libfuzzy_la_SOURCES = fuzzy.c edit_dist.c find-file-size.c
376-
libfuzzy_la_LDFLAGS = -static -no-undefined -version-info 2:0:0
376+
libfuzzy_la_LDFLAGS = -no-undefined -version-info 2:0:0
377377
include_HEADERS = fuzzy.h
378378
man_MANS = ssdeep.1
379379
ssdeep_SOURCES = main.cpp match.cpp engine.cpp filedata.cpp \
@@ -1029,7 +1029,7 @@ uninstall-man: uninstall-man1
10291029
dll: $(libfuzzy_la_SOURCES)
10301030
$(CC) $(CFLAGS) -shared -o fuzzy.dll $(libfuzzy_la_SOURCES) \
10311031
-Wl,--output-def,fuzzy.def,--out-implib,libfuzzy.a
1032-
$(STRIP) fuzzy.dll
1032+
$(STRIP) fuzzy.dll
10331033

10341034
README.TXT: ssdeep.1
10351035
man ./ssdeep.1 | col -bx > README.TXT

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
** Version 2.11.1 - 27 Sep 2014
2+
3+
* Bug Fixes
4+
5+
- Made libfuzzy compile as a shared library again.
6+
7+
18
** Version 2.11 - 11 Sep 2014
29

310
* New Features

configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for SSDEEP 2.11.
3+
# Generated by GNU Autoconf 2.69 for SSDEEP 2.11.1.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='SSDEEP'
592592
PACKAGE_TARNAME='ssdeep'
593-
PACKAGE_VERSION='2.11'
594-
PACKAGE_STRING='SSDEEP 2.11'
593+
PACKAGE_VERSION='2.11.1'
594+
PACKAGE_STRING='SSDEEP 2.11.1'
595595
PACKAGE_BUGREPORT='[email protected]'
596596
PACKAGE_URL=''
597597

@@ -1322,7 +1322,7 @@ if test "$ac_init_help" = "long"; then
13221322
# Omit some internal or obsolete options to make the list less imposing.
13231323
# This message is too long to be a string in the A/UX 3.1 sh.
13241324
cat <<_ACEOF
1325-
\`configure' configures SSDEEP 2.11 to adapt to many kinds of systems.
1325+
\`configure' configures SSDEEP 2.11.1 to adapt to many kinds of systems.
13261326

13271327
Usage: $0 [OPTION]... [VAR=VALUE]...
13281328

@@ -1392,7 +1392,7 @@ fi
13921392

13931393
if test -n "$ac_init_help"; then
13941394
case $ac_init_help in
1395-
short | recursive ) echo "Configuration of SSDEEP 2.11:";;
1395+
short | recursive ) echo "Configuration of SSDEEP 2.11.1:";;
13961396
esac
13971397
cat <<\_ACEOF
13981398

@@ -1501,7 +1501,7 @@ fi
15011501
test -n "$ac_init_help" && exit $ac_status
15021502
if $ac_init_version; then
15031503
cat <<\_ACEOF
1504-
SSDEEP configure 2.11
1504+
SSDEEP configure 2.11.1
15051505
generated by GNU Autoconf 2.69
15061506

15071507
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1991,7 +1991,7 @@ cat >config.log <<_ACEOF
19911991
This file contains any messages produced by compilers while
19921992
running configure, to aid debugging if configure makes a mistake.
19931993

1994-
It was created by SSDEEP $as_me 2.11, which was
1994+
It was created by SSDEEP $as_me 2.11.1, which was
19951995
generated by GNU Autoconf 2.69. Invocation command line was
19961996

19971997
$ $0 $@
@@ -2854,7 +2854,7 @@ fi
28542854

28552855
# Define the identity of the package.
28562856
PACKAGE='ssdeep'
2857-
VERSION='2.11'
2857+
VERSION='2.11.1'
28582858

28592859

28602860
cat >>confdefs.h <<_ACEOF
@@ -16579,7 +16579,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1657916579
# report actual input values of CONFIG_FILES etc. instead of their
1658016580
# values after options handling.
1658116581
ac_log="
16582-
This file was extended by SSDEEP $as_me 2.11, which was
16582+
This file was extended by SSDEEP $as_me 2.11.1, which was
1658316583
generated by GNU Autoconf 2.69. Invocation command line was
1658416584

1658516585
CONFIG_FILES = $CONFIG_FILES
@@ -16645,7 +16645,7 @@ _ACEOF
1664516645
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1664616646
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1664716647
ac_cs_version="\\
16648-
SSDEEP config.status 2.11
16648+
SSDEEP config.status 2.11.1
1664916649
configured by $0, generated by GNU Autoconf 2.69,
1665016650
with options \\"\$ac_cs_config\\"
1665116651

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([SSDEEP],[2.11],[[email protected]])
1+
AC_INIT([SSDEEP],[2.11.1],[[email protected]])
22
AM_INIT_AUTOMAKE
33

44
AC_CONFIG_FILES([Makefile])

doc/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ ALL_FILES = manpage.html index.html usage.html changes.txt style.css api
1010
USERNAME = jessekornblum,ssdeep
1111
DESTDIR = web.sourceforge.net:htdocs/
1212

13-
RMAN = rman
14-
1513
preflight:
1614
rm -f *~
1715
grep RBF *.html *.txt

doc/changes.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
** Version 2.11.1 - 27 Sep 2014
2+
3+
* Bug Fixes
4+
5+
- Made libfuzzy compile as a shared library again.
6+
7+
18
** Version 2.11 - 11 Sep 2014
29

310
* New Features

doc/index.html

+32-9
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<body>
3333

3434
<h1>
35-
ssdeep - Latest version 2.11
35+
ssdeep - Latest version 2.11.1
3636
</h1>
3737

3838
<hr>
@@ -133,9 +133,9 @@ <h3> Stable Version </h3>
133133

134134
<p>
135135
The latest stable version of ssdeep is
136-
version 2.11
136+
version 2.11.1
137137
and was released on
138-
11 Sep 2014
138+
27 Sep 2014
139139
You can take a look at the
140140
<a href="changes.txt">complete changelog</a>, but here are the
141141
changes in the latest version:
@@ -144,6 +144,7 @@ <h3> Stable Version </h3>
144144
<li> Fixed bug in signature computation. </li>
145145
<li> Added fuzzy_clone function to the API. </li>
146146
<li> Windows version has more modern compiler. </li>
147+
<li> Made libfuzzy a shared library again. </li>
147148
</ul>
148149

149150
</p>
@@ -156,22 +157,22 @@ <h3> Stable Version </h3>
156157

157158
<tr>
158159
<td rowspan="2">
159-
Version 2.11
160+
Version 2.11.1
160161
</td>
161162

162163
<td rowspan="2">
163-
11 Sep 2014
164+
27 Sep 2014
164165
</td>
165166

166-
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11/ssdeep-2.11.zip/download">
167+
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11.1/ssdeep-2.11.1.zip/download">
167168
Windows binary</a></td>
168-
<td class="hash"> SHA256 3b74deff08d97048bd49764ca5bfdbaa6d5d95dd4f7b6e21162561057471413e
169+
<td class="hash"> SHA256 01aa313038baa1d822eee07a91bfcf1aab265d2bde7527030bdd6ec7e9fa55d8
169170
</td>
170171
</tr>
171172
<tr>
172-
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11/ssdeep-2.11.tar.gz/download">
173+
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11.1/ssdeep-2.11.1.tar.gz/download">
173174
source code</a></td>
174-
<td class="hash"> SHA256 82cc0e06f44127fc5c9c507881951714981da6187cdcfed0158c9167f39effc7
175+
<td class="hash"> SHA256 a632ac30fca29ad5627e1bf5fae05d9a8873e6606314922479259531e0c19608
175176
</td>
176177
</tr>
177178

@@ -276,6 +277,28 @@ <h3> Older Versions </h3>
276277

277278
<tbody>
278279

280+
<tr>
281+
<td rowspan="2">
282+
2.11
283+
</td>
284+
285+
<td rowspan="2">
286+
11 Sep 2014
287+
</td>
288+
289+
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11/ssdeep-2.11.zip/download">
290+
Windows binary</a></td>
291+
<td class="hash"> SHA256 3b74deff08d97048bd49764ca5bfdbaa6d5d95dd4f7b6e21162561057471413e
292+
</td>
293+
</tr>
294+
<tr>
295+
<td><a href="http://sourceforge.net/projects/ssdeep/files/ssdeep-2.11/ssdeep-2.11.tar.gz/download">
296+
source code</a></td>
297+
<td class="hash"> SHA256 82cc0e06f44127fc5c9c507881951714981da6187cdcfed0158c9167f39effc7
298+
</td>
299+
</tr>
300+
301+
279302
<tr>
280303
<td rowspan="2">
281304
2.10

doc/manpage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <H2>SEE ALSO</H2><PRE>
121121

122122

123123

124-
Facebook Version 2.11 - 11 Sep 2014 <B>SSDEEP(1)</B>
124+
Facebook Version 2.11.1 - 27 Sep 2014 <B>SSDEEP(1)</B>
125125
</PRE>
126126
<HR>
127127
<ADDRESS>

ssdeep-2.11.1.tar.gz

368 KB
Binary file not shown.

ssdeep-2.11.1.zip

220 KB
Binary file not shown.

0 commit comments

Comments
 (0)