Bug#329025: Please consider implementing SuSv3 compliant $(()) arithmetics

2005-11-30 Thread Herbert Xu
s, how to interpret the specification. It > only talks about $((x)), not $((x+something)). I agree with David's interpretation. The standard has been changed to explicitly state that $((x ...) needs to be supported. I will be implementing this soon. Cheers, -- Visit Openswan at http:/

Bug#341234: New dash 0.5.3-1 breaks apt-move

2005-11-30 Thread Herbert Xu
On Tue, Nov 29, 2005 at 10:32:18PM +0100, Petr Vandrovec wrote: > > It seems to work. Thanks. Great. I've just uploaded 4.2.26 to sourceforge with this fix. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]

Bug#160648: your bug - manpages: resolv.conf(5) doesn't document all options

2005-12-14 Thread Herbert Xu
d I'll check it against my copy of glibc source code. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, emai

Bug#337364: this patch

2005-11-08 Thread Herbert Xu
to the script is trivial. Simply move the call to confmodule before any redirection to fd 9 is made and it will work. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://go

Bug#337294: dash: Echo'ing \c breaks subsequent calls to echo

2005-11-14 Thread Herbert Xu
return directly whether it detected \c. This makes the code slightly smaller. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#332954: dash: "return" from a while condition loses exit status

2005-11-14 Thread Herbert Xu
#x27; 2 $ However, dash only gets it right by accident since its trap handler always restores the last exit status even if the return statement inside the trap had an argument. The same logic is used in dash's loop construct. I'll have to think about this a bit more. Thanks

Bug#301746: [Bug target/23451] [3.4/4.0/4.1/4.2 regression] Redundant reloading from stack frame

2006-01-10 Thread Herbert Xu
gn 2,,3 .L7: orl $2, -16(%ebp) jmp .L5 .L3: pushl %esi pushl %ebx pushl %edx pushl $.LC0 callsh_error .Lfe1: .size setvar,.Lfe1-setvar .ident "GCC: (GNU) 3.2.3 (Debian)" Thanks, -- Visit

Bug#347232: This is a dash bug!

2006-01-12 Thread Herbert Xu
} > +else return 0; > return exitstatus; > } I think this is insufficient in that something like eval ' ' will still leave the exit status unchanged. So I've applied something like this. Cheers, -- Visit Openswan at http://www.openswan.org/ Email

Bug#334182: dash doesn't assign second variable in a single statement

2005-10-29 Thread Herbert Xu
27;a=/bin PATH=$a ls /dev/null' bash: line 1: ls: No such file or directory $ pdksh -c 'a=/bin PATH=$a ls /dev/null' /dev/null $ Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbe

Bug#337364: debconf: Separate stdout/stderr in maintainer scripts using debconf

2005-11-03 Thread Herbert Xu
conf/confmodule The temporary file descriptor 9 is only in force up until this line. It also doesn't change the handling of file descriptor 3 at all. Did I miss something? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Pa

Bug#316643: apt-move: copy packages from distribution cd

2005-11-25 Thread Herbert Xu
you suggested. PS In future please report apt-move bugs via the SourceForge BTS or cc my email address. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org

Bug#327867: Bug 327867: Patch to get apt-get sync working for sources

2005-11-25 Thread Herbert Xu
7;ll be in 4.2.25. In future please make sure that patches are copied to me or the SourceForge BTS. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.

Bug#310391: apt-move: Please pick up upstream changes

2005-11-25 Thread Herbert Xu
s, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#282492: multiple neighbour cache tables for AF_INET

2005-01-28 Thread Herbert Xu
y long time. IMHO you need to give the user a way to specify which table they want to operate on. If they don't specify one, then the current behaviour of choosing the first table found is reasonble. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI

Bug#282492: multiple neighbour cache tables for AF_INET

2005-01-29 Thread Herbert Xu
On Sat, Jan 29, 2005 at 07:46:05AM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote: > In article <[EMAIL PROTECTED]> (at Sat, 29 Jan 2005 09:19:49 +1100), Herbert > Xu <[EMAIL PROTECTED]> says: > > > IMHO you need to give the user a way to specify which table they want

Bug#292501: dash doesn't parse $ENV when invoked with -c

2005-01-31 Thread Herbert Xu
wan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#247435: openssl: pkcs12: MAC verify should be quieter

2005-05-09 Thread Herbert Xu
pps/pkcs12.c: BIO_printf (bio_err, "MAC verified OK\n"); Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt --

Bug#186307: manpages-dev: error(3) and BSD err/warn need manpages

2005-06-22 Thread Herbert Xu
posed to > be "errno(3)"? error(3) is a function declared in /usr/include/error.h. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbe

Bug#310391: apt-move: Please pick up upstream changes

2005-07-01 Thread Herbert Xu
file elsewhere, so that we can devote the one in debian/ to > Debian packaging changes only? Sure, I'll remove debian/* in the next release. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apan

Bug#300703: autofs: Upgrade fails

2005-03-24 Thread Herbert Xu
sit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt --- autofs.old 2005-03-25 14:09:01.0 +1100 +++ autofs 2005-03-25 14:18:43.0

Bug#299639: dash make make segdefault

2005-03-25 Thread Herbert Xu
On Fri, Mar 25, 2005 at 08:23:52AM +, Gerrit Pape wrote: > > Hi Herbert, I suggest the attached patch to fix the wrong environment. Thanks Gerrit. I've applied your patch. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]

Bug#301746: gcc-3.4: Redundant reloading from stack frame

2005-04-05 Thread Herbert Xu
subl$12, %esp movl-16(%ebp), %eax Reload Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE

Bug#208514: add-shell should not depend on passwd : what's *really* intended here?

2005-04-13 Thread Herbert Xu
ls without passwd being on the system, and then install the passwd package, those shells will not show up in /etc/shells. Anyway, I don't really care about this so feel free to close this bug. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EM

Bug#317516: dash: does not handle NUL characters gracefully

2005-10-01 Thread Herbert Xu
whenever the input stream is pushed. Anyway, I've fixed in a different way with the following patch. BTW, the dash source is now available in git format at http://gondor.apana.org.au/~herbert/dash/dash.git/ Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>H

Bug#328440: NSS/NIS is totally broken

2005-10-03 Thread Herbert Xu
w.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#317516: dash: does not handle NUL characters gracefully

2005-10-08 Thread Herbert Xu
+ : 0123456789$ + : 01^S456789$ + : 0123456789$ + : 0123456789$ + : 01^S456789$ + : 0123456789$ + : 0123456789$ + : 01^B^\5789$ + : 0123456789$ Which happens to coincide with what pdksh does. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTEC

Bug#328887: dash/ash question

2005-09-18 Thread Herbert Xu
ho the six characters. Found in a makefile, > generating wrong sed commands with dash. This is correct as POSIX requires echo to interpret escape sequences. A more portable way to write the above is printf '%s\n' '\1\2\3' > foo Cheers, -- Visit Openswan at http://www.openswan.o

Bug#320827: apt-move should sign local archive...

2005-08-04 Thread Herbert Xu
go ahead and upload with it applied. I'm sure it'll make quite a few people happy :) Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.

Bug#393530: Openoffice versioning breaks apt-move

2006-12-05 Thread Herbert Xu
finitely > not OK for world wide use, it may eat your repository... Patch applied. Thanks Petr! I've also pushed out a new release 4.2.27. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.ap

Bug#270024: ppp: IPCP fails with specified ip

2005-01-13 Thread Herbert Xu
nk this is what'll fix Tobias's problem. He seems to need an option which makes my patch (the one that terminates the negotiation if we don't agree on an address) optional. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Hom

Bug#265245: acknowledged by developer (Re: Bug#265245: glibc-doc: htonl/ntohl belong in arpa/inet.h)

2005-01-14 Thread Herbert Xu
duce programs that don't work on other POSIX platforms. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE,

Bug#276964: phpbb2-conf-mysql: I reported same problem

2005-02-23 Thread Herbert Xu
isit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt = error.h 1.25 vs edited = --- 1.25/src/error.h2004-06-29 20:55:46 +10:00 +++ edite

Bug#276964: phpbb2-conf-mysql: I reported same problem

2005-02-25 Thread Herbert Xu
lease try these two patches instead. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt = jobs.c 1.61 vs edited = --- 1.61/src/

Bug#296396: 'man ash' line #753: 'the shell treats... and use...'

2005-02-25 Thread Herbert Xu
2c1032 > > < as a delimiter and use the delimiters to split the results of parameter > > --- > > > as a delimiter and uses the delimiters to split the results of parameter Patch applied. Thanks. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} &

Bug#276964: phpbb2-conf-mysql: I reported same problem

2005-02-25 Thread Herbert Xu
Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt = eval.c 1.100 vs edited = --- 1.100/src/eval.c2005-02-25 21:15:30 +11:00 +++ edi

Bug#296545: 'man ash' typo: "...than can be made local..."

2005-02-28 Thread Herbert Xu
On Sun, Feb 27, 2005 at 08:22:07PM +, Gerrit Pape wrote: > forwarded 296545 upstream > quit > > Hi Herbert, here's another typo fix for dash.1 from A Costa. Patch applied. Thanks all. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAI

Bug#276964: phpbb2-conf-mysql: I reported same problem

2005-02-28 Thread Herbert Xu
dash > stops processing the script after a newline: Thanks for catching this. Since trapping exceptions is causing all these problems, let's use evalskip instead. Please give this one a go and see if you can break it again :) Cheers, -- Visit Openswan at http://www.openswan.org/ Email:

Bug#276964: phpbb2-conf-mysql: I reported same problem

2005-03-01 Thread Herbert Xu
Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#383296: manpages: nlmsg_pid/nl_pid is *not* the process ID

2006-09-26 Thread Herbert Xu
at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#384197: [PATCH] Fix 3-argument test

2006-10-22 Thread Herbert Xu
... Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Bug#387458: [PATCH] Check arg count in commandcmd

2006-10-22 Thread Herbert Xu
h into the tree. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- diff --git a/ChangeLog b/ChangeLog index a4db7de..ecaff93

Bug#595063: read() builtin doesn't read integer value /proc files (but bash's does)

2010-11-28 Thread Herbert Xu
shared. This happens if stdin is redirected inside a I'm with Jilles on this. I also don't particularly feel like bloating dash just because of the borked /proc interface when there is a perfectly adequate work-around in "cat". value=$(cat /proc/file) Ch

Bug#186994: closed by Stéphane Aulery (bash: tilde expansion inconsistency)

2014-04-24 Thread Herbert Xu
ith bash 4.2+dfsg-0.1 and it still does exactly the same thing. Did you actually test with -o posix? Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.deb

Bug#485070: [PATCH] crypto: padlock-aes - Make module loading even quieter when hardware is missing

2011-08-02 Thread Herbert Xu
ge indicating initialization failing or succeeding. > > This avoids occasional messages in syslog of the form > > padlock_aes: VIA PadLock not detected. > > Signed-off-by: Jonathan Nieder Patch applied. Thanks Jonathan! -- Email: Herbert Xu Home Page: http://gondor.a

Bug#485070: cryptsetup: "FATAL" padlock_{aes,sha} error during boot

2011-07-29 Thread Herbert Xu
user-space and needs to be fixed there. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#643564: dhcp: Stop using obsolete SOCK_PACKET and skip VLAN-tagged packets

2012-02-25 Thread Herbert Xu
Hi: Here's a hack I just made up to make DHCP skip tagged packets. In order to do so I've switched from the long-obsolete SOCK_PACKET interface to AF_PACKET+SOCK_RAW. Obviously you'll need to clean this up. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~h

Bug#662003: apt-move with SHA256 support?

2012-03-30 Thread Herbert Xu
Hi: Do we still need MD5 sums in the Packages file? If not I'd suggest simply changing all existing references to md5 with sha256 and it should just work. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubke

Bug#76754: closed by David Kalnischkies (Re: apt: race when installing new packages that conflict with old ones)

2015-08-14 Thread Herbert Xu
les in the old package (the new package should probably have a Replaces header too), and then remove the remaining bits of the old package. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#75773: closed by Debian FTP Masters (Bug#796274: Removed package(s) from unstable)

2015-08-21 Thread Herbert Xu
; that we couldn't deal with your issue properly. The bug still exists in gcc. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#501566: [MAN] Clarify two redirection mechanisms

2014-12-10 Thread Herbert Xu
r ones, but I can't imagine anyone > complaining about the correctness or accuracy of it. Yes this sounds good to me. Someone please create a patch for it. BTW, one of you guys dropped me from the CC list again. Please don't do that. Thanks, -- Email: Herbert Xu

Bug#767551: closed by Michael Biebl (Re: Bug#767551: udev: udev_root support missing)

2015-04-26 Thread Herbert Xu
e by the upstream > > maintainers and/or how it would interact with systemd.) > > Don't see a point keeping this bug report open. Thus closing. Well I still need it so please keep this open. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PG

Bug#767551: closed by Michael Biebl (Re: Bug#767551: udev: udev_root support missing)

2015-04-26 Thread Herbert Xu
On Mon, Apr 27, 2015 at 04:50:51AM +0200, Marco d'Itri wrote: > On Apr 27, Herbert Xu wrote: > > > Well I still need it so please keep this open. > Can you clarify your use case? > Did you experiment with a non-default location for tmpdevfs on > a systemd-enabled sys

Bug#767551: closed by Michael Biebl (Re: Bug#767551: udev: udev_root support missing)

2015-04-26 Thread Herbert Xu
On Mon, Apr 27, 2015 at 05:01:54AM +0200, Michael Biebl wrote: > Am 27.04.2015 um 04:50 schrieb Marco d'Itri: > > On Apr 27, Herbert Xu wrote: > > > >> Well I still need it so please keep this open. > > Can you clarify your use case? > > Did you e

Bug#767551: closed by Michael Biebl (Re: Bug#767551: udev: udev_root support missing)

2015-04-26 Thread Herbert Xu
my way without screwing other things up. As you no longer provide that method, I need another way of telling it to not screw with my /dev setup. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSC

Bug#767551: closed by Michael Biebl (Re: Bug#767551: udev: udev_root support missing)

2015-04-27 Thread Herbert Xu
On Mon, Apr 27, 2015 at 05:30:44PM +0200, Michael Biebl wrote: > > If you don't use udev, simply don't start it? The problem is that udev does more than just provide /dev. It also probes PCI devices for example. So I need it to still do that but leave /dev alone. Cheers, -- E

Bug#767551: closed by Michael Biebl (Re: Bug#767551: udev: udev_root support missing)

2015-04-27 Thread Herbert Xu
On Tue, Apr 28, 2015 at 05:15:59AM +0200, Marco d'Itri wrote: > On Apr 28, Herbert Xu wrote: > > > The problem is that udev does more than just provide /dev. It also > > probes PCI devices for example. So I need it to still do that but > > leave /dev alone. > S

Bug#332954: [BUILTIN] Allow return in loop conditional to set exit status

2014-10-06 Thread Herbert Xu
commit f14b4626eb5c1c2fda137e7d1520c5f1cb7e85c4 Author: Herbert Xu Date: Mon Oct 6 21:22:43 2014 +0800 [BUILTIN] Allow return in loop conditional to set exit status https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=332954 When return is used in a loop conditional the exit

Bug#782561: please backport commit ccfe8c3f7e52 from upstream

2015-04-20 Thread Herbert Xu
ears to be making sure that your input packet is fragmented. That should then activate the kmalloc path and lead to the memory corruption. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE

Bug#204687: closed by Debian FTP Masters (Bug#789156: Removed package(s) from unstable)

2015-06-23 Thread Herbert Xu
> by > replying to this email. Reopening as bug is still present. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of &qu

Bug#85535: closed by Debian FTP Masters (Bug#789156: Removed package(s) from unstable)

2015-06-23 Thread Herbert Xu
to this email. Reopening as bug is still present. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#646847: (none)

2014-11-10 Thread Herbert Xu
https://patchwork.kernel.org/project/dash/list/ if anyone is interested. FWIW patchwork does not like empty Subjects. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs

Bug#501566: dash: details of redirection/duplication in manpage are reversed

2014-11-10 Thread Herbert Xu
n1] Ns \*[Gt]& Ns n2 > -Duplicate standard output (or n1) to n2. > +Duplicate standard output (or n1) from n2. > .It [n] Ns \*[Gt]&- > Close standard output (or n). > .It [n] Ns \*[Lt]\*[Gt] file I'm sorry but this patch looks wrong and the text looks correct to me as is.

Bug#646847: dash.1 - Confusion between two pages c[h]sh

2014-11-10 Thread Herbert Xu
=646847 This patch also appears bogus as csh is an alternative to dash. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject o

Bug#646847: dash.1 - Confusion between two pages c[h]sh

2014-11-10 Thread Herbert Xu
g to add chsh there just because there was an earlier reference. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of &

Bug#501566: dash: details of redirection/duplication in manpage are reversed

2014-11-11 Thread Herbert Xu
es that sounds much better. Please send a patch. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#482999: dash: builtin function 'jobs -p' doesn't work as expected

2014-10-27 Thread Herbert Xu
sleep 1000 & > $ sleep 100 & > > $ for i in `jobs -p`; do echo $i; done # doesn't work > $ jobs -p | xargs # doesn't work > > only working way is redirecting output to the file > > $ jobs -p > /tmp/pids # this works

Bug#503840: [BUILTIN] Handle -- in dotcmd

2014-10-27 Thread Herbert Xu
commit 12ad48bb31b003eb6d3106478b7760a031969a36 Author: Herbert Xu Date: Mon Oct 27 16:56:46 2014 +0800 [BUILTIN] Handle -- in dotcmd This patch adds a nextopt call in dotcmd in order to handle --. Reported-by: Stephane Chazelas Signed-off-by: Herbert Xu diff --git

Bug#379227: [PATCH 1/9] [BUILTIN] Handle embedded NULs correctly in printf

2014-10-27 Thread Herbert Xu
termine the length of the output string, and then use a sequence of Xs of the same length as input to the underlying C printf to determine the amount of leading and trailing padding. Finally we replace the Xs with the actual string before writing it out. In

Bug#646847: Redirection: interval file descriptor (0-9)

2014-11-16 Thread Herbert Xu
.cgi?bug=646847 Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#576503: 'man dash' typo: "the shell .... proceed onto"

2014-11-16 Thread Herbert Xu
ug=576503 Patch applied. However, I had to manually apply it because you did not generate the patch from the top of the source tree with -p1. Please ensure future submissions are generated correctly. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gond

Bug#492354: closed by Sandro Tosi (Re: transmission: Add option to specify client IP)

2017-01-08 Thread Herbert Xu
;m reopening it. If you have a problem with the upstream then it's up to you to sort it out. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#935781: manpages: nsswitch.conf should document automount option

2023-12-26 Thread Herbert Xu
5/RHEL-5-manual/Deployment_Guide-en-US/s1-nfs-client-config-autofs.html Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#547902: Upstream fix coming soon

2024-05-19 Thread Herbert Xu
This will be fixed upstream soon with https://patchwork.kernel.org/project/dash/patch/fd52d05affd400c2c2f2ba238ff83555d11ca648.1716096097.git.herb...@gondor.apana.org.au/ Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert

Bug#985478: [PATCH] options: Always reset OPTIND in getoptsreset

2024-05-19 Thread Herbert Xu
ber(value) ?: 1; + shellparam.optind = 1; shellparam.optoff = -1; } -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#985478: [v2 PATCH] options: Always reset OPTIND in getoptsreset

2024-05-19 Thread Herbert Xu
l OPTIND" as this simply trashes the caller's getopts state. Reported-by: наб Reported-by: Harald van Dijk Signed-off-by: Herbert Xu diff --git a/src/options.c b/src/options.c index 4d0a53a..c74e4fe 100644 --- a/src/options.c +++ b/src/options.c @@ -393,7 +393,7 @@ setcmd(int argc, ch

Bug#1053550: IKEv2 regression when IP address changes behind NAT-T

2023-10-06 Thread Herbert Xu
s, or it should tear down the old SAs and create new ones with the new address. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#383296: manpages: nlmsg_pid/nl_pid is *not* the process ID

2007-05-04 Thread Herbert Xu
a process ID. We should simply call these numbers port IDs and remove all references to the word process. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~

Bug#467065: dash bug with "if" in a pipe: patch included

2008-02-24 Thread Herbert Xu
xt() > (which I think applies only to pipes) as it handles "if" commands. > The attached patch fixes it for me. Good catch. Thanks Larry! I'll apply this patch. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> H

Bug#456398: [PATCH] [ARITH] Don't use imaxdiv(), but /, % operators

2007-12-20 Thread Herbert Xu
because it generated better code with the current gcc so I'd like to keep it where it's available. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apa

Bug#456398: [PATCH] [ARITH] If imaxdiv() isn't available, use / and % operators

2007-12-20 Thread Herbert Xu
ned-off-by: Gerrit Pape <[EMAIL PROTECTED]> Thanks a lot Gerrit. I'll add it to the tree. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herber

Bug#357091: Issues w/ closed descriptors in dash

2006-06-26 Thread Herbert Xu
t check the patch thoroughly though. Thanks. I'm aware of the issue. I just need to find some time to test and integrate the fix. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PG

Bug#367539: dash: supports "bashism"

2006-05-22 Thread Herbert Xu
break other people's scripts. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#478166: linux-image-2.6.24-1-686: airo hang when loading because of aes

2009-06-01 Thread Herbert Xu
mably cannot be hotplugged. I was going to remove this alias but found that it was already removed two years ago. Please revise your theory based on this new discovery :) -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herb

Bug#415119: [PATCH] set LC_ALL=C for sort to ensure lexical order of builtincmd structure

2007-04-28 Thread Herbert Xu
uecmd : Thanks Gerrit. I've applied a similar patch to my tree. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To

Bug#431320: [EMAIL PROTECTED]: Bug#431320: dash, test: Arithmetic argument NULL must be handled as Not A Number]

2007-09-19 Thread Herbert Xu
errit. I'll merge this soon. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PR

Bug#429251: [PATCH] honor tab as IFS whitespace when splitting fields

2007-09-19 Thread Herbert Xu
it'd be nice if we could share code with it. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL

Bug#445210: closed by Pierre Habouzit <[EMAIL PROTECTED]> (Re: Bug#445210: libc6: glob(3) doesn't treat \ correctly)

2007-10-04 Thread Herbert Xu
ort. $ cat a.c #include #include int main() { glob_t pglob; printf("%d\n", glob("\\/*", 0, 0, &pglob)); printf("%d\n", glob("/*", 0, 0, &pglob)); return 0; } $ make a cc a.c -o a $ ./a 3 0 $ Cheers, -- Visit

Bug#23233: Debian CVS bugs

2007-10-05 Thread Herbert Xu
These CVS bugs are still outstanding and should remain open. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE,

Bug#185584: xserver-xfree86: X server should retry xfs connection

2007-10-07 Thread Herbert Xu
nswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#445651: posh: Conditional operator evaluates both arguments

2007-10-07 Thread Herbert Xu
On Sun, Oct 07, 2007 at 12:32:08PM -0400, Clint Adams wrote: > > > Putting brackets around x = 3 seems to fix it so this could be > > a parse error. > > Parentheses, I assume. Yes. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[

Bug#418774: dash gives "Syntax error: Bad substitution" on valid syntax

2007-10-08 Thread Herbert Xu
T be an error, because that reference > is never expanded. Fair enough. I've fixed it as follows. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/

Bug#431320: More questions about test built-in (Bug#431320: dash, test: [...])

2007-09-21 Thread Herbert Xu
ecute then this should be fine. > In case if it is not exising in Hurd or BSD, then access() can be > used, because `dash` is not SUID anyway. Actually access(2) doesn't do the right thing but it should be easy enough to use the existing code if euidaccess doesn't exist. Cheers, -

Bug#431320: [EMAIL PROTECTED]: Bug#431320: dash, test: Arithmetic argument NULL must be handled as Not A Number]

2007-09-22 Thread Herbert Xu
so I've dropped it. > Subject: [patch 03/03] dash, test: recognize NULL argument as not a number Nack because 1) The real Korn shell does the same thing; 2) It makes the code bigger :) Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTE

Bug#65458: closed by Touko Korpela <[EMAIL PROTECTED]> (Should be fixed now)

2007-09-26 Thread Herbert Xu
my machine is now much faster :) Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#334182: dash POSIX issues [Gentoo Bug #171630]

2007-05-18 Thread Herbert Xu
fect of the assignment is not realised until after parameter expansions have all completed. Therefore I've concluded that scripts cannot safely rely on this behaviour and thus there is no clear benefit in changing dash's behaviour at this time. Cheers, -- Visit Openswan at http://www.openswan.o

Bug#334182: dash POSIX issues [Gentoo Bug #171630]

2007-05-18 Thread Herbert Xu
that states this? > What do the compliance tests show for dash in this area? I mention it > as passing the compliance tests is worthwhile regardless how ambiguous > the specification may be, and Chet mentioned it as an argument for the > behaviour of bash. I couldn't find a tes

Bug#334182: dash POSIX issues [Gentoo Bug #171630]

2007-05-19 Thread Herbert Xu
espect to POSIX. The behaviour of bash is closer to that of the Korn shell but is different enough that this construct cannot be reliably used. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~he

Bug#334182: dash POSIX issues [Gentoo Bug #171630]

2007-05-20 Thread Herbert Xu
side bash then it works on the command line too: bash -c 'K=dvb0.net0 A=${K#dvb} env | grep ^A=' Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.

Bug#334182: dash POSIX issues [Gentoo Bug #171630]

2007-05-20 Thread Herbert Xu
ect your opinion but I have not been convinced that your interpretation is the only correct one. If you guys really care about this, please bring it to the attention of the Austin group so that it can be clarified. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV&

Bug#329025: Please consider implementing SuSv3 compliant $(()) arithmetics

2007-10-11 Thread Herbert Xu
e with assignment support. Please let me know if there are any problems with it. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -

  1   2   >