--- /srv/rebuilderd/tmp/rebuilderdKXme85/inputs/bird2-doc_2.17.3-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdKXme85/out/bird2-doc_2.17.3-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-12-17 14:18:00.000000 debian-binary │ -rw-r--r-- 0 0 0 1160 2025-12-17 14:18:00.000000 control.tar.xz │ --rw-r--r-- 0 0 0 1112568 2025-12-17 14:18:00.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 1112488 2025-12-17 14:18:00.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -14,16 +14,16 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 458749 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/bird.pdf.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 8865 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-1.html │ │ │ -rw-r--r-- 0 root (0) root (0) 101135 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-2.html │ │ │ -rw-r--r-- 0 root (0) root (0) 17217 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-3.html │ │ │ -rw-r--r-- 0 root (0) root (0) 19679 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-4.html │ │ │ -rw-r--r-- 0 root (0) root (0) 94274 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-5.html │ │ │ -rw-r--r-- 0 root (0) root (0) 7626 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-6.html │ │ │ --rw-r--r-- 0 root (0) root (0) 41608 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-7.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 41606 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-7.html │ │ │ -rw-r--r-- 0 root (0) root (0) 26278 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog-8.html │ │ │ -rw-r--r-- 0 root (0) root (0) 4999 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog.html │ │ │ --rw-r--r-- 0 root (0) root (0) 506716 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog.pdf.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 506650 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2/prog.pdf.gz │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2-doc/ │ │ │ -rw-r--r-- 0 root (0) root (0) 2191 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2-doc/changelog.Debian.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 3530 2025-12-17 14:18:00.000000 ./usr/share/doc/bird2-doc/copyright │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-12-17 14:18:00.000000 ./usr/share/doc-base/ │ │ │ -rw-r--r-- 0 root (0) root (0) 256 2025-12-17 14:18:00.000000 ./usr/share/doc-base/bird2-doc.bird2 │ │ ├── ./usr/share/doc/bird2/prog-7.html │ │ │ @@ -772,15 +772,15 @@ │ │ │

Arguments

│ │ │

│ │ │

│ │ │
struct mac_context * ctx

MAC context │ │ │

│ │ │

Description

│ │ │

Finish MAC computation and return a pointer to the result. No more │ │ │ -@mac_update() calls could be done, but the context may be reinitialized │ │ │ +mac_update() calls could be done, but the context may be reinitialized │ │ │ later. │ │ │

Note that the returned pointer points into data in the ctx context. If it │ │ │ ceases to exist, the pointer becomes invalid. │ │ │ │ │ │ │ │ │


Function

│ │ │

void │ │ │ @@ -791,15 +791,15 @@ │ │ │

│ │ │

│ │ │
struct mac_context * ctx

MAC context │ │ │

│ │ │

Description

│ │ │

Cleanup MAC context after computation (by filling with zeros). Not strictly │ │ │ necessary, just to erase sensitive data from stack. This also invalidates the │ │ │ -pointer returned by @mac_final(). │ │ │ +pointer returned by mac_final(). │ │ │ │ │ │ │ │ │


Function

│ │ │

void │ │ │ mac_fill │ │ │ (uint id, const byte * key, uint keylen, const byte * data, uint datalen, byte * mac) -- compute and fill MAC │ │ │

│ │ │ ├── html2text {} │ │ │ │ @@ -532,28 +532,28 @@ │ │ │ │ =============================================================================== │ │ │ │ ******** FFuunnccttiioonn ******** │ │ │ │ byte * mmaacc__ffiinnaall (struct mac_context * ccttxx) -- finalize MAC algorithm │ │ │ │ ******** AArrgguummeennttss ******** │ │ │ │ struct mac_context * ccttxx │ │ │ │ MAC context │ │ │ │ ******** DDeessccrriippttiioonn ******** │ │ │ │ -Finish MAC computation and return a pointer to the result. No more @mmaacc__uuppddaattee │ │ │ │ -(()) calls could be done, but the context may be reinitialized later. │ │ │ │ +Finish MAC computation and return a pointer to the result. No more mmaacc__uuppddaattee() │ │ │ │ +calls could be done, but the context may be reinitialized later. │ │ │ │ Note that the returned pointer points into data in the ccttxx context. If it │ │ │ │ ceases to exist, the pointer becomes invalid. │ │ │ │ =============================================================================== │ │ │ │ ******** FFuunnccttiioonn ******** │ │ │ │ void mmaacc__cclleeaannuupp (struct mac_context * ccttxx) -- cleanup MAC context │ │ │ │ ******** AArrgguummeennttss ******** │ │ │ │ struct mac_context * ccttxx │ │ │ │ MAC context │ │ │ │ ******** DDeessccrriippttiioonn ******** │ │ │ │ Cleanup MAC context after computation (by filling with zeros). Not strictly │ │ │ │ necessary, just to erase sensitive data from stack. This also invalidates the │ │ │ │ -pointer returned by @mmaacc__ffiinnaall(()). │ │ │ │ +pointer returned by mmaacc__ffiinnaall(). │ │ │ │ =============================================================================== │ │ │ │ ******** FFuunnccttiioonn ******** │ │ │ │ void mmaacc__ffiillll (uint iidd, const byte * kkeeyy, uint kkeeyylleenn, const byte * ddaattaa, uint │ │ │ │ ddaattaalleenn, byte * mmaacc) -- compute and fill MAC │ │ │ │ ******** AArrgguummeennttss ******** │ │ │ │ uint iidd │ │ │ │ MAC algorithm ID │ │ ├── ./usr/share/doc/bird2/prog.pdf.gz │ │ │ ├── prog.pdf │ │ │ │ ├── pdftotext {} - │ │ │ │ │ @@ -4888,26 +4888,26 @@ │ │ │ │ │ │ │ │ │ │ 106 │ │ │ │ │ │ │ │ │ │ Arguments │ │ │ │ │ struct mac context * ctx │ │ │ │ │ MAC context │ │ │ │ │ Description │ │ │ │ │ -Finish MAC computation and return a pointer to the result. No more @mac update() calls could be done, │ │ │ │ │ -but the context may be reinitialized later. │ │ │ │ │ +Finish MAC computation and return a pointer to the result. No more mac update() calls could be done, but │ │ │ │ │ +the context may be reinitialized later. │ │ │ │ │ Note that the returned pointer points into data in the ctx context. If it ceases to exist, the pointer becomes │ │ │ │ │ invalid. │ │ │ │ │ Function │ │ │ │ │ void mac cleanup (struct mac context * ctx ) – cleanup MAC context │ │ │ │ │ Arguments │ │ │ │ │ struct mac context * ctx │ │ │ │ │ MAC context │ │ │ │ │ Description │ │ │ │ │ Cleanup MAC context after computation (by filling with zeros). Not strictly necessary, just to erase sensitive │ │ │ │ │ -data from stack. This also invalidates the pointer returned by @mac final(). │ │ │ │ │ +data from stack. This also invalidates the pointer returned by mac final (). │ │ │ │ │ Function │ │ │ │ │ void mac fill (uint id , const byte * key, uint keylen, const byte * data, uint datalen, byte * mac) – compute │ │ │ │ │ and fill MAC │ │ │ │ │ Arguments │ │ │ │ │ uint id │ │ │ │ │ MAC algorithm ID │ │ │ │ │ const byte * key