diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-05-23 15:14:45 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-05-24 12:17:09 +0200 |
commit | 911aae05b5d3ffd2543333e27cf06778381c7b3c (patch) | |
tree | 33330b37bf5ede3156f1a7984f1692073223e454 /packages/uw7/cscope_pkg.sh | |
parent | 04b38c4c173cef3b1b12163f1cf5a9b3cef8cb4a (diff) |
New upstream release 15.7a, fixing CVE-2009-014815.7a-1
Diffstat (limited to 'packages/uw7/cscope_pkg.sh')
-rwxr-xr-x | packages/uw7/cscope_pkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uw7/cscope_pkg.sh b/packages/uw7/cscope_pkg.sh index 9c5e77f..6c0c372 100755 --- a/packages/uw7/cscope_pkg.sh +++ b/packages/uw7/cscope_pkg.sh @@ -89,7 +89,7 @@ fi # Install the spool dir cscope entry into the package echo "INFO: creating package" >&2 -pkgtrans -s /var/spool/pkg cscope.15.6.pkg cscope +pkgtrans -s /var/spool/pkg cscope.16.0a.pkg cscope if [ $? -ne 0 ] then echo "ERROR: An error occurred while creating the package" >&2 |