Bug#1066098: udns-utils: missing "A" in help output

2024-03-12 Thread Christopher Bock
Package: udns-utils
Version: 0.4-1+b1
Severity: normal
X-Debbugs-Cc: christop...@bocki.com

Dear Maintainer,

   * What led up to the situation?
   talk about dnsget in #debian-til

   after looking at the output of `dnsget -h` i was a bit confused:
   bash-5.2$ dnsget -h |grep type
-t type - set query type (A, AAA, PTR etc)

   it should be four A's :>

diff --git a/dnsget.c b/dnsget.c
index 417e8d9..1db79a8 100644
--- a/dnsget.c
+++ b/dnsget.c
@@ -636,7 +636,7 @@ int main(int argc, char **argv) {
 " -h - print this help and exit\n"
 " -v - be more verbose\n"
 " -q - be less verbose\n"
-" -t type - set query type (A, AAA, PTR etc)\n"
+" -t type - set query type (A, , PTR etc)\n"
 " -c class - set query class (IN (default), CH, HS, *)\n"
 " -a - equivalent to -t ANY -v\n"
 " -n ns - use given nameserver(s) instead of default\n"




-- System Information:
Debian Release: 12.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'stable'), (400, 'proposed-updates'), (155, 'testing'), (145, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-18-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages udns-utils depends on:
ii  libc6 2.36-9+deb12u4
ii  libudns0  0.4-1+b1

udns-utils recommends no packages.

udns-utils suggests no packages.

-- no debconf information



Bug#1043171: nmap: segfault when using service-names with -p

2023-08-06 Thread Christopher Bock
Package: nmap
Version: 7.94+dfsg1-3
Severity: normal

Hi,

when i try to use a service-name instead of the port-number nmap
breaks with a segfault.

cb@asterix ~ % nmap -p ssh localhost
Starting Nmap 7.94 ( https://nmap.org ) at 2023-08-06 22:51 CEST
[1]806174 segmentation fault (core dumped)  nmap -p ssh localhost
139 cb@asterix ~ %

I also tried other service-names and the really odd thing is that it
works occasionally but most of the time it doesn't.

As i don't really can make heads or tails from an strace i will leave
at that.

With many regards,
Christopher Bock


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.4.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
(charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages nmap depends on:
ii  libc6 2.37-6
ii  libgcc-s1 13.2.0-1
ii  liblinear42.3.0+dfsg-5
ii  liblua5.4-0   5.4.4-3
ii  libpcap0.81.10.4-3
ii  libpcre2-8-0  10.42-2
ii  libssh2-1 1.11.0-2
ii  libssl3   3.0.9-1
ii  libstdc++613.2.0-1
ii  lua-lpeg  1.0.2-2
ii  nmap-common   7.94+dfsg1-3
ii  zlib1g1:1.2.13.dfsg-1

nmap recommends no packages.

Versions of packages nmap suggests:
pn  ncat
pn  ndiff   
pn  zenmap  

-- no debconf information



-- 
lg,
~cb



Bug#1040749: rifle: imv from renameutils breaks image opening

2023-07-09 Thread Christopher Bock
Package: ranger
Version: 1.9.3-5
Severity: minor

I was wondering for a while now why i couldn't open images from ranger.

cb@asterix ~ % grep imv /etc/ranger/config/rifle.conf
mime ^image, has imv,   X, flag f = imv -- "$@"
cb@asterix ~ % ls -fla ~/.config/ranger
total 10
drwxr-xr-x   2 cb cb   2 Jul 10 03:52 .
drwxr-xr-x 119 cb cb 164 Jul 10 03:52 ..
cb@asterix ~ % rifle -l ~/snips/maim_20230710-032739.png
0::f:imv -- "$@"
1::f:pqiv -- "$@"
2::f:sxiv -- "$@"
3::f:feh -- "$@"
4::f:gpicview -- "$@"
5::f:gimp -- "$@"
11:wallpaper::feh --bg-scale "$1"
12:wallpaper::feh --bg-tile "$1"
13:wallpaper::feh --bg-center "$1"
14:wallpaper::feh --bg-fill "$1"
15:open::xdg-open -- "$@"
16:open::open -- "$@"
17:::ask
18:editor::${VISUAL:-$EDITOR} -- "$@"
19:pager::"$PAGER" -- "$@"
20:trash::mkdir -p -- ${XDG_DATA_DIR:-$HOME/.ranger}/ranger-trash;
mv -- "$@" ${XDG_DATA_DIR:-$HOME/.ranger}/ranger-trash
cb@asterix ~ % dpkg -S /usr/bin/imv
renameutils: /usr/bin/imv

And after looking at the description of 'imv' it becomes clear that we
should use the wrapper /usr/libexec/imv/imv instead.

cb@asterix ~ % cp /etc/ranger/config/rifle.conf
~/.config/ranger/rifle.conf cb@asterix ~ % vim
~/.config/ranger/rifle.conf cb@asterix ~ % grep imv-folder
~/.config/ranger/rifle.conf mime ^image, has imv-x11, X, flag f =
/usr/libexec/imv/imv -- "$@" cb@asterix ~ % rifle -l
~/snips/maim_20230710-032739.png 0::f:/usr/libexec/imv/imv -- "$@"
1::f:pqiv -- "$@"
2::f:sxiv -- "$@"
3::f:feh -- "$@"
4::f:gpicview -- "$@"
5::f:gimp -- "$@"
11:wallpaper::feh --bg-scale "$1"
12:wallpaper::feh --bg-tile "$1"
13:wallpaper::feh --bg-center "$1"
14:wallpaper::feh --bg-fill "$1"
15:open::xdg-open -- "$@"
16:open::open -- "$@"
17:::ask
18:editor::${VISUAL:-$EDITOR} -- "$@"
19:pager::"$PAGER" -- "$@"
20:trash::mkdir -p -- ${XDG_DATA_DIR:-$HOME/.ranger}/ranger-trash;
mv -- "$@" ${XDG_DATA_DIR:-$HOME/.ranger}/ranger-trash

And now it works even when i uninstall imv again \o/.

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.3.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN,
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8,
LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh
linked to /usr/bin/dash Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ranger depends on:
ii  python3 3.11.2-1+b1
ii  sensible-utils  0.0.20

Versions of packages ranger recommends:
ii  file 1:5.44-3
ii  less 590-2
ii  python3-chardet  5.1.0+dfsg-2
ii  w3m-img  0.5.3+git20230121-2

Versions of packages ranger suggests:
ii  atool 0.39.0-12
ii  caca-utils0.99.beta20-3
ii  elinks0.16.1.1-4
ii  highlight 3.41-2+b6
ii  lynx  2.9.0dev.12-1
ii  mediainfo 23.06-1
ii  mupdf-tools   1.22.1+ds1-1+b1
ii  poppler-utils 22.12.0-2+b1
ii  python3-pygments  2.15.1+dfsg-1
ii  sudo  1.9.13p3-3
pn  unoconv   
ii  w3m   0.5.3+git20230121-2

-- no debconf information



Bug#1018749: claws-mail: Size of Dropdown and Clear-Button to large.

2022-08-29 Thread Christopher Bock
Package: claws-mail
Version: 4.1.0-2
Severity: minor

Dear Maintainer,

   * What led up to the situation?

I guess some Update from the gtk-libraries.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
  Nothing of the following was effective.

  - Starting Claws-Mail with different Themes via
- GTK_THEME=Adwaita claws-mail
- GTK_THEME=Breeze claws-mail

  - I tried running it with a newly created User

  - I Created a systemd-nspawn container like the example from
https://wiki.debian.org/nspawn#Firefox_example and ran it via
root@asterix ~ # systemd-nspawn \
  --setenv=DISPLAY--bind-ro=/tmp/.X11-unix/ \
  --private-users=pick \
  --private-users-chown \
  -D /var/lib/machines/deb-claws-mail --as-pid2 claws-mail

   * What was the outcome of this action?

The Size of the Drop-Down-Field and Clear-Button for Searching
Mails is about 3 times thicker than it should be.
And now that i loaded the report in Claws-Mail to send it over i
can see that the Size of TO/CC/BCC/.. is also broken.

   * What outcome did you expect instead?
 
   A clean look like in the past.


with many regards,
Christopher Bock

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.18.0-4-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
(charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages claws-mail depends on:
ii  libc62.34-4
ii  libcairo21.16.0-6
ii  libcompfaceg11:1.5.2-5.1
ii  libdbus-glib-1-2 0.112-2
ii  libenchant-2-2   2.3.3-1
ii  libetpan20   1.9.4-3
ii  libgdk-pixbuf-2.0-0  2.42.9+dfsg-1
ii  libglib2.0-0 2.72.3-1+b1
ii  libgnutls30  3.7.7-2
ii  libgtk-3-0   3.24.34-3
ii  libice6  2:1.0.10-1
ii  libldap-2.5-02.5.12+dfsg-2+b1
ii  libnettle8   3.8.1-2
ii  libpango-1.0-0   1.50.9+ds-1
ii  libpangocairo-1.0-0  1.50.9+ds-1
ii  librsvg2-2   2.54.4+dfsg-1
ii  libsm6   2:1.2.3-1
ii  xdg-utils1.1.3-4.1

Versions of packages claws-mail recommends:
ii  aspell-de-1901 [aspell-dictionary]   1:2-37
ii  aspell-en [aspell-dictionary]
2018.04.16-0-1 pn  claws-mail-i18n
 pn  xfonts-100dpi | xfonts-75dpi |
xfonts-100dpi-transcoded | x  

Versions of packages claws-mail suggests:
ii  chromium [www-browser] 104.0.5112.101-1
pn  claws-mail-doc 
ii  claws-mail-tools   4.1.0-2
ii  dillo [www-browser]3.0.5-7+b1
ii  elinks [www-browser]   0.13.2-1+b3
ii  firefox-esr [www-browser]  102.2.0esr-1
pn  gedit | kwrite | mousepad | nedit  
ii  links2 [www-browser]   2.27-1+b1
ii  vivaldi-stable [www-browser]   5.4.2753.40-1

-- no debconf information