summaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: e90276adf3281fbf1bb164df5aa0c9d478a32340 (plain)
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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
nmap (7.94+git20230807.3be01efb1+dfsg-4) unstable; urgency=medium

  [ Hilko Bengen ]
  * Add missing zenmap dependency.
    Thanks to Yadd <yadd@debian.org> (Closes: #1063824)

  [ Antonio Terceiro ]
  * debian/rules: filter out build flag not supported by i686-w64-mingw32-gcc
    (Closes: #1069391)

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 04 Jun 2024 13:40:09 -0300

nmap (7.94+git20230807.3be01efb1+dfsg-3~progress7.99u1) graograman-backports; urgency=medium

  * Uploading to graograman-updates, remaining changes:
    - Updating maintainer field.
    - Updating uploaders field.
    - Updating bugs field.
    - Updating vcs fields.
  * Merging debian version 7.94+git20230807.3be01efb1+dfsg-3.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Wed, 17 Apr 2024 09:42:42 +0200

nmap (7.94+git20230807.3be01efb1+dfsg-3) unstable; urgency=medium

  * Re-introduce zenmap package (Closes: #1057744)
  * Fix irregular version number for zenmap
  * Fix make install breakage

 -- Hilko Bengen <bengen@debian.org>  Sun, 24 Dec 2023 22:32:17 +0100

nmap (7.94+git20230807.3be01efb1+dfsg-2~progress7.99u1) graograman-backports; urgency=medium

  * Initial reupload to graograman-backports.
  * Updating maintainer field.
  * Updating uploaders field.
  * Updating bugs field.
  * Updating vcs fields.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Wed, 17 Apr 2024 09:42:25 +0200

nmap (7.94+git20230807.3be01efb1+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Remove d/p/0003-Link-against-lua-lpeg.patch:
    - It is being removed because it is no longer needed, since the problem
    was resolved in 2016, and because it is making the package unreproduciple.
    The build failed due to "undefined reference to luaopen_lpeg(lua_State*)".
    More info at the bug this is related or at upstream discussion on github:
    https://github.com/nmap/nmap/issues/237
    https://seclists.org/nmap-dev/2016/q1/268
    (closes: #1054687)

 -- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net>  Fri, 27 Oct 2023 19:42:53 -0300

nmap (7.94+git20230807.3be01efb1+dfsg-1) unstable; urgency=medium

  * New upstream version 7.94+git20230807.3be01efb1+dfsg
  * d/patches: Drop all upstream patches:
    - upstream-Handle-unknown-service-name-in-p.patch
    - upstream-Ncat-server-udp-do-not-quit-after-EOF-on-STDIN.patch
    - upstream-Remove-nse_pcrelib-from-build.patch
    - upstream-Upgrade-libpcre-to-PCRE2-10.42.-Windows-macOS-bu.patch

 -- Samuel Henrique <samueloph@debian.org>  Mon, 07 Aug 2023 19:07:50 +0100

nmap (7.94+dfsg1-4) unstable; urgency=medium

  * d/p/upstream-Handle-unknown-service-name-in-p.patch: New patch to fix -p
    parameter's SIGSEGV (closes: #1043171)

 -- Samuel Henrique <samueloph@debian.org>  Mon, 07 Aug 2023 14:49:07 +0100

nmap (7.94+dfsg1-3) unstable; urgency=medium

  [ Samuel Henrique ]
  * d/p/upstream-Ncat-server-udp...: New patch to fix UDP server listener
    (closes: #1039613)

  [ Wookey ]
  * d/clean: Create file and add build artifact to it (closes: #1011638)

 -- Samuel Henrique <samueloph@debian.org>  Thu, 27 Jul 2023 20:09:55 +0100

nmap (7.94+dfsg1-2) unstable; urgency=medium

  * Switch to PCRE2, using patches from upstream git (Closes: #1000012)

 -- Hilko Bengen <bengen@debian.org>  Tue, 04 Jul 2023 13:25:28 +0200

nmap (7.94+dfsg1-1) unstable; urgency=medium

  * New upstream version 7.94+dfsg1
  * Update liblua dependency to 5.4
  * d/patches: Update patches for new release
  * d/watch: Change repack suffix to drop enumeration '1'

 -- Samuel Henrique <samueloph@debian.org>  Tue, 23 May 2023 22:35:31 +0100

nmap (7.93+dfsg1-1) unstable; urgency=medium

  [ Samuel Henrique ]
  * New upstream version 7.93+dfsg1
    - There are still discussions ongoing on whether NMAP's license is
      DFSG-free or not, you can keep an eye on the following places for
      updates:
      https://bugs.debian.org/1025650
      https://github.com/nmap/nmap/issues/2199
  * Bump Standards-Version to 4.6.2
  * d/nmap-common.lintian-overrides: Update overrides as lintian changed
    finding's names
  * d/copyright: Remove entries for non-existent files
  * d/nmap.lintian-overrides: Remove unused overrides

  [ Andreas Hasenack ]
  * d/rules: drop Ubuntu-specific configure option

  [ Debian Janitor ]
  * Avoid explicitly specifying -Wl,--as-needed linker flag.
  * Remove constraints unnecessary since buster

 -- Samuel Henrique <samueloph@debian.org>  Mon, 16 Jan 2023 20:23:39 +0000

nmap (7.92+dfsg2-1) unstable; urgency=medium

  [ Samuel Henrique ]
  * New upstream version 7.92+dfsg2-1 (closes: #995340)
    This is the last release that can still use the previous DFSG-compatible
    license. We haven't decided yet what to do with the next ones but it might
    take a bit for them to be packaged.
  * d/copyright: Add missing libssh2 to Files-Excluded
  * d/patches:
    - Refresh patches
    - 0004-Python3-port-of-ndiff.patch: Update patch
    - update-mac-prefixes.patch: Drop patch, unneeded

 -- Samuel Henrique <samueloph@debian.org>  Mon, 10 Jan 2022 21:27:10 -0300

nmap (7.91+dfsg1+really7.80+dfsg1-2) unstable; urgency=medium

  * d/p/update-mac-prefixes.patch: New patch to update file based on
    upstream's 7.91 release

 -- Samuel Henrique <samueloph@debian.org>  Wed, 17 Mar 2021 17:09:14 +0000

nmap (7.91+dfsg1+really7.80+dfsg1-1) unstable; urgency=medium

  * New upstream version 7.91+dfsg1+really7.80+dfsg1
    - Rolling back to 7.80 as the latest version has a license issue which
      most likely makes nmap not compatible with the DFSG. There are still
      discussions ongoing and upstream is deciding on what to do, meanwhile
      we are rolling back to the previous release as we are getting close
      to bullseye becoming stable. More info at the bug this is closing or
      at upstream discussion on github:
      https://github.com/nmap/nmap/issues/2199
      (closes: #972216)
  * Bump Standards-Version to 4.5.1
  * Revert "Update patches; add patch to fix automake breakage" due
    to the rollback

 -- Samuel Henrique <samueloph@debian.org>  Tue, 02 Feb 2021 22:01:01 +0000

nmap (7.91+dfsg1-1) unstable; urgency=medium

  * New upstream version 7.91+dfsg1
  * Update patches; add patch to fix automake breakage

 -- Hilko Bengen <bengen@debian.org>  Mon, 12 Oct 2020 00:32:24 +0200

nmap (7.80+dfsg1-5) unstable; urgency=medium

  * Make nmap_service.ex_ reproducible, thanks to Chris Lamb for the patch
    (Closes: #964369)

 -- Hilko Bengen <bengen@debian.org>  Mon, 06 Jul 2020 23:01:39 +0200

nmap (7.80+dfsg1-4) unstable; urgency=medium

  * Revert "Enable running all tests" as this caused network activity and
    FTBFS on some autobuilders.

 -- Hilko Bengen <bengen@debian.org>  Sat, 04 Jul 2020 17:00:00 +0200

nmap (7.80+dfsg1-3) unstable; urgency=medium

  [ Hilko Bengen ]
  * Enable running all tests
  * Ship obfuscated nmap_service.ex_ instead of nmap_service.exe (Closes:
    #929272)

  [ Samuel Henrique ]
  * Configure git-buildpackage for Debian
  * d/control: Add Rules-Requires-Root: no
  * Bump DH to 13
  * d/p/upstream/signing-key.asc: Remove extra signature
  * Bump Standards Version to 4.5.0

  [ Automatic changes ]
  * Trim trailing whitespace.
  * Wrap long lines in changelog entries: 6.25-0.2, 4.76-0ubuntu1.
  * Set debhelper-compat version in Build-Depends.
  * Fix field name typos in debian/copyright.

 -- Hilko Bengen <bengen@debian.org>  Sat, 04 Jul 2020 15:34:56 +0200

nmap (7.80+dfsg1-2) unstable; urgency=medium

  [ Samuel Henrique ]
  * Add salsa-ci.yml
  * d/rules: Pass some hardening flags to nmap_service.exe
  * salsa-ci: Disable BLHC test

  [ Hilko Bengen ]
  * Drop zenmap package due to python2 and pygtk removal (Closes: #885498)
  * Use Python3 for ndiff, using Bryan Quigley's patch (PR #1807).
    Closes: #883161

 -- Hilko Bengen <bengen@debian.org>  Fri, 08 Nov 2019 12:41:14 +0100

nmap (7.80+dfsg1-1) unstable; urgency=medium

  * New upstream version 7.80+dfsg1 (Closes: #934728)
  * Disable check for upstream signatures which are apparently
    no longer published.
  * Bump Debhelper compat level
  * Replace dh_install --fail-missing
  * Bump Standards-Version
  * dh_missing
  * Rework patches

 -- Hilko Bengen <bengen@debian.org>  Thu, 15 Aug 2019 09:25:50 +0200

nmap (7.70+dfsg1-6) unstable; urgency=medium

  * Team upload
  * Drop 0004-library-versions.patch, it has been fixed differently
    by upstream, and it is now breaking Ubuntu builds.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 12 Dec 2018 15:58:18 +0100

nmap (7.70+dfsg1-5) unstable; urgency=medium

  * d/control: zenmap: move polkit from Depends to Recommends, note
    that the desktop entry of zenmap as root won't work without polkit
    (closes: #912452)

 -- Samuel Henrique <samueloph@debian.org>  Wed, 31 Oct 2018 20:02:43 -0300

nmap (7.70+dfsg1-4) unstable; urgency=medium

  [ Samuel Henrique ]
  * Bump Standards-Version to 4.2.1
  * Update my email to @debian.org
  * d/p/0005: remove ncat's manpage self-reference (closes: #765999)
  * d/control: better ndiff extended description
  * lintian-overrides:
    - ndiff: add description lintian (as nmap and zenmap does)
    - nmap: add false positive lintians
    - nmap-common: add two overrides for READMEs
    - zenmap: add override for pkexec

  [ Christian Ehrhardt ]
  * Fix "zenmap as root" using polkit instead of menu
    (closes: #890728) (LP: #1263311)

 -- Samuel Henrique <samueloph@debian.org>  Wed, 31 Oct 2018 03:26:50 -0300

nmap (7.70+dfsg1-3) unstable; urgency=medium

  * Make ncat Architecture: any
  * Fix ncat description

 -- Hilko Bengen <bengen@debian.org>  Mon, 09 Apr 2018 11:49:11 +0200

nmap (7.70+dfsg1-2) unstable; urgency=medium

  [ Samuel Henrique ]
  * Bump DH to 11
  * d/copyright: update debian/* entry

  [ Hilko Bengen ]
  * Ship ncat as separate package, provide nc alternative
    (Closes: #881639, #560377)

 -- Hilko Bengen <bengen@debian.org>  Sun, 08 Apr 2018 22:17:31 +0200

nmap (7.70+dfsg1-1) unstable; urgency=medium

  * Team upload.

  [ Lukas Schwaighofer ]
  * Leave embedded copy of libssh2 in the source package to ease packaging for
    Ubuntu (which requires the embedded copy).
    - Update debian/copyright with the libssh2 copyright details.
  * Update debian/rules to use the included libssh2 copy when builing for
    Ubuntu and its derivates.

  [ Samuel Henrique ]
  * d/[control|watch]: update upstream homepage to https

  [ Raphaël Hertzog ]
  * Update team maintainer address to Debian Security Tools
    <team+pkg-security@tracker.debian.org>
  * Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org

  [ Hilko Bengen ]
  * New upstream version 7.70+dfsg1
  * Bump Standards-Version
  * nmap: Suggest ndiff, instead of recommending it (Closes: #885871)
  * Update patches

 -- Hilko Bengen <bengen@debian.org>  Tue, 27 Mar 2018 21:48:37 +0200

nmap (7.60+dfsg2-1) unstable; urgency=medium

  * Repack source: Remove *.class files
  * Include *.class (for jdwp-exec.nse), nmap_service.exe (for
    smb-psexec.nse), built from source

 -- Hilko Bengen <bengen@debian.org>  Wed, 27 Sep 2017 14:53:30 +0200

nmap (7.60+dfsg1-2) unstable; urgency=low

  * Team upload.
  * Add new patch (0006-move-manual-defines.patch) which moves manually added
    defines from config.h.in (where they are overwritten by dh-autoreconf) to
    a proper location.  Fixes FTBFS on kfreebsd-any architectures.

 -- Lukas Schwaighofer <lukas@schwaighofer.name>  Mon, 18 Sep 2017 23:29:18 +0200

nmap (7.60+dfsg1-1) unstable; urgency=low

  * Team upload.
  * Repack source:
    - Remove non-DFSG compliant files.
    - Remove unused libraries.
    - Update debian/watch.
  * debian/watch:
    - Correct syntax error.
    - Check upstream's pgp signatures.
  * Override lintian warnings:
    - Description synopsis starting with "The Network Mapper" is ok.
    - Windows devel files will be kept until upstream drops them.
  * Put architecture independent files into new nmap-common package (marked as
    Multi-Arch: foreign).
  * debian/control:
    - Change priority from extra (deprecated) to optional.
    - Bump Standards-Version to 4.1.0.
    - Add new suggestion: nmap suggests zenmap, the graphical frontend.
    - Zenmap needs ndiff, add the missing dependency.
    - Use Breaks (instead of Conflicts) for znmap's versioned dependency on
      nmap as this weaker restriction is sufficient.
    - Clean up versioned python2 dependencies (there's only 2.7 now).
    - Move python-pysqlite2 to Recommends as zenmap works without it (but
      loses useful features like searching and database saving).
    - No longer Recommend gksu as the `su-to-root` script is not part of that
      package.
  * debian/patches:
    - Added new patch (0004-library-versions.patch) so nmap reports correct
      library versions.
    - Add new patch (0005-autotools.patch) to fix autotools problems and
      allow refreshing all autotools generated files with `autoreconf -fi`.
  * debian/rules:
    - Drop --with=autoreconf, this is the default in debhelper compatibility
      level 10.
    - Add STRIP=/bin/true to dh_auto_configure to generate useful dbgsym
      packages.
    - Update the dh-autoreconf call so all autotools geneated files used
      in the build are refreshed.
  * Migrate debian/copyright to machine readable DEP-5 format.

 -- Lukas Schwaighofer <lukas@schwaighofer.name>  Fri, 15 Sep 2017 22:51:59 +0200

nmap (7.60-1) unstable; urgency=medium

  * New upstream version 7.60
  * Rebase patches
  * Add libssh2 build-dependency to avoid using the embedded copy

 -- Hilko Bengen <bengen@debian.org>  Sat, 12 Aug 2017 00:34:12 +0200

nmap (7.50-1) unstable; urgency=medium

  * New upstream version 7.50.
  * Bump Standards-Version to 4.0.0.
  * Remove unused lintian overrides.

 -- Samuel Henrique <samueloph@debian.org>  Sat, 17 Jun 2017 21:04:49 -0300

nmap (7.40-1) unstable; urgency=medium

  * New upstream version 7.40.
  * debian/patches:
    - 0001-use-su-to-root.patch: Refresh patch.
    - 0004-zenmap-desktop.patch: Remove patch, applied upstream.
  * debian/watch: Bump to v4.

 -- Samuel Henrique <samueloph@debian.org>  Thu, 22 Dec 2016 00:52:47 -0200

nmap (7.31-2) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Add debian/gbp.conf file

  [ Samuel Henrique ]
  * Bump DH level to 10.
  * Add myself as an uploader.
  * debian/control: Remove dh-autoreconf, now a dependency of DH 10.
  * debian/patches:
    - 0004-zenmap-desktop.patch: New patch to remove Encoding key and add
      Keywords entry for zenmap's desktop files, sent upstream.
  * debian/rules:
    - Avoid useless dependencies with "-Wl,--as-needed".
    - Enable all hardening flags with "hardening=+all".
    - Remove "--parallel" parameter, default on DH 10.
  * wrap-and-sort -a.

  [ Hilko Bengen ]
  * Add manpage links for zenmap links (nmapfe, nmap)

 -- Hilko Bengen <bengen@debian.org>  Wed, 30 Nov 2016 20:41:51 +0100

nmap (7.31-1) unstable; urgency=medium

  * New upstream version 7.31

 -- Hilko Bengen <bengen@debian.org>  Tue, 25 Oct 2016 23:26:37 +0200

nmap (7.30-1) unstable; urgency=medium

  * New upstream version 7.30
  * Rework patches
  * Update build-dependencies, bump Standards-Version
  * Further work will be done as part of the Debian Security Tools
    Packaging Team.

 -- Hilko Bengen <bengen@debian.org>  Sat, 08 Oct 2016 12:39:07 +0200

nmap (7.12-2) unstable; urgency=medium

  * Update python-gobject dependency
  * Use upstream patch to fix #821913 (Closes: #834546)

 -- Hilko Bengen <bengen@debian.org>  Sun, 04 Sep 2016 22:16:15 +0200

nmap (7.12-1) unstable; urgency=medium

  * New upstream version
  * Bump Standards-Version

 -- Hilko Bengen <bengen@debian.org>  Tue, 03 May 2016 07:47:15 +0200

nmap (7.01-3) unstable; urgency=medium

  * Apply patch by Jan Nordholz to ignore unenumerable interfaces
    (Closes: #821913)

 -- Hilko Bengen <bengen@debian.org>  Sat, 23 Apr 2016 14:41:43 +0200

nmap (7.01-2) unstable; urgency=medium

  * Remove unneeded build-dependencies; add dh-python
  * Simplify install
  * Add Lintian overrides for python-script-but-no-python-dep

 -- Hilko Bengen <bengen@debian.org>  Sun, 24 Jan 2016 20:57:21 +0100

nmap (7.01-1) unstable; urgency=medium

  * New upstream version

 -- Hilko Bengen <bengen@debian.org>  Sun, 20 Dec 2015 16:37:23 +0100

nmap (7.00-1) unstable; urgency=medium

  * New upstream version
  * Drop patches that are no longer needed
  * Don't install any uninstall_* scripts
  * Link nmap against lua-lpeg

 -- Hilko Bengen <bengen@debian.org>  Thu, 19 Nov 2015 23:11:41 +0100

nmap (6.47-7) unstable; urgency=medium

  * Replaced versioned Conflicts with Breaks/Replaces (Closes: #789897).
    Thanks to Michael Biebl for pointing this out.

 -- Hilko Bengen <bengen@debian.org>  Sun, 28 Jun 2015 12:42:32 +0200

nmap (6.47-6) unstable; urgency=medium

  * ndiff: Added versioned Conflicts (Closes: #789897)

 -- Hilko Bengen <bengen@debian.org>  Thu, 25 Jun 2015 18:03:40 +0200

nmap (6.47-5) unstable; urgency=medium

  * Added option to debian/watch to recognize beta, test tags
  * Moved ndiff.py to ndiff (Closes: #789776)

 -- Hilko Bengen <bengen@debian.org>  Wed, 24 Jun 2015 22:44:05 +0200

nmap (6.47-4) unstable; urgency=medium

  * Updated Vcs-* links, added Homepage field
  * Added upstream patch to deal with unuseable socks proxy (Closes:
    #773817)

 -- Hilko Bengen <bengen@debian.org>  Mon, 27 Apr 2015 00:10:58 +0200

nmap (6.47-3) unstable; urgency=medium

  * Updated German translation of zenmap, thanks to Chris Leick (Closes:
    #764653)
  * Bumped Standards-Version

 -- Hilko Bengen <bengen@debian.org>  Sat, 11 Oct 2014 19:37:08 +0200

nmap (6.47-2) unstable; urgency=medium

  * Added updated German zenmap translation (Closes: #687982)

 -- Hilko Bengen <bengen@debian.org>  Sun, 21 Sep 2014 17:08:11 +0200

nmap (6.47-1) unstable; urgency=medium

  * New upstream version

 -- Hilko Bengen <bengen@debian.org>  Mon, 25 Aug 2014 12:04:15 +0200

nmap (6.46-3) unstable; urgency=medium

  * Use autotools-dev to work around broken upstream autofoo. Thanks to
    Matthias Klose. Closes: #757456

 -- Hilko Bengen <bengen@debian.org>  Sun, 24 Aug 2014 10:57:49 +0200

nmap (6.46-2) unstable; urgency=medium

  * Removed obsolete debian/pycompat file
  * Fixed typo in package description (Closes: #748629)
  * Updated Vcs-* fields
  * Use Debian's ca-certificates instead of ca-bundle.crt provided in
    upstream tarball (Closes: #748958)

 -- Hilko Bengen <bengen@debian.org>  Fri, 30 May 2014 21:39:24 +0200

nmap (6.46-1) unstable; urgency=medium

  * New upstream version
  * Adopted the package with previous maintainer's blessing.
  * Updated watch file
  * Switched to source format 3.0 (quilt)
  * Split off ndiff into its own package (Closes: #691774)
  * No longer suppress pcap compatibility check

 -- Hilko Bengen <bengen@debian.org>  Fri, 25 Apr 2014 19:45:22 +0200

nmap (6.40-0.2) unstable; urgency=low

  * Yet another non-maintainer upload.
  * Modernize Debian build
    - Use Debhelper 9, with --parallel
    - Use dh-autoreconf (Closes: #727283)
    - Bump Standards-Version
    - Update git URL

 -- Hilko Bengen <bengen@debian.org>  Tue, 21 Jan 2014 23:12:31 +0100

nmap (6.40-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream version
    - Contains fix for CVE-2013-4885 (Closes:  #719289)

 -- Hilko Bengen <bengen@debian.org>  Mon, 12 Aug 2013 21:36:10 +0200

nmap (6.25-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules: Make sure zenmap is built again (tabs vs. spaces), other
    cleanups

 -- Hilko Bengen <bengen@debian.org>  Mon, 27 May 2013 22:02:16 +0200

nmap (6.25-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream version (Closes: #705762)
  * Lua 5.2 is now needed to build the NSE
  * Use upstream's desktop files and icons
  * Removed calls to dh_desktop, dh_undocumented
  * Made zenmap Architecture: all since it does not contain any
    architectue-specific files

 -- Hilko Bengen <bengen@debian.org>  Mon, 20 May 2013 18:27:15 +0200

nmap (6.00-0.3) unstable; urgency=low

  * Non-maintainer upload.
  * Apply upstream fix for interfaces in monitor mode (Closes: #696446).

 -- Hilko Bengen <bengen@debian.org>  Sat, 29 Dec 2012 18:43:12 +0100

nmap (6.00-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * Enable xz compression for all binaries to save some space on CD
    images (Closes: #688708).

 -- Cyril Brulebois <kibi@debian.org>  Tue, 25 Sep 2012 00:35:36 +0200

nmap (6.00-0.1) unstable; urgency=low

  * Non-maintainer upload
  * New upstream version (Closes: #674573)
  * set CFLAGS etc. via dpkg-buildflags. This enables building with
    hardening flags
  * Do not use included liblinear

 -- Hilko Bengen <bengen@debian.org>  Tue, 19 Jun 2012 23:40:43 +0200

nmap (5.51.6-0.3) unstable; urgency=low

  * Non-maintainer upload
  * Disable pcap compatibility check, second take. (Closes: #671064)

 -- Hilko Bengen <bengen@debian.org>  Wed, 30 May 2012 20:51:53 +0200

nmap (5.51.6-0.2) unstable; urgency=low

  * Non-maintainer upload
  * use DESTDIR instead of prefix for make install. This fixes the zenmap
    sys.path issue (#663217) as well as the path in the .desktop files.
    Closes: #542958
  * revert change to zenmap setup.py script
  * Got rid of country-specific part in the directory
  * Disable pcap compatibility check that caused the internal libpcap copy
    to be used on kfreebsd-* (Closes: #671064).

 -- Hilko Bengen <bengen@debian.org>  Sat, 26 May 2012 13:31:37 +0200

nmap (5.51.6-0.1) unstable; urgency=low

  * Non-maintainer upload
  * New upstream version (Closes: #630144)
  * Added watch file
  * Simplified debian/*.files, added translated manpages (Closes: #358336)
  * Added Python dependency for ndiff to nmap package
  * Removed empty postinst, prerm scripts
  * No longer append the build directory to zenmap's sys.path (Closes: #663217)
  * Use dh_python2 instead of dh_pycentral. Thanks to Arthur de Jong for
    the patch. Closes: #616917

 -- Hilko Bengen <bengen@debian.org>  Wed, 18 Apr 2012 21:54:53 +0200

nmap (5.21-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch from Ubuntu to fix FTBFS with openssl 1.0 by dropping md2
    support (closes: #621938).  Thanks, Dave Walker!

 -- Julien Cristau <jcristau@debian.org>  Sat, 02 Jul 2011 12:29:49 +0200

nmap (5.21-1) unstable; urgency=low

  [Jonathan Davies]

  * Deliver the rest of the nmap files.

  [LaMont Jones]

  * force ncat to use nmap copy of config.guess/sub
  * New upstream version.  Closes: #569894, #546564, #510158, #507867, #539244
  * Fixed packaging.  Closes: #584253
  * minor lintian fixes.

 -- LaMont Jones <lamont@debian.org>  Wed, 11 Aug 2010 11:17:24 -0600

nmap (5.21-1~0) unstable; urgency=low

  * new upstream

 -- LaMont Jones <lamont@debian.org>  Wed, 03 Feb 2010 18:26:28 -0700

nmap (5.20-0) unstable; urgency=low

  * new upstream release

 -- LaMont Jones <lamont@debian.org>  Fri, 22 Jan 2010 08:45:09 -0700

nmap (5.00-3) unstable; urgency=low

  [Petr Salinger]

  * fix FTBFS on GNU/kFreeBSD.  Closes: #542388

  [LaMont Jones]

  * Provide and Replace: ndiff

 -- LaMont Jones <lamont@debian.org>  Fri, 28 Aug 2009 13:02:24 -0600

nmap (5.00-2) unstable; urgency=low

  * rules: fix dependencies for -j.  Closes: #541984
  * Conflicts: ndiff.  Different enough to not warrant Replaces.
    Closes: #542054
  * new config.guess, updated rules for same.  Closes: #542079

 -- LaMont Jones <lamont@debian.org>  Tue, 18 Aug 2009 06:48:52 -0600

nmap (5.00-1) unstable; urgency=low

  * new upstream

 -- LaMont Jones <lamont@debian.org>  Sun, 16 Aug 2009 20:22:25 -0600

nmap (4.76-0ubuntu4) jaunty; urgency=low

  * No-change rebuild to fix lpia shared library dependencies.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 19 Mar 2009 13:35:25 +0000

nmap (4.76-0ubuntu3) jaunty; urgency=low

  * debian/{rules,zenmap.dirs}: install zenmap.xpm into the correct directory,
    fixes broken icon in the menu (LP: #335169)
  * debian/zenmap.files: the zenmap/pixmaps/radialnet/ directory was not
    installed, fixes crash due to missing pixmap (LP: #335166)
  * Makefile.in: added --install-layout=deb to setup.py install, fixes FTBFS

 -- Adrien Cunin <adri2000@ubuntu.com>  Sun, 15 Mar 2009 02:02:17 +0100

nmap (4.76-0ubuntu2) jaunty; urgency=low

  * debian/nmap.files: Included missing 'UPnP-info.nse' file needed to fix
    script scan (LP: #319656).

 -- Jonathan Davies <jpds@ubuntu.com>  Fri, 30 Jan 2009 10:03:03 +0000

nmap (4.76-0ubuntu1) jaunty; urgency=low

  * New upstream release (LP: #268996)
  * Edit broken links in debian/nmap.files, debian/zenmap.dirs,
    debian/zenmap.files
  * Edit path to pixmaps in debian/rules

 -- Petr E. Antonov <Petr.E.Antonov@gmail.com>  Mon, 19 Jan 2009 10:24:39 +0100

nmap (4.62-1ubuntu1) intrepid; urgency=low

  * Drop liblua5.1-dev build dependency, it's in universe.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 11 Aug 2008 22:02:35 +0200

nmap (4.62-1) unstable; urgency=low

  [fyodor]

  * new upstream release

  [Davide]

  * create an desktop file for zenmap.  Closes: #457799
  * remove useless file /usr/bin/uninstall_zenmap.  Closes: #474511

 -- LaMont Jones <lamont@debian.org>  Sat, 31 May 2008 22:55:14 -0600

nmap (4.60-1) unstable; urgency=low

  [bmenrigh]

  * Tandberg MXP Video Conference appliance telnetd.  Thanks to Tom Sellers
  * Dropping stray '*' on previous Tandberg MXP match line.

  [doug]

  * New match line for another version of VxWorks FTPd
  * AXIS webcam ftpd standardisation. Thanks to Lionel Cons
  * vsftpd 00PS->OOPS patch from Kris

  [david]

  * Fix a typo in MACLookup.cc: corolation -> correlation.

 -- LaMont Jones <lamont@debian.org>  Fri, 04 Apr 2008 00:40:50 -0600

nmap (4.60-0) unstable; urgency=low

  * New upstream release.  Upstream URL changes to http://nmap.org/

 -- LaMont Jones <lamont@debian.org>  Fri, 04 Apr 2008 00:40:50 -0600

nmap (4.53-3) unstable; urgency=low

  * zenmap: python 2.5 has python-pysqlite2

 -- LaMont Jones <lamont@debian.org>  Thu, 03 Apr 2008 22:16:11 -0600

nmap (4.53-2) unstable; urgency=low

  * zenmap: Depends: python-{gtk2,gobject}.  Closes: #466595

 -- LaMont Jones <lamont@debian.org>  Tue, 19 Feb 2008 21:23:46 -0700

nmap (4.53-1) unstable; urgency=low

  [LaMont Jones]
  * Package New upstream release.
  * Cherry pick post-4.53 patches from [fyodor].  Closes: #459884
    - remove instances of .nse to prevent the docbook man page translation
      from wrongly including that string at the beginning of lines, which causes
      errors because nroff confuses it with the .ns nroff no-space mode command
    - regenerate man page -- remove instances of .nse to prevent the
      docbook man page translation from wrongly including that string at the
      beginning of lines, which causes errors because nroff confuses it with
      the .ns nroff no-space mode command

  [stoiko]

  * if nse's connect is issued on an open socket, close the old
    connection before
  * move the check, wheter a socket is open, before connecting it again to
    l_nsock_queued() - otherwise there are problems with the returned values..

  [fyodor]

  * qualify fingerprint name
  * spell-check, add 4.50 release announcement
  * improve a mysql signature (suggested by Lionel Cons)
  * sorting change, I think
  * remove a duplicate for rpc number 536870916, userd or vtsk.  I kept vksd
    though without much research.  I'm open to comments from people who think
    we should keep userd instead.
  * Added rpcinfo.nse script, which contacts a listening RPC portmapper
  * improve nginx detection. patch from Sven Klemm.
    See http://seclists.org/nmap-dev/2007/q4/0682.html
  * remove claim that using -v more than twice has no extra effect
  * o Fix a bunch of warning/error messages which contained an extra
  * o Fixed our Winpcap installer so that it waits for a Winpcap uninstall
  * o Fixed Winpcap installer to install the right version of Packet.dll
  * Update changelog and version numbers in preparation for 4.51BETA release
  * fix version number
  * update some links
  * update copyright line at the top of files from 1996-2006 to 1996-2008
  * remove duplicate crediting in an entry
  * o Fixed Nmap Winpcap installer to use CurrentVersion registry key on
  * add _ to the allowed workgroup name regex for netbios-ssn matchlines.
    Thanks to Bill Jaeger for the suggestion and partial patch
  * Update changelog, version numbers in prep for Nmap 4.52 release
  * trivial CHANGELOG adjustment
  * applied an nginx http proxy signature patch from Sven Klemm
  * Fix a problem which prevented proper port number matching in
    port_or_service() because the port variable passed to portnumber is
    shadowed by the variable passed during portrule check.  Report and
    patch are from Sven Klemm
  * o Improved rpcinfo.nse to better sort and display available RPC
  * Remove own ntohl() and use packet.u32() instead.  Patch from Sven Klemm
  * o Added UPnP-info NSE script by Thomas Buchanan. It gathers
  * o Impoved Windows executable installer by making uninstall work better
  * update version number and changelog in prep for upcoming 4.53 release

  [kris]

  * recommitting my r6499: "fix robots.nse output: remove robots.txt
    comments on disallowed entry lines"
  * Adding my strftime()-like conversion extensions to the logging functions
    (-oA, -oX, etc).  This contains a CHANGELOG entry and refguide changes
    which (hopefully) sum it up pretty well.
  * okay, a change to r6530: the current %R and %T are being removed as
    colons are invalid chracters in Windows and Mac OS X filenames (thanks to
    jah for pointing out the problem on Windows).  What was %r and %t are now
    the new %R and %T.  All this means is that %r and %t are gone, and %R/%T
    are the same as with strftime() but without colons
  * adding CHANGELOG entry for r6529 (robots.nse output fix)
  * Add CHANGELOG entry for r6558: "Fix Zenmap crash when selecting Help from
    the Compare Results window.  Path wasn't imported"
  * Adding new MySQLinfo NSE script for printing MySQL server information
  * Upgrading libpcre from version 7.2 to 7.4.  Tested on Linux and Windows
  * Fixing build problem on Mac OS X; my mistake (typo)
  * adding nmap.fetchfile() function so scripts can find the nmap-* data files
  * updating rpcinfo.nse to use nmap.fetchfile() instead of having the huge
    RPC table
  * o Fixed multiple NSE scripts that weren't always properly closing their

  [ejlbell]

  * Traceroute bugfix for when the first hop of the first host in a
    tracegroup (reference trace) times out. The previous patch did not
    completely solve the issue due to an erronous check on the ttl, now we
    use a dedicated boolean flag. Thanks to Sebastián García for the bug
    report and testing.

  [david]

  * Document Zenmap r6535 in CHANGELOG.
  * Escape OS fingerprints when writing them to an XML log. OS fingerprint don't
  * Consider Windows paths starting with \ absolute when used with the
    --script option.
  * Document Zenmap r6539 in CHANGELOG.
  * Give credit for some recent CHANGELOG entries.
  * Use just PAGE_READWRITE, not PAGE_READONLY | PAGE_READWRITE in the call to
  * Fix the message printed when a host is skipped, for example on Windows when
  * Use the filename tag for file name extensions in zenmap.xml.
  * Fixed an error that showed itself on Windows when attempting to scan

  [doug]

  * Small bug in Polycom ViewStation match line
  * Changed some protocol names to remove trailing
  * Updated the IRC server info script to handle services
  * s modifiers added to many match lines.
  * I've seen "OpenBSD identd" on a linux box so I
  * Renamed irc-serv protocols to irc and added a couple
  * Moved BIND match line above a "catch all" line.
  * NSE --host-timeout support
  * NSE run-time interaction support
  * New OfficeScan probe from Tom Sellers

 -- LaMont Jones <lamont@debian.org>  Sun, 13 Jan 2008 02:07:40 -0700

nmap (4.50-4) unstable; urgency=low

  * control: zenmap Depends: python-pysqlite2.  Closes: #457694

 -- LaMont Jones <lamont@debian.org>  Tue, 25 Dec 2007 09:06:55 -0700

nmap (4.50-3) unstable; urgency=low

  * use global copyright file for zenmap

 -- LaMont Jones <lamont@debian.org>  Sat, 22 Dec 2007 11:14:17 -0700

nmap (4.50-2) unstable; urgency=low

  * copyright: incorporate remaining copyright info from upstream

 -- LaMont Jones <lamont@debian.org>  Sat, 22 Dec 2007 09:37:25 -0700

nmap (4.50-1) unstable; urgency=low

  [Fyodor]

  * New upstream release.  Many changes.  Closes: #456232

  [LaMont Jones]

  * debian/rules: nmapfe migration
  * build: properly target install
  * build: finish cleaning up the build process, I hope.
  * meta: drop usr/share/pixmaps/ubuntu.svg, collides with gnome-screensaver
  * meta: zenmap Conflicts/Replaces/Provides nmapfe
  * rules: sed hack: remove build directory from python code

 -- LaMont Jones <lamont@debian.org>  Thu, 13 Dec 2007 13:39:44 -0700

nmap (4.49~rc7-1) experimental; urgency=low

  * New upstream

 -- LaMont Jones <lamont@debian.org>  Tue, 11 Dec 2007 07:25:17 -0700

nmap (4.49~rc6-1) experimental; urgency=low

  * New upstream release

 -- LaMont Jones <lamont@debian.org>  Tue, 27 Nov 2007 06:07:37 -0700

nmap (4.20-3) unstable; urgency=low

  * build: make clean target really clean things.  Closes: #442687
  * debian/rules: remove bashisms

 -- LaMont Jones <lamont@debian.org>  Thu, 08 Nov 2007 21:16:35 -0700

nmap (4.20-2) unstable; urgency=low

  * nmapfe: desktop file cleanup, validation, deliver icon.  Closes: #421347
  * metadata: document git repository

 -- LaMont Jones <lamont@debian.org>  Tue, 11 Sep 2007 12:57:51 -0600

nmap (4.20-1) unstable; urgency=low

  * New upstream version

 -- LaMont Jones <lamont@debian.org>  Tue, 12 Dec 2006 23:54:39 -0700

nmap (4.11-2) unstable; urgency=low

  * cleanup warnings

 -- LaMont Jones <lamont@debian.org>  Tue,  1 Aug 2006 14:17:54 -0600

nmap (4.11-1) unstable; urgency=low

  * New upstream version

 -- LaMont Jones <lamont@debian.org>  Tue,  1 Aug 2006 07:57:34 -0600

nmap (4.10-1) unstable; urgency=low

  * New upsteam version

 -- LaMont Jones <lamont@debian.org>  Tue, 13 Jun 2006 22:41:11 -0600

nmap (4.03-3) unstable; urgency=low

  * Add missing Replaces.  Closes: #365378

 -- LaMont Jones <lamont@debian.org>  Sat, 29 Apr 2006 22:09:02 -0600

nmap (4.03-2) unstable; urgency=low

  * deliver nmapfe.desktop as part of the nmapfe package.  Closes: #306373
  * don't strip nmap in Makefile, let dh_strip do that in debian/rules.
    Closes: #304202

 -- LaMont Jones <lamont@debian.org>  Wed, 26 Apr 2006 14:56:48 -0600

nmap (4.03-1) unstable; urgency=low

  * New upstream.

 -- LaMont Jones <lamont@debian.org>  Wed, 26 Apr 2006 14:18:25 -0600

nmap (4.00-2) unstable; urgency=low

  * uh... lets try "unstable"

 -- LaMont Jones <lamont@debian.org>  Wed,  1 Feb 2006 12:32:06 -0700

nmap (4.00-1) experimental; urgency=low

  * New upstream release

 -- LaMont Jones <lamont@debian.org>  Wed,  1 Feb 2006 06:19:59 -0700

nmap (3.9999-0) experimental; urgency=low

  * New upstream version

 -- LaMont Jones <lamont@debian.org>  Sat, 28 Jan 2006 12:35:14 -0700

nmap (3.95-2) unstable; urgency=low

  * Use libpcap0.8-dev

 -- LaMont Jones <lamont@debian.org>  Thu, 19 Jan 2006 11:49:52 -0700

nmap (3.95-1) unstable; urgency=low

  * New upstream

 -- LaMont Jones <lamont@debian.org>  Fri,  9 Dec 2005 13:50:57 -0700

nmap (3.93-1) unstable; urgency=low

  * New upstream

 -- LaMont Jones <lamont@debian.org>  Mon, 12 Sep 2005 23:34:04 -0600

nmap (3.90-1) unstable; urgency=low

  * New upstream release.

 -- LaMont Jones <lamont@debian.org>  Thu,  8 Sep 2005 10:39:09 -0600

nmap (3.81-2) unstable; urgency=low

  * Fix FTBFS when DEB_BUILD_OPTIONS specified.  Closes: #308583
    Thanks Tollef Fog Heen.

 -- LaMont Jones <lamont@debian.org>  Wed, 11 May 2005 22:34:05 -0600

nmap (3.81-1) unstable; urgency=low

  * New upstream version.

 -- LaMont Jones <lamont@debian.org>  Mon,  7 Mar 2005 19:32:55 -0700

nmap (3.75-1) unstable; urgency=low

  * New upstream version.  Closes: #277924

 -- LaMont Jones <lamont@debian.org>  Sun, 24 Oct 2004 17:43:06 -0600

nmap (3.70-1) unstable; urgency=low

  * New upstream version.  Closes: #270697
    Fixes build-detection for k*bsd-gnu.  Closes: #266901
    Updated copyright.  Closes: #266205
  * Update package description

 -- LaMont Jones <lamont@debian.org>  Thu,  9 Sep 2004 10:49:20 -0600

nmap (3.55-1) unstable; urgency=low

  * New upstream.  Closes: #258757

 -- LaMont Jones <lamont@debian.org>  Sun, 11 Jul 2004 18:57:47 -0600

nmap (3.50-1) unstable; urgency=low

  * New upstream version.  Closes: #229275

 -- LaMont Jones <lamont@debian.org>  Fri, 23 Jan 2004 20:08:35 -0700

nmap (3.48-2) unstable; urgency=low

  * Add missing build-depends.

 -- LaMont Jones <lamont@debian.org>  Sat, 22 Nov 2003 19:39:17 -0700

nmap (3.48-1) unstable; urgency=low

  * New upstream version.  Closes: #217501

 -- LaMont Jones <lamont@debian.org>  Sat, 25 Oct 2003 14:15:36 -0600

nmap (3.45-1) unstable; urgency=low

  * New upstream release.  Closes: #201777, #196418, #195463, #165621

 -- LaMont Jones <lamont@debian.org>  Mon, 15 Sep 2003 18:47:48 -0600

nmap (3.27-1) unstable; urgency=low

  * New upstream version.  Closes: #193909, #149393, #146581
  * Fix CXXFLAGS.  Closes: #189021
  * Change man page from \' to ' for quotes.  Closes: #143975

 -- LaMont Jones <lamont@debian.org>  Mon, 19 May 2003 18:13:23 -0600

nmap (3.20-1) unstable; urgency=low

  * New upstream version.  Closes: #184414, #188468, #172618, #144089, #164211

 -- LaMont Jones <lamont@debian.org>  Thu, 10 Apr 2003 23:12:25 -0600

nmap (3.10.ALPHA4-1) unstable; urgency=low

  * New upstream version
  * Deliver upstream changelog.  Closes: #155836

 -- LaMont Jones <lamont@debian.org>  Sun, 24 Nov 2002 13:26:43 -0700

nmap (3.00-0.1) unstable; urgency=low

  * New upstream version.  Use an NMU version number just for elmo.
    Closes: #152907, #155598, #151375

 -- LaMont Jones <lamont@debian.org>  Tue,  6 Aug 2002 13:59:51 -0600

nmap (2.54.33.BETA-1) unstable; urgency=low

  * New upstream version. Lots of OS fingerprint updates.  Closes: #145031

 -- LaMont Jones <lamont@debian.org>  Sun,  5 May 2002 11:17:05 -0600

nmap (2.54.32.BETA-1) unstable; urgency=low

  * New upstream version.

 -- LaMont Jones <lamont@debian.org>  Sat, 20 Apr 2002 12:07:12 -0600

nmap (2.54.31.BETA-1) unstable; urgency=low

  * New upstream version.  Closes: #117675, #132907.
  * Remove /usr/share/doc/nmap/html.  Closes: #107358.

 -- LaMont Jones <lamont@debian.org>  Wed, 20 Mar 2002 10:49:25 -0700

nmap (2.54.30.BETA-1) unstable; urgency=low

  * New upstream version.  Closes: #115797

 -- LaMont Jones <lamont@debian.org>  Wed, 17 Oct 2001 12:33:45 -0600

nmap (2.54.28.BETA-1) unstable; urgency=low

  * New upstream version.  Closes: #102920
  * Roll to current standards-version.
  * Remove -g from options unless DEB_BUILD_OPTIONS includes 'debug'.

 -- LaMont Jones <lamont@security.hp.com>  Sat, 28 Jul 2001 23:27:48 -0600

nmap (2.54.27.BETA-1) unstable; urgency=low

  * New upstream version.

 -- LaMont Jones <lamont@security.hp.com>  Thu, 19 Jul 2001 19:42:36 -0600

nmap (2.54.25.BETA-1) unstable; urgency=low
  * New upstream version.

 -- LaMont Jones <lamont@debian.org>  Mon, 11 Jun 2001 22:26:34 -0600

nmap (2.54.22.BETA-2) unstable; urgency=low
  * PARISC support.  New config.guess, config.sub, and printf fixes
    for gcc 3.0.

 -- LaMont Jones <lamont@debian.org>  Tue,  8 May 2001 09:13:24 -0600

nmap (2.54.22.BETA-1) unstable; urgency=low
  * New upstream beta.  Closes: #90553.
  * Add Build-Depends: header.

 -- LaMont Jones <lamont@debian.org>  Wed, 21 Mar 2001 07:59:59 -0700

nmap (2.54-0.beta7.1) unstable; urgency=low
  * New upstream version (beta). Closes: #71642.
  * Correct reference to X Window System.  Closes: #76076.
  * Appears to fix segfault in nmapfe (unable to reproduce).
    Closes: #76019.

 -- LaMont Jones <lamont@debian.org>  Thu, 30 Nov 2000 06:57:14 -0700

nmap (2.53-5) unstable; urgency=low
  * Fix xnmap man page.  Closes: #65016

 -- LaMont Jones <lamont@debian.org>  Thu,  8 Jun 2000 18:50:58 -0600

nmap (2.53-3) unstable; urgency=low
  * Link with libgtk1.2 (not libgtk1).  Closes: #64705, #64709

 -- LaMont Jones <lamont@debian.org>  Fri, 26 May 2000 07:19:25 -0600

nmap (2.53-2) unstable; urgency=low
  * Fix xnmap man page.  Closes: #64689.

 -- LaMont Jones <lamont@debian.org>  Thu, 25 May 2000 21:01:53 -0600

nmap (2.53-1) unstable; urgency=low
  * New upstream beta release, closes: #61350, #59955, #61043, #60588, #63709
  * man pages for xnmap and nmapfe, closes: #62858
  * 2.12-5 didn't make it into frozen.  closes: #59955
  * switch from dh_dhelp to doc-base; makefile cleanup

 -- LaMont Jones <lamont@debian.org>  Thu, 25 May 2000 09:15:49 -0600

nmap (2.3BETA14-0) unstable; urgency=low
  * New upstream beta release, closes: #60344

 -- LaMont Jones <lamont@debian.org>  Wed, 15 Mar 2000 11:27:13 -0600

nmap (2.12-5) frozen; urgency=low
  * Don't deliver man pages into /usr/man.  Closes: #59955

 -- LaMont Jones <lamont@debian.org>  Wed, 15 Mar 2000 09:21:38 -0600

nmap (2.12-4) frozen; urgency=low
  * New nmap-os-fingerprints and nmap-services files.  Closes #54143.

 -- LaMont Jones <lamont@debian.org>  Sun, 20 Feb 2000 12:23:50 -0600

nmap (2.12-3) unstable; urgency=low
  * bad configure command for libpcap-possiblymodified (Bug#38739)

 -- LaMont Jones <lamont@debian.org>  Sat, 24 Jul 1999 09:21:04 -0600

nmap (2.12-2) unstable; urgency=low
  * Add dhelp support: fixes 31162

 -- LaMont Jones <lamont@debian.org>  Wed, 12 May 1999 17:15:23 -0600

nmap (2.12-1) unstable; urgency=low

  * new maintainer, many thanks to Bdale for packaging the previous versions.
  * new upstream version, corrects 34039.
  * Correct copyright file (closes 35848).

 -- LaMont Jones <lamont@debian.org>  Mon, 26 Apr 1999 20:59:57 -0600

nmap (2.02-1) unstable; urgency=low

  * new upstream version
  * merge README.debian into copyright file, update to reflect current source
    location

 -- Bdale Garbee <bdale@gag.com>  Thu,  7 Jan 1999 00:19:31 -0700

nmap (1.51-2) unstable; urgency=low

  * fixed file overlap created by new upstream source, closes 25347

 -- Bdale Garbee <bdale@gag.com>  Mon,  3 Aug 1998 22:22:24 -0600

nmap (1.51-1) unstable; urgency=low

  * new upstream version

 -- Bdale Garbee <bdale@gag.com>  Sat,  1 Aug 1998 22:49:04 -0600

nmap (1.49-1) frozen unstable; urgency=low

  * new upstream source, includes fix that closes 17115
  * use existing libpcap shared lib instead of static linking a local copy
  * fix dependency specification

 -- Bdale Garbee <bdale@gag.com>  Fri, 10 Apr 1998 01:28:36 -0600

nmap (1.36-1) frozen unstable; urgency=low

  * new upstream source, mostly bug fixes and cleanups
  * fix typos in control file, closes 18950

 -- Bdale Garbee <bdale@gag.com>  Tue, 31 Mar 1998 23:09:19 -0700

nmap (1.30-1) unstable; urgency=low

  * initial release

 -- Bdale Garbee <bdale@gag.com>  Tue, 16 Dec 1997 00:40:01 -0700