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 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516
|
mtr (0.92-2) unstable; urgency=medium
* Bump DH to 11
* Bump Standards-Version to 4.2.0
* Ack NMU, thanks to Niels Thykier (closes: #903182)
* Move packaging to salsa.d.o
* Update my email to @debian.org
* d/copyright: update debian/* entry
* d/p/manpage_typos.patch: new patch to fix typos
-- Samuel Henrique <samueloph@debian.org> Sun, 12 Aug 2018 09:58:39 -0300
mtr (0.92-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove redundant debian/*manpages files. The upstream build
system correctly installs the manpages by default and the
manpages had incorrect path. (closes: #903182)
* Set Rules-Requires-Root to no as mtr does not need (fake)root
during the binary targets.
-- Niels Thykier <niels@thykier.net> Mon, 06 Aug 2018 20:33:06 +0000
mtr (0.92-1) unstable; urgency=medium
[ Samuel Henrique ]
* New upstream release
* Bump Standards-Version to 4.1.0
* d/control:
- add Rhonda to uploaders
* d/rules:
- use dh_auto_configure, fixes FTCBFS, patch by Helmut Grohne
(closes: #839879)
* d/control: remove 'extra' priority, inherit optional from source
[ Robert Woodcock ]
* d/patches: install_on_usrbin: install on bin instead of sbin
* d/*.manpages: create files for mtr-* packages
* d/rules: create tarball-version
-- Robert Woodcock <rcw@debian.org> Wed, 01 Nov 2017 19:48:40 -0700
mtr (0.87-1) unstable; urgency=medium
* Correct typos in the postinst and package description
[ Samuel Henrique ]
* New upstream release.
* Bump DH level to 10.
* Bump Standards-Version to 3.9.8.
* Add myself as an uploader.
* d/clean: Create file and add build generated files.
* d/control:
- Add Vcs-* fields.
- Change all Conflicts entry to Breaks, as they're less strict.
- Remove Priority field from mtr-tiny, as its inherited from the
source package paragraph.
* d/copyright: Convert to DEP-5.
* d/source: Remove lintian-overrides, as they're not used.
* d/watch: Create file and watch official repository at github.
* wrap-and-sort -a.
-- Robert Woodcock <rcw@debian.org> Mon, 02 Jan 2017 10:17:13 -0800
mtr (0.86-1) unstable; urgency=low
* Added patch from Andrew Suffield to use setcap instead of setuid,
closes: #768650
* Additional changes by Rhonda D'Vine:
- New upstream release
- Bump debhelper compat to 9.
- Use dh style debian/rules.
- Call ./bootstrap.sh before configure run.
-- Robert Woodcock <rcw@debian.org> Sun, 06 Dec 2015 13:38:56 -0800
mtr (0.85-3) unstable; urgency=low
* Correct changelog entries for 0.85-1 and 0.85-2, closes: #742133
* Added build-indep and build-arch targets to debian/rules
* Add overrides for lintian warnings about config.log and config.status
files in source - they are shipped upstream but they are deleted in
debian/rules clean
* Update standards version to 3.9.6
-- Robert Woodcock <rcw@debian.org> Sun, 19 Oct 2014 02:36:16 -0700
mtr (0.85-2) unstable; urgency=low
* Added patch by Hideki Yamane to use autoreconf instead of
aclocal/automake/autoconf to fix FTBFS, closes: #725568
-- Robert Woodcock <rcw@debian.org> Fri, 18 Oct 2013 08:20:03 -0700
mtr (0.85-1) unstable; urgency=low
* New upstream version, closes: #706816, #717727
-- Robert Woodcock <rcw@debian.org> Wed, 24 Jul 2013 19:53:47 -0700
mtr (0.82-3) unstable; urgency=low
* Added patch by Raúl Benencia to fix FTBFS by generating aclocal.m4
before compiling, closes: #662583
-- Robert Woodcock <rcw@debian.org> Sun, 15 Apr 2012 14:40:05 -0700
mtr (0.82-2) unstable; urgency=low
* Add patch by Moritz Mühlenhoff to enable hardened build flags,
closes: #654117.
-- Robert Woodcock <rcw@debian.org> Sun, 08 Jan 2012 08:05:30 -0800
mtr (0.82-1) unstable; urgency=low
* New upstream version fixes FTBFS, closes: #650535
-- Robert Woodcock <rcw@debian.org> Sun, 25 Dec 2011 09:40:19 -0800
mtr (0.81-1) unstable; urgency=low
* New upstream version
-- Robert Woodcock <rcw@debian.org> Sat, 26 Nov 2011 20:15:42 -0800
mtr (0.80-1) unstable; urgency=low
* New upstream version
* Add Homepage field to debian/control, closes: #314651
* Change Priority field to match that of the archive overrides,
closes: #416567
* Lintian cleanups
-- Robert Woodcock <rcw@debian.org> Mon, 06 Sep 2010 16:53:54 -0700
mtr (0.75-2) unstable; urgency=low
* Use rm -f in rules clean target where necessary, closes: #499789
-- Robert Woodcock <rcw@debian.org> Mon, 22 Sep 2008 07:30:21 -0700
mtr (0.75-1) unstable; urgency=low
* New upstream version with rewritten GTK+ code
closes: #65005, #30263
* Bumped Standards-Version to 3.8.0
* Lintian cleanups
-- Robert Woodcock <rcw@debian.org> Sun, 21 Sep 2008 10:39:10 -0700
mtr (0.73-1) unstable; urgency=low
* New upstream version
-- Robert Woodcock <rcw@debian.org> Wed, 16 Apr 2008 19:38:12 -0700
mtr (0.72-2) unstable; urgency=low
* Reupload to unstable since etch is released.
* Include no-busy-wait patch in #156378,
closes: #156378, #259906, #348650, #384444
* Use debhelper compatibility level 5
-- Robert Woodcock <rcw@debian.org> Fri, 25 May 2007 21:42:04 -0700
mtr (0.72-1) experimental; urgency=low
* New upstream version fixes IPv6 reverse DNS lookups for 8-bit
hostnames, closes: #384926
-- Robert Woodcock <rcw@debian.org> Mon, 01 Jan 2007 15:33:33 -0800
mtr (0.71-2) unstable; urgency=low
* Run autoreconf --force --install to allow building without automake,
closes: #365845
-- Robert Woodcock <rcw@debian.org> Sun, 14 May 2006 09:37:17 -0700
mtr (0.71-1) unstable; urgency=low
* New upstream version
* Follow autotools-dev suggestions regarding timestamping, closes: #362614
-- Robert Woodcock <rcw@debian.org> Tue, 02 May 2006 18:24:05 -0700
mtr (0.70-1) unstable; urgency=low
* New upstream version
-- Robert Woodcock <rcw@debian.org> Thu, 23 Mar 2006 17:31:28 -0800
mtr (0.69-4) unstable; urgency=low
* Woops, forgot to run autoconf for the configure.in change in -3,
closes: #254089
-- Robert Woodcock <rcw@debian.org> Sun, 05 Mar 2006 18:19:05 -0800
mtr (0.69-3) unstable; urgency=low
* Added check for __res_mkquery to build on amd64,
closes: #166613, #254089, #257981, #354342
* Uppercased initial letter of menu title, closes: #320609
* Fixed manual page and PrintHelp function for -p/-s switcharoo,
closes: #305728
* DNS fix from Jarek Kaminski if no nameservers are configured,
closes: #301346
-- Robert Woodcock <rcw@debian.org> Fri, 03 Mar 2006 15:16:27 -0800
mtr (0.69-2) unstable; urgency=low
* Added upstream source location to copyright file, closes #312670
-- Robert Woodcock <rcw@debian.org> Fri, 10 Jun 2005 19:29:46 -0700
mtr (0.69-1) unstable; urgency=low
* New upstream version adds IPv6 support
* Fixed copyright file, closes #290215
* Allow for IPv4 operation on IPv4-only systems
* Copy addr buffer in net_process_ping immediately to avoid overwriting it
-- Robert Woodcock <rcw@debian.org> Wed, 23 Mar 2005 19:39:59 -0800
mtr (0.67-1) unstable; urgency=high
* SECURITY: New upstream version fixes off-by-one error with MAXFLD,
closes: #285228
-- Robert Woodcock <rcw@debian.org> Sun, 12 Dec 2004 11:26:07 -0800
mtr (0.63-1.2) unstable; urgency=low
* Non-maintainer upload.
* Apply patch from Christoph Berg <cb@df7cb.de> converting fld_index[] from
char to int in order to work around the invalid assumption that plain char++
is always unsigned (closes: #283756).
-- Mark Brown <broonie@debian.org> Thu, 9 Dec 2004 11:39:42 +0000
mtr (0.63-1.1) unstable; urgency=low
* NMU.
* Remove useless dependency on non-existing automake-1.5 and
autoconf (Closes: #266006).
-- Christoph Berg <cb@df7cb.de> Sat, 27 Nov 2004 01:34:28 +0100
mtr (0.63-1) unstable; urgency=low
* New upstream version
* New version compiles against gtk2.4, closes: #262606
* New version validates input to order-of-fields option, preventing
segfaults, closes: #264055, #264694
* Fixed virtual dependancy on automaken in response to #257981
-- Robert Woodcock <rcw@debian.org> Sun, 15 Aug 2004 16:35:32 -0700
mtr (0.58-1) unstable; urgency=low
* New upstream version, closes: #252369
-- Robert Woodcock <rcw@debian.org> Sat, 03 Jul 2004 13:59:24 -0700
mtr (0.54-1) unstable; urgency=low
* New upstream version
-- Robert Woodcock <rcw@debian.org> Sat, 3 May 2003 08:57:48 -0700
mtr (0.53-1) unstable; urgency=low
* New upstream version, closes: #189692
-- Robert Woodcock <rcw@debian.org> Wed, 23 Apr 2003 19:08:15 -0700
mtr (0.52-1) unstable; urgency=low
* New upstream version
-- Robert Woodcock <rcw@debian.org> Sun, 24 Nov 2002 12:11:51 -0800
mtr (0.51-1) unstable; urgency=low
* New upstream version fixes hanging --report option, closes: #148045
* Reverted some makefile reversions in 0.51
-- Robert Woodcock <rcw@debian.org> Fri, 24 May 2002 16:06:34 -0700
mtr (0.50-1) unstable; urgency=low
* New upstream version
* Fixes hang on window resize bug, closes: #94913, #145641
-- Robert Woodcock <rcw@debian.org> Tue, 7 May 2002 21:13:32 -0700
mtr (0.48-1) unstable; urgency=high
* New upstream version, fixes MTR_OPTIONS security hole, closes #137102
* Added absolute pathnames to debian/rules
-- Robert Woodcock <rcw@debian.org> Wed, 6 Mar 2002 10:10:05 -0800
mtr (0.45-1) unstable; urgency=low
* New upstream version, closes: #130683
-- Robert Woodcock <rcw@debian.org> Thu, 24 Jan 2002 16:57:26 -0800
mtr (0.44-2) unstable; urgency=low
* Removed mtr-tiny menu entry, closes: #125741
* Fixed paragraph separation in package descriptions, closes: #120790
* Lintian cleanups
-- Robert Woodcock <rcw@debian.org> Sun, 30 Dec 2001 13:38:11 -0800
mtr (0.44-1) unstable; urgency=low
* New upstream version
* Added explicit build dependancies on gtk 1.2 to get the build daemons
to compile mtr against the newer version, closes: #103875
-- Robert Woodcock <rcw@debian.org> Fri, 3 Aug 2001 09:02:34 -0700
mtr (0.42-7) unstable; urgency=low
* The glibc folks changed res_init to a macro. Changed configure.in
to check for res_init with AC_TRY_COMPILE instead of AC_CHECK_LIB,
closes: #90365
-- Robert Woodcock <rcw@debian.org> Sun, 15 Apr 2001 15:36:23 -0700
mtr (0.42-6) unstable; urgency=low
* Added Build-Depends, closes: #83027
* Removed menu file for mtr-tiny, closes: #80734
* Fixed mtr-tiny postrm filename
* Removed suidregister stuff
-- Robert Woodcock <rcw@debian.org> Mon, 22 Jan 2001 07:31:43 -0800
mtr (0.42-5) unstable; urgency=low
* Added Philippe Troin's RFC 2317 CNAME->PTR reverse lookup patch,
closes: #29665, #38115, #42521, #46549, #78637
-- Robert Woodcock <rcw@debian.org> Sat, 2 Dec 2000 17:44:12 -0800
mtr (0.42-4) unstable; urgency=low
* Set mtr-tiny to Priority: standard
* Included mtr's documentation in the mtr-tiny package
-- Robert Woodcock <rcw@debian.org> Tue, 3 Oct 2000 22:24:48 -0700
mtr (0.42-3) unstable; urgency=low
* Split mtr into two packages - mtr and mtr-tiny. mtr-tiny is built
without X support and is useful for machines where disk space is a
priority. closes: #67367, #64727, #33335
-- Robert Woodcock <rcw@debian.org> Mon, 2 Oct 2000 22:35:07 -0700
mtr (0.42-2) unstable; urgency=low
* For some reason, the getopt() call was missing -g. Added it back
in (the code behind the option was already there)
-- Robert Woodcock <rcw@debian.org> Wed, 6 Sep 2000 18:18:15 -0700
mtr (0.42-1) unstable; urgency=low
* New upstream version
-- Robert Woodcock <rcw@debian.org> Thu, 9 Mar 2000 17:16:50 -0800
mtr (0.41-5) frozen unstable; urgency=low
* Security fix for theoretical stack-smash-and-fork attack -
s/seteuid/setuid/ in mtr.c
-- Robert Woodcock <rcw@debian.org> Fri, 3 Mar 2000 19:36:56 -0800
mtr (0.41-4) frozen unstable; urgency=low
* s/bind/resolv/ in configure.in line 55 and 62 to prevent ./configure
from getting confuzzled when bind-dev is installed, closes: #56394
-- Robert Woodcock <rcw@debian.org> Sat, 29 Jan 2000 13:59:12 -0800
mtr (0.41-3) unstable; urgency=low
* Recompiled against libncurses5
* Fixed postinst symlinking
-- Robert Woodcock <rcw@debian.org> Sun, 9 Jan 2000 13:05:54 -0800
mtr (0.41-2) unstable; urgency=low
* FHS compliance
-- Robert Woodcock <rcw@debian.org> Fri, 24 Sep 1999 19:56:59 -0700
mtr (0.41-1) unstable; urgency=low
* New upstream version
* 0.39-1 was accidentally built as a debian-native package. Fixed that.
closes: #44276.
-- Robert Woodcock <rcw@debian.org> Sat, 4 Sep 1999 22:13:24 -0700
mtr (0.39-1) unstable; urgency=low
* New upstream release
-- Robert Woodcock <rcw@debian.org> Sun, 13 Jun 1999 22:56:42 -0700
mtr (0.37-1) unstable; urgency=low
* New upstream release
* Compiled against gtk 1.2 for that extra-special theme feeling
* Added entry in Debian menu system
-- Robert Woodcock <rcw@debian.org> Wed, 5 May 1999 19:18:57 -0700
mtr (0.34-1) unstable; urgency=low
* New upstream version, new maintainer
-- Robert Woodcock <rcw@debian.org> Tue, 6 Apr 1999 19:37:23 -0700
mtr (0.28-0.2) frozen unstable; urgency=low
* Rebuilt with libgtk1 (1.0.6) to circumvent problems due to
incompatibilities between the frozen and unstable versions of libgtk1.1 .
(Fixes #29160, #29221, #29332).
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Thu, 12 Nov 1998 14:22:10 +0100
mtr (0.28-0.1) frozen unstable; urgency=low
* New upstream release; corrects the problem of IP numbers being displayed
backwards (Fixes #28829).
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 2 Nov 1998 19:53:29 +0100
mtr (0.25-0.1) unstable; urgency=low
* New upstream release; NMU with Scott's blessing (Fixes #28645).
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Wed, 28 Oct 1998 16:48:48 +0100
mtr (0.21-3) frozen unstable; urgency=low
* Release for frozen, since 0.14 isn't even compilable with the current
frozen environment, is slightly buggy, and has potential security holes
(being suid for low-level networking) that are addressed by this
version.
-- Scott K. Ellis <scott@debian.org> Tue, 9 Jun 1998 10:52:57 -0400
mtr (0.21-2) unstable; urgency=low
* Install SECURITY file into binary package.
* Modified description in control file
-- Scott K. Ellis <scott@debian.org> Tue, 2 Jun 1998 11:35:00 -0400
mtr (0.21-1) unstable; urgency=low
* Updated to standards version 2.4.1
* Linked properly to X libraries. (#19894)
* Rewrote debian/rules to take advanage of debhelper
* New upstream release. (#21534)
-- Scott K. Ellis <scott@debian.org> Tue, 2 Jun 1998 09:47:45 -0400
mtr (0.14-3) unstable; urgency=low
* Rebuild with newest gtk fixing #19511, #19517
-- Christoph Lameter <clameter@debian.org> Sun, 15 Mar 1998 20:43:11 -0800
mtr (0.14-2) unstable; urgency=low
* Build with gtk to enable X interface.
-- Christoph Lameter <clameter@debian.org> Wed, 4 Feb 1998 11:04:35 -0800
mtr (0.14-1) unstable; urgency=low
* New upstream release
-- Christoph Lameter <clameter@debian.org> Sun, 1 Feb 1998 21:00:24 -0800
mtr (0.13-1) unstable; urgency=low
* New upstream release
-- Christoph Lameter <clameter@debian.org> Sat, 3 Jan 1998 20:48:53 -0800
mtr (0.12-1) unstable; urgency=low
* New upstream release
-- Christoph Lameter <clameter@debian.org> Sun, 28 Dec 1997 20:15:33 -0800
mtr (0.11-1) debs; urgency=low
* Initial Release.
-- Christoph Lameter <clameter@debian.org> Mon, 22 Dec 1997 21:01:15 -0800
|