--- /srv/reproducible-results/rbuild-debian/r-b-build.9w6eIR5Q/b1/bird_1.6.8-2.1_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.9w6eIR5Q/b2/bird_1.6.8-2.1_i386.changes ├── Files │ @@ -1,5 +1,5 @@ │ │ 4a1585b281b83703e296fbccfb778778 223040 oldlibs optional bird-bgp_1.6.8-2.1_all.deb │ f2fdb225172f09e457edaadb810a01c7 1845604 debug optional bird-dbgsym_1.6.8-2.1_i386.deb │ - 7e51a0048a6a38fb41592e2c79908894 1137832 doc optional bird-doc_1.6.8-2.1_all.deb │ + 7f21173444f0c1a1e9ddeea81c687603 1137596 doc optional bird-doc_1.6.8-2.1_all.deb │ c44cd02e684206aa89e4702f622a0105 628272 net optional bird_1.6.8-2.1_i386.deb ├── bird-doc_1.6.8-2.1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2021-01-02 16:40:39.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1188 2021-01-02 16:40:39.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1136452 2021-01-02 16:40:39.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 1136216 2021-01-02 16:40:39.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── file list │ │ │ │ @@ -20,9 +20,9 @@ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 88673 2019-09-11 18:24:45.000000 ./usr/share/doc/bird-doc/prog-2.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 15475 2019-09-11 18:24:45.000000 ./usr/share/doc/bird-doc/prog-3.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 13306 2019-09-11 18:24:45.000000 ./usr/share/doc/bird-doc/prog-4.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 66702 2019-09-11 18:24:46.000000 ./usr/share/doc/bird-doc/prog-5.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 6594 2019-09-11 18:24:46.000000 ./usr/share/doc/bird-doc/prog-6.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 25846 2019-09-11 18:24:46.000000 ./usr/share/doc/bird-doc/prog-7.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 28326 2019-09-11 18:24:46.000000 ./usr/share/doc/bird-doc/prog-8.html │ │ │ │ --rw-r--r-- 0 root (0) root (0) 248480 2021-01-02 16:40:39.000000 ./usr/share/doc/bird-doc/prog.html │ │ │ │ --rw-r--r-- 0 root (0) root (0) 450473 2021-01-02 16:40:39.000000 ./usr/share/doc/bird-doc/prog.pdf.gz │ │ │ │ +-rw-r--r-- 0 root (0) root (0) 248478 2021-01-02 16:40:39.000000 ./usr/share/doc/bird-doc/prog.html │ │ │ │ +-rw-r--r-- 0 root (0) root (0) 450186 2021-01-02 16:40:39.000000 ./usr/share/doc/bird-doc/prog.pdf.gz │ │ │ ├── ./usr/share/doc/bird-doc/prog.html │ │ │ │ @@ -5686,15 +5686,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 │ │ │ │ @@ -5705,15 +5705,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 {} │ │ │ │ │ @@ -4245,28 +4245,28 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ **** Function **** │ │ │ │ │ byte * mac_final (struct mac_context * ctx) -- finalize MAC algorithm │ │ │ │ │ **** 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(). │ │ │ │ │ +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 │ │ │ ├── ./usr/share/doc/bird-doc/prog.pdf.gz │ │ │ │ ├── prog.pdf │ │ │ │ │ ├── pdftotext {} - │ │ │ │ │ │ @@ -4057,26 +4057,26 @@ │ │ │ │ │ │ and passing them at once. │ │ │ │ │ │ Function │ │ │ │ │ │ byte * mac final (struct mac context * ctx ) – finalize MAC algorithm │ │ │ │ │ │ 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