[svn] r6393 - in trunk/rpms: . imapsync meld perl-Module-ScanDeps perl-Module-Versions-Report rsync sdparm unhide

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Jul 1 00:25:35 CEST 2008


Author: dag
Date: 2008-06-30 23:25:34 +0100 (Mon, 30 Jun 2008)
New Revision: 6393

Added:
   trunk/rpms/unhide/
   trunk/rpms/unhide/unhide.spec
Modified:
   trunk/rpms/imapsync/imapsync.spec
   trunk/rpms/meld/meld.spec
   trunk/rpms/perl-Module-ScanDeps/perl-Module-ScanDeps.spec
   trunk/rpms/perl-Module-Versions-Report/perl-Module-Versions-Report.spec
   trunk/rpms/rsync/rsync.spec
   trunk/rpms/sdparm/sdparm.spec
Log:
Updates

Modified: trunk/rpms/imapsync/imapsync.spec
===================================================================
--- trunk/rpms/imapsync/imapsync.spec	2008-06-29 20:11:14 UTC (rev 6392)
+++ trunk/rpms/imapsync/imapsync.spec	2008-06-30 22:25:34 UTC (rev 6393)
@@ -3,7 +3,7 @@
 
 Summary: Tool to migrate across IMAP servers
 Name: imapsync
-Version: 1.252
+Version: 1.255
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -56,6 +56,9 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Mon Jun 30 2008 Dag Wieers <dag at wieers.com> - 1.255-1
+- Updated to release 1.255.
+
 * Fri May 09 2008 Dag Wieers <dag at wieers.com> - 1.252-1
 - Updated to release 1.252.
 

Modified: trunk/rpms/meld/meld.spec
===================================================================
--- trunk/rpms/meld/meld.spec	2008-06-29 20:11:14 UTC (rev 6392)
+++ trunk/rpms/meld/meld.spec	2008-06-30 22:25:34 UTC (rev 6393)
@@ -6,13 +6,13 @@
 
 Summary: Graphical visual diff and merge tool
 Name: meld
-Version: 1.1.5
+Version: 1.2
 Release: 1
 License: GPL
 Group: Applications/Text
 URL: http://meld.sourceforge.net/
 
-Source: http://ftp.gnome.org/pub/gnome/sources/meld/1.1/meld-%{version}.tar.bz2
+Source: http://ftp.gnome.org/pub/gnome/sources/meld/1.2/meld-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires: pygtk2-devel >= 2.6, gnome-python2 >= 1.99.14
@@ -76,10 +76,10 @@
 
 
 %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
-desktop-file-install --vendor %{desktop_vendor}    \
-	--add-category X-Red-Hat-Base              \
-	--dir %{buildroot}%{_datadir}/applications \
-	meld.desktop
+desktop-file-install --vendor %{desktop_vendor} \
+    --add-category X-Red-Hat-Base               \
+    --dir %{buildroot}%{_datadir}/applications  \
+    meld.desktop
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -94,6 +94,9 @@
 %{_datadir}/pixmaps/meld.png
 
 %changelog
+* Mon Jun 30 2008 Dag Wieers <dag at wieers.com> - 1.2-1
+- Updated to release 1.2.
+
 * Sun Jun 10 2007 Dag Wieers <dag at wieers.com> - 1.1.5-1
 - Updated to release 1.1.5.
 

Modified: trunk/rpms/perl-Module-ScanDeps/perl-Module-ScanDeps.spec
===================================================================
--- trunk/rpms/perl-Module-ScanDeps/perl-Module-ScanDeps.spec	2008-06-29 20:11:14 UTC (rev 6392)
+++ trunk/rpms/perl-Module-ScanDeps/perl-Module-ScanDeps.spec	2008-06-30 22:25:34 UTC (rev 6393)
@@ -9,7 +9,7 @@
 
 Summary: Recursively scan Perl code for dependencies
 Name: perl-Module-ScanDeps
-Version: 0.83
+Version: 0.84
 Release: 1
 License: Artistic/GPL
 Group: Applications/CPAN
@@ -62,6 +62,9 @@
 %{perl_vendorlib}/Module/ScanDeps.pm
 
 %changelog
+* Wed Jun 25 2008 Dag Wieers <dag at wieers.com> - 0.84-1
+- Updated to release 0.84.
+
 * Wed May 14 2008 Dag Wieers <dag at wieers.com> - 0.83-1
 - Updated to release 0.83.
 

Modified: trunk/rpms/perl-Module-Versions-Report/perl-Module-Versions-Report.spec
===================================================================
--- trunk/rpms/perl-Module-Versions-Report/perl-Module-Versions-Report.spec	2008-06-29 20:11:14 UTC (rev 6392)
+++ trunk/rpms/perl-Module-Versions-Report/perl-Module-Versions-Report.spec	2008-06-30 22:25:34 UTC (rev 6393)
@@ -9,7 +9,7 @@
 
 Summary: Report versions of all modules in memory
 Name: perl-Module-Versions-Report
-Version: 1.03
+Version: 1.05
 Release: 1
 License: Artistic/GPL
 Group: Applications/CPAN
@@ -49,16 +49,19 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc ChangeLog README
-%doc %{_mandir}/man3/*
+%doc ChangeLog MANIFEST MANIFEST.SKIP META.yml README SIGNATURE
+%doc %{_mandir}/man3/Module::Versions::Report.3pm*
+%dir %{perl_vendorlib}/Module/
+%dir %{perl_vendorlib}/Module/Versions/
+#%{perl_vendorlib}/Module/Versions/Report/
 %{perl_vendorlib}/Module/Versions/Report.pm
 
 %changelog
+* Wed Jun 25 2008 Dag Wieers <dag at wieers.com> - 1.05-1
+- Updated to release 1.05.
+
 * Mon Jun 18 2007 Dries Verachtert <dries at ulyssis.org> - 1.03-1
 - Updated to release 1.03.
 
-* Wed Mar 22 2006 Dries Verachtert <dries at ulyssis.org> - 1.02-1.2
-- Rebuild for Fedora Core 5.
-
 * Sat Dec 31 2005 Dries Verachtert <dries at ulyssis.org> - 1.02-1
 - Initial package.

Modified: trunk/rpms/rsync/rsync.spec
===================================================================
--- trunk/rpms/rsync/rsync.spec	2008-06-29 20:11:14 UTC (rev 6392)
+++ trunk/rpms/rsync/rsync.spec	2008-06-30 22:25:34 UTC (rev 6393)
@@ -14,7 +14,7 @@
 
 Summary: Program for synchronizing files over a network
 Name: rsync
-Version: 3.0.2
+Version: 3.0.3
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -77,6 +77,9 @@
 %{_bindir}/rsync
 
 %changelog
+* Mon Jun 30 2008 Dag Wieers <dag at wieers.com> - 3.0.3-1
+- Updated to release 3.0.3.
+
 * Tue Apr 08 2008 Dag Wieers <dag at wieers.com> - 3.0.2-1
 - Updated to release 3.0.2.
 

Modified: trunk/rpms/sdparm/sdparm.spec
===================================================================
--- trunk/rpms/sdparm/sdparm.spec	2008-06-29 20:11:14 UTC (rev 6392)
+++ trunk/rpms/sdparm/sdparm.spec	2008-06-30 22:25:34 UTC (rev 6393)
@@ -3,7 +3,7 @@
 
 Summary: List or change SCSI disk parameters
 Name: sdparm
-Version: 1.02
+Version: 1.03
 Release: 1
 License: BSD
 Group: System Environment/Base
@@ -46,6 +46,9 @@
 %{_bindir}/sdparm
 
 %changelog
+* Mon Jun 30 2008 Dag Wieers <dag at wieers.com> - 1.03-1
+- Updated to release 1.03.
+
 * Tue Oct 09 2007 Dag Wieers <dag at wieers.com> - 1.02-1
 - Updated to release 1.02.
 

Added: trunk/rpms/unhide/unhide.spec
===================================================================
--- trunk/rpms/unhide/unhide.spec	                        (rev 0)
+++ trunk/rpms/unhide/unhide.spec	2008-06-30 22:25:34 UTC (rev 6393)
@@ -0,0 +1,67 @@
+# $Id$
+# Authority: dag
+
+%{?dtag: %{expand: %%define %dtag 1}}
+
+%{?el3: %define _without_kernel26 1}
+%{?rh9: %define _without_kernel26 1}
+%{?rh7: %define _without_kernel26 1}
+%{?el2: %define _without_kernel26 1}
+
+
+Summary: Tool to find hidden processes and TCP/UDP ports from rootkits
+Name: unhide
+%define real_version 20080519
+Version: 0.0.20080519
+Release: 1
+License: GPL
+Group: Applications/System
+URL: http://www.security-projects.com/?Unhide
+
+Source: http://www.security-projects.com/unhide%{real_version}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+Unhide is a forensic tool to find processes and TCP/UDP ports hidden by
+rootkits, Linux kernel modules or by other techniques. It includes two
+utilities: unhide and unhide-tcp.
+
+Unhide detects hidden processes using three techniques:
+
+ - comparing the output of /proc and /bin/ps
+ - comparing the information gathered from /bin/ps with the one gathered
+   from system calls (syscall scanning)
+ - full scan of the process ID space (PIDs bruteforcing)
+
+unhide-tcp identifies TCP/UDP ports that are listening but are not listed
+in /bin/netstat through brute forcing of all TCP/UDP ports available.
+
+%prep
+%setup -n %{name}-%{real_version}
+
+%build
+%{?_without_kernel26:%{__cc} --static %{optflags} unhide.c -o unhide}
+%{!?_without_kernel26:%{__cc} --static %{optflags} unhide-linux26.c -o unhide}
+%{__cc} --static %{optflags} unhide-tcp.c -o unhide-tcp
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 unhide %{buildroot}%{_sbindir}/unhide
+%{__install} -Dp -m0755 unhide-tcp %{buildroot}%{_sbindir}/unhide-tcp
+%{__install} -Dp -m0644 man/unhide.8 %{buildroot}%{_mandir}/man8/unhide.8
+%{__install} -Dp -m0644 man/unhide-tcp.8 %{buildroot}%{_mandir}/man8/unhide-tcp.8
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING *.txt
+%doc %{_mandir}/man8/unhide.8*
+%doc %{_mandir}/man8/unhide-tcp.8*
+%{_sbindir}/unhide
+%{_sbindir}/unhide-tcp
+
+%changelog
+* Tue Jul 01 2008 Dag Wieers <dag at wieers.com> - 0.0.20080519-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/unhide/unhide.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native



More information about the svn-commits mailing list