first draft

This commit is contained in:
Alex
2022-04-13 18:01:39 +08:00
commit 906782e134
111 changed files with 15383 additions and 0 deletions

152
debian/changelog vendored Normal file
View File

@ -0,0 +1,152 @@
hping2 (2.rc3-4) unstable; urgency=low
* Apply man page patch from Timo Juhani Lindfors <timo.lindfors@iki.fi>
(closes: #342485).
* debian/compat: New file, switch to compat level 5.
* debian/rules: Remove obsolete DH_COMPAT variable.
* debian/control: Bump Standards-Version to 3.6.2.1, no changes needed.
-- Romain Francoise <rfrancoise@debian.org> Sat, 10 Dec 2005 14:35:24 +0100
hping2 (2.rc3-3) unstable; urgency=low
* Revert previous patch and really fix bytesex.h by using endian.h and
not doing all the work all over again; fixes FTBFS on several other
archs.
-- Romain Francoise <rfrancoise@debian.org> Mon, 21 Jun 2004 23:32:21 +0200
hping2 (2.rc3-2) unstable; urgency=low
* Apply patch from Frederik Schueler <fs@lowpingbastards.de> to fix
FTBFS on amd64 (closes: #255444).
-- Romain Francoise <rfrancoise@debian.org> Mon, 21 Jun 2004 07:51:58 +0200
hping2 (2.rc3-1) unstable; urgency=low
* New upstream release.
* Fix 'ambigous' typo in antigetopt.c.
-- Romain Francoise <rfrancoise@debian.org> Sun, 20 Jun 2004 16:34:57 +0200
hping2 (2.rc2-5) unstable; urgency=low
* New maintainer (closes: #249573).
* debian/control:
+ Update maintainer contact information.
+ Reword description.
* debian/copyright: Mention maintainer change.
-- Romain Francoise <rfrancoise@debian.org> Sat, 22 May 2004 20:15:28 +0200
hping2 (2.rc2-4) unstable; urgency=low
* Fixed typo in file statistics.c (closes: #236517).
-- Domenico Andreoli <cavok@debian.org> Sun, 7 Mar 2004 04:35:42 +0100
hping2 (2.rc2-3) unstable; urgency=low
* Removed duplicate files (closes: #208946).
-- Domenico Andreoli <cavok@debian.org> Sat, 3 Jan 2004 04:58:51 +0100
hping2 (2.rc2-2) unstable; urgency=low
* Applied patch for ATM, WLAN and Token Ring support (closes: #193436).
-- Domenico Andreoli <cavok@debian.org> Sun, 18 May 2003 15:01:54 +0200
hping2 (2.rc2-1) unstable; urgency=low
* New upstream release.
-- Domenico Andreoli <cavok@debian.org> Mon, 20 Jan 2003 23:41:29 +0100
hping2 (2.rc1-2) unstable; urgency=low
* Fixed a typo in hping2 description (Closes: #124740).
-- Domenico Andreoli <cavok@debian.org> Fri, 18 Jan 2002 21:15:22 +0100
hping2 (2.rc1-1) unstable; urgency=low
* New upstream release.
* Now french man page gets installed.
-- Domenico Andreoli <cavok@debian.org> Fri, 17 Aug 2001 01:38:38 +0200
hping2 (2.beta55-1) unstable; urgency=low
* New upstream release.
-- Domenico Andreoli <cavok@debian.org> Wed, 1 Aug 2001 14:40:30 +0200
hping2 (2.beta54-9) unstable; urgency=low
* Fixed the option parsing code (Closes: #90114).
-- Domenico Andreoli <cavok@debian.org> Thu, 29 Mar 2001 15:28:16 +0200
hping2 (2.beta54-8) unstable; urgency=low
* Added versioned Build-Depend for debhelper.
-- Domenico Andreoli <cavok@debian.org> Tue, 6 Mar 2001 15:17:20 +0100
hping2 (2.beta54-7) unstable; urgency=low
* Switched to debhelper compatibility version 2.
* Added some missing includes for header files. hping2 became not
succesfully compilable after some recent upgrade of libc6.
-- Domenico Andreoli <cavok@debian.org> Wed, 28 Feb 2001 15:58:24 +0100
hping2 (2.beta54-6) unstable; urgency=low
* Made some adjustments in postinst and in prerm to cope with
dpkg-statoverride.
* Removed the Build-Dependency on libtool since this package doesn't
use it in the build process. I really don't remember why I put it there.
-- Domenico Andreoli <cavok@libero.it> Mon, 12 Feb 2001 16:00:13 +0100
hping2 (2.beta54-5) unstable; urgency=low
* Reordered documentation files.
* Added hping2's author warning about hping2 being installed as
suid to debconf explanation. Question asked by debconf should be
more clear and hopefully authoritative.
-- Domenico Andreoli <cavok@libero.it> Wed, 6 Sep 2000 15:33:06 +0200
hping2 (2.beta54-4) unstable; urgency=low
* Fixed wrong Build-Depends, added debconf to Depends.
-- Domenico Andreoli <cavok@libero.it> Mon, 4 Sep 2000 00:01:38 +0200
hping2 (2.beta54-3) unstable; urgency=low
* Fixed overwriting of /usr/share/man/man3/pcap.3.gz (Closes: #70490).
Now pcap.3.gz is not installed at all since the interested user would
be better to install package libpcap-dev.
-- Domenico Andreoli <cavok@libero.it> Sat, 2 Sep 2000 04:46:18 +0200
hping2 (2.beta54-2) unstable; urgency=low
* Now, thanks to debconf, the administrator can choose whether to
install hping2 as setuid or not.
* I hope I found a more meaningful short description for
this package. :)
-- Domenico Andreoli <cavok@libero.it> Fri, 1 Sep 2000 19:25:14 +0200
hping2 (2.beta54-1) unstable; urgency=low
* Initial Release.
-- Domenico Andreoli <cavok@libero.it> Sat, 22 Jul 2000 14:09:34 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
5

21
debian/control vendored Normal file
View File

@ -0,0 +1,21 @@
Source: hping6
Section: net
Priority: extra
Maintainer: Romain Francoise <rfrancoise@debian.org>
Standards-Version: 3.6.2.1
Build-Depends: debhelper (>> 5.0.0)
Package: hping6
Architecture: any
Depends: ${shlibs:Depends}
Description: Active Network Smashing Tool
hping6 is a network tool able to send custom ICMP/UDP/TCP packets and
to display target replies like ping does with ICMP replies. It handles
fragmentation and arbitrary packet body and size, and can be used to
transfer files under supported protocols. Using hping6, you can test
firewall rules, perform (spoofed) port scanning, test network
performance using different protocols, do path MTU discovery, perform
traceroute-like actions under different protocols, fingerprint remote
operating systems, audit TCP/IP stacks, etc.
.
Homepage: http://www.hping.org/

24
debian/copyright vendored Normal file
View File

@ -0,0 +1,24 @@
This package was debianized by Domenico Andreoli <cavok@debian.org> on
Sat, 22 Jul 2000 02:17:49 +0200.
It is now maintained by Romain Francoise <rfrancoise@debian.org>
It was downloaded from http://www.kyuzz.org/antirez/hping6.html
Upstream Author: Salvatore Sanfilippo <antirez@invece.org>
Copyright:
hping6 is free software. It comes under GPL version 2,
except for the following:
display_ipopt.c : from ping, BSD style license
libpcap library : BSD style license
for more information see the upper part of this files.
WARNING: hping6 is covered *ONLY* by GPL version 2, and *NOT* any others.
hping6 is Copyright (C) 1998, 1999 by Salvatore Sanfilippo.
On Debian GNU/Linux systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses'.

5
debian/hping2.dirs vendored Normal file
View File

@ -0,0 +1,5 @@
usr/sbin
usr/share
usr/share/man
usr/share/man/man8
usr/share/man/fr/man8

8
debian/hping2.docs vendored Normal file
View File

@ -0,0 +1,8 @@
README
KNOWN-BUGS
TODO
docs/AS-BACKDOOR
docs/HPING6-HOWTO.txt
docs/HPING6-IS-OPEN
docs/MORE-FUN-WITH-IPID
docs/SPOOFED_SCAN.txt

1
debian/hping2.files vendored Normal file
View File

@ -0,0 +1 @@
usr/sbin/hping6

3
debian/hping2.links vendored Normal file
View File

@ -0,0 +1,3 @@
/usr/sbin/hping2 /usr/sbin/hping
/usr/share/man/man8/hping2.8 /usr/share/man/man8/hping.8
/usr/share/man/fr/man8/hping2.8 /usr/share/man/fr/man8/hping.8

1
debian/hping2.manpages vendored Normal file
View File

@ -0,0 +1 @@
docs/hping2.8

65
debian/rules vendored Normal file
View File

@ -0,0 +1,65 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
configure: configure-stamp
configure-stamp:
dh_testdir
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
touch configure-stamp
build: configure-stamp build-stamp
build-stamp:
dh_testdir
$(MAKE)
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) distclean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/tmp.
$(MAKE) install prefix=`pwd`/debian/tmp/usr
gzip -9 -c `pwd`/docs/french/hping2-fr.8 > `pwd`/debian/hping2/usr/share/man/fr/man8/hping2.8.gz
dh_movefiles
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
dh_installdebconf
dh_installdocs
dh_installman
dh_installchangelogs CHANGES
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install