/[secure-testing]/bin/tracker_service.py
ViewVC logotype

Diff of /bin/tracker_service.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5103 by fw, Sun Dec 10 18:36:34 2006 UTC revision 5655 by fw, Sun Apr 15 09:51:47 2007 UTC
# Line 765  for this vulnerability.)''')]) Line 765  for this vulnerability.)''')])
765                  (SELECT testing.version_id < stable.version_id                  (SELECT testing.version_id < stable.version_id
766                   FROM source_packages AS testing, source_packages AS stable                   FROM source_packages AS testing, source_packages AS stable
767                   WHERE testing.name = testing_status.package                   WHERE testing.name = testing_status.package
768                   AND testing.release = 'etch'                   AND testing.release = 'lenny'
769                   AND testing.subrelease = ''                   AND testing.subrelease = ''
770                   AND testing.archive = testing_status.section                   AND testing.archive = testing_status.section
771                   AND stable.name = testing_status.package                   AND stable.name = testing_status.package
772                   AND stable.release = 'sarge'                   AND stable.release = 'etch'
773                   AND stable.subrelease = 'security'                   AND stable.subrelease = 'security'
774                   AND stable.archive = testing_status.section),                   AND stable.archive = testing_status.section),
775                  (SELECT range_remote FROM nvd_data                  (SELECT range_remote FROM nvd_data

Legend:
Removed from v.5103  
changed lines
  Added in v.5655

  ViewVC Help
Powered by ViewVC 1.1.5