[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#987400: [Pkg-tcltk-devel] Bug#987397: tcltls: build conflict with openssl requires removal of too many packages



Hi,

On Fri, 23 Apr 2021, at 12:19, Andrej Shadura wrote:
> On Fri, 23 Apr 2021, at 12:16, Andrej Shadura wrote:
> > On Fri, 23 Apr 2021, at 12:13, Sergei Golovan wrote:
> > > No, it wouldn't. The point is that there's no need of any patch. An
> > > extra option in debian/rules should be sufficient. I'll try it today
> > > and commit the fix to salsa if it'll work. Or if it won't then I'll
> > > accept your patch.
 
> I’ve just checked the code and you’re right, it skips directly to the 
> fallback. I’ll revise the merge request.

Please find attached debdiff and diffoscope output.

-- 
Cheers,
  Andrej
diff --git a/debian/changelog b/debian/changelog
index dcaf4e2..f4ef487 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tcltls (1.7.22-2) unstable; urgency=medium
+
+  * Team upload.
+  * Remove build-conflicts on openssl, but explicitly use the fallback
+    (Closes: #987397).
+
+ -- Andrej Shadura <andrewsh@debian.org>  Fri, 23 Apr 2021 11:38:40 +0200
+
 tcltls (1.7.22-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index cacdd14..3ca210a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
 Uploaders: Muammar El Khatib <muammar@debian.org>, Sergei Golovan <sgolovan@debian.org>
 Build-Depends: debhelper (>= 10), libssl-dev, tcl-dev (>= 8.5), chrpath
-Build-Conflicts: openssl
 Standards-Version: 4.5.0
 Homepage: https://core.tcl.tk/tcltls
 Vcs-Browser: https://salsa.debian.org/tcltk-team/tcltls
diff --git a/debian/rules b/debian/rules
index 83d5ce5..4fa92bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ include /usr/share/dpkg/buildflags.mk
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-ssl-dir=/usr \
+			     --enable-deterministic \
 			     --with-tcl=/usr/lib
 
 override_dh_auto_install:
Title: /usr/bin/diffoscope --text tcl-tls_1.7.22-1..1.7.22-2.diff.txt --html tcl-tls_1.7.22-1..1.7.22-2.diff.html binary-tcl-tls/tcl-tls_1.7.22-1_amd64.deb tcl-tls_1.7.22-2_amd64.deb
â??
25.0 KB
binary-tcl-tls/tcl-tls_1.7.22-1_amd64.deb vs.
tcl-tls_1.7.22-2_amd64.deb ¶
â??
536 B
file list ¶
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2020-11-21·22:19:48.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-04-23·09:38:40.000000·debian-binary
2 -rw-r--r--···0········0········0·····1672·2020-11-21·22:19:48.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1668·2021-04-23·09:38:40.000000·control.tar.xz
3 -rw-r--r--···0········0········0····71900·2020-11-21·22:19:48.000000·data.tar.xz3 -rw-r--r--···0········0········0····71984·2021-04-23·09:38:40.000000·data.tar.xz
â??
1.23 KB
control.tar.xz ¶
â??
1.2 KB
control.tar ¶
â??
596 B
file list ¶
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./
2 -rw-r--r--···0·root·········(0)·root·········(0)······635·2020-11-21·22:19:48.000000·./control2 -rw-r--r--···0·root·········(0)·root·········(0)······637·2021-04-23·09:38:40.000000·./control
3 -rw-r--r--···0·root·········(0)·root·········(0)·····2833·2020-11-21·22:19:48.000000·./md5sums3 -rw-r--r--···0·root·········(0)·root·········(0)·····2833·2021-04-23·09:38:40.000000·./md5sums
â??
567 B
./control ¶
    
Offset 1, 14 lines modifiedOffset 1, 14 lines modified
1 Package:·tcl-tls1 Package:·tcl-tls
2 Source:·tcltls2 Source:·tcltls
3 Version:·1.7.22-13 Version:·1.7.22-2
4 Architecture:·amd644 Architecture:·amd64
5 Maintainer:·Debian·Tcl/Tk·Packagers·<pkg-tcltk-devel@lists.alioth.debian.org>5 Maintainer:·Debian·Tcl/Tk·Packagers·<pkg-tcltk-devel@lists.alioth.debian.org>
6 Installed-Size:·1706 Installed-Size:·170
7 Depends:·libc6·(>=·2.14),·libssl1.1·(>=·1.1.0),·libtcl8.6·(>=·8.6.9+dfsg-2)·|·libtcl7 Depends:·libc6·(>=·2.14),·libssl1.1·(>=·1.1.0),·libtcl8.6·(>=·8.6.11+dfsg-1~)·|·libtcl
8 Conflicts:·libtls0,·tcltls8 Conflicts:·libtls0,·tcltls
9 Replaces:·libtls0,·tcltls9 Replaces:·libtls0,·tcltls
10 Provides:·tcltls10 Provides:·tcltls
11 Section:·libs11 Section:·libs
12 Priority:·optional12 Priority:·optional
13 Multi-Arch:·same13 Multi-Arch:·same
14 Homepage:·https://core.tcl.tk/tcltls14 Homepage:·https://core.tcl.tk/tcltls
â??
48.0 B
./md5sums ¶
â??
30.0 B
./md5sums ¶
Files differ
â??
23.2 KB
data.tar.xz ¶
â??
23.2 KB
data.tar ¶
â??
9.21 KB
file list ¶
    
Offset 1, 47 lines modifiedOffset 1, 47 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/lib/tcltk/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/lib/tcltk/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/lib/tcltk/x86_64-linux-gnu/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/lib/tcltk/x86_64-linux-gnu/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/
7 -rw-r--r--···0·root·········(0)·root·········(0)······469·2020-11-21·22:19:48.000000·./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/pkgIndex.tcl7 -rw-r--r--···0·root·········(0)·root·········(0)······469·2021-04-23·09:38:40.000000·./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/pkgIndex.tcl
8 -rw-r--r--···0·root·········(0)·root·········(0)····56728·2020-11-21·22:19:48.000000·./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/tcltls.so8 -rw-r--r--···0·root·········(0)·root·········(0)····56728·2021-04-23·09:38:40.000000·./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/tcltls.so
9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/share/9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/share/
10 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/share/doc/10 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/share/doc/
11 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/11 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/
12 -rw-r--r--···0·root·········(0)·root·········(0)·····1482·2020-10-12·20:40:17.000000·./usr/share/doc/tcl-tls/README.txt12 -rw-r--r--···0·root·········(0)·root·········(0)·····1482·2020-10-12·20:40:17.000000·./usr/share/doc/tcl-tls/README.txt
13 -rw-r--r--···0·root·········(0)·root·········(0)·····3156·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/changelog.Debian.gz13 -rw-r--r--···0·root·········(0)·root·········(0)·····3239·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/changelog.Debian.gz
14 -rw-r--r--···0·root·········(0)·root·········(0)·····6572·2020-10-12·20:40:17.000000·./usr/share/doc/tcl-tls/changelog.gz14 -rw-r--r--···0·root·········(0)·root·········(0)·····6572·2020-10-12·20:40:17.000000·./usr/share/doc/tcl-tls/changelog.gz
15 -rw-r--r--···0·root·········(0)·root·········(0)·····2634·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/copyright15 -rw-r--r--···0·root·········(0)·root·········(0)·····2634·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/copyright
16 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/16 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/
17 -rw-r--r--···0·root·········(0)·root·········(0)·····1841·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/all.tcl17 -rw-r--r--···0·root·········(0)·root·········(0)·····1841·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/all.tcl
18 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/18 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/
19 -rw-r--r--···0·root·········(0)·root·········(0)······343·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/certs/README.txt19 -rw-r--r--···0·root·········(0)·root·········(0)······343·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/certs/README.txt
20 -rw-r--r--···0·root·········(0)·root·········(0)·····1298·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/ca.pem20 -rw-r--r--···0·root·········(0)·root·········(0)·····1298·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/ca.pem
21 -rw-r--r--···0·root·········(0)·root·········(0)·····1679·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/client.key21 -rw-r--r--···0·root·········(0)·root·········(0)·····1679·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/client.key
22 -rw-r--r--···0·root·········(0)·root·········(0)·····1151·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/client.pem22 -rw-r--r--···0·root·········(0)·root·········(0)·····1151·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/client.pem
23 -rw-r--r--···0·root·········(0)·root·········(0)······985·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/client.req23 -rw-r--r--···0·root·········(0)·root·········(0)······985·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/client.req
24 -rw-r--r--···0·root·········(0)·root·········(0)········3·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/file.srl24 -rw-r--r--···0·root·········(0)·root·········(0)········3·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/file.srl
25 -rw-r--r--···0·root·········(0)·root·········(0)·····1854·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/privkey.pem25 -rw-r--r--···0·root·········(0)·root·········(0)·····1854·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/privkey.pem
26 -rw-r--r--···0·root·········(0)·root·········(0)·····1675·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/server.key26 -rw-r--r--···0·root·········(0)·root·········(0)·····1675·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/server.key
27 -rw-r--r--···0·root·········(0)·root·········(0)·····1151·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/server.pem27 -rw-r--r--···0·root·········(0)·root·········(0)·····1151·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/server.pem
28 -rw-r--r--···0·root·········(0)·root·········(0)······985·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/certs/server.req28 -rw-r--r--···0·root·········(0)·root·········(0)······985·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/certs/server.req
29 -rw-r--r--···0·root·········(0)·root·········(0)·····1247·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/ciphers.test.gz29 -rw-r--r--···0·root·········(0)·root·········(0)·····1247·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/ciphers.test.gz
30 -rw-r--r--···0·root·········(0)·root·········(0)······664·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/keytest1.tcl30 -rw-r--r--···0·root·········(0)·root·········(0)······664·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/keytest1.tcl
31 -rw-r--r--···0·root·········(0)·root·········(0)······241·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/keytest2.tcl31 -rw-r--r--···0·root·········(0)·root·········(0)······241·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/keytest2.tcl
32 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/oldTests/32 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/oldTests/
33 -rw-r--r--···0·root·········(0)·root·········(0)·····1370·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/client.pem33 -rw-r--r--···0·root·········(0)·root·········(0)·····1370·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/client.pem
34 -rw-r--r--···0·root·········(0)·root·········(0)····10269·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/server.pem.gz34 -rw-r--r--···0·root·········(0)·root·········(0)····10269·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/server.pem.gz
35 -rw-r--r--···0·root·········(0)·root·········(0)······501·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tls.tcl35 -rw-r--r--···0·root·········(0)·root·········(0)······501·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tls.tcl
36 -rw-r--r--···0·root·········(0)·root·········(0)·····1085·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsAuto.tcl36 -rw-r--r--···0·root·········(0)·root·········(0)·····1085·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsAuto.tcl
37 -rw-r--r--···0·root·········(0)·root·········(0)······636·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsBlocking.tcl37 -rw-r--r--···0·root·········(0)·root·········(0)······636·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsBlocking.tcl
38 -rw-r--r--···0·root·········(0)·root·········(0)······265·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsCiphers.tcl38 -rw-r--r--···0·root·········(0)·root·········(0)······265·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsCiphers.tcl
39 -rw-r--r--···0·root·········(0)·root·········(0)······750·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsHttp.tcl39 -rw-r--r--···0·root·········(0)·root·········(0)······750·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsHttp.tcl
40 -rw-r--r--···0·root·········(0)·root·········(0)·····1315·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsSrv.tcl40 -rw-r--r--···0·root·········(0)·root·········(0)·····1315·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsSrv.tcl
41 -rw-r--r--···0·root·········(0)·root·········(0)·····1221·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsSrv2.tcl41 -rw-r--r--···0·root·········(0)·root·········(0)·····1221·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsSrv2.tcl
42 -rw-r--r--···0·root·········(0)·root·········(0)·····1046·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsUpload.tcl42 -rw-r--r--···0·root·········(0)·root·········(0)·····1046·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/oldTests/tlsUpload.tcl
43 -rw-r--r--···0·root·········(0)·root·········(0)·····1729·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/remote.tcl.gz43 -rw-r--r--···0·root·········(0)·root·········(0)·····1729·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/remote.tcl.gz
44 -rwxr-xr-x···0·root·········(0)·root·········(0)·····3020·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/simpleClient.tcl44 -rwxr-xr-x···0·root·········(0)·root·········(0)·····3020·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/simpleClient.tcl
45 -rwxr-xr-x···0·root·········(0)·root·········(0)·····2587·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/simpleServer.tcl45 -rwxr-xr-x···0·root·········(0)·root·········(0)·····2587·2020-10-12·20:39:22.000000·./usr/share/doc/tcl-tls/examples/simpleServer.tcl
46 -rw-r--r--···0·root·········(0)·root·········(0)····10492·2020-11-21·22:19:48.000000·./usr/share/doc/tcl-tls/examples/tlsIO.test.gz46 -rw-r--r--···0·root·········(0)·root·········(0)····10492·2021-04-23·09:38:40.000000·./usr/share/doc/tcl-tls/examples/tlsIO.test.gz
47 -rw-r--r--···0·root·········(0)·root·········(0)····18014·2020-10-12·20:40:18.000000·./usr/share/doc/tcl-tls/tls.htm47 -rw-r--r--···0·root·········(0)·root·········(0)····18014·2020-10-12·20:40:18.000000·./usr/share/doc/tcl-tls/tls.htm
â??
13.4 KB
./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/tcltls.so ¶
â??
1.21 KB
readelf --wide --program-header {} ¶
    
Offset 2, 15 lines modifiedOffset 2, 15 lines modified
2 Elf·file·type·is·DYN·(Shared·object·file)2 Elf·file·type·is·DYN·(Shared·object·file)
3 Entry·point·0x38303 Entry·point·0x3830
4 There·are·9·program·headers,·starting·at·offset·644 There·are·9·program·headers,·starting·at·offset·64
  
5 Program·Headers:5 Program·Headers:
6 ··Type···········Offset···VirtAddr···········PhysAddr···········FileSiz··MemSiz···Flg·Align6 ··Type···········Offset···VirtAddr···········PhysAddr···········FileSiz··MemSiz···Flg·Align
7 ··LOAD···········0x000000·0x0000000000000000·0x0000000000000000·0x002850·0x002850·R···0x10007 ··LOAD···········0x000000·0x0000000000000000·0x0000000000000000·0x002850·0x002850·R···0x1000
8 ··LOAD···········0x003000·0x0000000000003000·0x0000000000003000·0x005db9·0x005db9·R·E·0x10008 ··LOAD···········0x003000·0x0000000000003000·0x0000000000003000·0x005dc1·0x005dc1·R·E·0x1000
9 ··LOAD···········0x009000·0x0000000000009000·0x0000000000009000·0x003c5c·0x003c5c·R···0x10009 ··LOAD···········0x009000·0x0000000000009000·0x0000000000009000·0x003c5c·0x003c5c·R···0x1000
10 ··LOAD···········0x00cd70·0x000000000000dd70·0x000000000000dd70·0x000840·0x000930·RW··0x100010 ··LOAD···········0x00cd70·0x000000000000dd70·0x000000000000dd70·0x000840·0x000930·RW··0x1000
11 ··DYNAMIC········0x00cde0·0x000000000000dde0·0x000000000000dde0·0x0001f0·0x0001f0·RW··0x811 ··DYNAMIC········0x00cde0·0x000000000000dde0·0x000000000000dde0·0x0001f0·0x0001f0·RW··0x8
12 ··NOTE···········0x000238·0x0000000000000238·0x0000000000000238·0x000024·0x000024·R···0x412 ··NOTE···········0x000238·0x0000000000000238·0x0000000000000238·0x000024·0x000024·R···0x4
13 ··GNU_EH_FRAME···0x00c108·0x000000000000c108·0x000000000000c108·0x000164·0x000164·R···0x413 ··GNU_EH_FRAME···0x00c108·0x000000000000c108·0x000000000000c108·0x000164·0x000164·R···0x4
14 ··GNU_STACK······0x000000·0x0000000000000000·0x0000000000000000·0x000000·0x000000·RW··0x1014 ··GNU_STACK······0x000000·0x0000000000000000·0x0000000000000000·0x000000·0x000000·RW··0x10
15 ··GNU_RELRO······0x00cd70·0x000000000000dd70·0x000000000000dd70·0x000290·0x000290·R···0x115 ··GNU_RELRO······0x00cd70·0x000000000000dd70·0x000000000000dd70·0x000290·0x000290·R···0x1
â??
1.66 KB
readelf --wide --sections {} ¶
    
Offset 10, 16 lines modifiedOffset 10, 16 lines modified
10 ··[·5]·.gnu.version······VERSYM··········0000000000001860·001860·000108·02···A··3···0··210 ··[·5]·.gnu.version······VERSYM··········0000000000001860·001860·000108·02···A··3···0··2
11 ··[·6]·.gnu.version_r····VERNEED·········0000000000001968·001968·000090·00···A··4···3··811 ··[·6]·.gnu.version_r····VERNEED·········0000000000001968·001968·000090·00···A··4···3··8
12 ··[·7]·.rela.dyn·········RELA············00000000000019f8·0019f8·000270·18···A··3···0··812 ··[·7]·.rela.dyn·········RELA············00000000000019f8·0019f8·000270·18···A··3···0··8
13 ··[·8]·.rela.plt·········RELA············0000000000001c68·001c68·000be8·18··AI··3··22··813 ··[·8]·.rela.plt·········RELA············0000000000001c68·001c68·000be8·18··AI··3··22··8
14 ··[·9]·.init·············PROGBITS········0000000000003000·003000·000017·00··AX··0···0··414 ··[·9]·.init·············PROGBITS········0000000000003000·003000·000017·00··AX··0···0··4
15 ··[10]·.plt··············PROGBITS········0000000000003020·003020·000800·10··AX··0···0·1615 ··[10]·.plt··············PROGBITS········0000000000003020·003020·000800·10··AX··0···0·16
16 ··[11]·.plt.got··········PROGBITS········0000000000003820·003820·000008·08··AX··0···0··816 ··[11]·.plt.got··········PROGBITS········0000000000003820·003820·000008·08··AX··0···0··8
17 ··[12]·.text·············PROGBITS········0000000000003830·003830·00557e·00··AX··0···0·1617 ··[12]·.text·············PROGBITS········0000000000003830·003830·005586·00··AX··0···0·16
18 ··[13]·.fini·············PROGBITS········0000000000008db0·008db0·000009·00··AX··0···0··418 ··[13]·.fini·············PROGBITS········0000000000008db8·008db8·000009·00··AX··0···0··4
19 ··[14]·.rodata···········PROGBITS········0000000000009000·009000·003105·00···A··0···0··819 ··[14]·.rodata···········PROGBITS········0000000000009000·009000·003105·00···A··0···0··8
20 ··[15]·.eh_frame_hdr·····PROGBITS········000000000000c108·00c108·000164·00···A··0···0··420 ··[15]·.eh_frame_hdr·····PROGBITS········000000000000c108·00c108·000164·00···A··0···0··4
21 ··[16]·.eh_frame·········PROGBITS········000000000000c270·00c270·0009ec·00···A··0···0··821 ··[16]·.eh_frame·········PROGBITS········000000000000c270·00c270·0009ec·00···A··0···0··8
22 ··[17]·.init_array·······INIT_ARRAY······000000000000dd70·00cd70·000008·08··WA··0···0··822 ··[17]·.init_array·······INIT_ARRAY······000000000000dd70·00cd70·000008·08··WA··0···0··8
23 ··[18]·.fini_array·······FINI_ARRAY······000000000000dd78·00cd78·000008·08··WA··0···0··823 ··[18]·.fini_array·······FINI_ARRAY······000000000000dd78·00cd78·000008·08··WA··0···0··8
24 ··[19]·.data.rel.ro······PROGBITS········000000000000dd80·00cd80·000060·00··WA··0···0·3224 ··[19]·.data.rel.ro······PROGBITS········000000000000dd80·00cd80·000060·00··WA··0···0·32
25 ··[20]·.dynamic··········DYNAMIC·········000000000000dde0·00cde0·0001f0·10··WA··4···0··825 ··[20]·.dynamic··········DYNAMIC·········000000000000dde0·00cde0·0001f0·10··WA··4···0··8
â??
897 B
readelf --wide --dynamic {} ¶
    
Offset 1, 15 lines modifiedOffset 1, 15 lines modified
  
1 Dynamic·section·at·offset·0xcde0·contains·26·entries:1 Dynamic·section·at·offset·0xcde0·contains·26·entries:
2 ··Tag········Type·························Name/Value2 ··Tag········Type·························Name/Value
3 ·0x0000000000000001·(NEEDED)·············Shared·library:·[libssl.so.1.1]3 ·0x0000000000000001·(NEEDED)·············Shared·library:·[libssl.so.1.1]
4 ·0x0000000000000001·(NEEDED)·············Shared·library:·[libcrypto.so.1.1]4 ·0x0000000000000001·(NEEDED)·············Shared·library:·[libcrypto.so.1.1]
5 ·0x0000000000000001·(NEEDED)·············Shared·library:·[libc.so.6]5 ·0x0000000000000001·(NEEDED)·············Shared·library:·[libc.so.6]
6 ·0x000000000000000c·(INIT)···············0x30006 ·0x000000000000000c·(INIT)···············0x3000
7 ·0x000000000000000d·(FINI)···············0x8db07 ·0x000000000000000d·(FINI)···············0x8db8
8 ·0x0000000000000019·(INIT_ARRAY)·········0xdd708 ·0x0000000000000019·(INIT_ARRAY)·········0xdd70
9 ·0x000000000000001b·(INIT_ARRAYSZ)·······8·(bytes)9 ·0x000000000000001b·(INIT_ARRAYSZ)·······8·(bytes)
10 ·0x000000000000001a·(FINI_ARRAY)·········0xdd7810 ·0x000000000000001a·(FINI_ARRAY)·········0xdd78
11 ·0x000000000000001c·(FINI_ARRAYSZ)·······8·(bytes)11 ·0x000000000000001c·(FINI_ARRAYSZ)·······8·(bytes)
12 ·0x000000006ffffef5·(GNU_HASH)···········0x26012 ·0x000000006ffffef5·(GNU_HASH)···········0x260
13 ·0x0000000000000005·(STRTAB)·············0xee813 ·0x0000000000000005·(STRTAB)·············0xee8
14 ·0x0000000000000006·(SYMTAB)·············0x28814 ·0x0000000000000006·(SYMTAB)·············0x288
â??
430 B
readelf --wide --notes {} ¶
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner················Data·size·»  Description2 ··Owner················Data·size·»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·eaf4ea101637539fa6f6e90d4c51f12140c9143c3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·b9b7d2b7b6d67a5826b5d5f8a5ae0092ab121dfa
â??
1.68 KB
readelf --wide --debug-dump=frames {} ¶
    
Offset 1223, 39 lines modifiedOffset 1223, 39 lines modified
1223 ··DW_CFA_nop1223 ··DW_CFA_nop
  
1224 00000998·0000000000000010·0000099c·FDE·cie=00000000·pc=0000000000008be0..0000000000008bec1224 00000998·0000000000000010·0000099c·FDE·cie=00000000·pc=0000000000008be0..0000000000008bec
1225 ··DW_CFA_nop1225 ··DW_CFA_nop
1226 ··DW_CFA_nop1226 ··DW_CFA_nop
1227 ··DW_CFA_nop1227 ··DW_CFA_nop
  
1228 000009ac·0000000000000038·000009b0·FDE·cie=00000000·pc=0000000000008bf0..0000000000008dae1228 000009ac·0000000000000038·000009b0·FDE·cie=00000000·pc=0000000000008bf0..0000000000008db6
1229 ··DW_CFA_advance_loc:·2·to·0000000000008bf21229 ··DW_CFA_advance_loc:·2·to·0000000000008bf2
1230 ··DW_CFA_def_cfa_offset:·161230 ··DW_CFA_def_cfa_offset:·16
1231 ··DW_CFA_offset:·r13·(r13)·at·cfa-161231 ··DW_CFA_offset:·r13·(r13)·at·cfa-16
1232 ··DW_CFA_advance_loc:·2·to·0000000000008bf41232 ··DW_CFA_advance_loc:·2·to·0000000000008bf4
1233 ··DW_CFA_def_cfa_offset:·241233 ··DW_CFA_def_cfa_offset:·24
1234 ··DW_CFA_offset:·r12·(r12)·at·cfa-241234 ··DW_CFA_offset:·r12·(r12)·at·cfa-24
1235 ··DW_CFA_advance_loc:·1·to·0000000000008bf51235 ··DW_CFA_advance_loc:·1·to·0000000000008bf5
1236 ··DW_CFA_def_cfa_offset:·321236 ··DW_CFA_def_cfa_offset:·32
1237 ··DW_CFA_offset:·r6·(rbp)·at·cfa-321237 ··DW_CFA_offset:·r6·(rbp)·at·cfa-32
1238 ··DW_CFA_advance_loc:·4·to·0000000000008bf91238 ··DW_CFA_advance_loc:·4·to·0000000000008bf9
1239 ··DW_CFA_def_cfa_offset:·401239 ··DW_CFA_def_cfa_offset:·40
1240 ··DW_CFA_offset:·r3·(rbx)·at·cfa-401240 ··DW_CFA_offset:·r3·(rbx)·at·cfa-40
1241 ··DW_CFA_advance_loc:·4·to·0000000000008bfd1241 ··DW_CFA_advance_loc:·4·to·0000000000008bfd
1242 ··DW_CFA_def_cfa_offset:·641242 ··DW_CFA_def_cfa_offset:·64
1243 ··DW_CFA_advance_loc2:·258·to·0000000000008cff1243 ··DW_CFA_advance_loc2:·261·to·0000000000008d02
1244 ··DW_CFA_remember_state1244 ··DW_CFA_remember_state
1245 ··DW_CFA_def_cfa_offset:·401245 ··DW_CFA_def_cfa_offset:·40
1246 ··DW_CFA_advance_loc:·1·to·0000000000008d001246 ··DW_CFA_advance_loc:·4·to·0000000000008d06
1247 ··DW_CFA_def_cfa_offset:·321247 ··DW_CFA_def_cfa_offset:·32
1248 ··DW_CFA_advance_loc:·1·to·0000000000008d011248 ··DW_CFA_advance_loc:·1·to·0000000000008d07
1249 ··DW_CFA_def_cfa_offset:·241249 ··DW_CFA_def_cfa_offset:·24
1250 ··DW_CFA_advance_loc:·2·to·0000000000008d031250 ··DW_CFA_advance_loc:·2·to·0000000000008d09
1251 ··DW_CFA_def_cfa_offset:·161251 ··DW_CFA_def_cfa_offset:·16
1252 ··DW_CFA_advance_loc:·2·to·0000000000008d051252 ··DW_CFA_advance_loc:·2·to·0000000000008d0b
1253 ··DW_CFA_def_cfa_offset:·81253 ··DW_CFA_def_cfa_offset:·8
1254 ··DW_CFA_advance_loc:·11·to·0000000000008d101254 ··DW_CFA_advance_loc:·5·to·0000000000008d10
1255 ··DW_CFA_restore_state1255 ··DW_CFA_restore_state
  
1256 000009e8·ZERO·terminator1256 000009e8·ZERO·terminator
  
  
â??
711 B
strings --all --bytes=8 {} ¶
    
Offset 148, 15 lines modifiedOffset 148, 15 lines modified
148 AVAUATE1148 AVAUATE1
149 []A\A]A^149 []A\A]A^
150 AVAUATUSH150 AVAUATUSH
151 []A\A]A^151 []A\A]A^
152 []A\A]A^A_152 []A\A]A^A_
153 []A\A]A^A_153 []A\A]A^A_
154 []A\A]A^A_154 []A\A]A^A_
155 OpenSSL·1.1.1h··22·Sep·2020155 OpenSSL·1.1.1k··25·Mar·2021
156 subcommand·?args?156 subcommand·?args?
157 Unknown·parameter157 Unknown·parameter
158 Error·generating·private·key158 Error·generating·private·key
159 Error·signing·certificate159 Error·signing·certificate
160 ?-local?·channel160 ?-local?·channel
161 ":·not·a·TLS·channel161 ":·not·a·TLS·channel
162 bad·channel·"162 bad·channel·"
Offset 495, 15 lines modifiedOffset 495, 15 lines modified
495 Bad·time·value495 Bad·time·value
496 %s·%2d·%02d:%02d:%02d·%d%s496 %s·%2d·%02d:%02d:%02d·%d%s
497 0123456789ABCDEF497 0123456789ABCDEF
498 sha1_hash498 sha1_hash
499 notBefore499 notBefore
500 notAfter500 notAfter
501 interpreter·uses·an·incompatible·stubs·mechanism501 interpreter·uses·an·incompatible·stubs·mechanism
502 f4ea101637539fa6f6e90d4c51f12140c9143c.debug502 b7d2b7b6d67a5826b5d5f8a5ae0092ab121dfa.debug
503 .shstrtab503 .shstrtab
504 .note.gnu.build-id504 .note.gnu.build-id
505 .gnu.hash505 .gnu.hash
506 .gnu.version506 .gnu.version
507 .gnu.version_r507 .gnu.version_r
508 .rela.dyn508 .rela.dyn
509 .rela.plt509 .rela.plt
â??
3.85 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {} ¶
    
Offset 5104, 101 lines modifiedOffset 5104, 104 lines modified
5104 »       mov····%rax,0x8(%rsp)5104 »       mov····%rax,0x8(%rsp)
5105 »       xor····%eax,%eax5105 »       xor····%eax,%eax
5106 »       movq···$0x0,(%rsp)5106 »       movq···$0x0,(%rsp)
5107 »       test···%rbx,%rbx5107 »       test···%rbx,%rbx
5108 »       je·····8d10·<Tls_Init@@Base+0x1c80>5108 »       je·····8d10·<Tls_Init@@Base+0x1c80>
5109 »       cmpl···$0xfca3bacf,(%rbx)5109 »       cmpl···$0xfca3bacf,(%rbx)
5110 »       jne····8d10·<Tls_Init@@Base+0x1c80>5110 »       jne····8d10·<Tls_Init@@Base+0x1c80>
 5111 »       mov····%rsp,%r8
5111 »       mov····%rsi,%r125112 »       mov····%rsi,%r12
5112 »       mov····%edx,%r13d5113 »       mov····%edx,%r13d
5113 »       xor····%ecx,%ecx5114 »       xor····%ecx,%ecx
5114 »       mov····%rsi,%rdx5115 »       mov····%rsi,%rdx
5115 »       mov····%rsp,%r8 
5116 »       lea····0x34be(%rip),%rsi········5116 »       lea····0x34be(%rip),%rsi········
5117 »       call···*0x18(%rbx)5117 »       call···*0x18(%rbx)
 5118 »       mov····%rax,%r8
5118 »       test···%rax,%rax5119 »       test···%rax,%rax
5119 »       je·····8d8e·<Tls_Init@@Base+0x1cfe>5120 »       je·····8d8e·<Tls_Init@@Base+0x1cfe>
5120 »       test···%r13d,%r13d5121 »       test···%r13d,%r13d
5121 »       je·····8cb3·<Tls_Init@@Base+0x1c23>5122 »       je·····8cb6·<Tls_Init@@Base+0x1c26>
5122 »       movzbl·(%r12),%edi5123 »       movzbl·(%r12),%esi
5123 »       test···%dil,%dil5124 »       test···%sil,%sil
5124 »       je·····8c92·<Tls_Init@@Base+0x1c02>5125 »       je·····8c92·<Tls_Init@@Base+0x1c02>
5125 »       mov····%r12,%rcx5126 »       mov····%r12,%rdx
5126 »       movsbl·%dil,%edx5127 »       movsbl·%sil,%eax
5127 »       xor····%esi,%esi5128 »       xor····%ecx,%ecx
5128 »       nopw···0x0(%rax,%rax,1)5129 »       nopw···0x0(%rax,%rax,1)
5129 »       sub····$0x30,%edx5130 »       sub····$0x30,%eax
5130 »       add····$0x1,%rcx5131 »       add····$0x1,%rdx
5131 »       cmp····$0x9,%edx5132 »       cmp····$0x9,%eax
5132 »       seta···%dl5133 »       seta···%al
5133 »       movzbl·%dl,%edx5134 »       movzbl·%al,%eax
5134 »       add····%edx,%esi5135 »       add····%eax,%ecx
5135 »       movsbl·(%rcx),%edx5136 »       movsbl·(%rdx),%eax
5136 »       test···%dl,%dl5137 »       test···%al,%al
5137 »       jne····8c70·<Tls_Init@@Base+0x1be0>5138 »       jne····8c70·<Tls_Init@@Base+0x1be0>
5138 »       cmp····$0x1,%esi5139 »       cmp····$0x1,%ecx
5139 »       je·····8d58·<Tls_Init@@Base+0x1cc8>5140 »       je·····8d58·<Tls_Init@@Base+0x1cc8>
5140 »       xor····%r8d,%r8d5141 »       xor····%r8d,%r8d
5141 »       mov····$0x1,%ecx5142 »       mov····$0x1,%ecx
5142 »       mov····%r12,%rdx5143 »       mov····%r12,%rdx
5143 »       mov····%rbp,%rdi5144 »       mov····%rbp,%rdi
5144 »       lea····0x345a(%rip),%rsi········5145 »       lea····0x345a(%rip),%rsi········
5145 »       call···*0x18(%rbx)5146 »       call···*0x18(%rbx)
 5147 »       mov····%rax,%r8
5146 »       test···%rax,%rax5148 »       test···%rax,%rax
5147 »       je·····8d8e·<Tls_Init@@Base+0x1cfe>5149 »       je·····8d8e·<Tls_Init@@Base+0x1cfe>
5148 »       mov····(%rsp),%rdx5150 »       mov····(%rsp),%rax
5149 »       mov····%rdx,0x59c2(%rip)········5151 »       mov····%rax,0x59bf(%rip)········
5150 »       mov····0x8(%rdx),%rdx5152 »       mov····0x8(%rax),%rax
5151 »       test···%rdx,%rdx5153 »       test···%rax,%rax
5152 »       je·····8d30·<Tls_Init@@Base+0x1ca0>5154 »       je·····8d30·<Tls_Init@@Base+0x1ca0>
5153 »       mov····(%rdx),%rcx5155 »       mov····(%rax),%rdx
5154 »       mov····%rcx,0x59b7(%rip)········ 
5155 »       mov····0x8(%rdx),%rcx 
5156 »       mov····0x10(%rdx),%rdx 
5157 »       mov····%rcx,0x59b0(%rip)········ 
5158 »       mov····%rdx,0x59b1(%rip)········5156 »       mov····%rdx,0x59b4(%rip)········
 5157 »       mov····0x8(%rax),%rdx
 5158 »       mov····0x10(%rax),%rax
 5159 »       mov····%rdx,0x59ad(%rip)········
 5160 »       mov····%rax,0x59ae(%rip)········
5159 »       mov····0x8(%rsp),%rbx5161 »       mov····0x8(%rsp),%rax
5160 »       xor····%fs:0x28,%rbx5162 »       sub····%fs:0x28,%rax
5161 »       jne····8da9·<Tls_Init@@Base+0x1d19>5163 »       jne····8db1·<Tls_Init@@Base+0x1d21>
5162 »       add····$0x18,%rsp5164 »       add····$0x18,%rsp
 5165 »       mov····%r8,%rax
5163 »       pop····%rbx5166 »       pop····%rbx
5164 »       pop····%rbp5167 »       pop····%rbp
5165 »       pop····%r125168 »       pop····%r12
5166 »       pop····%r135169 »       pop····%r13
5167 »       retq···5170 »       retq···
5168 »       cs·nopw·0x0(%rax,%rax,1)5171 »       nopl···0x0(%rax)
5169 »       lea····0x33b9(%rip),%rax········5172 »       lea····0x33b9(%rip),%rax········
5170 »       movq···$0x0,0x8(%rbp)5173 »       movq···$0x0,0x8(%rbp)
 5174 »       xor····%r8d,%r8d
5171 »       mov····%rax,0x0(%rbp)5175 »       mov····%rax,0x0(%rbp)
5172 »       xor····%eax,%eax 
5173 »       jmp····8ce7·<Tls_Init@@Base+0x1c57>5176 »       jmp····8cea·<Tls_Init@@Base+0x1c5a>
5174 »       nopw···0x0(%rax,%rax,1)5177 »       nopl···0x0(%rax,%rax,1)
5175 »       movq···$0x0,0x594d(%rip)········5178 »       movq···$0x0,0x594d(%rip)········
5176 »       movq···$0x0,0x594a(%rip)········5179 »       movq···$0x0,0x594a(%rip)········
5177 »       movq···$0x0,0x5947(%rip)········5180 »       movq···$0x0,0x5947(%rip)········
5178 »       jmp····8ce7·<Tls_Init@@Base+0x1c57>5181 »       jmp····8cea·<Tls_Init@@Base+0x1c5a>
5179 »       nopl···0x0(%rax,%rax,1)5182 »       nopl···0x0(%rax,%rax,1)
5180 »       mov····%rax,%rdx5183 »       mov····%r8,%rax
5181 »       mov····%r12,%rcx5184 »       mov····%r12,%rdx
5182 »       jmp····8d71·<Tls_Init@@Base+0x1ce1>5185 »       jmp····8d71·<Tls_Init@@Base+0x1ce1>
5183 »       movzbl·0x1(%rcx),%edi5186 »       movzbl·0x1(%rdx),%esi
5184 »       add····$0x1,%rcx 
5185 »       add····$0x1,%rdx5187 »       add····$0x1,%rdx
 5188 »       add····$0x1,%rax
5186 »       test···%dil,%dil5189 »       test···%sil,%sil
5187 »       je·····8d98·<Tls_Init@@Base+0x1d08>5190 »       je·····8da0·<Tls_Init@@Base+0x1d10>
5188 »       cmp····%dil,(%rdx)5191 »       cmp····%sil,(%rax)
5189 »       je·····8d60·<Tls_Init@@Base+0x1cd0>5192 »       je·····8d60·<Tls_Init@@Base+0x1cd0>
5190 »       xor····%r8d,%r8d5193 »       xor····%r8d,%r8d
5191 »       mov····$0x1,%ecx5194 »       mov····$0x1,%ecx
5192 »       mov····%r12,%rdx5195 »       mov····%r12,%rdx
5193 »       mov····%rbp,%rdi5196 »       mov····%rbp,%rdi
5194 »       lea····0x3376(%rip),%rsi········5197 »       lea····0x3376(%rip),%rsi········
5195 »       call···*0x18(%rbx)5198 »       call···*0x18(%rbx)
5196 »       xor····%eax,%eax5199 »       xor····%r8d,%r8d
5197 »       jmp····8ce7·<Tls_Init@@Base+0x1c57>5200 »       jmp····8cea·<Tls_Init@@Base+0x1c5a>
5198 »       nopl···(%rax)5201 »       cs·nopw·0x0(%rax,%rax,1)
5199 »       movsbl·(%rdx),%edx5202 »       movsbl·(%rax),%eax
5200 »       sub····$0x30,%edx5203 »       sub····$0x30,%eax
5201 »       cmp····$0x9,%edx5204 »       cmp····$0x9,%eax
5202 »       ja·····8cb3·<Tls_Init@@Base+0x1c23>5205 »       ja·····8cb6·<Tls_Init@@Base+0x1c26>
5203 »       jmp····8d76·<Tls_Init@@Base+0x1ce6>5206 »       jmp····8d76·<Tls_Init@@Base+0x1ce6>
5204 »       call···34e0·<__stack_chk_fail@plt>5207 »       call···34e0·<__stack_chk_fail@plt>
â??
343 B
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.fini {} ¶
    
Offset 1, 9 lines modifiedOffset 1, 9 lines modified
  
  
  
1 Disassembly·of·section·.fini:1 Disassembly·of·section·.fini:
  
2 0000000000008db0·<.fini>:2 0000000000008db8·<.fini>:
3 »       sub····$0x8,%rsp3 »       sub····$0x8,%rsp
4 »       add····$0x8,%rsp4 »       add····$0x8,%rsp
5 »       retq···5 »       retq···
â??
887 B
readelf --wide --decompress --hex-dump=.rodata {} ¶
    
Offset 1, 11 lines modifiedOffset 1, 11 lines modified
  
1 Hex·dump·of·section·'.rodata':1 Hex·dump·of·section·'.rodata':
2 ··0x00009000·4f70656e·53534c20·312e312e·31682020·OpenSSL·1.1.1h··2 ··0x00009000·4f70656e·53534c20·312e312e·316b2020·OpenSSL·1.1.1k··
3 ··0x00009010·32322053·65702032·30323000·73756263·22·Sep·2020.subc3 ··0x00009010·3235204d·61722032·30323100·73756263·25·Mar·2021.subc
4 ··0x00009020·6f6d6d61·6e64203f·61726773·3f006461·ommand·?args?.da4 ··0x00009020·6f6d6d61·6e64203f·61726773·3f006461·ommand·?args?.da
5 ··0x00009030·79730073·65726961·6c00456d·61696c00·ys.serial.Email.5 ··0x00009030·79730073·65726961·6c00456d·61696c00·ys.serial.Email.
6 ··0x00009040·556e6b6e·6f776e20·70617261·6d657465·Unknown·paramete6 ··0x00009040·556e6b6e·6f776e20·70617261·6d657465·Unknown·paramete
7 ··0x00009050·72004572·726f7220·67656e65·72617469·r.Error·generati7 ··0x00009050·72004572·726f7220·67656e65·72617469·r.Error·generati
8 ··0x00009060·6e672070·72697661·7465206b·65790043·ng·private·key.C8 ··0x00009060·6e672070·72697661·7465206b·65790043·ng·private·key.C
9 ··0x00009070·00535400·4f004f55·00434e00·4572726f·.ST.O.OU.CN.Erro9 ··0x00009070·00535400·4f004f55·00434e00·4572726f·.ST.O.OU.CN.Erro
10 ··0x00009080·72207369·676e696e·67206365·72746966·r·signing·certif10 ··0x00009080·72207369·676e696e·67206365·72746966·r·signing·certif
â??
1.03 KB
readelf --wide --decompress --hex-dump=.eh_frame {} ¶
    
Offset 151, 12 lines modifiedOffset 151, 12 lines modified
151 ··0x0000cbb0·0b000000·50000000·48090000·64baffff·....P...H...d...151 ··0x0000cbb0·0b000000·50000000·48090000·64baffff·....P...H...d...
152 ··0x0000cbc0·b6050000·00420e10·8f02420e·188e0347·.....B....B....G152 ··0x0000cbc0·b6050000·00420e10·8f02420e·188e0347·.....B....B....G
153 ··0x0000cbd0·0e208d04·420e288c·05410e30·8606460e·.·..B.(..A.0..F.153 ··0x0000cbd0·0e208d04·420e288c·05410e30·8606460e·.·..B.(..A.0..F.
154 ··0x0000cbe0·38830747·0ed0c103·0330050a·0e38440e·8..G.....0...8D.154 ··0x0000cbe0·38830747·0ed0c103·0330050a·0e38440e·8..G.....0...8D.
155 ··0x0000cbf0·30410e28·420e2042·0e18420e·10420e08·0A.(B.·B..B..B..155 ··0x0000cbf0·30410e28·420e2042·0e18420e·10420e08·0A.(B.·B..B..B..
156 ··0x0000cc00·480b0000·00000000·10000000·9c090000·H...............156 ··0x0000cc00·480b0000·00000000·10000000·9c090000·H...............
157 ··0x0000cc10·d0bfffff·0c000000·00000000·38000000·............8...157 ··0x0000cc10·d0bfffff·0c000000·00000000·38000000·............8...
158 ··0x0000cc20·b0090000·ccbfffff·be010000·00420e10·.............B..158 ··0x0000cc20·b0090000·ccbfffff·c6010000·00420e10·.............B..
159 ··0x0000cc30·8d02420e·188c0341·0e208604·440e2883·..B....A.·..D.(.159 ··0x0000cc30·8d02420e·188c0341·0e208604·440e2883·..B....A.·..D.(.
160 ··0x0000cc40·05440e40·0302010a·0e28410e·20410e18·.D.@.....(A.·A..160 ··0x0000cc40·05440e40·0305010a·0e28440e·20410e18·.D.@.....(D.·A..
161 ··0x0000cc50·420e1042·0e084b0b·00000000··········B..B..K.....161 ··0x0000cc50·420e1042·0e08450b·00000000··········B..B..E.....
  
â??
683 B
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·66346561·31303136·33373533·39666136·f4ea101637539fa6 
3 ··0x00000010·66366539·30643463·35316631·32313430·f6e90d4c51f121402 ··0x00000000·62376432·62376236·64363761·35383236·b7d2b7b6d67a5826
 3 ··0x00000010·62356435·66386135·61653030·39326162·b5d5f8a5ae0092ab
4 ··0x00000020·63393134·33632e64·65627567·00000000·c9143c.debug....4 ··0x00000020·31323164·66612e64·65627567·00000000·121dfa.debug....
5 ··0x00000030·08244990····························.$I.5 ··0x00000030·fa64d96d····························.d.m
  
â??
570 B
./usr/share/doc/tcl-tls/changelog.Debian.gz ¶
â??
484 B
changelog.Debian ¶
    
Offset 1, 7 lines modifiedOffset 1, 15 lines modified
 1 tcltls·(1.7.22-2)·unstable;·urgency=medium
  
 2 ··*·Team·upload.
 3 ··*·Remove·build-conflicts·on·openssl,·but·explicitly·use·the·fallback
 4 ····(Closes:·#987397).
  
 5 ·--·Andrej·Shadura·<andrewsh@debian.org>··Fri,·23·Apr·2021·11:38:40·+0200
  
1 tcltls·(1.7.22-1)·unstable;·urgency=medium6 tcltls·(1.7.22-1)·unstable;·urgency=medium
  
2 ··*·New·upstream·release.7 ··*·New·upstream·release.
  
3 ·--·Sergei·Golovan·<sgolovan@debian.org>··Sun,·22·Nov·2020·01:19:48·+03008 ·--·Sergei·Golovan·<sgolovan@debian.org>··Sun,·22·Nov·2020·01:19:48·+0300
  
4 tcltls·(1.7.21-1)·unstable;·urgency=medium9 tcltls·(1.7.21-1)·unstable;·urgency=medium
--- binary-tcl-tls/tcl-tls_1.7.22-1_amd64.deb
+++ tcl-tls_1.7.22-2_amd64.deb
â??â??â?? file list
â?? @@ -1,3 +1,3 @@
â?? --rw-r--r--   0        0        0        4 2020-11-21 22:19:48.000000 debian-binary
â?? --rw-r--r--   0        0        0     1672 2020-11-21 22:19:48.000000 control.tar.xz
â?? --rw-r--r--   0        0        0    71900 2020-11-21 22:19:48.000000 data.tar.xz
â?? +-rw-r--r--   0        0        0        4 2021-04-23 09:38:40.000000 debian-binary
â?? +-rw-r--r--   0        0        0     1668 2021-04-23 09:38:40.000000 control.tar.xz
â?? +-rw-r--r--   0        0        0    71984 2021-04-23 09:38:40.000000 data.tar.xz
â??â??â?? control.tar.xz
â?? â??â??â?? control.tar
â?? â?? â??â??â?? file list
â?? â?? â?? @@ -1,3 +1,3 @@
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)      635 2020-11-21 22:19:48.000000 ./control
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     2833 2020-11-21 22:19:48.000000 ./md5sums
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)      637 2021-04-23 09:38:40.000000 ./control
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     2833 2021-04-23 09:38:40.000000 ./md5sums
â?? â?? â??â??â?? ./control
â?? â?? â?? @@ -1,14 +1,14 @@
â?? â?? â??  Package: tcl-tls
â?? â?? â??  Source: tcltls
â?? â?? â?? -Version: 1.7.22-1
â?? â?? â?? +Version: 1.7.22-2
â?? â?? â??  Architecture: amd64
â?? â?? â??  Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
â?? â?? â??  Installed-Size: 170
â?? â?? â?? -Depends: libc6 (>= 2.14), libssl1.1 (>= 1.1.0), libtcl8.6 (>= 8.6.9+dfsg-2) | libtcl
â?? â?? â?? +Depends: libc6 (>= 2.14), libssl1.1 (>= 1.1.0), libtcl8.6 (>= 8.6.11+dfsg-1~) | libtcl
â?? â?? â??  Conflicts: libtls0, tcltls
â?? â?? â??  Replaces: libtls0, tcltls
â?? â?? â??  Provides: tcltls
â?? â?? â??  Section: libs
â?? â?? â??  Priority: optional
â?? â?? â??  Multi-Arch: same
â?? â?? â??  Homepage: https://core.tcl.tk/tcltls
â?? â?? â??â??â?? ./md5sums
â?? â?? â?? â??â??â?? ./md5sums
â?? â?? â?? â??â?? Files differ
â??â??â?? data.tar.xz
â?? â??â??â?? data.tar
â?? â?? â??â??â?? file list
â?? â?? â?? @@ -1,47 +1,47 @@
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/lib/
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/lib/tcltk/
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/lib/tcltk/x86_64-linux-gnu/
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)      469 2020-11-21 22:19:48.000000 ./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/pkgIndex.tcl
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)    56728 2020-11-21 22:19:48.000000 ./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/tcltls.so
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/share/
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/share/doc/
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/lib/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/lib/tcltk/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/lib/tcltk/x86_64-linux-gnu/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)      469 2021-04-23 09:38:40.000000 ./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/pkgIndex.tcl
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)    56728 2021-04-23 09:38:40.000000 ./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/tcltls.so
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/share/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/share/doc/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     1482 2020-10-12 20:40:17.000000 ./usr/share/doc/tcl-tls/README.txt
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     3156 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/changelog.Debian.gz
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     3239 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/changelog.Debian.gz
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     6572 2020-10-12 20:40:17.000000 ./usr/share/doc/tcl-tls/changelog.gz
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     2634 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/copyright
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     2634 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/copyright
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     1841 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/all.tcl
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)      343 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/certs/README.txt
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     1298 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/ca.pem
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     1679 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/client.key
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     1151 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/client.pem
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)      985 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/client.req
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)        3 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/file.srl
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     1854 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/privkey.pem
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     1675 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/server.key
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     1151 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/server.pem
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)      985 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/certs/server.req
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)     1247 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/ciphers.test.gz
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     1298 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/ca.pem
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     1679 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/client.key
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     1151 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/client.pem
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)      985 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/client.req
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)        3 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/file.srl
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     1854 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/privkey.pem
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     1675 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/server.key
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     1151 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/server.pem
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)      985 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/certs/server.req
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)     1247 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/ciphers.test.gz
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)      664 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/keytest1.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)      241 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/keytest2.tcl
â?? â?? â?? -drwxr-xr-x   0 root         (0) root         (0)        0 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/oldTests/
â?? â?? â?? +drwxr-xr-x   0 root         (0) root         (0)        0 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/oldTests/
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     1370 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/client.pem
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)    10269 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/server.pem.gz
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)      501 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/tls.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     1085 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/tlsAuto.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)      636 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/tlsBlocking.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)      265 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/tlsCiphers.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)      750 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/tlsHttp.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     1315 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/tlsSrv.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     1221 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/tlsSrv2.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     1046 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/oldTests/tlsUpload.tcl
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)     1729 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/remote.tcl.gz
â?? â?? â??  -rwxr-xr-x   0 root         (0) root         (0)     3020 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/simpleClient.tcl
â?? â?? â??  -rwxr-xr-x   0 root         (0) root         (0)     2587 2020-10-12 20:39:22.000000 ./usr/share/doc/tcl-tls/examples/simpleServer.tcl
â?? â?? â?? --rw-r--r--   0 root         (0) root         (0)    10492 2020-11-21 22:19:48.000000 ./usr/share/doc/tcl-tls/examples/tlsIO.test.gz
â?? â?? â?? +-rw-r--r--   0 root         (0) root         (0)    10492 2021-04-23 09:38:40.000000 ./usr/share/doc/tcl-tls/examples/tlsIO.test.gz
â?? â?? â??  -rw-r--r--   0 root         (0) root         (0)    18014 2020-10-12 20:40:18.000000 ./usr/share/doc/tcl-tls/tls.htm
â?? â?? â??â??â?? ./usr/lib/tcltk/x86_64-linux-gnu/tcltls1.7.22/tcltls.so
â?? â?? â?? â??â??â?? readelf --wide --program-header {}
â?? â?? â?? â?? @@ -2,15 +2,15 @@
â?? â?? â?? â??  Elf file type is DYN (Shared object file)
â?? â?? â?? â??  Entry point 0x3830
â?? â?? â?? â??  There are 9 program headers, starting at offset 64
â?? â?? â?? â??  
â?? â?? â?? â??  Program Headers:
â?? â?? â?? â??    Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align
â?? â?? â?? â??    LOAD           0x000000 0x0000000000000000 0x0000000000000000 0x002850 0x002850 R   0x1000
â?? â?? â?? â?? -  LOAD           0x003000 0x0000000000003000 0x0000000000003000 0x005db9 0x005db9 R E 0x1000
â?? â?? â?? â?? +  LOAD           0x003000 0x0000000000003000 0x0000000000003000 0x005dc1 0x005dc1 R E 0x1000
â?? â?? â?? â??    LOAD           0x009000 0x0000000000009000 0x0000000000009000 0x003c5c 0x003c5c R   0x1000
â?? â?? â?? â??    LOAD           0x00cd70 0x000000000000dd70 0x000000000000dd70 0x000840 0x000930 RW  0x1000
â?? â?? â?? â??    DYNAMIC        0x00cde0 0x000000000000dde0 0x000000000000dde0 0x0001f0 0x0001f0 RW  0x8
â?? â?? â?? â??    NOTE           0x000238 0x0000000000000238 0x0000000000000238 0x000024 0x000024 R   0x4
â?? â?? â?? â??    GNU_EH_FRAME   0x00c108 0x000000000000c108 0x000000000000c108 0x000164 0x000164 R   0x4
â?? â?? â?? â??    GNU_STACK      0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW  0x10
â?? â?? â?? â??    GNU_RELRO      0x00cd70 0x000000000000dd70 0x000000000000dd70 0x000290 0x000290 R   0x1
â?? â?? â?? â??â??â?? readelf --wide --sections {}
â?? â?? â?? â?? @@ -10,16 +10,16 @@
â?? â?? â?? â??    [ 5] .gnu.version      VERSYM          0000000000001860 001860 000108 02   A  3   0  2
â?? â?? â?? â??    [ 6] .gnu.version_r    VERNEED         0000000000001968 001968 000090 00   A  4   3  8
â?? â?? â?? â??    [ 7] .rela.dyn         RELA            00000000000019f8 0019f8 000270 18   A  3   0  8
â?? â?? â?? â??    [ 8] .rela.plt         RELA            0000000000001c68 001c68 000be8 18  AI  3  22  8
â?? â?? â?? â??    [ 9] .init             PROGBITS        0000000000003000 003000 000017 00  AX  0   0  4
â?? â?? â?? â??    [10] .plt              PROGBITS        0000000000003020 003020 000800 10  AX  0   0 16
â?? â?? â?? â??    [11] .plt.got          PROGBITS        0000000000003820 003820 000008 08  AX  0   0  8
â?? â?? â?? â?? -  [12] .text             PROGBITS        0000000000003830 003830 00557e 00  AX  0   0 16
â?? â?? â?? â?? -  [13] .fini             PROGBITS        0000000000008db0 008db0 000009 00  AX  0   0  4
â?? â?? â?? â?? +  [12] .text             PROGBITS        0000000000003830 003830 005586 00  AX  0   0 16
â?? â?? â?? â?? +  [13] .fini             PROGBITS        0000000000008db8 008db8 000009 00  AX  0   0  4
â?? â?? â?? â??    [14] .rodata           PROGBITS        0000000000009000 009000 003105 00   A  0   0  8
â?? â?? â?? â??    [15] .eh_frame_hdr     PROGBITS        000000000000c108 00c108 000164 00   A  0   0  4
â?? â?? â?? â??    [16] .eh_frame         PROGBITS        000000000000c270 00c270 0009ec 00   A  0   0  8
â?? â?? â?? â??    [17] .init_array       INIT_ARRAY      000000000000dd70 00cd70 000008 08  WA  0   0  8
â?? â?? â?? â??    [18] .fini_array       FINI_ARRAY      000000000000dd78 00cd78 000008 08  WA  0   0  8
â?? â?? â?? â??    [19] .data.rel.ro      PROGBITS        000000000000dd80 00cd80 000060 00  WA  0   0 32
â?? â?? â?? â??    [20] .dynamic          DYNAMIC         000000000000dde0 00cde0 0001f0 10  WA  4   0  8
â?? â?? â?? â??â??â?? readelf --wide --dynamic {}
â?? â?? â?? â?? @@ -1,15 +1,15 @@
â?? â?? â?? â??  
â?? â?? â?? â??  Dynamic section at offset 0xcde0 contains 26 entries:
â?? â?? â?? â??    Tag        Type                         Name/Value
â?? â?? â?? â??   0x0000000000000001 (NEEDED)             Shared library: [libssl.so.1.1]
â?? â?? â?? â??   0x0000000000000001 (NEEDED)             Shared library: [libcrypto.so.1.1]
â?? â?? â?? â??   0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
â?? â?? â?? â??   0x000000000000000c (INIT)               0x3000
â?? â?? â?? â?? - 0x000000000000000d (FINI)               0x8db0
â?? â?? â?? â?? + 0x000000000000000d (FINI)               0x8db8
â?? â?? â?? â??   0x0000000000000019 (INIT_ARRAY)         0xdd70
â?? â?? â?? â??   0x000000000000001b (INIT_ARRAYSZ)       8 (bytes)
â?? â?? â?? â??   0x000000000000001a (FINI_ARRAY)         0xdd78
â?? â?? â?? â??   0x000000000000001c (FINI_ARRAYSZ)       8 (bytes)
â?? â?? â?? â??   0x000000006ffffef5 (GNU_HASH)           0x260
â?? â?? â?? â??   0x0000000000000005 (STRTAB)             0xee8
â?? â?? â?? â??   0x0000000000000006 (SYMTAB)             0x288
â?? â?? â?? â??â??â?? readelf --wide --notes {}
â?? â?? â?? â?? @@ -1,4 +1,4 @@
â?? â?? â?? â??  
â?? â?? â?? â??  Displaying notes found in: .note.gnu.build-id
â?? â?? â?? â??    Owner                Data size 	Description
â?? â?? â?? â?? -  GNU                  0x00000014	NT_GNU_BUILD_ID (unique build ID bitstring)	    Build ID: eaf4ea101637539fa6f6e90d4c51f12140c9143c
â?? â?? â?? â?? +  GNU                  0x00000014	NT_GNU_BUILD_ID (unique build ID bitstring)	    Build ID: b9b7d2b7b6d67a5826b5d5f8a5ae0092ab121dfa
â?? â?? â?? â??â??â?? readelf --wide --debug-dump=frames {}
â?? â?? â?? â?? @@ -1223,39 +1223,39 @@
â?? â?? â?? â??    DW_CFA_nop
â?? â?? â?? â??  
â?? â?? â?? â??  00000998 0000000000000010 0000099c FDE cie=00000000 pc=0000000000008be0..0000000000008bec
â?? â?? â?? â??    DW_CFA_nop
â?? â?? â?? â??    DW_CFA_nop
â?? â?? â?? â??    DW_CFA_nop
â?? â?? â?? â??  
â?? â?? â?? â?? -000009ac 0000000000000038 000009b0 FDE cie=00000000 pc=0000000000008bf0..0000000000008dae
â?? â?? â?? â?? +000009ac 0000000000000038 000009b0 FDE cie=00000000 pc=0000000000008bf0..0000000000008db6
â?? â?? â?? â??    DW_CFA_advance_loc: 2 to 0000000000008bf2
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 16
â?? â?? â?? â??    DW_CFA_offset: r13 (r13) at cfa-16
â?? â?? â?? â??    DW_CFA_advance_loc: 2 to 0000000000008bf4
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 24
â?? â?? â?? â??    DW_CFA_offset: r12 (r12) at cfa-24
â?? â?? â?? â??    DW_CFA_advance_loc: 1 to 0000000000008bf5
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 32
â?? â?? â?? â??    DW_CFA_offset: r6 (rbp) at cfa-32
â?? â?? â?? â??    DW_CFA_advance_loc: 4 to 0000000000008bf9
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 40
â?? â?? â?? â??    DW_CFA_offset: r3 (rbx) at cfa-40
â?? â?? â?? â??    DW_CFA_advance_loc: 4 to 0000000000008bfd
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 64
â?? â?? â?? â?? -  DW_CFA_advance_loc2: 258 to 0000000000008cff
â?? â?? â?? â?? +  DW_CFA_advance_loc2: 261 to 0000000000008d02
â?? â?? â?? â??    DW_CFA_remember_state
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 40
â?? â?? â?? â?? -  DW_CFA_advance_loc: 1 to 0000000000008d00
â?? â?? â?? â?? +  DW_CFA_advance_loc: 4 to 0000000000008d06
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 32
â?? â?? â?? â?? -  DW_CFA_advance_loc: 1 to 0000000000008d01
â?? â?? â?? â?? +  DW_CFA_advance_loc: 1 to 0000000000008d07
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 24
â?? â?? â?? â?? -  DW_CFA_advance_loc: 2 to 0000000000008d03
â?? â?? â?? â?? +  DW_CFA_advance_loc: 2 to 0000000000008d09
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 16
â?? â?? â?? â?? -  DW_CFA_advance_loc: 2 to 0000000000008d05
â?? â?? â?? â?? +  DW_CFA_advance_loc: 2 to 0000000000008d0b
â?? â?? â?? â??    DW_CFA_def_cfa_offset: 8
â?? â?? â?? â?? -  DW_CFA_advance_loc: 11 to 0000000000008d10
â?? â?? â?? â?? +  DW_CFA_advance_loc: 5 to 0000000000008d10
â?? â?? â?? â??    DW_CFA_restore_state
â?? â?? â?? â??  
â?? â?? â?? â??  000009e8 ZERO terminator
â?? â?? â?? â??â??â?? strings --all --bytes=8 {}
â?? â?? â?? â?? @@ -148,15 +148,15 @@
â?? â?? â?? â??  AVAUATE1
â?? â?? â?? â??  []A\A]A^
â?? â?? â?? â??  AVAUATUSH
â?? â?? â?? â??  []A\A]A^
â?? â?? â?? â??  []A\A]A^A_
â?? â?? â?? â??  []A\A]A^A_
â?? â?? â?? â??  []A\A]A^A_
â?? â?? â?? â?? -OpenSSL 1.1.1h  22 Sep 2020
â?? â?? â?? â?? +OpenSSL 1.1.1k  25 Mar 2021
â?? â?? â?? â??  subcommand ?args?
â?? â?? â?? â??  Unknown parameter
â?? â?? â?? â??  Error generating private key
â?? â?? â?? â??  Error signing certificate
â?? â?? â?? â??  ?-local? channel
â?? â?? â?? â??  ": not a TLS channel
â?? â?? â?? â??  bad channel "
â?? â?? â?? â?? @@ -495,15 +495,15 @@
â?? â?? â?? â??  Bad time value
â?? â?? â?? â??  %s %2d %02d:%02d:%02d %d%s
â?? â?? â?? â??  0123456789ABCDEF
â?? â?? â?? â??  sha1_hash
â?? â?? â?? â??  notBefore
â?? â?? â?? â??  notAfter
â?? â?? â?? â??  interpreter uses an incompatible stubs mechanism
â?? â?? â?? â?? -f4ea101637539fa6f6e90d4c51f12140c9143c.debug
â?? â?? â?? â?? +b7d2b7b6d67a5826b5d5f8a5ae0092ab121dfa.debug
â?? â?? â?? â??  .shstrtab
â?? â?? â?? â??  .note.gnu.build-id
â?? â?? â?? â??  .gnu.hash
â?? â?? â?? â??  .gnu.version
â?? â?? â?? â??  .gnu.version_r
â?? â?? â?? â??  .rela.dyn
â?? â?? â?? â??  .rela.plt
â?? â?? â?? â??â??â?? objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
â?? â?? â?? â?? @@ -5104,101 +5104,104 @@
â?? â?? â?? â??  	mov    %rax,0x8(%rsp)
â?? â?? â?? â??  	xor    %eax,%eax
â?? â?? â?? â??  	movq   $0x0,(%rsp)
â?? â?? â?? â??  	test   %rbx,%rbx
â?? â?? â?? â??  	je     8d10 <Tls_Init@@Base+0x1c80>
â?? â?? â?? â??  	cmpl   $0xfca3bacf,(%rbx)
â?? â?? â?? â??  	jne    8d10 <Tls_Init@@Base+0x1c80>
â?? â?? â?? â?? +	mov    %rsp,%r8
â?? â?? â?? â??  	mov    %rsi,%r12
â?? â?? â?? â??  	mov    %edx,%r13d
â?? â?? â?? â??  	xor    %ecx,%ecx
â?? â?? â?? â??  	mov    %rsi,%rdx
â?? â?? â?? â?? -	mov    %rsp,%r8
â?? â?? â?? â??  	lea    0x34be(%rip),%rsi        
â?? â?? â?? â??  	call   *0x18(%rbx)
â?? â?? â?? â?? +	mov    %rax,%r8
â?? â?? â?? â??  	test   %rax,%rax
â?? â?? â?? â??  	je     8d8e <Tls_Init@@Base+0x1cfe>
â?? â?? â?? â??  	test   %r13d,%r13d
â?? â?? â?? â?? -	je     8cb3 <Tls_Init@@Base+0x1c23>
â?? â?? â?? â?? -	movzbl (%r12),%edi
â?? â?? â?? â?? -	test   %dil,%dil
â?? â?? â?? â?? +	je     8cb6 <Tls_Init@@Base+0x1c26>
â?? â?? â?? â?? +	movzbl (%r12),%esi
â?? â?? â?? â?? +	test   %sil,%sil
â?? â?? â?? â??  	je     8c92 <Tls_Init@@Base+0x1c02>
â?? â?? â?? â?? -	mov    %r12,%rcx
â?? â?? â?? â?? -	movsbl %dil,%edx
â?? â?? â?? â?? -	xor    %esi,%esi
â?? â?? â?? â?? +	mov    %r12,%rdx
â?? â?? â?? â?? +	movsbl %sil,%eax
â?? â?? â?? â?? +	xor    %ecx,%ecx
â?? â?? â?? â??  	nopw   0x0(%rax,%rax,1)
â?? â?? â?? â?? -	sub    $0x30,%edx
â?? â?? â?? â?? -	add    $0x1,%rcx
â?? â?? â?? â?? -	cmp    $0x9,%edx
â?? â?? â?? â?? -	seta   %dl
â?? â?? â?? â?? -	movzbl %dl,%edx
â?? â?? â?? â?? -	add    %edx,%esi
â?? â?? â?? â?? -	movsbl (%rcx),%edx
â?? â?? â?? â?? -	test   %dl,%dl
â?? â?? â?? â?? +	sub    $0x30,%eax
â?? â?? â?? â?? +	add    $0x1,%rdx
â?? â?? â?? â?? +	cmp    $0x9,%eax
â?? â?? â?? â?? +	seta   %al
â?? â?? â?? â?? +	movzbl %al,%eax
â?? â?? â?? â?? +	add    %eax,%ecx
â?? â?? â?? â?? +	movsbl (%rdx),%eax
â?? â?? â?? â?? +	test   %al,%al
â?? â?? â?? â??  	jne    8c70 <Tls_Init@@Base+0x1be0>
â?? â?? â?? â?? -	cmp    $0x1,%esi
â?? â?? â?? â?? +	cmp    $0x1,%ecx
â?? â?? â?? â??  	je     8d58 <Tls_Init@@Base+0x1cc8>
â?? â?? â?? â??  	xor    %r8d,%r8d
â?? â?? â?? â??  	mov    $0x1,%ecx
â?? â?? â?? â??  	mov    %r12,%rdx
â?? â?? â?? â??  	mov    %rbp,%rdi
â?? â?? â?? â??  	lea    0x345a(%rip),%rsi        
â?? â?? â?? â??  	call   *0x18(%rbx)
â?? â?? â?? â?? +	mov    %rax,%r8
â?? â?? â?? â??  	test   %rax,%rax
â?? â?? â?? â??  	je     8d8e <Tls_Init@@Base+0x1cfe>
â?? â?? â?? â?? -	mov    (%rsp),%rdx
â?? â?? â?? â?? -	mov    %rdx,0x59c2(%rip)        
â?? â?? â?? â?? -	mov    0x8(%rdx),%rdx
â?? â?? â?? â?? -	test   %rdx,%rdx
â?? â?? â?? â?? +	mov    (%rsp),%rax
â?? â?? â?? â?? +	mov    %rax,0x59bf(%rip)        
â?? â?? â?? â?? +	mov    0x8(%rax),%rax
â?? â?? â?? â?? +	test   %rax,%rax
â?? â?? â?? â??  	je     8d30 <Tls_Init@@Base+0x1ca0>
â?? â?? â?? â?? -	mov    (%rdx),%rcx
â?? â?? â?? â?? -	mov    %rcx,0x59b7(%rip)        
â?? â?? â?? â?? -	mov    0x8(%rdx),%rcx
â?? â?? â?? â?? -	mov    0x10(%rdx),%rdx
â?? â?? â?? â?? -	mov    %rcx,0x59b0(%rip)        
â?? â?? â?? â?? -	mov    %rdx,0x59b1(%rip)        
â?? â?? â?? â?? -	mov    0x8(%rsp),%rbx
â?? â?? â?? â?? -	xor    %fs:0x28,%rbx
â?? â?? â?? â?? -	jne    8da9 <Tls_Init@@Base+0x1d19>
â?? â?? â?? â?? +	mov    (%rax),%rdx
â?? â?? â?? â?? +	mov    %rdx,0x59b4(%rip)        
â?? â?? â?? â?? +	mov    0x8(%rax),%rdx
â?? â?? â?? â?? +	mov    0x10(%rax),%rax
â?? â?? â?? â?? +	mov    %rdx,0x59ad(%rip)        
â?? â?? â?? â?? +	mov    %rax,0x59ae(%rip)        
â?? â?? â?? â?? +	mov    0x8(%rsp),%rax
â?? â?? â?? â?? +	sub    %fs:0x28,%rax
â?? â?? â?? â?? +	jne    8db1 <Tls_Init@@Base+0x1d21>
â?? â?? â?? â??  	add    $0x18,%rsp
â?? â?? â?? â?? +	mov    %r8,%rax
â?? â?? â?? â??  	pop    %rbx
â?? â?? â?? â??  	pop    %rbp
â?? â?? â?? â??  	pop    %r12
â?? â?? â?? â??  	pop    %r13
â?? â?? â?? â??  	retq   
â?? â?? â?? â?? -	cs nopw 0x0(%rax,%rax,1)
â?? â?? â?? â?? +	nopl   0x0(%rax)
â?? â?? â?? â??  	lea    0x33b9(%rip),%rax        
â?? â?? â?? â??  	movq   $0x0,0x8(%rbp)
â?? â?? â?? â?? +	xor    %r8d,%r8d
â?? â?? â?? â??  	mov    %rax,0x0(%rbp)
â?? â?? â?? â?? -	xor    %eax,%eax
â?? â?? â?? â?? -	jmp    8ce7 <Tls_Init@@Base+0x1c57>
â?? â?? â?? â?? -	nopw   0x0(%rax,%rax,1)
â?? â?? â?? â?? +	jmp    8cea <Tls_Init@@Base+0x1c5a>
â?? â?? â?? â?? +	nopl   0x0(%rax,%rax,1)
â?? â?? â?? â??  	movq   $0x0,0x594d(%rip)        
â?? â?? â?? â??  	movq   $0x0,0x594a(%rip)        
â?? â?? â?? â??  	movq   $0x0,0x5947(%rip)        
â?? â?? â?? â?? -	jmp    8ce7 <Tls_Init@@Base+0x1c57>
â?? â?? â?? â?? +	jmp    8cea <Tls_Init@@Base+0x1c5a>
â?? â?? â?? â??  	nopl   0x0(%rax,%rax,1)
â?? â?? â?? â?? -	mov    %rax,%rdx
â?? â?? â?? â?? -	mov    %r12,%rcx
â?? â?? â?? â?? +	mov    %r8,%rax
â?? â?? â?? â?? +	mov    %r12,%rdx
â?? â?? â?? â??  	jmp    8d71 <Tls_Init@@Base+0x1ce1>
â?? â?? â?? â?? -	movzbl 0x1(%rcx),%edi
â?? â?? â?? â?? -	add    $0x1,%rcx
â?? â?? â?? â?? +	movzbl 0x1(%rdx),%esi
â?? â?? â?? â??  	add    $0x1,%rdx
â?? â?? â?? â?? -	test   %dil,%dil
â?? â?? â?? â?? -	je     8d98 <Tls_Init@@Base+0x1d08>
â?? â?? â?? â?? -	cmp    %dil,(%rdx)
â?? â?? â?? â?? +	add    $0x1,%rax
â?? â?? â?? â?? +	test   %sil,%sil
â?? â?? â?? â?? +	je     8da0 <Tls_Init@@Base+0x1d10>
â?? â?? â?? â?? +	cmp    %sil,(%rax)
â?? â?? â?? â??  	je     8d60 <Tls_Init@@Base+0x1cd0>
â?? â?? â?? â??  	xor    %r8d,%r8d
â?? â?? â?? â??  	mov    $0x1,%ecx
â?? â?? â?? â??  	mov    %r12,%rdx
â?? â?? â?? â??  	mov    %rbp,%rdi
â?? â?? â?? â??  	lea    0x3376(%rip),%rsi        
â?? â?? â?? â??  	call   *0x18(%rbx)
â?? â?? â?? â?? -	xor    %eax,%eax
â?? â?? â?? â?? -	jmp    8ce7 <Tls_Init@@Base+0x1c57>
â?? â?? â?? â?? -	nopl   (%rax)
â?? â?? â?? â?? -	movsbl (%rdx),%edx
â?? â?? â?? â?? -	sub    $0x30,%edx
â?? â?? â?? â?? -	cmp    $0x9,%edx
â?? â?? â?? â?? -	ja     8cb3 <Tls_Init@@Base+0x1c23>
â?? â?? â?? â?? +	xor    %r8d,%r8d
â?? â?? â?? â?? +	jmp    8cea <Tls_Init@@Base+0x1c5a>
â?? â?? â?? â?? +	cs nopw 0x0(%rax,%rax,1)
â?? â?? â?? â?? +	movsbl (%rax),%eax
â?? â?? â?? â?? +	sub    $0x30,%eax
â?? â?? â?? â?? +	cmp    $0x9,%eax
â?? â?? â?? â?? +	ja     8cb6 <Tls_Init@@Base+0x1c26>
â?? â?? â?? â??  	jmp    8d76 <Tls_Init@@Base+0x1ce6>
â?? â?? â?? â??  	call   34e0 <__stack_chk_fail@plt>
â?? â?? â?? â??â??â?? objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.fini {}
â?? â?? â?? â?? @@ -1,9 +1,9 @@
â?? â?? â?? â??  
â?? â?? â?? â??  
â?? â?? â?? â??  
â?? â?? â?? â??  Disassembly of section .fini:
â?? â?? â?? â??  
â?? â?? â?? â?? -0000000000008db0 <.fini>:
â?? â?? â?? â?? +0000000000008db8 <.fini>:
â?? â?? â?? â??  	sub    $0x8,%rsp
â?? â?? â?? â??  	add    $0x8,%rsp
â?? â?? â?? â??  	retq
â?? â?? â?? â??â??â?? readelf --wide --decompress --hex-dump=.rodata {}
â?? â?? â?? â?? @@ -1,11 +1,11 @@
â?? â?? â?? â??  
â?? â?? â?? â??  Hex dump of section '.rodata':
â?? â?? â?? â?? -  0x00009000 4f70656e 53534c20 312e312e 31682020 OpenSSL 1.1.1h  
â?? â?? â?? â?? -  0x00009010 32322053 65702032 30323000 73756263 22 Sep 2020.subc
â?? â?? â?? â?? +  0x00009000 4f70656e 53534c20 312e312e 316b2020 OpenSSL 1.1.1k  
â?? â?? â?? â?? +  0x00009010 3235204d 61722032 30323100 73756263 25 Mar 2021.subc
â?? â?? â?? â??    0x00009020 6f6d6d61 6e64203f 61726773 3f006461 ommand ?args?.da
â?? â?? â?? â??    0x00009030 79730073 65726961 6c00456d 61696c00 ys.serial.Email.
â?? â?? â?? â??    0x00009040 556e6b6e 6f776e20 70617261 6d657465 Unknown paramete
â?? â?? â?? â??    0x00009050 72004572 726f7220 67656e65 72617469 r.Error generati
â?? â?? â?? â??    0x00009060 6e672070 72697661 7465206b 65790043 ng private key.C
â?? â?? â?? â??    0x00009070 00535400 4f004f55 00434e00 4572726f .ST.O.OU.CN.Erro
â?? â?? â?? â??    0x00009080 72207369 676e696e 67206365 72746966 r signing certif
â?? â?? â?? â??â??â?? readelf --wide --decompress --hex-dump=.eh_frame {}
â?? â?? â?? â?? @@ -151,12 +151,12 @@
â?? â?? â?? â??    0x0000cbb0 0b000000 50000000 48090000 64baffff ....P...H...d...
â?? â?? â?? â??    0x0000cbc0 b6050000 00420e10 8f02420e 188e0347 .....B....B....G
â?? â?? â?? â??    0x0000cbd0 0e208d04 420e288c 05410e30 8606460e . ..B.(..A.0..F.
â?? â?? â?? â??    0x0000cbe0 38830747 0ed0c103 0330050a 0e38440e 8..G.....0...8D.
â?? â?? â?? â??    0x0000cbf0 30410e28 420e2042 0e18420e 10420e08 0A.(B. B..B..B..
â?? â?? â?? â??    0x0000cc00 480b0000 00000000 10000000 9c090000 H...............
â?? â?? â?? â??    0x0000cc10 d0bfffff 0c000000 00000000 38000000 ............8...
â?? â?? â?? â?? -  0x0000cc20 b0090000 ccbfffff be010000 00420e10 .............B..
â?? â?? â?? â?? +  0x0000cc20 b0090000 ccbfffff c6010000 00420e10 .............B..
â?? â?? â?? â??    0x0000cc30 8d02420e 188c0341 0e208604 440e2883 ..B....A. ..D.(.
â?? â?? â?? â?? -  0x0000cc40 05440e40 0302010a 0e28410e 20410e18 .D.@.....(A. A..
â?? â?? â?? â?? -  0x0000cc50 420e1042 0e084b0b 00000000          B..B..K.....
â?? â?? â?? â?? +  0x0000cc40 05440e40 0305010a 0e28440e 20410e18 .D.@.....(D. A..
â?? â?? â?? â?? +  0x0000cc50 420e1042 0e08450b 00000000          B..B..E.....
â?? â?? â?? â??â??â?? readelf --wide --decompress --hex-dump=.gnu_debuglink {}
â?? â?? â?? â?? @@ -1,7 +1,7 @@
â?? â?? â?? â??  
â?? â?? â?? â??  Hex dump of section '.gnu_debuglink':
â?? â?? â?? â?? -  0x00000000 66346561 31303136 33373533 39666136 f4ea101637539fa6
â?? â?? â?? â?? -  0x00000010 66366539 30643463 35316631 32313430 f6e90d4c51f12140
â?? â?? â?? â?? -  0x00000020 63393134 33632e64 65627567 00000000 c9143c.debug....
â?? â?? â?? â?? -  0x00000030 08244990                            .$I.
â?? â?? â?? â?? +  0x00000000 62376432 62376236 64363761 35383236 b7d2b7b6d67a5826
â?? â?? â?? â?? +  0x00000010 62356435 66386135 61653030 39326162 b5d5f8a5ae0092ab
â?? â?? â?? â?? +  0x00000020 31323164 66612e64 65627567 00000000 121dfa.debug....
â?? â?? â?? â?? +  0x00000030 fa64d96d                            .d.m
â?? â?? â??â??â?? ./usr/share/doc/tcl-tls/changelog.Debian.gz
â?? â?? â?? â??â??â?? changelog.Debian
â?? â?? â?? â?? @@ -1,7 +1,15 @@
â?? â?? â?? â?? +tcltls (1.7.22-2) unstable; urgency=medium
â?? â?? â?? â?? +
â?? â?? â?? â?? +  * Team upload.
â?? â?? â?? â?? +  * Remove build-conflicts on openssl, but explicitly use the fallback
â?? â?? â?? â?? +    (Closes: #987397).
â?? â?? â?? â?? +
â?? â?? â?? â?? + -- Andrej Shadura <andrewsh@debian.org>  Fri, 23 Apr 2021 11:38:40 +0200
â?? â?? â?? â?? +
â?? â?? â?? â??  tcltls (1.7.22-1) unstable; urgency=medium
â?? â?? â?? â??  
â?? â?? â?? â??    * New upstream release.
â?? â?? â?? â??  
â?? â?? â?? â??   -- Sergei Golovan <sgolovan@debian.org>  Sun, 22 Nov 2020 01:19:48 +0300
â?? â?? â?? â??  
â?? â?? â?? â??  tcltls (1.7.21-1) unstable; urgency=medium

Reply to: