CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/04/02 06:18:44
Modified files:
usr.sbin/pkg_add/OpenBSD: Add.pm ArcCheck.pm PkgCreate.pm
Log message:
streamline the code that checks meta information before extracting files
- verify_modes should only verify modes
- put the whole checking code in one single routine in validate_meta, makes
the size checking code more obvious
- document what's going on
- prevent PkgCreate from creating impossible packages, only a few Ustar
objects are actually usable.