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
|
tcptraceroute (1.5beta7+debian-4) unstable; urgency=low
* [c22350e] New maintainers, thanks to Daniel Baumann for the prior
work on tcptraceroute (Closes: #543861)
* [3946e75] debian/control: Added Vcs and DM-Upload-Allowed control
fields
* [69139a4] Added a watch file
-- Giuseppe Iuculano <giuseppe@iuculano.it> Sat, 29 Aug 2009 19:07:57 +0200
tcptraceroute (1.5beta7+debian-3) unstable; urgency=low
* Updating package to standards version 3.8.3.
* Removing vcs fields.
* Orphaning package.
-- Daniel Baumann <daniel@debian.org> Thu, 27 Aug 2009 08:33:47 +0200
tcptraceroute (1.5beta7+debian-2) unstable; urgency=low
* Updating vcs fields in control file.
* Replacing obsolete dh_clean -k with dh_prep.
* Updating package to standards version 3.8.2.
* Updating year in copyright file.
* Updating rules file to current state of the art.
* Added missing comma in depends.
* Prefixing debhelper files with package name.
* Using correct rfc-2822 date formats in changelog.
-- Daniel Baumann <daniel@debian.org> Fri, 17 Jul 2009 01:14:32 +0200
tcptraceroute (1.5beta7+debian-1) unstable; urgency=low
* Removing tcptraceroute.c file, it's a left-over from source-file
splitting in 1.5beta5 to 1.5beta6.
* Merging upstream version 1.5beta7 (Closes: #487210).
-- Daniel Baumann <daniel@debian.org> Tue, 24 Jun 2008 07:44:00 +0200
tcptraceroute (1.5beta6-3) unstable; urgency=low
* New maintainer (Closes: #487736).
* Redone debian packaging from scratch.
-- Daniel Baumann <daniel@debian.org> Mon, 23 Jun 2008 23:05:00 +0200
tcptraceroute (1.5beta6-2.1) unstable; urgency=low
* Non-maintainer upload with maintainers blessing:
- Adding alternatives handling for tcptraceroute (Closes: #438757).
* Some additional things:
- Bumping standards version, no other changes needed.
- Bumping debhelper version, no other changes needed.
- Removing useless whitespaces at EOL and EOF in debian/*.
- Updating libpcap-dev build-depends to libpcap0.8-dev (Closes: #422559).
- Updating clean target in rules (Closes: #424216).
- Updating FSF address in copyright.
-- Daniel Baumann <daniel@debian.org> Sun, 23 Dec 2007 10:43:00 +0100
tcptraceroute (1.5beta6-2) unstable; urgency=low
* Update config.guess/config.sub from autotools-dev. Closes: 333827.
* Change $(PWD) to $(CURDIR) in debian/rules.
-- Aurelien Jarno <aurel32@debian.org> Sat, 24 Mar 2007 23:33:31 +0100
tcptraceroute (1.5beta6-1) unstable; urgency=low
* new upstream beta version
Closes: 298502: new upstream version
* add notes to README.Debian about upstream author's
desire for specific tests and feedback.
-- David Coe <davidc@debian.org> Mon, 14 Mar 2005 00:35:38 -0500
tcptraceroute (1.5beta5-2) unstable; urgency=low
* build again with sarge rather than sid libraries; oops.
-- David Coe <davidc@debian.org> Mon, 15 Nov 2004 00:55:24 -0500
tcptraceroute (1.5beta5-1) unstable; urgency=low
* new upstream (beta) release; stable since 2003-07-02; notable changes:
- Now functions properly with libpcap when using an interface without a
valid IPv4 addresss.
Closes: #183456: fails on pcap_lookupnet when only alias interfaces configured
- Matt Zimmerman's security fix (in 1.4-4) has been integrated upstream.
- Added linklayer support for PPPoE interfaces.
- Improved the round trip time calculations.
* debian/control, debian/rules: minor changes for new upstream (autoconf, libnet1)
Closes: #255764: uses old libnet0 which is broken on 64bit arches
Closes: #269143: FTBFS: unsatisfiable build-dependency
* debian/control, debian/rules: debhelper compatability 4
* debian/control: standards version 3.5.10 -> 3.6.1; no changes required.
-- David Coe <davidc@debian.org> Sun, 14 Nov 2004 23:49:05 -0500
tcptraceroute (1.4-5) unstable; urgency=low
* rebuild with libpcap0.7; no other changes.
Closes: #199790: `pcap_version' has different size in shared object, consider re-linking
-- David Coe <davidc@debian.org> Fri, 04 Jul 2003 01:20:44 -0400
tcptraceroute (1.4-4) unstable; urgency=low
* security fix (seteuid -> setuid) thanks to Matt Zimmerman.
Closes: #198142: Does not drop root privileges properly
* standards version 3.5.10 (add support for DEB_BUILD_OPTIONS
"noopt", compile with -g regardless of "debug")
-- David Coe <davidc@debian.org> Thu, 19 Jun 2003 23:18:49 -0400
tcptraceroute (1.4-3) unstable; urgency=low
* corrected a c syntax error exposed by gcc-3.3
Closes: #195595: FTBFS with gcc-3.3: Uses multiline strings
-- David Coe <davidc@debian.org> Sun, 01 Jun 2003 01:26:00 -0400
tcptraceroute (1.4-2) unstable; urgency=low
* built in a 'sid' chroot to get the new libpcap; no other changes
Closes: #156187: uninstallable because of libpcap change
-- David Coe <davidc@debian.org> Wed, 14 Aug 2002 19:07:19 -0400
tcptraceroute (1.4-1.1) unstable; urgency=low
* Non maintainer upload
* Rebuilt with new libpcap to remove dependency on libpcap0, which I
got removed from unstable by accident. Sorry about this...
-- Torsten Landschoff <torsten@debian.org> Sat, 10 Aug 2002 11:37:45 +0200
tcptraceroute (1.4-1) unstable; urgency=low
* new upstream version:
- Added linklayer support for Linux ISDN Sync-PPP interfaces.
- Adds support back for DLT_RAW interfaces, which was inadvertently
removed sometime between 1.2 and 1.3beta1, and as a result caused
tcptraceroute to fail over PPP interfaces.
Closes: #154793: tcptracroute fails on PPP connections
-- David Coe <davidc@debian.org> Wed, 31 Jul 2002 12:34:09 -0400
tcptraceroute (1.3-1) unstable; urgency=low
* new upstream release. Quoth the author:
- greatly improved command line handling,
- properly aligning packet data for architectures which don't allow non-aligned memory access,
- the ability to traceroute to a local IP address,
- the ability to probe with TCP ACK packets, making it possible to traceroute through stateless
firewalls that permit hosts sitting behind the firewall to establish outbound connections,
- the ability to track probes by source port numbers instead of IP ID's, making it possible for
tcptraceroute to function properly on Solaris.
Closes: #147463: Show if remote host supports ECN if -E is used
Closes: #136999: tcptraceroute: relies on bpf to filter tcp correctly
* install tcptraceroute to usr/bin instead of usr/sbin.
Closes: #148332: tcptraceroute belongs in /usr/bin
-- David Coe <davidc@debian.org> Mon, 29 Jul 2002 14:15:55 -0400
tcptraceroute (1.2-1) unstable; urgency=low
* New upstream version.
* Closes: #106666: /etc/services ports read wrong
* Update to policy 3.5.6 (no changes)
-- David Coe <davidc@debian.org> Fri, 03 Aug 2001 10:22:58 -0400
tcptraceroute (1.1-2) unstable; urgency=low
* first version for official Debian. Closes: #104450 (ITP)
* update to policy 3.5.5
-- add Build-Depends
-- support DEB_BUILD_OPTIONS
* remove call to dh_suidregister
-- David Coe <davidc@debian.org> Thu, 12 Jul 2001 22:36:21 -0400
tcptraceroute (1.1-1) unstable; urgency=low
* Initial Release.
-- Michael C. Toren <mct@toren.net> Sun, 01 Jul 2001 13:33:41 -0400
|