Bug#975441: x264 silently disables gpac support with gpac 1.0.1

2021-05-07 Thread Christopher Wellons
Package: x264 Version: 2:0.160.3011+gitcde9a93-2+b2 Followup-For: Bug #975441 I can confirm that the upstream patch works. When applied, MP4 support is restored in my build. I've attached the tested, refreshed patch. commit 7c2004b58c26da661618262c9c06b73ad3a9ff6c Author: A. David Date: Thu Jul

Bug#944817: mupdf-x11 has an executable stack

2019-11-15 Thread Christopher Wellons
Package: mupdf Version: 1.14.0+ds1-4 Severity: normal The mupdf-x11 binary requests an executable stack from the loader. The readelf tool shows the GNU_STACK segment requests "RWE" permissions: $ readelf -L /usr/lib/mupdf/mupdf-x11 This is both unnecessary and risky, especially considering that

Bug#932241: patch for CVE-2019-13615

2019-07-24 Thread Christopher Wellons
This patch is just "git diff d559b0d..534dfdb" on the upstream libebml repository, refreshed with quilt. It's an amalgamation of a series of related changes that fix this bug. With this patch, VLC no longer segfaults reading heap-over-flow.mp4 from the upstream bugtracker. diff --git a/src/EbmlE

Bug#764512: postfix: Outbound STARTTLS disabled in default config

2017-06-25 Thread Christopher Wellons
I just got bit by this, too. I recently set up a Debian Postfix server and manually verified that the server was offering STARTTLS with the correct cert. It was working correctly, so I assumed TLS working as expected out-of-the-box. A month later, a friend notified me that Gmail warned about my

Bug#827277: xul-ext-firegestures: Gesture database empty with firefox-esr

2016-06-14 Thread Christopher Wellons
Package: xul-ext-firegestures Version: 1.8.7-1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When used with the new firefox-esr, the gesture database is empty and the built-in gestures are unavailable. I've tested this on an empty profile. I marked this as important because t

Bug#818192: libdistorm3-dev: Headers installed to wrong location (/usr/lib/include)

2016-03-14 Thread Christopher Wellons
Package: libdistorm3-dev Version: 3.0-2 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The header files are installed to: /usr/lib/include/distorm3/mnemonics.h /usr/lib/include/distorm3/distorm.h When I expect to find them at: /usr/include/distorm3/mnemonics.h /usr/include/d

Bug#811032: zathura: missing support for POSIX end-of-options marker (--)

2016-01-14 Thread Christopher Wellons
Package: zathura Version: 0.3.1-2 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zathura continues processing arguments after the end-of-arguments marker (--). This is due to the use of g_spawn_async() in main.c. The child process re-parses the command line, but since it lacks the

Bug#795649: xul-ext-pentadactyl: Pentadactyl is incompatible with Iceweasel 38.2.0

2015-08-15 Thread Christopher Wellons
Package: xul-ext-pentadactyl Version: 1.1+hg7904-0+nmu1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The version of xul-ext-pentadactyl in stable is incompatible with the current version of Iceweasel from stable security (38.2.0esr-1~deb8u1). - -- System Information: Debian

Bug#751358: iceweasel: Immediate segfault visiting any page that uses WebGL

2014-06-11 Thread Christopher Wellons
Package: iceweasel Version: 30.0-1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After updating to this latest release, visiting any page that creates a WebGL context causes an immediate segmentation fault in Iceweasel. Here's an example of such a website: * http://nullprogra

Bug#721092: xul-ext-pentadactyl: incompatible with iceweasel 17.0.8

2013-08-27 Thread Christopher Wellons
Package: xul-ext-pentadactyl Version: 1.0~rc1-1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 xul-ext-pentadactyl is incompatible with the current version of Iceweasel in unstable (17.0.8esr-1~deb7u1) making it unusable. - -- System Information: Debian Release: 7.1 APT pre

Bug#702806: emacs24: Emacs interacts with ~/.emacs.d on load despite --no-init-file

2013-03-11 Thread Christopher Wellons
Package: emacs24 Version: 24.2+1-2 Severity: normal Tags: upstream -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Maintainer, Here's a demonstration of the behavior. Make ~/.emacs.d a regular file then try to start Emacs with -q. Emacs will attempt to create the init directory. touch /t

Bug#698096: emacs24: Segfault on start-process with process-connection-type eq nil

2013-01-21 Thread Christopher Wellons
On Sun, Jan 20, 2013 at 8:58 PM, Rob Browning wrote: > Christopher Wellons writes: > >> I don't see an emacs24-dbg yet, so here's a backtrace of a non-debian >> build. > >> Program received signal SIGSEGV, Segmentation fault. >> create_pty (p

Bug#698096: emacs24: Segfault on start-process with process-connection-type eq nil

2013-01-20 Thread Christopher Wellons
On Sun, Jan 20, 2013 at 6:59 PM, Rob Browning wrote: > Christopher Wellons writes: > >> Evaluating this code, which is supposed to create a pipe process, >> results in an immediate segfault. >> >> (let ((process-connection-type nil)) >> (start-process &qu

Bug#698096: emacs24: Segfault on start-process with process-connection-type eq nil

2013-01-13 Thread Christopher Wellons
Package: emacs24 Version: 24.2+1-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Maintainer, Evaluating this code, which is supposed to create a pipe process, results in an immediate segfault. (let ((process-connection-type nil)) (start-process "" nil nil)) The key is t

Bug#682995: emacs24: abort in replace-regexp with an after-change-functions hook

2012-07-27 Thread Christopher Wellons
Package: emacs24 Version: 24.1+1-4 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When this expression is evaluated, Emacs will abort. (with-temp-buffer (insert "#\n*\n") (goto-char (point-min)) (add-hook 'after-change-functions (lambda (a b

Bug#678228: openjdk-7-jre: Incorrect return values Math methods

2012-06-19 Thread Christopher Wellons
Package: openjdk-7-jre Version: 7~u3-2.1.1-1 Severity: normal The Math methods sin(), cos(), and tan() are returning completely incorrect values for large-ish input values. For example, public class Weird { public static void main(String[] args) { System.out.println(Math.sin(1000)

Bug#666676: openbox: Specific upstream commit

2012-05-28 Thread Christopher Wellons
Package: openbox Version: 3.5.0-3 Followup-For: Bug #76 To add some more information as well as poke at this open bug again: the specific upstream commit that fixed this was a0d14c7 (2011-10-14), which isn't part of 3.5.0-3 since it's based on the 2011-01-24 3.5.0 release. http://git.openbox.

Bug#640011: x11-apps: Proposed patch to fix -twentyfour bug

2012-05-28 Thread Christopher Wellons
Package: x11-apps Version: 7.7~1 Followup-For: Bug #640011 Dear Maintainer, This bug arises from a conflict between the -strftime and -twentyfour options. When -strftime is specified by the user, it makes sense to ignore -twentyfour (perhaps even warn about it) because the user is specifying exac

Bug#673728: debian-handbook: A whole bunch of small spelling fixes

2012-05-21 Thread Christopher Wellons
> Thank you for this, it was very helpful. But it looks like some changes are > unnecessary. At least "benefitting" is known to GCIDE as well as the verb > forms > using "ell" instead of "el" (labelling, travelling, etc.). > > What dictionary did you use ? I used en_US. grep shows that these "tti

Bug#673729: debian-handbook: US English spelling fixes

2012-05-20 Thread Christopher Wellons
Oops, I messed up my regular expression when generating the last patch. Here's the corrected patch. On Mon, May 21, 2012 at 12:34 AM, Christopher Wellons wrote: > Package: debian-handbook > Version: 6.0+20120509 > Severity: minor > Tags: patch > > The attached patch chang

Bug#673733: debian-handbook: kwm has been renamed to kwin

2012-05-20 Thread Christopher Wellons
Package: debian-handbook Version: 6.0+20120509 Severity: minor Tags: patch KDE's kwm was renamed to kwin some time ago. The attached patch changes the name in the text. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i6

Bug#673732: debian-handbook: Capitalization of Boolean?

2012-05-20 Thread Christopher Wellons
Package: debian-handbook Version: 6.0+20120509 Severity: minor Tags: patch Technically, the word Boolean is formal (i.e. George Boole) and is supposed to be capitalized. Feel free to ignore the attached patch if this seems too trivial to worry about. -- System Information: Debian Release: wheezy

Bug#673731: debian-handbook: GAIM -> AIM

2012-05-20 Thread Christopher Wellons
Package: debian-handbook Version: 6.0+20120509 Severity: minor Tags: patch The instant messaging network is AIM. GAIM is a miscapitalization of Gaim, a multi-protocol instant messaging client that was renamed to Pidgin five years ago. -- System Information: Debian Release: wheezy/sid APT prefe

Bug#673729: debian-handbook: US English spelling fixes

2012-05-20 Thread Christopher Wellons
Package: debian-handbook Version: 6.0+20120509 Severity: minor Tags: patch The attached patch changes the spelling of many words to US English. I wouldn't normally bother, but the language is specifically listed as "en-US" so it seems appropriate. I'm submitting this separately from the other spel

Bug#673728: debian-handbook: A whole bunch of small spelling fixes

2012-05-20 Thread Christopher Wellons
Package: debian-handbook Version: 6.0+20120509 Severity: minor Tags: patch Here are a whole bunch of spelling fixes I caught with aspell. This patch is against the Git repository at commit 92c652df. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'uns

Bug#673605: debian-handbook: Mix-up between "daily" and "monthly"

2012-05-19 Thread Christopher Wellons
Package: debian-handbook Version: 6.0+20120509 Severity: minor Tags: patch Monthly and daily seem to be mixed up here. "The 45,000 messages sent each month generate 1 million e-mails daily." The attached patch fixes it. -- System Information: Debian Release: wheezy/sid APT prefers unstable

Bug#673604: debian-handbook: Two "apporpriately" typos

2012-05-19 Thread Christopher Wellons
Package: debian-handbook Version: 6.0+20120509 Severity: minor Tags: patch The typo "apporpriately" appears twice in the text. The attached patch fixes it. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: L

Bug#549607: azureus: Azureus implements DRM in the form of the private flag

2009-10-04 Thread Christopher Wellons
Package: azureus Version: 4.2.0.8-2 Severity: normal Azureus obeys the unofficial "private flag" in torrent files, which intentionally disables decentralized features in the client against the user's will. Like the broadcast flag, this is a form of DRM and is against the spirit of freedom that De

Bug#430754: shaketracker: freezes computer upon startup

2007-06-26 Thread Christopher Wellons
Package: shaketracker Version: 0.4.6-5+b1 Severity: important I just installed shaketracker to try it out. Once installed I started the application. It worked fine for about 5 seconds before my computer locked up and required cutting the power in order to reboot. During that 5 seconds, the CPU us

Bug#411930: gdk-imlib11: Empty PNG file

2007-06-23 Thread Christopher Wellons
Package: gdk-imlib11 Version: 1.9.14-32 Followup-For: Bug #411930 This bug can be found by asking qiv to open an empty file as a PNG. For example: touch a.png qiv a.png Will output: gdk_imlib ERROR: Cannot load image: a.png All fallbacks failed. You should not see this. Submit bug against gdk