Hello community,

here is the log from the commit of package mac-robber for openSUSE:Factory
checked in at Wed Aug 24 16:12:37 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/mac-robber/mac-robber.changes  2011-08-17 
17:47:14.000000000 +0200
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Wed Aug 17 16:17:27 CEST 2011 - [email protected]
+
+- No need to remove buildroot in install section.
+- Fix RPM group.
+- Fix function declarations. It's (void) not ().
+- Add a man page.
+
+-------------------------------------------------------------------
+Mon Aug 15 18:54:06 UTC 2011 - [email protected]
+
+- initial submission
+-- Brought specfile over from Fedora
+
+-- 1.02
+Feb 12, 2010: Fixed bug in previous update that missed a newline in header.
+Feb 12. 2010: Added linux target to Makefile to support large file sizes. 
+-- 1.01
+Feb 12, 2010: Updated output format to reflect new format required by mactime.
+-- 1.00 
+Mar 31, 2003: Changed documents to sleuthkit.org addresses for Source 
+  Forge release.  
+Jan 29, 2002: Initial public release
+ 
+

calling whatdependson for head-i586


New:
----
  mac-robber-1.02.tar.gz
  mac-robber-codecleanup.patch
  mac-robber.1
  mac-robber.changes
  mac-robber.spec

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

Other differences:
------------------
++++++ mac-robber.spec ++++++
#
# spec file for package mac-robber
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           mac-robber
Version:        1.02
Release:        1
Summary:        Tool to create a timeline of file activity for mounted file 
systems

License:        GPLv2+
Url:            http://sourceforge.net/projects/mac-robber/
Group:          Productivity/Security
Source0:        
http://downloads.sourceforge.net/mac-robber/mac-robber-%{version}.tar.gz
Source1:        mac-robber.1
# PATCH-FIX-OPENSUSE [email protected] Fix function declarations
Patch0:         mac-robber-codecleanup.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
mac-robber is a digital forensics and incident response tool that can be used
with The Sleuth Kit to create a timeline of file activity for mounted
file systems.

%prep
%setup -q
%patch0

%build
make %{?_smp_mflags} GCC_OPT="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
install -pm 0755 mac-robber %{buildroot}%{_bindir}
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1
gzip -9 %{buildroot}%{_mandir}/man1/%{name}.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES COPYING README
%{_bindir}/mac-robber
%{_mandir}/man1/*.gz

%changelog
++++++ mac-robber-codecleanup.patch ++++++
Index: mac-robber.c
===================================================================
--- mac-robber.c.orig   2010-02-13 02:21:24.000000000 +0100
+++ mac-robber.c        2011-08-17 16:27:31.277572859 +0200
@@ -70,7 +70,7 @@ usage(char *prog)
 }
 
 static void
-print_version()
+print_version(void)
 {
     printf("mac-robber information:\n");
     printf("   version: %s \n", VER);
@@ -84,7 +84,7 @@ print_version()
  * print the header information to stdout
  */
 static void
-print_header()
+print_header(void)
 {
     char hostnamebuf[BUFSIZ];
     unsigned long now;
++++++ mac-robber.1 ++++++
.TH MAC-ROBBER "1" "August 2011" "Mac-robber 1.02" "User Commands"
.SH NAME
mac-robber \- Collect MAC times from files
.SH SYNOPSIS
.B mac-robber
[\fIOPTION\fR] \fIDIRECTORY\fR...
.SH DESCRIPTION
Collect MAC times from files and output to STDOUT in a format that
the mactime program from The \fBSleuth Kit\fR reads.  This
program uses system calls and therefore will modify the A-Time
on directories that are not mounted readonly.
.TP
\fB\-V\fR
Print the version to stdout.
.SH AUTHOR
Written by Brian Carrier [[email protected]]


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



Remember to have fun...

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

Reply via email to