rpms/tcptrack/F-8 tcptrack-1.3.0-util.patch, NONE, 1.1 tcptrack.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kairo Francisco de Araujo (kairo) fedora-extras-commits at redhat.com
Sat Mar 29 22:14:28 UTC 2008


Author: kairo

Update of /cvs/pkgs/rpms/tcptrack/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10510/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	tcptrack-1.3.0-util.patch tcptrack.spec 
Log Message:
first import

* Thu Mar 27 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.3.0-1
- Update to 1.3.0
- Added tcptrack-1.3.0-util.patch patch

* Mon Jan 28 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-5
- Modified lincese to LGPLv2+

* Mon Jan 28 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-4
- Removed minimal version from BuildRequires

* Tue Jan 22 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-3
- Removed "Requires: libpcap >= 0.9.7"

* Tue Jan 22 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-2
- Fixed mixed-use-of-spaces-and-tabs (spaces: line 1, tab: line 13)
- Fixed strange-permission tcptrack-1.2.0.tar.gz 0770
- Fixed strange-permission tcptrack.spec 0770
- Fixed Source0 using %%{name} and %%{version}

* Mon Jan 21 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-1
- Initial RPM release


tcptrack-1.3.0-util.patch:

--- NEW FILE tcptrack-1.3.0-util.patch ---
--- tcptrack-1.3.0/src/util.cc	2008-03-27 13:27:59.000000000 -0300
+++ tcptrack-1.3.0/src/util.cc-tcptrack-1.3.0-fedora	2008-03-27 13:27:52.000000000 -0300
@@ -21,6 +21,7 @@
  */
 #include "util.h"
 #include <stdio.h>
+#include <cstring>
 #include "headers.h"
 #ifdef HAVE_HASH_MAP
 # include <hash_map>


--- NEW FILE tcptrack.spec ---
Name:           tcptrack
Version:        1.3.0
Release:        1%{?dist}
Summary:        Displays information about tcp connections on a network interface

Group:          Applications/System
License:        LGPLv2+
URL:            http://www.rhythm.cx/~steve/devel/tcptrack/
Source0:        http://www.rhythm.cx/~steve/devel/%{name}/release/%{version}/source/%{name}-%{version}.tar.gz
Patch0:         tcptrack-1.3.0-util.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ncurses-devel
BuildRequires:  libpcap-devel

%description
tcptrack is a sniffer which displays information about TCP connections
it sees on a network interface. It passively watches for connections on 
the network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays 
source and destination addresses and ports, connection state, idle time, 
and bandwidth usage

%prep
%setup -q
%patch0 -p1 -b .util

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/tcptrack
%{_mandir}/man1/tcptrack.1.gz


%changelog
* Thu Mar 27 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.3.0-1
- Update to 1.3.0
- Added tcptrack-1.3.0-util.patch patch 

* Mon Jan 28 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-5
- Modified lincese to LGPLv2+

* Mon Jan 28 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-4
- Removed minimal version from BuildRequires

* Tue Jan 22 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-3
- Removed "Requires: libpcap >= 0.9.7"

* Tue Jan 22 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-2
- Fixed mixed-use-of-spaces-and-tabs (spaces: line 1, tab: line 13)
- Fixed strange-permission tcptrack-1.2.0.tar.gz 0770
- Fixed strange-permission tcptrack.spec 0770
- Fixed Source0 using %%{name} and %%{version} 

* Mon Jan 21 2008 Kairo Araujo <kairoaraujo at gmail.com> - 1.2.0-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tcptrack/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Mar 2008 18:46:20 -0000	1.1
+++ .cvsignore	29 Mar 2008 22:13:53 -0000	1.2
@@ -0,0 +1 @@
+tcptrack-1.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tcptrack/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Mar 2008 18:46:20 -0000	1.1
+++ sources	29 Mar 2008 22:13:53 -0000	1.2
@@ -0,0 +1 @@
+227baeb2f96758f7614f6f788b6a4d93  tcptrack-1.3.0.tar.gz




More information about the fedora-extras-commits mailing list