Package: libpam-usb / 0.5.0-4

Metadata

Package Version Patches format
libpam-usb 0.5.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 buildsystem.patch | (download)

Makefile | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

 Handle LIBDIR as library installation path.
 Set default for PREFIX,LIBDIR if unset.
0002 spelling_mistakes.patch | (download)

Makefile | 2 1 + 1 - 0 !
src/pad.c | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix small misspellings.
0003 nonlinux_archs.patch | (download)

src/conf.h | 2 2 + 0 - 0 !
src/volume.c | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 don't include linux-specific headers.
0004 pad_entropy.patch | (download)

src/pad.c | 12 11 + 1 - 0 !
1 file changed, 11 insertions(+), 1 deletion(-)

 increase entropy of generated pad files
  Seeding the random number generator from PID and current time
  provides very little entropy, as these can be guessed quite closely
  by an attacker, so use the kernel's random number generator instead.