Bug#788379: libjsoncpp-dev: incorrect includedir in pkgconfig/jsoncpp.pc

2015-06-10 Thread Morten Hustveit
Package: libjsoncpp-dev Version: 0.10.2-2 Severity: normal Dear Maintainer, when running `pkg-config --cflags jsoncpp`, the correct include path is not included. The documentation for jsoncpp says to use include paths like , so I would expect -I/usr/include/jsoncpp to be provided. Version 0.6.0

Bug#772557: libapparmor-dev 2.9.0-2 has unmarked conflict with apparmor-docs 2.8.0

2014-12-08 Thread Morten Hustveit
Package: apparmor Version: 2.9.0-2 Unpacking libapparmor-dev:amd64 (2.9.0-2) over (2.8.0-8) ... dpkg: error processing archive /var/cache/apt/archives/libapparmor-dev_2.9.0-2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man2/aa_getcon.2.gz', which is also in package apparmor-docs 2.8

Bug#697755: llvm-3.2: Please, cleanup compilation flags reported by llvm-config

2013-02-06 Thread Morten Hustveit
The --cppflags and --cxxflags options are also offenders, adding these flags, which are not really required for programs using llvm, and may even be unwanted: -DNDEBUG -O2 -g -fomit-frame-pointer -fPIC -Woverloaded-virtual -Wcast-qual In particular, I don't want -O2 when I'm trying

Bug#575161: O: kwavecontrol -- Wireless device monitoring application for KDE

2010-03-23 Thread Morten Hustveit
Package: wnpp Severity: normal I am retiring. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#575162: O: texify -- Beautify source code for use with LaTeX

2010-03-23 Thread Morten Hustveit
Package: wnpp Severity: normal I am retiring. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#575160: O: kde-icons-crystal -- Crystal icon theme for KDE

2010-03-23 Thread Morten Hustveit
Package: wnpp Severity: normal I am retiring. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#575159: O: kde-icons-noia -- Noia icon theme for KDE 3

2010-03-23 Thread Morten Hustveit
Package: wnpp Severity: normal I am retiring. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#570222: RM: pengupop -- RoM; abandoned upstream

2010-02-17 Thread Morten Hustveit
Package: ftp.debian.org I am the upstream and also maintainer of this package. This is an online multiplayer clone of Frozen Bubble, but Frozen Bubble has since implemented the same functionality. Pengupop requires a central server (master.junoplay.com) in order to work, and I would like to reti

Bug#473400: Correction

2009-12-29 Thread Morten Hustveit
Sorry, gnome-screensaver is in fact vulnerable too; it just is a little more resilient. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#473400: xlockmore can also be crashed with Alt-SysRq-F

2009-12-28 Thread Morten Hustveit
Another way to crash xlockmore is using Alt-SysRq-F. gnome-screensaver is not vulnerable to this attack. A way to avoid this is to add something like this to the very beginning of main(): for(;;) { pid_t child; int status; child = fork(); if(!child) break;

Bug#464953: Hotfix

2008-02-10 Thread Morten Hustveit
Hi, a modification of the exploit that finds the address of sys_vmsplice in the kernel (using /proc/kallsyms) and replaces the first byte with a RET instruction (using mmap of /dev/kmem) is available at http://www.ping.uio.no/~mortehu/disable-vmsplice-if-exploitable.c -- Morten Hustveit

Bug#463354: Incremental patching of Packages is slow

2008-01-30 Thread Morten Hustveit
. I have attached a patch to make the ed interpreter several times faster when mmap is available. -- Morten Hustveit http://www.junoplay.com/ --- ./debian/apt-0.7.10/methods/rred.cc 2007-11-12 20:48:22.0 +0100 +++ rred-mortehu.cc 2008-01-31 03:29:38.469512044 +0100 @@ -5,6 +5,8

Bug#419596: firebird2-utils-classic: man pages look like placeholders

2007-04-16 Thread Morten Hustveit
Package: firebird2-utils-classic Version: 1.5.3.4870-12 Severity: minor Quoting the gpre man page: NAME gpre — xxx DESCRIPTION gpre is a utility And the gdef man page: NAME gdef — ? DESCRIPTION gdef is a utility for The expected

Bug#377535: pengupop: glibc free() with invalid pointer

2006-07-10 Thread Morten Hustveit
On Sun, Jul 09, 2006 at 10:18:59PM +0200, Thomas Prokosch wrote: > After some joyful time playing the game, pengupop crashes with the > following error: > > *** glibc detected *** free(): invalid pointer: 0x087afd08 *** pengupop only calls free() during init. Could you build the game from source