~ubuntu-branches/ubuntu/trusty/ufw/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/root/bugs/result

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-01-30 09:42:05 UTC
  • mfrom: (30.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100130094205-8wsowzipc32k48yy
Tags: 0.29.3-0ubuntu1
* New upstream release. Fixes:
  LP: #490366
  LP: #512131
  LP: #488032
  LP: #513387
* debian/ufw.upstart.ubuntu: start before an interface receives traffic
* debian/postinst: don't sed or chmod a file that doesn't exist
  (LP: #503039)
* debian/after*.rules.md5sum: updated for ucf (added additional sums for
  people using the workaround in LP: #488032)

Show diffs side-by-side

added added

removed removed

Lines of Context:
409
409
63: disable
410
410
 
411
411
 
412
 
64: enable
413
 
 
414
 
 
415
 
65: logging off
 
412
64: logging off
 
413
 
 
414
 
 
415
65: enable
416
416
 
417
417
 
418
418
66: tests/testarea/lib/ufw/ufw-init stop
424
424
68: disable
425
425
 
426
426
 
427
 
69: enable
428
 
 
429
 
 
430
 
70: logging on
 
427
69: logging on
 
428
 
 
429
 
 
430
70: enable
431
431
 
432
432
 
433
433
71: tests/testarea/lib/ufw/ufw-init stop
439
439
73: disable
440
440
 
441
441
 
442
 
74: enable
443
 
 
444
 
 
445
 
75: logging low
 
442
74: logging low
 
443
 
 
444
 
 
445
75: enable
446
446
 
447
447
 
448
448
76: tests/testarea/lib/ufw/ufw-init stop
454
454
78: disable
455
455
 
456
456
 
457
 
79: enable
458
 
 
459
 
 
460
 
80: logging medium
 
457
79: logging medium
 
458
 
 
459
 
 
460
80: enable
461
461
 
462
462
 
463
463
81: tests/testarea/lib/ufw/ufw-init stop
469
469
83: disable
470
470
 
471
471
 
472
 
84: enable
473
 
 
474
 
 
475
 
85: logging high
 
472
84: logging high
 
473
 
 
474
 
 
475
85: enable
476
476
 
477
477
 
478
478
86: tests/testarea/lib/ufw/ufw-init stop
484
484
88: disable
485
485
 
486
486
 
487
 
89: enable
488
 
 
489
 
 
490
 
90: logging full
 
487
89: logging full
 
488
 
 
489
 
 
490
90: enable
491
491
 
492
492
 
493
493
91: tests/testarea/lib/ufw/ufw-init stop
512
512
97: disable
513
513
 
514
514
 
515
 
98: enable
516
 
 
517
 
 
518
 
99: logging off
 
515
98: logging off
 
516
 
 
517
 
 
518
99: enable
519
519
 
520
520
 
521
521
100: tests/testarea/lib/ufw/ufw-init stop
527
527
102: disable
528
528
 
529
529
 
530
 
103: enable
531
 
 
532
 
 
533
 
104: logging on
 
530
103: logging on
 
531
 
 
532
 
 
533
104: enable
534
534
 
535
535
 
536
536
105: tests/testarea/lib/ufw/ufw-init stop
542
542
107: disable
543
543
 
544
544
 
545
 
108: enable
546
 
 
547
 
 
548
 
109: logging low
 
545
108: logging low
 
546
 
 
547
 
 
548
109: enable
549
549
 
550
550
 
551
551
110: tests/testarea/lib/ufw/ufw-init stop
557
557
112: disable
558
558
 
559
559
 
560
 
113: enable
561
 
 
562
 
 
563
 
114: logging medium
 
560
113: logging medium
 
561
 
 
562
 
 
563
114: enable
564
564
 
565
565
 
566
566
115: tests/testarea/lib/ufw/ufw-init stop
572
572
117: disable
573
573
 
574
574
 
575
 
118: enable
576
 
 
577
 
 
578
 
119: logging high
 
575
118: logging high
 
576
 
 
577
 
 
578
119: enable
579
579
 
580
580
 
581
581
120: tests/testarea/lib/ufw/ufw-init stop
587
587
122: disable
588
588
 
589
589
 
590
 
123: enable
591
 
 
592
 
 
593
 
124: logging full
 
590
123: logging full
 
591
 
 
592
 
 
593
124: enable
594
594
 
595
595
 
596
596
125: tests/testarea/lib/ufw/ufw-init stop
599
599
126: tests/testarea/lib/ufw/ufw-init start
600
600
 
601
601
 
602
 
127: disable
 
602
Bug #512131
 
603
127: logging low
 
604
 
 
605
 
 
606
128: logging on
 
607
 
 
608
 
 
609
129: logging medium
 
610
 
 
611
 
 
612
130: logging high
 
613
 
 
614
 
 
615
131: logging full
 
616
 
 
617
 
 
618
132: logging off
 
619
 
 
620
 
 
621
133: logging off
 
622
 
 
623
 
 
624
Bug #513387
 
625
134: disable
 
626
 
 
627
 
 
628
135: enable
 
629
 
 
630
 
 
631
136: iptables -L INPUT -n | egrep -q 'ufw-after-logging-input'
 
632
 
 
633
 
 
634
137: iptables -L OUTPUT -n | egrep -q 'ufw-after-logging-output'
 
635
 
 
636
 
 
637
138: iptables -L FORWARD -n | egrep -q 'ufw-after-logging-forward'
 
638
 
 
639
 
 
640
139: disable
603
641
 
604
642