| 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 |