Bug#1055257: tcpdump fails to change ownership of savefile if built with libcap-ng

2023-12-18 Thread Romain Francoise
p-ng? (For the record, the patch referenced above was introduced in 2019, it's not recent.) -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1067056: libpcap0.8: man page gives incorrect syntax specification for 'proto ICMP'

2024-03-17 Thread Romain Francoise
roto 1' or 'ip proto \icmp' which are equivalent. 'proto \icmp' also works but generates support code for IPv6 as well which does not really make sense for ICMP and is likely not what you wanted. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1067057: tcpdump: Environment undocumented in the man page, yet the TZ variable has effect on the timezone

2024-03-17 Thread Romain Francoise
tcpdump has no special handling of TZ, it just calls strftime() which handles TZ as described in strftime(3). -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1071977: tmux: /lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.4.current' 404

2024-05-26 Thread Romain Francoise
.. Are you 100% sure that this tmux binary is the one shipped in the Debian package? Can you show the path and SHA256 of the binary? And run ldd on it? Thanks, -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1070724: tmux: take flock on socket file/dir in /tmp/

2024-05-08 Thread Romain Francoise
7;s not something that I feel would be appropriate as a Debian-specific change, but I can discuss it with the upstream author. Not much chance of it happening though. Best, -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1073981: tmux: entering copy mode is very slow with large history

2024-06-21 Thread Romain Francoise
0M lines of scrollback history in each window? Also, I'm curious. Is it better with an empty `status-right'? -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1073981: tmux: entering copy mode is very slow with large history

2024-06-21 Thread Romain Francoise
emory grid, it allocates the same huge amount of memory and copies everything over. In 3.4 this involves way more memory. It's also much much slower than 3.3a at actually accepting the output from cat, which is unsurprising. I'll dig deeper. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1073981: tmux: entering copy mode is very slow with large history

2024-06-22 Thread Romain Francoise
Found it. Upstream PR: https://github.com/tmux/tmux/pull/4013 -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1073981: tmux: entering copy mode is very slow with large history

2024-06-24 Thread Romain Francoise
My patch was accepted upstream; please test again with 3.4-7 when that reaches your machine. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1023315: tmux: manage /etc/shells using dpkg triggers

2022-11-02 Thread Romain Francoise
Hi, On Wed, Nov 2, 2022 at 10:51 AM Helmut Grohne wrote: > tmux manages its entry in /etc/shells using add-shell/remove-shell. > Consider managing this entry declaratively instead. Since version 5.3-1, > debianutils recognizes /usr/share/debianutils/shells.d/tmux and will add > those shells to /e

Bug#1030898: please enable rdma support

2023-02-11 Thread Romain Francoise
Thanks for the suggestion. So far I've resisted adding extra binary dependencies to libpcap and this seems like a very specialized use case.

Bug#1030733: shorewall: "shorewall6 start" gives bash error message: "[: 64: unexpected operator" if "ip addr show" has "metric" information

2023-02-12 Thread Romain Francoise
`ip' output is fraught with danger, ideally Shorewall would use the JSON version (but that requires a dependency on `jq' or similar)... -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#986152: Offer of help

2023-01-02 Thread Romain Francoise
Hi, [Cc'ing Roberto directly to make sure he's aware of this discussion.] I'm also a Shorewall[6] user and while the state of the package isn't really alarming right now, I need it to be properly maintained going forward. We could set up a pkg-shorewall team on Salsa and co-maintain the packages

Bug#986152: Offer of help

2023-01-07 Thread Romain Francoise
On Tue, Jan 3, 2023 at 11:54 PM Jeremy Sowden wrote: > I've imported my fork of Roberto's SF repo to Salsa: > > https://salsa.debian.org/azazel/shorewall > > I haven't touched it in 18 months, so I'll give it a polish when I have > some time, and perhaps we can use it as a starting point. Thank

Bug#1034086: tcpdump: CVE-2023-1801

2023-04-08 Thread Romain Francoise
packet. Thanks. Just in case, I will mention that the SMB printer code is *not* enabled in Debian anymore. None of the supported distributions (oldstable, stable, testing/sid) are affected. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1034086: tcpdump: CVE-2023-1801

2023-04-10 Thread Romain Francoise
Consequently I'm going to mark this bug as fixed in 4.9.3-1, which was the first version to disable the SMB code in Debian (in 2019). -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1032298: tcpdump: apparmor blocks writing to stdout/stderr in lxd container [PATCH]

2023-04-10 Thread Romain Francoise
/dev/pts/* it is a high price to pay in terms of weakening the sandbox for an uncommon use case. With access to /dev/pts, an attacker can access SSH sessions and other terminals. Is there any way this could be fixed on the LXD side, or made more restrictive? Regards, -- Romain Francoi

Bug#986152: Offer of help

2023-01-15 Thread Romain Francoise
Hi, Replying to the latest messages in the thread in one go... On Sun, Jan 08, 2023 at 02:35:17PM +, Jeremy Sowden wrote: > I've created a Shorewall team on tracker.d.o and added you both to it. Thanks! On Mon, Jan 09, 2023 at 08:51:54AM -0500, Roberto C. Sánchez wrote: > For a bit of histo

Bug#986152: Offer of help

2023-01-19 Thread Romain Francoise
Hi Jeremy, On Thu, Jan 19, 2023 at 7:01 PM Jeremy Sowden wrote: > I've pushed all the work to my repo on Salsa: > > https://salsa.debian.org/azazel/shorewall > > Do you want to review it before I push to the shorewall-team repo? It all looks pretty good to me! In fact, it's a radical improveme

Bug#986152: Offer of help

2023-01-21 Thread Romain Francoise
On Fri, Jan 20, 2023 at 11:59:44AM +, Jeremy Sowden wrote: > The Developer's Reference, § 5.6.1, expresses the preference that when > new binary packages are added to a source package, it should be > uploaded to experimental, so I've updated the version and distribution > in the change-log entr

Bug#986152: Offer of help

2023-01-21 Thread Romain Francoise
On Fri, Jan 20, 2023 at 05:18:19PM -0500, Roberto C. Sánchez wrote: > I think that the bug is actually assigned to the shorewall-doc binary > package, not the shorewall-doc source package. Assuming that the > shorewall source package will start to emit a shorewall-doc binary > package, I think that

Bug#986152: Offer of help

2023-01-21 Thread Romain Francoise
I noticed while testing that you removed the '--no-start' argument to dh_installinit calls in the unified package, and that's not right, as README.Debian documents. The situation is even a bit more complex: * shorewall.postinst and shorewall6.postinst source the config file in /etc/default an

Bug#986152: Offer of help

2023-01-21 Thread Romain Francoise
On Sat, Jan 21, 2023 at 10:47:12AM -0500, Roberto C. Sánchez wrote: > Whenever a source package produces a new binary package, whether that > package exists in the archive already or not, it will land in NEW. Ah, makes sense. Thanks. Experimental it is, then. :-)

Bug#986152: Offer of help

2023-01-24 Thread Romain Francoise
next few days. Thanks, -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1029403: shorewall: fails to start with "Couldn't load match `iface':No such file or directory"

2023-01-26 Thread Romain Francoise
Hi, Isn't this already tracked as #973990? There is something specific to your setup because I can assure you that Shorewall generally works in sid. Please provide more information. Thanks, -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#986152: Offer of help

2023-01-26 Thread Romain Francoise
Now finally uploaded! (And it didn't go through NEW.) -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1029403: shorewall: fails to start with "Couldn't load match `iface':No such file or directory"

2023-01-27 Thread Romain Francoise
On Thu, Jan 26, 2023 at 09:47:07PM +0200, Vincas Dargis wrote: > Wait a minute, why there's two bug reports? Yes, I believe the core > issue should be in xtables. Do you mind if I merge them? -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#962695: iftop resolves all IPv6 addresse to the same hostname

2023-02-24 Thread Romain Francoise
ng looks > correct. Yes, this is very annoying. It looks like this might have been fixed by this upstream commit: https://code.blinkace.com/pdw/iftop/-/commit/35af3cf65f17961d173b31fd3b00166ec095c226 If so, can we have it in a new upload targeted at bookworm? Thanks, -- Romain Francoise htt

Bug#962695: iftop resolves all IPv6 addresse to the same hostname

2023-02-25 Thread Romain Francoise
On Fri, Feb 24, 2023 at 10:18 PM Markus Koschany wrote: > Sure, if it helps. Thank you.

Bug#1035663: ITP: foomuuri -- multizone bidirectional nftables firewall

2023-05-07 Thread Romain Francoise
Package: wnpp Severity: wishlist Owner: Romain Francoise X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: foomuuri Version : 0.18 Upstream Contact: "Kim B. Heino" * URL : https://github.com/FoobarOy/foomuuri * License : GPL-2.0 Progra

Bug#1035661: libpcap0.8: Manpages pcap-tstamp(7) and pcap-savefile(5) not installed

2023-05-07 Thread Romain Francoise
d. Thanks for the suggestion. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1041159: dh_installsystemd: doesn't handle units installed in /usr/lib/systemd (vs. /lib/systemd)

2023-07-15 Thread Romain Francoise
Package: debhelper Version: 13.11.4 Severity: normal I'm working on packaging a new upstream project which installs a number of systemd units directly to /usr/lib/systemd/system and I noticed that dh_installsystemd doesn't add the required maintscript stanzas to enable these units. If I patch the

Bug#1041159: dh_installsystemd: doesn't handle units installed in /usr/lib/systemd (vs. /lib/systemd)

2023-07-15 Thread Romain Francoise
ge this bug with the original one. Cheers, -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1041159: dh_installsystemd: doesn't handle units installed in /usr/lib/systemd (vs. /lib/systemd)

2023-07-16 Thread Romain Francoise
As per discussion with Niels, reopening to keep as a beacon to guide others to the links above.

Bug#1035842: Namespaces: Operation not permitted. Fails to setgroups due to EPERM

2023-07-22 Thread Romain Francoise
On Wed, May 10, 2023 at 7:12 AM Tj wrote: > When working with user namespaces tcpdump fails. Upstream has several > open issues and at least one pull request for this since 2019. > > https://github.com/the-tcpdump-group/tcpdump/pull/812 Thank you. Yes, this patch seems sensible, I'll pick it up.

Bug#1048011: rcs: Fails to build source after successful build

2023-08-14 Thread Romain Francoise
those changes but not all, and I don't think this is worth spending a lot of time on. It's been like this for many years and nobody ever cared. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1038269: tmux: server exits unexpectedly with libtinfo6 from experimental

2023-06-17 Thread Romain Francoise
ill take care of doing the backports later today and compare my work with the Arch Linux package. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1038269: tmux: server exits unexpectedly with libtinfo6 from experimental

2023-06-17 Thread Romain Francoise
ownstream packages :-) As insurance against any backporting side effects, I'm uploading a Git snapshot to experimental as well. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#1078771: SEGV when running tcpdump -Z root

2024-08-23 Thread Romain Francoise
Good find. Thanks for the report, and the patch. -- Romain Francoise https://people.debian.org/~rfrancoise/

Bug#413146: O: tramp -- remote file access in Emacs

2007-08-10 Thread Romain Francoise
probably better to fix the bug. -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- Footnotes: [1] http://cvs.savannah.gnu.org/viewvc/tramp/lisp/tramp.el?root=tramp&r1=2.359.2.91&r2=2.359.2.92&

Bug#430720: patch for 1st step in libpcap transition

2007-08-11 Thread Romain Francoise
Now I'll try to get all the packages that still use the old version to move over to libpcap0.8, and kill the old libpcap source package. -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- T

Bug#437315: deskbar-applet: clear field when invoking command

2007-08-11 Thread Romain Francoise
mand > was invoked. The text of the old command should be selected, so you can just begin typing your new command, it will replace the text. -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To U

Bug#437450: O: prcs -- The Project Revision Control System

2007-08-12 Thread Romain Francoise
Package: wnpp Severity: normal I no longer use PRCS, so I'm looking for someone to take it over. There a few users left in popcon, I don't know if they're still serious about using prcs given that we now have many superior alternatives... Upstream hasn't officially discontinued the project, but th

Bug#437463: [checks/cruft] unknown tag diff-contains-patch-failure-file

2007-08-12 Thread Romain Francoise
-contains-patch-failure +Tag: diff-contains-patch-failure-file Type: warning Info: The Debian diff or native package contains a file that looks like the files left behind by the patch utility when it cannot Thanks, -- ,''`. : :' :Romain Francoise <[EMAI

Bug#438486: [debfile] Don't throw an exception on extra .deb members

2007-08-17 Thread Romain Francoise
bers instead of throwing an exception, that'd be nice. Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#438486: [debfile] Don't throw an exception on extra .deb members

2007-08-19 Thread Romain Francoise
ord 'required'. I'll ask for opinions on debian-devel. Thanks again, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#438804: [debfile] DebFile.md5sums doesn't work in Python 2.4

2007-08-19 Thread Romain Francoise
bFile >>> DebFile('/tmp/1.deb').md5sums()() Traceback (most recent call last): File "", line 1, in ? File "/var/lib/python-support/python2.4/debian_bundle/debfile.py", line 165, in md5sums for line in md5_file: TypeError: iteration over non-seque

Bug#438804: [debfile] DebFile.md5sums doesn't work in Python 2.4

2007-08-20 Thread Romain Francoise
hits, but it's unlikely. I'll file another bug report about that problem later today.) Cheers, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#438905: Incorrect md5sums generation

2007-08-20 Thread Romain Francoise
Package: mktemp Version: 1.5-4 Severity: minor The DEBIAN/md5sums control file included in mktemp has the following format: b3a38c75f850818abb81af9f2d8251d6 ./bin/mktemp 38057880d7d3919545f5c80b20a98bac ./usr/share/man/man1/mktemp.1.gz 1b1741529bb5f233b19d11a4dfa6b8bf ./usr/share/doc/mktemp/RE

Bug#438909: [debfile] DebControl.md5sums(): unsafe parsing of md5sums file

2007-08-20 Thread Romain Francoise
0 @@ -167,7 +167,7 @@ md5_file = self.get_file(MD5_FILE) sums = {} for line in md5_file.readlines(): -md5, fname = line.split() +md5, fname = line.rstrip("\n").split(None, 1) sums[fname] = md5 md5_file.close()

Bug#423559: deskbar-applet: fails to start

2007-06-07 Thread Romain Francoise
version 2.18.1-1? Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `-

Bug#389413: deskbar-applet: Results keep popping up

2007-06-07 Thread Romain Francoise
27;ll be happy to help track down the issue, as it > is really distracting. Could you please try with the new 2.18.1-1 version once it reaches your Debian mirror? Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://peopl

Bug#425720: Deskbar-applet don't start with the tracker live plugin

2007-06-10 Thread Romain Francoise
nsient error caused by a stale dbus socket or stale envvars... Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `-

Bug#428670: deskbar-applet: The configuration of websearches may not work

2007-06-13 Thread Romain Francoise
ave to say about it. Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#423424: ITP: scanmem -- Locate and modify a variable in an executing process

2007-05-11 Thread Romain Francoise
Package: wnpp Severity: wishlist Owner: Romain Francoise <[EMAIL PROTECTED]> * Package name: scanmem Version : 0.06 Upstream Author : Tavis Ormandy * URL : http://taviso.decsystem.org/scanmem.html * License : GNU GPL Programming Lang: C Descr

Bug#468384: zsh-beta: 'git bisect' completion incomplete

2008-02-28 Thread Romain Francoise
Package: zsh-beta Version: 4.3.5-dev-0+20080226-1 Severity: wishlist zsh-beta's git completion code doesn't know about 'git bisect skip' and 'git bisect run'. Thanks, -- Romain Francoise <[EMAIL PROTECTED]> http://people.debian.org/~rfrancoise/ -- To UN

Bug#468386: zsh-beta: Slow command completion

2008-02-28 Thread Romain Francoise
s are much faster. Thanks, -- Romain Francoise <[EMAIL PROTECTED]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#468386: zsh-beta: Slow command completion

2008-03-02 Thread Romain Francoise
command_descriptions 2805 $ stat -c %s ~/.zsh/command-descriptions 145962 $ -- Romain Francoise <[EMAIL PROTECTED]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#468386: zsh-beta: Slow command completion

2008-03-02 Thread Romain Francoise
es speed things up considerably, it's almost as fast as before and definitely usable again. Thanks! -- Romain Francoise <[EMAIL PROTECTED]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#462859: debfile fails for packages using data.tar.bz2

2008-02-06 Thread Romain Francoise
56 packages with bz2 compression in sid. Thanks, -- Romain Francoise <[EMAIL PROTECTED]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#456235: emacs22: Wrong encoding of UTF-8 characters

2007-12-13 Thread Romain Francoise
n top of CVE-2007-6109.diff? I'm raising the severity of this bug to prevent the migration to testing. Thanks, -- Romain Francoise <[EMAIL PROTECTED]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#435702: O: x2x -- Link two X displays together, simulating a multiheaded display

2007-08-02 Thread Romain Francoise
Package: wnpp Severity: normal After getting rid of some old hardware, I longer use x2x so I'm looking for someone to adopt it. Upstream is alive and well (and in NM), but he's also looking to pass development to someone else. The package description is: x2x joins a pair of X displays together,

Bug#423424: Converting to RFP

2007-08-04 Thread Romain Francoise
retitle 423424 RFP: scanmem -- Locate and modify a variable in an executing process quit As it happens it looks like I won't have enough free time to take care of this, so I'm converting this bug to a RFP. Thanks, -- ,''`. : :' :Romain Fr

Bug#435947: O: qemacs -- Small emacs clone editor with HTML and DocBook editing support

2007-08-04 Thread Romain Francoise
Package: wnpp Severity: normal I intend to orphan the qemacs package as I no longer use it. The package description is: QEmacs (for Quick Emacs) is a very small but powerful editor with an Emacs look and feel. Its features include: . * "All" Emacs common features, * Works on any VT100 term

Bug#474204: libpcap0.8-dev: can not compile applications with -ansi or -std=c99

2008-08-23 Thread Romain Francoise
/tmp$ > the strange thing is that with these flags it compiles just fine > under freebsd. Then u_int must be unconditionally available there. May I close this bug? Thanks, -- Romain Francoise <[EMAIL PROTECTED]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [

Bug#507019: libpcap: new upstream release (1.0.0)

2008-11-30 Thread Romain Francoise
-1~exp1 to experimental, let me know how it works for you. -- Romain Francoise <[EMAIL PROTECTED]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#370051: emacs-snapshot-x: html-helper mode only invoke on new files

2006-06-21 Thread Romain Francoise
my lisp knowledge is too limited to come up with a patch. > Would you like to write one? No, but that's something the html-helper-mode maintainer can do. I'm now reassigning this bug back. Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECT

Bug#358611:

2006-06-25 Thread Romain Francoise
-pattern). Hmm, so this is not a bug in Tramp after all? Michael? -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#358611:

2006-06-25 Thread Romain Francoise
a documentation bug, then. Cheers, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#364202: x2x: would like to be able to specify window title on command line [PATCH]

2006-05-01 Thread Romain Francoise
[EMAIL PROTECTED] writes: > I had a need for this feature, so I added it. [...] Thanks for the patch; upstream applied a slightly modified version and I'm about to upload a new SVN snapshot which includes it. -- ,''`. : :' : Romain Francoise <[EMAIL PROTE

Bug#365483: hping3: invalid Homepage: pseudo header

2006-05-01 Thread Romain Francoise
Jörg Sommer <[EMAIL PROTECTED]> writes: > the developers reference recommends a second white space before the > Homepage: pseudo header. Thanks, I fixed that. -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `-

Bug#370051: emacs-snapshot-x: html-helper mode only invoke on new files

2006-06-02 Thread Romain Francoise
r-mode, but not with any of the other modes started via the Debian startup scripts... which leads me to believe that the problem lies with html-helper-mode rather than Emacs. If it turns out not to be the case, feel free to reassign back. -- ,''`. : :' :

Bug#371056: emacs-snapshot-el: wish for non-compressed .el files

2006-06-07 Thread Romain Francoise
w exactly are they inconvenient? -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#376694: emacs-snapshot-gtk: mouse click on attachment doesn't work when attachment has filename with spaces

2006-07-10 Thread Romain Francoise
, here's the link to the archive of my first > call for help (old!): > http://comments.gmane.org/gmane.emacs.gnus.general/43950 Thanks for the report and the info, I'll have a look at this sometime during the summer... :-) Cheers, -- ,''`. : :' :Romain

Bug#356121: FTBFS with G++ 4.1: not defiend in scope

2006-05-11 Thread Romain Francoise
Ben Hutchings <[EMAIL PROTECTED]> writes: > The following patch fixes the compilation errors: [...] Thanks for the patch, I merged it in prcs 1.3.3-8. -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfr

Bug#366901: emacs-snapshot warns about some fonts

2006-05-12 Thread Romain Francoise
5dpi and xfonts-100dpi packages are installed; 4) Check that /usr/lib/X11/fonts is a symlink to /usr/share/fonts/X11; 5) If the problem persists, remove duplicates from your font paths? Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `

Bug#367177: FTBFS: debian/rules:28: /usr/share/dpatch/dpatch.make: No such file or directory

2006-05-14 Thread Romain Francoise
Stop. | ** | Build finished at 20060514-0225 | FAILED [dpkg-buildpackage died] -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Bug#368023: emacs-snapshot: FTBFS with sarge's default gcc (option -Wno-pointer-size not known)

2006-05-19 Thread Romain Francoise
n sid): http://people.debian.org/~rfrancoise/sarge/> Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `-

Bug#368023: emacs-snapshot: FTBFS with sarge's default gcc (option -Wno-pointer-size not known)

2006-05-19 Thread Romain Francoise
Frank Küster <[EMAIL PROTECTED]> writes: > Ah, great. If I find bugs, should I send them to the BTS with lowered > severity, or to you in private? I would prefer the latter. -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `-

Bug#368240: emacs-snapshot-gtk: Letters in many places do not appear; instead, I see empty boxes

2006-05-20 Thread Romain Francoise
nstalled; 2) Try installing xfs and see if it changes anything; 3) Make sure that the xfonts-75dpi and xfonts-100dpi packages are installed; 4) Check that /usr/lib/X11/fonts is a symlink to /usr/share/fonts/X11; Thanks, -- ,''`. : :' :Romain Francoise <[EM

Bug#368240: emacs-snapshot-gtk: Letters in many places do not appear; instead, I see empty boxes

2006-05-20 Thread Romain Francoise
xorg.conf file (the FontPath lines)? Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#368240: emacs-snapshot-gtk: Letters in many places do not appear; instead, I see empty boxes

2006-05-21 Thread Romain Francoise
This problem is being tracked as #367410 by the X Strike Force, so I'm reassign this bug there. Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMA

Bug#372908: tcc: fails to build on kFreeBSD

2006-06-12 Thread Romain Francoise
.2 Thanks for the patch, I'll merge it in the next upload (reversed!). -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#373294: emacs-snapshot-common: Please use /usr/bin/sensible-browser in browse-url.el

2006-06-17 Thread Romain Francoise
ix this by making Emacs honor the x-www-browser alternative if it has been customized. I don't want to trust it if it's set to auto, because the browser priorities appear to be almost random, and I'd rather use Emacs's definition of random than that of the alternatives syste

Bug#365026: emacs-snapshot: text incorrectly written in exponent in tex-mode

2006-06-17 Thread Romain Francoise
is written in > exponent instead of just "{-9}". I've let this slide a bit, sorry about that. I've now forwarded this report upstream. Thanks! -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~

Bug#374162: emacs-snapshot-gtk: Problem with instalation

2006-06-17 Thread Romain Francoise
d file: pymacs Thanks for the report, this is probably a bug in python-mode and it's already been reported there. I'm now merging this report with the existing bug. -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.d

Bug#365026: emacs-snapshot: text incorrectly written in exponent in tex-mode

2006-06-18 Thread Romain Francoise
tags 365026 pending quit Ralf Angeli provided a fix which I just installed upstream, the next snapshot will have it. Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE,

Bug#374436: emacs-snapshot: FTBFS on hurd-i386: Unsatisfiable Build-Depends on libasound2-dev

2006-06-19 Thread Romain Francoise
Michael Banck <[EMAIL PROTECTED]> writes: > The hurd-i386 port won't have ALSA for the forseeable future, so > please deactivate that. Thanks for the report; I'll drop this build-dep for hurd-i386. -- ,''`. : :' :Romain Francoise &l

Bug#370051: emacs-snapshot-x: html-helper mode only invoke on new files

2006-06-20 Thread Romain Francoise
matched against the text at the start of the | buffer, not against the file name. `magic-mode-alist' takes priority | over `auto-mode-alist'. So the problem here is that html-helper-mode should replace the html-mode entry with one of its own in `magic-mode-alist', or just remove it

Bug#381005: emacs-snapshot-gtk: can't install

2006-08-01 Thread Romain Francoise
in xemacs21 too. See #378699, #379208 -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#381346: emacs-snapshot: fundamental mode converts tabs to spaces

2006-08-04 Thread Romain Francoise
Whether or not that is a bug, I don't know... (tab-width is 8 by default) -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#381346: emacs-snapshot: fundamental mode converts tabs to spaces

2006-08-05 Thread Romain Francoise
my initial message it's because the offset in the example file is 5 spaces and `tab-width' is 8 by default. Replace the word ``menu'' by ``menufoo'' and Emacs will insert a tab, because the indentation offset becomes 8 spaces, i.e. 1 tab. -- ,'

Bug#368846: emacs-snapshot: FTBFS with new coreutils

2006-05-25 Thread Romain Francoise
particular version of coreutils hasn't reached them yet, so I'll merge your patch in the next upload. -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL

Bug#369620: emacs-snapshot: Missing charsets in String to FontSet conversion

2006-05-31 Thread Romain Francoise
ch installation of sid? How did you install it? > Wish whoever is making that message would mention $0 too. It's Emacs, via an X library call. Thanks, -- ,''`. : :' :Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfranc

Bug#522830: O: hping3 -- Active Network Smashing Tool

2009-04-07 Thread Romain Francoise
h dead (but it's a niche package so it doesn't imply much work). Cheers, -- Romain Francoise http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#524082: openssl: s_client ignores depth if certificate chain is valid

2009-04-14 Thread Romain Francoise
its in the handshake.) -- Romain Francoise http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#527926: linux-image-2.6.29-2-amd64: breaks tcpdump

2009-05-09 Thread Romain Francoise
works. That's bug #517098. -- Romain Francoise http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#520641: Cannot create HVM domain

2009-07-10 Thread Romain Francoise
) fixes it. -- Romain Francoise http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#527599: tcpdump(8) refers to pcap-filter(4) which is not available

2009-06-16 Thread Romain Francoise
Thanks, I changed the reference in tcpdump(8) and will move the man page to libpcap0.8. -- Romain Francoise http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#523586: libpcap0.8-dev: pcap_lookupnet doesn't fill in netp correctly

2009-06-16 Thread Romain Francoise
hat's right. What did you expect it to return? -- Romain Francoise http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

<    1   2   3   4   5   6   7   8   9   >