# Patch snarfed from # http://http.debian.net/debian/pool/main/k/kobodeluxe/kobodeluxe_0.5.1-8.debian.tar.xz # # Disable reading of configs, graphics, and data from the current directory. # So it's safe to run kobodeluxe from anywhere w/o worry about an attacker # feeding it bad data. --- kobodeluxe-0.5.1.orig/kobo.cpp +++ kobodeluxe-0.5.1/kobo.cpp @@ -141,21 +141,21 @@ * Graphics data */ /* Current dir; from within the build tree */ - fmap->addpath("GFX", "./data/gfx"); + //fmap->addpath("GFX", "./data/gfx"); /* Real data dir */ fmap->addpath("GFX", "DATA>>gfx"); /* Current dir */ - fmap->addpath("GFX", "./gfx"); + //fmap->addpath("GFX", "./gfx"); /* * Sound data */ /* Current dir; from within the build tree */ - fmap->addpath("SFX", "./data/sfx"); + //fmap->addpath("SFX", "./data/sfx"); /* Real data dir */ fmap->addpath("SFX", "DATA>>sfx"); /* Current dir */ - fmap->addpath("SFX", "./sfx"); + //fmap->addpath("SFX", "./sfx"); /* * Score files (user and global) @@ -173,7 +173,7 @@ /* System local */ fmap->addpath("CONFIG", SYSCONF_DIR); /* In current dir (last resort) */ - fmap->addpath("CONFIG", "./"); + //fmap->addpath("CONFIG", "./"); } /log/gnu/packages/algebra.scm'>logtreecommitdiff
path: root/gnu/packages/algebra.scm
AgeCommit message (Expand)Author
2017-01-11Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host."...David Craven
2017-01-02gnu: fftw: Factorize creation of the --enable-threads variant....Ludovic Courtès
2017-01-02gnu: Disambiguate packages with the same name....Ludovic Courtès
2016-11-30Merge branch 'master' into stagingMarius Bakke
2016-11-27gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host....Ricardo Wurmus
2016-11-23Merge branch 'master' into stagingLeo Famulari
2016-11-19gnu: giac-xcas: Update to 1.2.2-103...Nicolas Goaziou
2016-11-15gnu: fftw: Build threads library....Ricardo Wurmus
2016-10-23Merge branch 'master' into core-updatesMark H Weaver
2016-10-22gnu: giac-xcas: Update to 1.2.2-95....Nicolas Goaziou
2016-10-03Merge branch 'master' into core-updatesLeo Famulari
2016-10-01gnu: eigen: Update to 3.2.9....Ricardo Wurmus