| 76 |
LANG=en_GB ~joey/bin/diffpackages -d stable clamav |
LANG=en_GB ~joey/bin/diffpackages -d stable clamav |
| 77 |
|
|
| 78 |
Otherwise do some debdiffing to ensure that the filelists and |
Otherwise do some debdiffing to ensure that the filelists and |
| 79 |
dependencies look correct. |
dependencies look correct. You can do this by downloading the |
| 80 |
|
binary packages from klecker and the compare them, like the following: |
| 81 |
|
|
| 82 |
You can install the packages in the security archive with something |
for i in *lenny1*.deb; do |
| 83 |
like: |
oldpkg=$(echo $i | sed -e 's/+lenny1//') |
| 84 |
|
debdiff debian.netcologne.de/debian/pool/main/c/cupsys/$oldpkg $i |
| 85 |
|
done|less |
| 86 |
|
|
| 87 |
|
If everything looks good, you can install the packages in the security |
| 88 |
|
archive with something like: |
| 89 |
|
|
| 90 |
dak new-security-install DTSA-36-1 mydns_1.1.0-7+lenny1_*.changes |
dak new-security-install DTSA-36-1 mydns_1.1.0-7+lenny1_*.changes |
| 91 |
|
|
| 94 |
need a second run, use DTSA-36-1a or DTSA-36-2. |
need a second run, use DTSA-36-1a or DTSA-36-2. |
| 95 |
|
|
| 96 |
"dak new-security-install" gives you an advisory template. This is not |
"dak new-security-install" gives you an advisory template. This is not |
| 97 |
used for DTSAs. Ignore it. |
used for DTSAs. Ignore it by choosing Approve to continue, if everything |
| 98 |
|
seems ok. If for some reason the dak run is not what you want, (for example |
| 99 |
|
not all the required arches are listed), you can just choose Quit to abort |
| 100 |
|
the dak run. Do not hit control-c or there will be problems. Quit will |
| 101 |
|
allow you to re-run "dak new-security-install" again with the same DTSA |
| 102 |
|
number without problems. |
| 103 |
|
|
| 104 |
|
The dak options as they are presented are confusing: |
| 105 |
|
Approve, [E]dit advisory, Show advisory, Reject, Quit? |
| 106 |
|
|
| 107 |
|
Each of those can be triggered by their first letter (Q for quit, etc.), |
| 108 |
|
its not clear why [E]dit looks different. |
| 109 |
|
|
| 110 |
After the dak run, the new packages appear on security.debian.org and |
After the dak run, the new packages appear on security.debian.org and |
| 111 |
the mirrors are notified. You should get a mail that the packages are |
the mirrors are notified. You should get a mail that the packages are |
| 116 |
Announcing |
Announcing |
| 117 |
========== |
========== |
| 118 |
|
|
| 119 |
|
Currently, we are not doing DTSA announcements, and instead letting the |
| 120 |
|
scripts include them in the automatic security update emails sent to |
| 121 |
|
secure-testing-announce. However, the below information is kept for |
| 122 |
|
posterity. |
| 123 |
|
|
| 124 |
If there has been a new stable release since the last DTSA, change the |
If there has been a new stable release since the last DTSA, change the |
| 125 |
code names in all the scripts and templates ;-) |
code names in all the scripts and templates ;-) |
| 126 |
|
|