Hello community, here is the log from the commit of package stan for openSUSE:Factory checked in at 2012-06-01 07:24:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stan (Old) and /work/SRC/openSUSE:Factory/.stan.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stan", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/stan/stan.changes 2011-12-05 20:33:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.stan.new/stan.changes 2012-06-01 07:24:18.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 31 13:38:28 UTC 2012 - [email protected] + +- update to 0.4.1 (Minor documentation fixes) + +------------------------------------------------------------------- Old: ---- stan-0.4.tar.gz New: ---- stan-0.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stan.spec ++++++ --- /var/tmp/diff_new_pack.MfR1HS/_old 2012-06-01 07:24:23.000000000 +0200 +++ /var/tmp/diff_new_pack.MfR1HS/_new 2012-06-01 07:24:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package stan # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: stan Url: http://www.roqe.org/stan Summary: Stream Analyzer -BuildRequires: automake -Version: 0.4 -Release: 0 License: BSD-4-Clause Group: System/Console +BuildRequires: automake +Version: 0.4.1 +Release: 0 Source: %{name}-%{version}.tar.gz -Patch1: %{name}-%{version}_add-errno.diff +Patch1: %{name}-0.4_add-errno.diff Patch2: stan-0.4-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ stan-0.4.tar.gz -> stan-0.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/LICENSE new/stan-0.4.1/LICENSE --- old/stan-0.4/LICENSE 2003-12-10 20:27:50.000000000 +0100 +++ new/stan-0.4.1/LICENSE 2004-09-15 09:03:54.000000000 +0200 @@ -1,5 +1,5 @@ -Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> +Copyright (c) 2001-2004 Konrad Rieck <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/Makefile.in new/stan-0.4.1/Makefile.in --- old/stan-0.4/Makefile.in 2003-12-10 21:48:34.000000000 +0100 +++ new/stan-0.4.1/Makefile.in 2004-09-15 09:08:02.000000000 +0200 @@ -82,7 +82,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/README new/stan-0.4.1/README --- old/stan-0.4/README 2003-12-10 20:27:42.000000000 +0100 +++ new/stan-0.4.1/README 2004-09-15 09:06:16.000000000 +0200 @@ -1,13 +1,13 @@ STAN -- Stream Analyzer -- http://www.roqe.org/stan - Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + Copyright (c) 2001-2004 Konrad Rieck <[email protected]> --- Introduction - Stan is a console application that analyses binary streams and calculates + Stan is a console application that analyzes binary streams and calculates several useful statistical information from the observed data. It - features mathematical, pattern and bit analysis. Stan has been designed + features statistical, pattern and bit analysis. Stan has been designed as a "swiss-knife" for first steps in reverse engineering and cryptographic analysis. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/configure new/stan-0.4.1/configure --- old/stan-0.4/configure 2003-12-10 21:48:27.000000000 +0100 +++ new/stan-0.4.1/configure 2004-09-15 09:05:26.000000000 +0200 @@ -694,7 +694,7 @@ PACKAGE=stan -VERSION=0.4 +VERSION=0.4.1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/configure.in new/stan-0.4.1/configure.in --- old/stan-0.4/configure.in 2003-12-10 21:48:21.000000000 +0100 +++ new/stan-0.4.1/configure.in 2004-09-15 09:05:19.000000000 +0200 @@ -3,7 +3,7 @@ # GNU Configure # AC_INIT(src/stan.c) -AM_INIT_AUTOMAKE(stan, 0.4) +AM_INIT_AUTOMAKE(stan, 0.4.1) AM_CONFIG_HEADER(config.h) dnl Checks for programs. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/Makefile.in new/stan-0.4.1/src/Makefile.in --- old/stan-0.4/src/Makefile.in 2003-12-10 21:48:37.000000000 +0100 +++ new/stan-0.4.1/src/Makefile.in 2004-09-15 09:08:02.000000000 +0200 @@ -96,7 +96,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(stan_SOURCES) OBJECTS = $(stan_OBJECTS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/bintree.c new/stan-0.4.1/src/bintree.c --- old/stan-0.4/src/bintree.c 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/bintree.c 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: bintree.c,v 1.8 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/bintree.h new/stan-0.4.1/src/bintree.h --- old/stan-0.4/src/bintree.h 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/bintree.h 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: bintree.h,v 1.4 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/bits.c new/stan-0.4.1/src/bits.c --- old/stan-0.4/src/bits.c 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/bits.c 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: bits.c,v 1.7 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/bits.h new/stan-0.4.1/src/bits.h --- old/stan-0.4/src/bits.h 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/bits.h 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: bits.h,v 1.4 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/data.c new/stan-0.4.1/src/data.c --- old/stan-0.4/src/data.c 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/data.c 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: data.c,v 1.22 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/data.h new/stan-0.4.1/src/data.h --- old/stan-0.4/src/data.h 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/data.h 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: data.h,v 1.12 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/imath.c new/stan-0.4.1/src/imath.c --- old/stan-0.4/src/imath.c 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/imath.c 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: imath.c,v 1.4 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/imath.h new/stan-0.4.1/src/imath.h --- old/stan-0.4/src/imath.h 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/imath.h 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: imath.h,v 1.4 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/pattern.c new/stan-0.4.1/src/pattern.c --- old/stan-0.4/src/pattern.c 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/pattern.c 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: pattern.c,v 1.4 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/pattern.h new/stan-0.4.1/src/pattern.h --- old/stan-0.4/src/pattern.h 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/pattern.h 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: pattern.h,v 1.4 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/stan.c new/stan-0.4.1/src/stan.c --- old/stan-0.4/src/stan.c 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/stan.c 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: stan.c,v 1.20 2003/12/10 20:29:29 kr Exp $ @@ -64,7 +64,7 @@ void print_version() { - printf("STAN - Stream Analyser v%s - Copyright (c) 2001, 2003 " + printf("STAN - Stream Analyser v%s - Copyright (c) 2001-2004 " "Konrad Rieck <[email protected]>\n", VERSION); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/stan.h new/stan-0.4.1/src/stan.h --- old/stan-0.4/src/stan.h 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/stan.h 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: stan.h,v 1.14 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/stats.c new/stan-0.4.1/src/stats.c --- old/stan-0.4/src/stats.c 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/stats.c 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: stats.c,v 1.13 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/stats.h new/stan-0.4.1/src/stats.h --- old/stan-0.4/src/stats.h 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/stats.h 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: stats.h,v 1.5 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/treap.c new/stan-0.4.1/src/treap.c --- old/stan-0.4/src/treap.c 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/treap.c 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: treap.c,v 1.12 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/src/treap.h new/stan-0.4.1/src/treap.h --- old/stan-0.4/src/treap.h 2003-12-10 21:29:29.000000000 +0100 +++ new/stan-0.4.1/src/treap.h 2004-09-15 09:04:59.000000000 +0200 @@ -1,6 +1,6 @@ /* * STAN -- Stream Analyser -- http://www.roqe.org/stan - * Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> + * Copyright (c) 2001-2004 Konrad Rieck <[email protected]> * All rights reserved. * --- * $Id: treap.h,v 1.8 2003/12/10 20:29:29 kr Exp $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stan-0.4/stan.1 new/stan-0.4.1/stan.1 --- old/stan-0.4/stan.1 2003-12-10 21:11:31.000000000 +0100 +++ new/stan-0.4.1/stan.1 2004-09-15 09:06:55.000000000 +0200 @@ -1,10 +1,10 @@ -.\" STAN - Stream Analyser -.\" Copyright (c) 2001, 2003 Konrad Rieck <[email protected]> +.\" STAN - Stream Analyzer +.\" Copyright (c) 2001-2004 Konrad Rieck <[email protected]> .\" The Roqefellaz, http://www.roqe.org/stan .\" .\" Man page for stan... written from scratch. .\" $Id: stan.1,v 1.4 2001/03/11 23:34:18 kr Exp $ -.TH stan 1 "10. December 2003" "Konrad Rieck" +.TH stan 1 "15. September 2004" "Konrad Rieck" .SH NAME stan - Stream Analyzer .SH SYNOPSIS @@ -19,9 +19,9 @@ ... ] .SH DESCRIPTION -Stan is a console application that analyses binary streams and calculates +Stan is a console application that analyzes binary streams and calculates several useful statistical information from the observed data. It -features mathematical, pattern and bit analysis. Stan has been designed +features statistical, pattern and bit analysis. Stan has been designed as a "swiss-knife" for first steps in reverse engineering and cryptographic analysis. .P @@ -29,11 +29,11 @@ specified data is read from Standard Input (stdin). .P Stan's functionality can be divided into three types of analysis: -.I mathematical analysis, -.I pattern Analysis +.I general statistics, +.I pattern analysis and .I bit analysis. -.SS Mathematical Analysis +.SS General Statistics Stan uses the bytes of the input data to calculate statistic standard values, such as the mean, the median, the deviation, the chi-square value, and the entropy per byte. Where possible the corresponding ASCII characters are @@ -89,9 +89,9 @@ .P 0 No filter (default) .P -1 Analyse only printable characters. +1 Analyze only printable characters. .P -2 Analyse only alphanumeric characters. +2 Analise only alphanumeric characters. .RE .RE .P @@ -108,7 +108,7 @@ -p .I patlen .RS -Analyse patterns from 1 to +Analise patterns from 1 to .I patlen length. The length of the pattern is measured in bytes. .RE -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
