Bug#750138: scap-workbench

2016-12-14 Thread Klee Dienes
I dropped the ball due to other distractions. I'm still interested in collaborating on good SCAP support for Debian, but would gladly defer to Petter as sponsor. I'm not familiar with a SCAP-specific IRC channel. I'll make an effort to be on #debian-security when practical.

Bug#733274: libeatmydata: eatmydata() should return -ELIBACC instead of -EFAULT if it can't find open()

2016-10-22 Thread Klee Dienes
On Wed, 2016-10-12 at 20:38 +0200, Petter Reinholdtsen wrote: > According to the POSIX specification, ELIBACC is not in the list of > expected errors from open().  See  > http://pubs.opengroup.org/onlinepubs/009695399/functions/open.h > tml > > for the full specification.   You make a good point ab

Bug#832350: please honor ca-certificates when connecting to sources

2016-07-24 Thread Klee Dienes
Subject: please honor ca-certificates when connecting to sources Source: mini-buildd Severity: wishlist Tags: patch When connecting via https, mini-buildd does not validate certificates and instead generates an error.  The attached patch uses ca- certificates to validate the source. It might be e

Bug#750138: scap-workbench

2016-04-30 Thread Klee Dienes
Thanks for your work in packaging this! I'd be happy to sponsor the package. I noticed you have Pierre Chifflier listed in the Uploaders: field ... is he already sponsoring the package? If so I'll gladly defer. I took a quick look and came up with a few minor nits: -- The debian/copyright f

Bug#818796: Please upgrade libjs-jquery-mousewheel

2016-03-20 Thread Klee Dienes
Package: libjs-jquery-mousewheel Version: 10-2 Severity: normal The version in the package is 3.0.2, from mid-2010. The current version works much better for me on modern browsers. It seems to be a very easy drop-in replacement; just pulling the new file from https://github.com/jquery/jquery-mous

Bug#802614: flask-login should produce python3-flask-login package

2015-11-09 Thread Klee Dienes
I've updated the package for 0.3.2-1 and Python3 and uploaded to https://mentors.debian.net/package/flask-login . Feel free to use any of my (minor) changes if they are useful.

Bug#777259: ssl-cert: make-ssl-cert breaks if FQDN is invalid

2015-02-06 Thread Klee Dienes
Package: ssl-cert Version: 1.0.35 Severity: normal Tags: d-i During a recent install, I ended up with a \ at the end of my FQDN in /etc/hosts. This caused make-ssl-cert to bomb out in create_temporary_cnf() due to the sed command having bad quoting. It wasn't overly easy to track down the probl

Bug#776178: ITP: python-xcffib -- A drop in replacement for xpyb

2015-01-26 Thread Klee Dienes
On 01/26/2015 12:18 PM, Tycho Andersen wrote: >> I note that you filed a WNPP and not an ITP for this. Is there some >> way that I can help? > > That's probably because I am new at Debian packaging and screwed it > up. I've uploaded a draft to mentors, any reviews would be much > appreciated! >

Bug#776178: ITP: python-xcffib -- A drop in replacement for xpyb

2015-01-26 Thread Klee Dienes
Wow! Thanks for writing this! I *just* finished a rough port of xpyb to Python 3, and you're right that it's got a lot of issues. https://github.com/BurntSushi/xpyb I also recently ported xpybutil to python3 ... this weekend I'll try it out against xcffib. I note that you filed a WNPP and not

Bug#758981: freerdp: unable to compile winpr apps

2014-08-23 Thread Klee Dienes
Source: freerdp Version: 1.1.0~git20140809.1.b07a5c1+dfsg-3 Severity: normal The installed file /usr/include/winpr/sspi.h includes , but winpr/config.h is not included in the -dev package. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1

Bug#745844: Segfault in libimobiledevice applications also due to poor error-checking.

2014-07-23 Thread Klee Dienes
I ran into this problem as well, using: iU libimobiledevice-dev 1.1.6+dfsg-3 amd64Library for communicating with iPhone and iPod Touch devices iU libimobiledevice-doc 1.1.6+dfsg-3 all Library for communicat

Bug#754613: xpyb: Please enable Xinput support

2014-07-12 Thread Klee Dienes
Source: xpyb Severity: wishlist Hi! Similar to #751985, I would like to request that xpyb be compiled with support for xinput. I've been using it with xinput support for a python-based window manager I'm working on, and although the xinput bindings are incomplete, they're usable and not interfer

Bug#749407: ITP: pycapnp -- python bindings for the C++ Cap'n Proto library

2014-05-26 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: pycapnp Version : 0.4.4 Upstream Author : Jason Paryani * URL : http://jparyani.github.io/pycapnp * License : BSD-2-clause Programming Lang: Cython Description : python bindings for

Bug#749338: ITP: tinycthread -- minimalist, portable, threading library for C

2014-05-26 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: tinycthread Version : 1.1+20120910.git Upstream Author : Marcus Geelnard * URL : http://tinycthread.bitsnbites.eu * License : Zlib Programming Lang: C Description : minimalist

Bug#749056: rdesktop: Does not support _WM_NET_PID

2014-05-23 Thread Klee Dienes
Versions of packages rdesktop suggests: pn pcscd -- no debconf information >From 5a2fd7d8e2a43d3ac1645cd929f3d17cc7e970af Mon Sep 17 00:00:00 2001 From: Klee Dienes Date: Fri, 23 May 2014 08:14:39 -0400 Subject: [PATCH 1/3] Add _WM_NET_PID support. --- ewmhints.c | 10 +- xproto.h |

Bug#739961: Updates for 1.8.2

2014-05-23 Thread Klee Dienes
The only change to the packaging I needed to get 1.8.2 to work was to add libgssglue-dev to the Build-Depends. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#746836: cigi-ccl: ftbfs with GCC-4.9

2014-05-20 Thread Klee Dienes
Thanks for the patch! My concern though is that I’m not sure I understand why gcc-4.9 isn’t emitting the symbols you listed. There’s a few kinds of symbols that aren’t getting emitted (that I’ve seen in other gcc-4.9 bug reports). 1) Virtual destructors with an inline body of {} 2) Virtual fun

Bug#738850: ITP: iniparser -- a stand-alone INI file reading/writing library

2014-05-17 Thread Klee Dienes
On May 17, 2014, at 3:19 PM, Daniel Lintott wrote: > I've taken a look at your packaging at agree it looks good. I noted a > couple of things that I've picked up since I started packaging… Thanks for the feedback! I took most of your suggestions (comments to follow): > debian/rules > - no need

Bug#738850: ITP: iniparser -- a stand-alone INI file reading/writing library

2014-05-16 Thread Klee Dienes
On May 16, 2014, at 4:43 PM, Daniel Lintott wrote: > Could I ask what the current situation with iniparser is? You can find my packaged sources at https://github.com/kdienes/iniparser . I think they’re ready to upload. I’m currently working my way through the N-M process, after which I will l

Bug#745351: Bug#743276: python-cigi builds for python3.3, not python2.7

2014-04-20 Thread Klee Dienes
I spent a while trying to get things to work with cmake and pybuild, but struggled a bit with the interaction between pybuild, cmake, and distutils. The challenge for me is that the cigi package isn’t a python extension; it’s a library that happens to include swig-generated python bindings. So

Bug#745108: sheepdog: missing bash_completion_dog

2014-04-17 Thread Klee Dienes
Package: sheepdog Severity: normal $ cat /etc/bash_completion.d/sheepdog script/bash_completion_dog dog script/bash_completion_dog collie But: $ dpkg -S bash_completion_dog dpkg-query: no path found matching pattern *bash_completion_dog* This leads to the following: Last login: Thu Apr 17 19:

Bug#743275: Bug#743276: python-cigi builds for python3.3, not python2.7

2014-04-02 Thread Klee Dienes
Thanks for filing these. I’m slammed this week but should be able to take a look at them either this weekend or next. I think the core of the problem comes from CMake not being very good at dealing with multiple versions of Python. I’ll try to figure out how to get CMake to do the right thing

Bug#741393: cigi-ccl: FTBFS on 32-bit platforms: symbols not quite as expected

2014-03-12 Thread Klee Dienes
Thanks for the bug report! I have a new version (-5) prepared to fix the problem (as well as to add support for the python bindings, which I am including in this revision since I was already preparing to upload it, anyway). The updated code is at: https://github.com/kdienes/cigi-ccl Or built a

Bug#740576: python-mini-buildd: ping mechanism still fails, this time on apt-cacher-ng

2014-03-09 Thread Klee Dienes
The host I’m trying to talk to uses 403 (Forbidden) when there is no client certificate provided. I’d consider accepting 401 (Unauthorized), 403, 407 (Proxy Authentication Required). (Or I’d consider accepting 4* as it’s a bit of a hack for the RC anyway). Can’t try it today, but I can on Tues

Bug#740858: ITP: madgwick-ahrs -- Madgwick and Mahony attitude and heading reference (AHRS) algorithms

2014-03-05 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: madgwick-ahrs Version : 0.0.20120219-1 Upstream Author : Sebastian Madgwick * URL : http://www.x-io.co.uk/open-source-imu-and-ahrs-algorithms * License : CC-SA 3.0 Programming Lang: C

Bug#740576: python-mini-buildd: ping mechanism still fails, this time on apt-cacher-ng

2014-03-02 Thread Klee Dienes
Source: python-mini-buildd Severity: normal The changes to modify the URL used by the ping mechanism worked for using mini-buildd as a source, but not for using apt-cacher-ng. I also have a similar problem connecting to package repositories that require client certificate authentication. Since t

Bug#738850: ITP: iniparser -- a stand-alone INI file reading/writing library

2014-02-13 Thread Klee Dienes
That’s interesting regarding krb5 … I should have remembered it would have an INI file parser, but didn’t realize it had write support. As far as I can tell libconfuse is read-only. I definitely appreciate the pointers. I have no opinion on 1), but definitely agree with your point 2). -- To

Bug#738850: ITP: iniparser -- a stand-alone INI file reading/writing library

2014-02-13 Thread Klee Dienes
On Feb 13, 2014, at 8:48 AM, Andrew Shadura wrote: > Well, we've just removed libmcs which did support writing ini files... > Is there really nothing else in archive already to support writing > them? Thanks for the pointer and for the question. A quick scan turned up the following C-ish option

Bug#738850: ITP: iniparser -- a stand-alone INI file reading/writing library

2014-02-13 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: iniparser Version : 3.1-1 Upstream Author : Nicolas Devillard * URL : http://ndevilla.free.fr/iniparser * License : Expat Programming Lang: C Description : a stand-alone INI file

Bug#737796: debian-policy: support Files: paragraph with both abbreviated names and license paragraph

2014-02-05 Thread Klee Dienes
Package: debian-policy Severity: wishlist This is taken from https://lists.debian.org/debian-policy/2014/02/msg00021.html . I'm pasting here based on Russ Albery's suggestion that a change might be appropriate for copyright-format 1.1 (see https://lists.debian.org/debian-policy/2014/02/msg00022.h

Bug#737353: debian-maintainers: Add k...@mit.edu as a Debian Maintainer

2014-02-01 Thread Klee Dienes
Package: debian-maintainers Severity: normal Tags: patch Dear Maintainer Maintainers, Please add me as a Debian Maintainer. A Jetring changeset is attached. Note that there is already an entry for k...@debian.org in the database (which is also me). Thank you for your time, Klee Comment: Add a

Bug#737032: thin: looks for vendor_ruby multiarch libs in wrong location

2014-01-29 Thread Klee Dienes
Package: thin Version: 1.3.1-4 Severity: important Dear Maintainer, It looks as if ruby2.0 and thin disagree on where to find multiarch libs: kdienes@remus:~$ ruby --version ruby 2.0.0p353 (2013-11-22) [x86_64-linux-gnu] kdienes@remus:~$ dpkg -S thin_parser thin: /usr/lib/ruby/vendor_ruby/1.9.1/

Bug#733667: Fixed in new versions?

2014-01-08 Thread Klee Dienes
I checked in 1.3 and they have rewritten _geos_version in a way that looks like it should fix the bug. Thanks for looking into it! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#733667: Acknowledgement (python-shapely: libgeos version ("3.4.2-CAPI-1.8.2 r3921") breaks shapely.geos)

2013-12-30 Thread Klee Dienes
My apologies. My line for _geos_c_version_re had an extra ‘x’ in it for testing. It should read: _geos_c_version_re = re.compile ('[^- ]+-[^- ]+-([0-9][.0-9]+[0-9])+( r[0-9]+)?’) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? C

Bug#733667: python-shapely: libgeos version ("3.4.2-CAPI-1.8.2 r3921") breaks shapely.geos

2013-12-30 Thread Klee Dienes
Package: python-shapely Version: 1.2.14-1 Severity: important kdienes@romulus:~$ python Python 2.7.6 (default, Dec 6 2013, 20:05:37) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import shapely >>> import shapely.geos Traceback (most recent call

Bug#733443: mini-buildd: should include apt-transport-https if https:// sources are in use

2013-12-28 Thread Klee Dienes
Package: mini-buildd Version: 1.0.0~rc.1 Severity: normal >From the logfile: sudo apt-get --option=Acquire::Languages=none update E: The method driver /usr/lib/apt/methods/https could not be found. E: Command 'sudo apt-get --optio

Bug#733281: mini-buildd: libeatmydata causes build failures when linked against opencv_highgui

2013-12-27 Thread Klee Dienes
Package: mini-buildd Version: 1.0.0~rc.1 Severity: normal I'm not really sure if this is a bug in mini-buildd, or in libeatmydata, or in OpenCV. But I first encountered the problem in mini-buildd, so I'm starting here. It's also likely related to #702711. I have a package that links against ope

Bug#733274: libeatmydata: eatmydata() should return -ELIBACC instead of -EFAULT if it can't find open()

2013-12-27 Thread Klee Dienes
Package: libeatmydata Version: 26-2 Severity: normal This is related to #702711, but slightly different. EFAULT is confusing to the naive user of libeatmydata, who sees only a call to open() returning an errno of EFAULT and is therefore tempted to try to figure out what is wrong with his or her p

Bug#733257: mini-buildd: Add ability to change priority and/or suppress internal repository

2013-12-27 Thread Klee Dienes
Package: mini-buildd Version: 1.0.0~rc.1 Severity: wishlist It would be helpful to be able to specify the priority of the repository being built for. Right now it defaults to 1, which is not always the ideal choice. Or alternately, it would be nice to be able to suppress the internal repository

Bug#733256: mini-buildd: Unable to use mini-buildd repository as source for mini-buildd.

2013-12-27 Thread Klee Dienes
Package: mini-buildd Version: 1.0.0~rc.1 Severity: normal The handler for /repositories includes the following line: # ,match=r"^/.+/(pool|dists)/.*")

Bug#733172: kill: no error message if process-id does not exist

2013-12-26 Thread Klee Dienes
Package: procps Version: 1:3.3.9-1 Severity: minor /bin/kill doesn't appear to generate any error output (but does exit 1) if the process-id specified does not exist: $ kill 4242 -bash: kill: (4242) - No such process $ /bin/kill 4242 This is confusing because it's different from the output from

Bug#729736: ITP: inputplug -- XInput event monitor

2013-11-20 Thread Klee Dienes
I've got a fairly similar package, designed to notice secondary pointing devices, create master pointers to allow them to be used simultaneously, and calibrate them. The primary use so far is to support my packages to allow the use of PS Move controllers and other attitude-sensing devices as pr

Bug#729821: ITP: hidrd -- tools for parsing and generating HID report descriptors

2013-11-17 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: hidrd Version : 0.2 Upstream Author : Nikolai Kondrashov * URL : http://sourceforge.net/apps/mediawiki/digimend/index.php?title=Hidrd * License : GPL-2+ Programming Lang: C Description

Bug#727177: Upgrade of libnss-ldap to 265-1 causes important binaries to segfault

2013-10-24 Thread Klee Dienes
The issue is that libnss-ldap is ending up with a dependency on __libc_lock_lock, which was removed from glibc. So anything that tries to load libnss-ldap via nsswitch ends up getting a NULL for the library load, and then behaves poorly. There is a patch at https://github.com/archlinuxarm/PKG

Bug#724604: ITP: libmini -- the libMini real-time terrain rendering system

2013-09-25 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: libmini Version : 10.10~20130925 Upstream Author : Stefan Roettger * URL : http://stereofx.org/terrain.html * License : GPL, LGPL, MIT, others Programming Lang: C, C++, others Description

Bug#724061: ITP: jsbsim -- the JSBSim flight dynamics model

2013-09-22 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: jsbsim Version : 1.0~pre2 Upstream Author : * URL : http://jsbsim.org/ * License : LGPL-2+ Programming Lang: C++ Description : the JSBSim flight dynamics model JSBSim is an open

Bug#723033: ITP: cigi-ccl -- the CIGI class library (CCL)

2013-09-15 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: cigi-ccl Version : 3.3.3a Upstream Author : Bill Phelps * URL : http://cigi.sourceforge.net * License : LGPL-2.1+ Programming Lang: C++ Description : the CIGI class library (CCL

Bug#722953: ITP: kdis -- The KDIS Distributed Interactive Simulation library (IEEE 1278.1)

2013-09-14 Thread Klee Dienes
Package: wnpp Severity: wishlist Owner: Klee Dienes * Package name: kdis Version : 3.0.0~pre20130913 Upstream Author : Karl Jones * URL : http://kdis.sourceforge.net * License : BSD-2-Clause Programming Lang: C++ Description : The KDIS Distributed

Bug#508401: directory-administrator: Crashes due to bad call to g_strconcat()

2008-12-10 Thread Klee Dienes
Package: directory-administrator Version: 1.7.1-1+b2 Severity: important Tags: patch Fixes a crash due to missing NULL in a call to g_strconcat(). diff -ru dir/src/appfunctions.c directory-administrator-1.7.1/src/appfunctions.c --- dir/src/appfunctions.c 2008-11-22 07:53:48.0 -0500 +

Bug#463759: gstreamer0.10-ffmpeg: crashes iceweasel from gstffmpegdec.c:731

2008-02-02 Thread Klee Dienes
Package: gstreamer0.10-ffmpeg Version: 0.10.3-4 Severity: important This is 100% reproducible when trying to view flash video (e.g. YouTube) from iceweasel. My system has a number of experimental packages that I installed to resolve dependencies so I could build non-optimized versions from sour

Bug#454539: oosplash.bin: oosplash.bin spins at max cpu usage

2007-12-05 Thread Klee Dienes
Package: openoffice.org-core Version: 1:2.3.0.dfsg-3 Severity: important File: oosplash.bin After running openoffice, I routinely find oosplash.bin processes left around spinning madly. (gdb) where #0 0x2ae68cff9ac6 in poll () from /lib/libc.so.6 #1 0x2ae68cd6c4c6 in _XWaitForWritable (

Bug#452550: destar: error trying to purge

2007-11-23 Thread Klee Dienes
Package: destar Version: 0.2.2-4 Severity: serious Justification: Appendix F and update-alternatives (1) $ sudo dpkg --purge destar (Reading database ... 224905 files and directories currently installed.) Removing destar ... /etc/op-panel/destar/op_server.cfg update-alternatives: --remove needs

Bug#451165: zephyr account crashes pidgin

2007-11-14 Thread Klee Dienes
isn't running. Ari Pollak wrote: > On Tue, 2007-11-13 at 23:03 -0600, Klee Dienes wrote: >> The periodic UI hangs started happening a few months ago, and I >> suspect are unrelated to the X crashes I was having earlier today. >> They seem to be a fairly straightforward block i

Bug#451165: zephyr account crashes pidgin

2007-11-14 Thread Klee Dienes
The problem seems to be that the zephyr protocol handler is using the internal header for its structure definitions, even when it's using the system-provided zephyr libraries. I was able to solve the problem by renaming zephyr.h to zephyr_internal.h, and then applying the following patch: --- ori

Bug#451165: zephyr account crashes pidgin

2007-11-13 Thread Klee Dienes
/buildd/gtk+2.0-2.12.1/gtk/gtkmain.c:1146 #19 0x00473135 in main (argc=2, argv=0x7fff886c80b8) at ../../pidgin/gtkmain.c:853 (gdb) Ari Pollak wrote: > Klee Dienes wrote: >> I'm still getting long UI hangs from the zephyr library blocking on >> Z_WaitForNotice, but I s

Bug#451165: zephyr account crashes pidgin

2007-11-13 Thread Klee Dienes
Well, now I feel stupid. I installed pidgin-dbg, reverted to the .purple I was using to get the crashes earlier, and now am no longer able to reproduce the problem. I'm not sure if it was the dist-upgrade I did earlier today, or just some race condition that is no longer being triggered. I'm sti

Bug#451165: zephyr account crashes pidgin

2007-11-13 Thread Klee Dienes
Package: pidgin Version: 2.2.2-1 Severity: normal Sometime around the first of November, my Zephyr account started causing pidgin to crash shortly after startup. The crash is 100% reproducible, and usually results in an X protocol error shortly after pidgin fetches the third batch of atoms from t

Bug#443701: nautilus crash getting properties of large tiff file on amd64

2007-11-04 Thread Klee Dienes
It appears to have been fixed in 2.20. Thank you for your work to fix it! Josselin Mouette wrote: > Hi, > > Le dimanche 23 septembre 2007 à 09:24 -0500, Klee Dienes a écrit : >> Package: nautilus >> Version: 2.18.3-3 >> Severity: important >> >> Nautilus

Bug#443701: nautilus crash getting properties of large tiff file on amd64

2007-09-23 Thread Klee Dienes
Package: nautilus Version: 2.18.3-3 Severity: important Nautilus crashes on amd64 when trying to display properties for a very large TIFF file (150MB). I am unable to generate a bug-buddy report as it crashes as well in a different section of the code. The crash is 100% reproducible; I am happy

Bug#443699: bug-buddy: crashes on amd64

2007-09-23 Thread Klee Dienes
Package: bug-buddy Version: 2.20.0-2 Severity: important Called as --appname nautilus --include /dev/null. GDB stacktrace: #0 *__GI___libc_free (mem=0x406d69742e656475) at malloc.c:3596 #1 0x2b255ddff965 in IA__g_strfreev (str_array=0x814fe0) at /build/buildd/glib2.0-2.14.1/glib/gstrfuncs