> Von: rupert THURNER <[email protected]> > i wanted to do an emergency build of subversion, as there is a remote denial > of service possibility only requiring read permission, > see http://subversion.apache.org/security/CVE-2011-0715-advisory.txt. > after getting checkpkg errors, i tried to spin a > $ SKIPTEST=1 gmake repackage remerge > quickly ... but the checkpkg errors stayed the same.
After changing overrides, repackage is not enough. Overrides are generated during the merge stage, so you need call the remerge target. Maciej _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
