[Bug 3331] Issues with man pages

2023-10-15 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3331

--- Comment #5 from Helge Kreutzmann  ---
I agree that this is an unfortunate situation.

I cannot tell (and seriously lack the ressources to investigate) where
the individual strings originate from, besides which distribution
shipped them. We currently maintain 22 languages and have more than 100
upstream projects and I'm myself the only person propagating these
reports.

In the past, translators found issues and silently fixed them in their
translation. Now we (aka I) try to report them "upstream", so hopefully
all users benefit, but due to the sheer volume, thats all I can do.

So please see this as a service - if you could browse through the list
and review which are applicable to you (and fix those you agree), that
would be great. If, additionally, you can tell me which you don't agree
and which don't apply to you, then I could mark them appropriately in
our sources (and this would be wonderful).

If manpages-l10n gets better tooling and/or more ressources in the
future, then we can possibly report them to the "right" layer.

Thanks.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 3526] Config option AddressFamily has no effect?

2023-10-15 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526

--- Comment #6 from nix-mu...@gmx.net ---
(In reply to Damien Miller from comment #5)
> Created attachment 3741 [details]
> filter addresses by AddressFamily at connect time
> 
> Please give this patch a try

This made ssh skip any address (connect only if an address family has
been specified).
It works exactly as expected, though, when I changed
`options.address_family != -1` to
`options.address_family != 0`
Tested on macOS and Debian 12.

Looking at the code in ssh.c and readconf.c, I too expected -1 to be
correct and certainly do not understand what's going on there.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 3526] Config option AddressFamily has no effect?

2023-10-15 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526

--- Comment #7 from Damien Miller  ---
could you try replacing the -1 with AF_UNSPEC?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs