8 TESTDIR
="$(readlink -f "$(dirname "$0")")"
11 configarchitecture "i386
"
12 confighashes 'MD5' 'SHA1' 'SHA256' 'SHA512'
14 # gather the db and the deb, ensure mtime is not modfied as its saved in the DB
15 cp -p "$TESTDIR/deb
-lp1274466-cachedb.deb
" foo_1_i386.deb
16 cp -p "$TESTDIR/cachedb
-lp1274466-old-format.db
" old-format.db
18 # verify that the format is different
19 testsuccess aptftparchive --db new-format.db packages .
20 db_dump new-format.db > new-format.dump
21 db_dump old-format.db > old-format.dump
22 testfailure diff -u old-format.dump new-format.dump
24 # ensure the new format as the sha512
25 testsuccess grep 7da58ff901a40ecf42a730dc33198b182e9ba9ec98799fc2c2b6fabeeee40cc12a0e7cadb4b66764235c56e1009dbfe8a9a566fb1eedf47a992d1fff2cc3332c new-format.dump
26 # but the old format does not
27 testfailure grep 7da58ff901a40ecf42a730dc33198b182e9ba9ec98799fc2c2b6fabeeee40cc12a0e7cadb4b66764235c56e1009dbfe8a9a566fb1eedf47a992d1fff2cc3332c old-format.dump
29 # regression test for corruption with previous generation of cachedb
30 testsuccessequal "Package
: foo
35 Maintainer
: Joe Sixpack
<joe@example.org
>
37 Filename
: .
/foo_1_i386.deb
39 MD5sum
: 85d0e908c1a897700e2c5dea72d7e3c0
40 SHA1
: 858b09169032b7925a0e463f46b6634243fc40ce
41 SHA256
: 3750a2c9c6b5beee7f307564be3d51d3ec7cbb78fa4f0b47f84a7c41477bff59
42 SHA512
: 7da58ff901a40ecf42a730dc33198b182e9ba9ec98799fc2c2b6fabeeee40cc12a0e7cadb4b66764235c56e1009dbfe8a9a566fb1eedf47a992d1fff2cc3332c
43 Description
: an autogenerated dummy foo
=1/test
44 If you
find such a package installed on your system
,
45 something went horribly wrong
! They are autogenerated
46 und used only by testcases and surf no other proposeā¦
47 " aptftparchive --db old-format.db packages .
49 # ensure that the db is updated and contains the new sha512
50 db_dump old-format.db > old-format.dump
52 testsuccess grep 7da58ff901a40ecf42a730dc33198b182e9ba9ec98799fc2c2b6fabeeee40cc12a0e7cadb4b66764235c56e1009dbfe8a9a566fb1eedf47a992d1fff2cc3332c old-format.dump