lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 27 Mar 2023 13:55:36 -0700
From:   Ron Economos <re@...z.net>
To:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Bug in recent changes to builddeb

Looks like there's a bug in /scripts/package/builddeb. On lines 188, 197 
and 198, the variable $version is used. However, it's not defined 
(removed with recent changes).

This causes the headers to be put into /usr/src/linux-headers-. When the 
next version is attempted to be installed, the following error occurs.

$ sudo dpkg -i linux-headers-6.3.0-rc4_6.3.0-rc4-2_riscv64.deb
Selecting previously unselected package linux-headers-6.3.0-rc4.
(Reading database ... 376925 files and directories currently installed.)
Preparing to unpack linux-headers-6.3.0-rc4_6.3.0-rc4-2_riscv64.deb ...
Unpacking linux-headers-6.3.0-rc4 (6.3.0-rc4-2) ...
dpkg: error processing archive 
linux-headers-6.3.0-rc4_6.3.0-rc4-2_riscv64.deb (--install):
  trying to overwrite '/usr/src/linux-headers-/.config', which is also 
in package linux-headers-6.3.0-rc3 6.3.0-rc3-4
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
  linux-headers-6.3.0-rc4_6.3.0-rc4-2_riscv64.deb

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ