diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-05-23 15:14:45 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-05-23 15:14:45 +0200 |
commit | e016103fa25167594b9ff5d410019f114b7a36fb (patch) | |
tree | 0fd8b5b9c824f3611c24ed00dcbc2058579e15a1 /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 |