1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234
|
hping3 (3.a2.ds2-10) unstable; urgency=medium
* debian/changelog: removed some whitespaces.
* debian/control:
- Added field Rules-Requires-Root.
- Bumped Standards-Version to 4.5.0.
* debian/patches:
- Created the patch 191_fix_ftbfs_with_gcc10.patch.
(Closes: #957341)
- Updated the patch 040_spelling.diff.
* debian/rules:
- Removed uninecessary lines.
- Updated to convert the hping3 french manpage to UTF-8.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
* debian/tests/control:
- Added to provide a simple test.
* debian/watch:
- added a fake site to explain about the current
status of the original upstream homepage.
* Ran wrap-and-sort.
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 13.
-- Marcio de Souza Oliveira <marciosouza@debian.org> Wed, 02 Sep 2020 18:12:56 +0000
hping3 (3.a2.ds2-9) unstable; urgency=medium
* debian/control:
- Bumped Standards-Version to 4.4.1.
* Rebuilds to source-only upload.
-- Marcio de Souza Oliveira <marciosouza@debian.org> Sun, 03 Nov 2019 22:12:39 -0300
hping3 (3.a2.ds2-8) unstable; urgency=medium
* New maintainer upload. (Closes: #939423)
Thank you Guillaume Delacour.
* Bumped DH level to 11.
* debian/control:
- Bumped Standards-Version to 4.4.0
- Changed Priority to optional.
- Updated the maintainer.
- Updated the Vcs-* fields.
* debian/copyright:
- Updated file.
* debian/patches:
- Created the patch fix_icmp_ipid.patch.
Thanks David Eisner. (Closes: LP: #1527431)
- Updated the description of 070_tcl.diff.
-- Marcio de Souza Oliveira <marciosouza@debian.org> Tue, 10 Sep 2019 01:07:36 +0000
hping3 (3.a2.ds2-7) unstable; urgency=low
* Switch to new dpkg source format 3.0 (debian/format/source), drop
Build-Depends on quilt, remove debian/README.source
* Use DEP-3 format for each patch
* Patch upstream Makefile.in to use C{,PP}FLAGS, LDFLAGS in order to use
dpkg-buildflags (debian/patches/180_dpkg-buildflags.diff) and
hardening flags
* Refresh patch debian/patches/070_tcl.diff to handle better tcl detection
by not hardcoding versions
* Depends on ${misc:Depends}
* debian/rules: rewrite based on debhelper 9
* Update Vcs-{Browser,Git} fields
* debian/patches/170_gnu_hurd.diff: Fix FTBFS, thanks Samuel Thibault for
proofreading
* Refresh debian/patches/020_libpcap0.8.diff to set PCAP_INCLUDE
* Refresh debian/patches/100_hyphen_used_as_minus_sign.diff
* debian/patches/190_ip_optlen_conflicting_types.diff: Fix conflicting
types for variable ip_optlen (Closes: #688458)
* Update debian/copyright to format 1.0
* Bump Standards-Version to 3.9.5, no changes needed.
-- Guillaume Delacour <gui@iroqwa.org> Fri, 05 Sep 2014 09:38:03 +0200
hping3 (3.a2.ds2-6.1) unstable; urgency=low
* Non-maintainer upload.
* debian/control: Replace the obsolete tcl8.4-dev package by tcl-dev in
build dependencies (Closes: #725324).
-- Sergei Golovan <sgolovan@debian.org> Thu, 31 Oct 2013 12:42:30 +0400
hping3 (3.a2.ds2-6) unstable; urgency=low
* debian/patches/140_data_size_udp.diff: Fix incorrect data size
check for UDP (Closes: #546590), thanks to Luca Bigliardi.
* debian/patches/150_gnu_kfreebsd.diff: Fix FTBFS for kfreebsd-{i386,amd64}.
* debian/patches/160_tcp_mss.diff: Add support to TCP MSS from NetBSD:
patch-aa, patch-ai, patch-aj, patch-ak, patch-al, patch-am, patch-an
(Closes: #409391).
-- Guillaume Delacour <gui@iroqwa.org> Sat, 19 Sep 2009 12:35:34 +0000
hping3 (3.a2.ds2-5) unstable; urgency=low
* debian/patches/080_ip_id_field.diff: Add description to header.
* debian/patches/090_fr_manpage.diff:
+ use hping2 fr manpage for hping3 (already included in source).
* debian/patches/100_hyphen_used_as_minus_sign.diff
+ Add "\" to "-" in english and fr manpage (as suggested by lintian).
* debian/patches/110_dontfrag_offbyone.diff:
Don't clear packet size if final size equivalent to MTU
(Closes: #537704), thanks to Christian Mock.
* debian/patches/120_rtt_icmp_unreachable.diff:
Add RTT handling for ICMP destination unreachable packets
(Closes: #248273), thanks to Baruch Even.
* debian/patches
* debian/watch:
+ Add empty but documented file (to explain why).
* Bump to debhelper compatibility 7.
* Bump Standards-Version to 3.8.3, no changes needed.
* debian/control: change the git repo location.
* debian/compat: Bump to 7 (replace dh_clean -k by dh_prep in install rule)
* debian/copyright: Adjust licences on BSD style sources.
-- Guillaume Delacour <gui@iroqwa.org> Fri, 04 Sep 2009 23:48:19 +0000
hping3 (3.a2.ds2-4) unstable; urgency=low
* New maintainer (Closes: #522830)
* debian/control:
+ Bump Standards-Version to 3.8.1, no changes needed.
* debian/copyright:
+ /usr/share/common-licenses -> /usr/share/common-licenses/GPL-2
+ Change download url (previous http://wiki.hping.org/101 returns 404)
* debian/patches/80_ip_id_field.diff:
+ Include patch to fix "-N" command line argument (Closes: #482844).
-- Guillaume Delacour <gui@iroqwa.org> Wed, 13 May 2009 16:39:41 +0000
hping3 (3.a2.ds2-3) unstable; urgency=low
* debian/control: Set maintainer to Debian QA group.
-- Romain Francoise <rfrancoise@debian.org> Mon, 06 Apr 2009 21:53:32 +0200
hping3 (3.a2.ds2-2) unstable; urgency=low
* debian/control:
+ Use "Tcl", not "TCL" in long description.
+ Bump Standards-Version to 3.7.3, no changes needed.
* debian/patches/70_tcl.diff: New patch, change libtcl detection logic
to use the same version as the default tclsh instead of looking for
the newest installed library.
* debian/patches/series: Update.
-- Romain Francoise <rfrancoise@debian.org> Sat, 08 Mar 2008 19:44:14 +0100
hping3 (3.a2.ds2-1) unstable; urgency=low
* debian/control: Add Vcs-Git and Vcs-Browser fields.
-- Romain Francoise <rfrancoise@debian.org> Mon, 08 Oct 2007 22:38:26 +0200
hping3 (3.a2.ds1-5) unstable; urgency=low
* debian/control: Move upstream URL to the Homepage field.
-- Romain Francoise <rfrancoise@debian.org> Fri, 28 Sep 2007 21:25:40 +0200
hping3 (3.a2.ds1-4) unstable; urgency=low
* Convert to quilt for patch management:
+ debian/control: Build-Depend on quilt (>= 0.40) instead of dpatch.
+ debian/rules: Include /usr/share/quilt/quilt.make.
+ Convert all dpatch patches to regular patches.
* debian/control: Bump Standards-Version to 3.7.2, no changes needed.
* debian/rules: Don't ignore errors from make distclean.
-- Romain Francoise <rfrancoise@debian.org> Thu, 30 Aug 2007 22:12:04 +0200
hping3 (3.a2.ds1-3) unstable; urgency=low
* debian/control:
+ Add extra space before the Homepage pseudo-header (closes: #365483).
+ Bump Standards-Version to 3.7.0, no changes needed.
-- Romain Francoise <rfrancoise@debian.org> Mon, 1 May 2006 19:52:39 +0200
hping3 (3.a2.ds1-2) unstable; urgency=low
* debian/copyright: Update FSF's address.
* debian/compat: Switch to compatibility level 5.
* debian/control:
+ Bump Standards-Version to 3.6.2.1, no changes needed.
+ Build-Depend on debhelper (>= 5.0.0).
-- Romain Francoise <rfrancoise@debian.org> Sun, 18 Dec 2005 15:14:11 +0100
hping3 (3.a2.ds1-1) unstable; urgency=low
* New maintainer.
* Repackaged as 3.a2.ds1 to remove non-free RFC texts.
* debian/control:
+ Build-Depend on libpcap0.8-dev, dpatch (>= 2.0.9).
+ Change priority to extra.
+ Slightly reword long description.
+ Update maintainer contact info.
* debian/copyright: Update maintainer contact info.
* debian/rules:
+ Fix dpatch integration.
+ Ship hping3 TCL scripts as examples (and forcibly leave them
uncompressed).
+ Various cleanups.
* debian/patches/10_install.dpatch: New patch based on previous
"Makefilein.dpatch".
* debian/patches/20_libpcap0.8.dpatch: New patch for libpcap0.8
compilation.
* debian/patches/30_bytesex.dpatch: New patch stolen from my hping2
package to make bytesex.h use endian.h instead of hardcoding byte
orders; many thanks to Peter De Schrijver who provided a similar patch
(closes: #283038).
* debian/patches/40_spelling.dpatch: New patch stolen from my hping2
package to fix various spelling errors in hping.
* debian/patches/50_personality.dpatch: New patch, change all
occurrences of "hping2" to "hping3" in help messages and in the man
page. Also say "hping3" instead of "hping" since the latter is really
hping2 in Debian.
* debian/patches/60_version.dpatch: New patch, this is really version
alpha-2 so fix release.h accordingly.
* debian/patches/00list: New file.
-- Romain Francoise <rfrancoise@debian.org> Sat, 12 Mar 2005 14:15:32 +0100
hping3 (3.a2-1) unstable; urgency=low
* Initial Release. (Closes: #267153)
-- Vincent Tantardini <vince@kerneled.org> Sun, 10 Oct 2004 20:24:03 +0200
|