+ * SECURITY UPDATE: multiple insecure temporary file usages + (Warty bug #2771) + * added patch 03_safe_tmpfiles.patch: + - ext/Devel/PPPort/PPPort.pm: use safe method of create temporary file + - lib/ExtUtils/instmodsh: use File::Temp to create temporary file safely + - lib/Memoize/t/{tie.t,tie_gdbm.t,tie_ndbm.t,tie_sdbm.t,tie_storable.t}, + ext/DB_File/t/db-recno.t: create temporary files in current directory, not + /tmp; these test scripts are only used during package build, so this + should be safe + * References: + CAN-2004-0976