Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566028 - app-text/xmlto-0.0.27 version bump
Summary: app-text/xmlto-0.0.27 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-17 08:17 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2015-11-19 08:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-11-17 08:17:26 UTC
What is new in xmlto-0.0.27

    remove several bashisms from scripts
    add new option --profile for preprocessing documents with profiling stylesheet
    fix several potential crashes in xmlif (found by static analysis) 



Unfortunately this version causes sandbox issues like this:


/usr/bin/xmlto -m manpage-normal.xsl -m manpage-bold-literal.xsl man btrfs-show-super.xml
 [31;01m*[0m [31;01mACCESS DENIED[0m:  unlinkat:     / papersizemod encodingmod STYLESHEET XSLT_PROCESSED_DIR
rm: cannot remove â papersizemod encodingmod STYLESHEET XSLT_PROCESSED_DIRâ: Permission denied
 [31;01m*[0m [31;01mACCESS DENIED[0m:  unlinkat:     / papersizemod encodingmod STYLESHEET XSLT_PROCESSED_DIR
rm: cannot remove â papersizemod encodingmod STYLESHEET XSLT_PROCESSED_DIRâ: Permission denied


and later sandbox says:


 [31;01m*[0m --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 [31;01m*[0m LOG FILE: "/var/log/sandbox/sandbox-24393.log"
 [31;01m*[0m 
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: unlinkat
S: deny
P:  papersizemod encodingmod STYLESHEET XSLT_PROCESSED_DIR
A: / papersizemod encodingmod STYLESHEET XSLT_PROCESSED_DIR
R: / papersizemod encodingmod STYLESHEET XSLT_PROCESSED_DIR
C: rm -rf  papersizemod encodingmod STYLESHEET XSLT_PROCESSED_DIR
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-11-19 08:04:00 UTC
commit 03e36fa1cc1bd1c601c665b73c231a8845ba5952
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Thu Nov 19 08:34:00 2015

    app-text/xmlto: Bump to version 0.0.28
    
    Package-Manager: portage-2.2.25
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>