/[secure-testing]/bin/get-todo-items
ViewVC logotype

Diff of /bin/get-todo-items

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10214 by thomasbl-guest, Fri Oct 31 14:15:58 2008 UTC revision 17955 by luk, Sun Jan 1 10:35:28 2012 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/bash
2  # Nico Golde <nion@debian.org>  # Nico Golde <nion@debian.org>
3  # Latest change: Do Sep 20 20:13:19 CEST 2007  # Latest change: Do Sep 20 20:13:19 CEST 2007
4  # extract TODO items for unfixed security issues in unstable/testing  # extract TODO items for unfixed security issues in unstable/testing
# Line 22  while read LINE; do Line 22  while read LINE; do
22      *\-*\ \(*...\))      *\-*\ \(*...\))
23          CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )"          CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )"
24          ;;          ;;
25        *\-[0-9,X][0-9,X][0-9,X][0-9,X])
26            CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )"
27            ;;
28      *NOTE:*) ;;      *NOTE:*) ;;
29        *\[lenny\]*) ;;
30      *\[etch\]*) ;;      *\[etch\]*) ;;
31      *\[sarge\]*) ;;      *\[sarge\]*) ;;
32      *\<unfixed\>*)      *\<unfixed\>*)

Legend:
Removed from v.10214  
changed lines
  Added in v.17955

  ViewVC Help
Powered by ViewVC 1.1.5