SPECS: unzoo.spec - fix for a directory traversal vulnerability (b...
adamg
adamg at pld-linux.org
Mon Apr 17 16:38:24 CEST 2006
Author: adamg Date: Mon Apr 17 14:38:24 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix for a directory traversal vulnerability (bug #5489)
- release 4
---- Files affected:
SPECS:
unzoo.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/unzoo.spec
diff -u SPECS/unzoo.spec:1.11 SPECS/unzoo.spec:1.12
--- SPECS/unzoo.spec:1.11 Wed May 28 15:02:30 2003
+++ SPECS/unzoo.spec Mon Apr 17 16:38:18 2006
@@ -3,12 +3,13 @@
Summary(pl): unZOO - rozpakowywanie, testowanie i przeglądanie archiwów ZOO
Name: unzoo
Version: 4.4
-Release: 3
+Release: 4
License: Public Domain
Group: Applications/Archiving
URL: ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/util/unzoo.c
Source0: %{name}.c.gz
# Source0-md5: a065edbb257c7cf44f97ef69a9467ab2
+Patch0: %{name}-directory_traversal.patch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -24,6 +25,7 @@
%prep
%setup -q -c -T
gzip -dc %{SOURCE0} > unzoo.c
+%patch0 -p1
%build
%{__cc} %{rpmcflags} %{rpmldflags} -DSYS_IS_UNIX unzoo.c -o unzoo
@@ -47,6 +49,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/04/17 14:38:18 adamg
+- fix for a directory traversal vulnerability (bug #5489)
+- release 4
+
Revision 1.11 2003/05/28 13:02:30 malekith
- massive attack: source-md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/unzoo.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list