Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37495130
en ru br
ALT Linux repos
S:0.0.20051105-alt7
5.0: 0.0.20051105-alt3
4.1: 0.0.20051105-alt3
4.0: 0.0.20051105-alt2

Group :: Security/Networking
RPM: hping3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define snap 20051105

Name: hping3
Version: 0.0.%snap
Release: alt7

Summary: TCP/IP stack auditing and much more
License: GPLv2
Group: Security/Networking

Url: http://www.hping.org
Source: %url/hping3-%snap.tar.gz
Patch1: hping3-20051105-cflags.patch
Patch2: hping3-bytesex.patch
Patch3: hping3-20051105-pcap.patch
Patch4: hping3-20051105-willalwaysoverflow.patch
Patch5: hping3-20051105-fix-build-with-gcc10.patch
Packager: Victor Forsyuk <force at altlinux.org>

# Automatically added by buildreq on Sat Jan 10 2009

BuildRequires: libpcap-devel tcl-devel

%description
hping3 is a network tool able to send custom TCP/IP packets and to display
target replies like ping do with ICMP replies. hping3 can handle fragmentation,
and almost arbitrary packet size and content, using the command line interface.

Since version 3, hping implements scripting capabilties.

%prep
%setup -n hping3-%snap
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p2

%build
# Teach configure to recognize tcl 8.5 :)
sed -i 's/"8.4"/"8.5"/' configure
# Fix man page
sed -i 's/hping2/hping3/g; s/HPING2 /HPING3 /;' docs/hping3.8
./configure
%make_build CFLAGS="%optflags -D_FORTIFY_SOURCE=2"

%install
install -pD -m755 hping3 %buildroot%_sbindir/hping3
install -pD -m644 docs/hping3.8 %buildroot%_man8dir/hping3.8

%files
%_sbindir/*
%_man8dir/*
%doc NEWS README lib/*.htcl
%doc docs/A* docs/HPING2-HOWTO.txt docs/[M-Z]* docs/hping2rc.example

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin