--- /srv/rebuilderd/tmp/rebuilderdwKKBat/inputs/courier-authlib_0.72.4-1_amd64.deb +++ /srv/rebuilderd/tmp/rebuilderdwKKBat/out/courier-authlib_0.72.4-1_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-04-16 21:42:59.000000 debian-binary │ -rw-r--r-- 0 0 0 1364 2025-04-16 21:42:59.000000 control.tar.xz │ --rw-r--r-- 0 0 0 80196 2025-04-16 21:42:59.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 80144 2025-04-16 21:42:59.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -1,14 +1,14 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-04-16 21:42:59.000000 ./ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-04-16 21:42:59.000000 ./usr/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-04-16 21:42:59.000000 ./usr/lib/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-04-16 21:42:59.000000 ./usr/lib/courier/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-04-16 21:42:59.000000 ./usr/lib/courier/courier-authlib/ │ │ │ -rwxr-xr-x 0 root (0) root (0) 26944 2025-04-16 21:42:59.000000 ./usr/lib/courier/courier-authlib/authdaemond │ │ │ --rwxr-xr-x 0 root (0) root (0) 1776 2025-04-16 21:42:59.000000 ./usr/lib/courier/courier-authlib/authsystem.passwd │ │ │ +-rwxr-xr-x 0 root (0) root (0) 1767 2025-04-16 21:42:59.000000 ./usr/lib/courier/courier-authlib/authsystem.passwd │ │ │ -rwxr-xr-x 0 root (0) root (0) 14576 2025-04-16 21:42:59.000000 ./usr/lib/courier/courier-authlib/makedatprog │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-04-16 21:42:59.000000 ./usr/lib/courier-authlib/ │ │ │ -rw-r--r-- 0 root (0) root (0) 14416 2025-04-16 21:42:59.000000 ./usr/lib/courier-authlib/libauthcustom.so.0.0.0 │ │ │ -rw-r--r-- 0 root (0) root (0) 14440 2025-04-16 21:42:59.000000 ./usr/lib/courier-authlib/libauthpam.so.0.0.0 │ │ │ -rw-r--r-- 0 root (0) root (0) 67920 2025-04-16 21:42:59.000000 ./usr/lib/libcourierauth.so.0.0.0 │ │ │ -rw-r--r-- 0 root (0) root (0) 43176 2025-04-16 21:42:59.000000 ./usr/lib/libcourierauthcommon.so.0.0.0 │ │ │ -rw-r--r-- 0 root (0) root (0) 18568 2025-04-16 21:42:59.000000 ./usr/lib/libcourierauthsasl.so.0.0.0 │ │ ├── ./usr/lib/courier/courier-authlib/authsystem.passwd │ │ │ @@ -27,15 +27,15 @@ │ │ │ expect { │ │ │ -re "(.*)\n(.*)\n" { set oldpass "$expect_out(1,string)" ; set newpass "$expect_out(2,string)" } │ │ │ eof { exit 1 } │ │ │ timeout { exit 1 } │ │ │ } │ │ │ │ │ │ set env(LC_ALL) "en_US" │ │ │ -spawn "/usr/bin/passwd" │ │ │ +spawn "passwd" │ │ │ │ │ │ expect { │ │ │ -re "word:" { sleep 2; send "$oldpass\n" } │ │ │ eof { exit 1 } │ │ │ timeout { exit 1 } │ │ │ }