From 36373fbd871561c532cc683617304e803795c6b8 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 22 Sep 2005 12:00:31 +0000 Subject: lib/python/security_db.py (DB.initSchema): Add removed_packages table. (DB.readRemovedPackages, DB.getUnknownPackages): New. bin/update-db: Read removed packages. data/packages/removed-packages: New file. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2088 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- bin/update-db | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/update-db') diff --git a/bin/update-db b/bin/update-db index 0c732cd4cb..b990ce8430 100755 --- a/bin/update-db +++ b/bin/update-db @@ -57,6 +57,10 @@ if new_file: db.commit(cursor) cursor = db.writeTxn() +# Removed packages + +db.readRemovedPackages(cursor, 'data/packages/removed-packages') + # Calculate vulnerability information. warnings = db.calculateVulnerabilities(cursor) -- cgit v1.2.3