/[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 11214 by fw, Wed Dec 3 20:02:24 2008 UTC revision 11215 by thijs, Sat Feb 14 16:57:17 2009 UTC
# Line 759  for this vulnerability.)''')]) Line 759  for this vulnerability.)''')])
759          return self.page_status_release_unstable_like(          return self.page_status_release_unstable_like(
760              path, params, url,              path, params, url,
761              title='Vulnerable source packages among backports for stable',              title='Vulnerable source packages among backports for stable',
762              rel='etch-backports')              rel='lenny-backports')
763    
764      def page_status_dtsa_candidates(self, path, params, url):      def page_status_dtsa_candidates(self, path, params, url):
765          bf = BugFilter(params)          bf = BugFilter(params)
# Line 773  for this vulnerability.)''')]) Line 773  for this vulnerability.)''')])
773                  (SELECT testing.version_id < stable.version_id                  (SELECT testing.version_id < stable.version_id
774                   FROM source_packages AS testing, source_packages AS stable                   FROM source_packages AS testing, source_packages AS stable
775                   WHERE testing.name = testing_status.package                   WHERE testing.name = testing_status.package
776                   AND testing.release = 'lenny'                   AND testing.release = 'squeeze'
777                   AND testing.subrelease = ''                   AND testing.subrelease = ''
778                   AND testing.archive = testing_status.section                   AND testing.archive = testing_status.section
779                   AND stable.name = testing_status.package                   AND stable.name = testing_status.package
780                   AND stable.release = 'etch'                   AND stable.release = 'lenny'
781                   AND stable.subrelease = 'security'                   AND stable.subrelease = 'security'
782                   AND stable.archive = testing_status.section),                   AND stable.archive = testing_status.section),
783                  (SELECT range_remote FROM nvd_data                  (SELECT range_remote FROM nvd_data

Legend:
Removed from v.11214  
changed lines
  Added in v.11215

  ViewVC Help
Powered by ViewVC 1.1.5