Your message dated Fri, 02 Sep 2016 22:26:03 +0000
with message-id <e1bfwur-0002tp...@franck.debian.org>
and subject line Bug#818852: fixed in netsed 1.2-3
has caused the Debian Bug report #818852,
regarding FTBFS with libc 2.23: TypeError: no implicit conversion of nil into
String
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
818852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818852
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: netsed
Version: 1.2-1
Severity: important
User: debian-gl...@lists.debian.org
Usertags: 2.23
This package fails to build with libc6 2.23 (2.23-0experimental0 from
experimental). It's not immediately obvious to me how that's related
to libc6 but I compiled the package several times and got the same
result whereas it built fine in a regular unstable chroot.
> make -j1
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall
> -fomit-frame-pointer -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro netsed.c
> -o netsed
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test
> make -j1 test
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ruby test/ts_full.rb
> Loaded suite test/ts_full
> Started
> E
> ===============================================================================
> Error: test_basic_rule(TC_RuleTest): TypeError: no implicit conversion of nil
> into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:45:in `new'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:45:in `TCP_RuleCheck'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:57:in `test_basic_rule'
> 54:
> 55: # Check a basic rule.
> 56: def test_basic_rule
> => 57: TCP_RuleCheck('test andrew is there' ,"test mike\0\0 is there",
> ['s/andrew/mike%00%00'])
> 58: end
> 59:
> 60: # Check single char replacement.
> ===============================================================================
> E
> ===============================================================================
> Error: test_chain_2_rule(TC_RuleTest): Errno::EADDRINUSE: Address already in
> use - bind(2) for "127.0.0.1" port 20001
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `new'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:126:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:43:in `TCP_RuleCheck'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:70:in `test_chain_2_rule'
> 67:
> 68: # Check with 2 rules.
> 69: def test_chain_2_rule
> => 70: TCP_RuleCheck('test andrew is there' ,'test mike is here',
> ['s/andrew/mike', 's/there/here'])
> 71: end
> 72:
> 73: # Check traditionally delimited rules
> ===============================================================================
> E
> ===============================================================================
> Error: test_direction_rule(TC_RuleTest): TypeError: no implicit conversion of
> nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:83:in `new'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:83:in `TCP_RuleChatCheck'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:103:in `test_direction_rule'
> 100: # Check direction rules
> 101: # tests based on tcp chat: test_case_04_Chat
> 102: def test_direction_rule
> => 103: TCP_RuleChatCheck(
> 104: ['client: bla bla Rilke Proust', 'server: ok Proust ok
> Rilke'],
> 105: ['client: bla bla Proust Proust', 'server: ok Rilke ok
> Rilke'],
> 106: ['s/Rilke/Proust/o', 's/Proust/Rilke/i'])
> ===============================================================================
> E
> ===============================================================================
> Error: test_direction_ttl_rule(TC_RuleTest): TypeError: no implicit
> conversion of nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:83:in `new'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:83:in `TCP_RuleChatCheck'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:112:in `test_direction_ttl_rule'
> 109: # Check direction+ttl rules
> 110: # tests based on tcp chat: test_case_04_Chat
> 111: def test_direction_ttl_rule
> => 112: TCP_RuleChatCheck(
> 113: ['client: bla bla Rilke Rilke', 'server: ok Proust ok
> Proust'],
> 114: ['client: bla bla Proust Rilke', 'server: ok Rilke ok
> Proust'],
> 115: ['s/Rilke/Proust/o1', 's/Proust/Rilke/i1'])
> ===============================================================================
> E
> ===============================================================================
> Error: test_smallpattern_rule(TC_RuleTest): Errno::EADDRINUSE: Address
> already in use - bind(2) for "127.0.0.1" port 20001
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `new'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:126:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:43:in `TCP_RuleCheck'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:65:in `test_smallpattern_rule'
> 62: # Note: This one fail without commit
> 387a9d46387e2488efac08931b0aab57c7594aa2,
> 63: # it returns "b b ba bab baba" !!
> 64: def test_smallpattern_rule
> => 65: TCP_RuleCheck('a a aa aaa aaaa' ,"b b bb bbb bbbb", ['s/a/b'])
> 66: end
> 67:
> 68: # Check with 2 rules.
> ===============================================================================
> E
> ===============================================================================
> Error: test_traddelim_rule(TC_RuleTest): Errno::EADDRINUSE: Address already
> in use - bind(2) for "127.0.0.1" port 20001
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `new'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:126:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:43:in `TCP_RuleCheck'
> /<<PKGBUILDDIR>>/test/tc_rules.rb:75:in `test_traddelim_rule'
> 72:
> 73: # Check traditionally delimited rules
> 74: def test_traddelim_rule
> => 75: TCP_RuleCheck('a a aa aaa aaaa' ,"b b bb bbb bbbb", ['s/a/b/'])
> 76: end
> 77:
> 78: # General rule checker method in chat mode
> ===============================================================================
> E
> ===============================================================================
> Error: test_TightNonBlockingLoop(TC_SystemTest): Errno::EADDRINUSE: Address
> already in use - bind(2) for "127.0.0.1" port 20001
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `new'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_system.rb:50:in `new'
> /<<PKGBUILDDIR>>/test/tc_system.rb:50:in `test_TightNonBlockingLoop'
> 47: mutex=Mutex.new
> 48: datasent = 'test andrew and andrew'
> 49: dataexpect = 'test mike and andrew'
> => 50: serv = TCPServeSingleConnection.new(SERVER, RPORT) { |s|
> 51: # to ensure the server stays open
> 52: mutex.synchronize do
> 53: end
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_01_ServerDisconnect(TC_TCPTest): TypeError: no implicit
> conversion of nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_01_ServerDisconnect(TC_TCPTest): NoMethodError: undefined
> method `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:48:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_02_NoServer(TC_TCPTest): TypeError: no implicit conversion
> of nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_02_NoServer(TC_TCPTest): NoMethodError: undefined method
> `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:48:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_03_ClientSendData(TC_TCPTest): TypeError: no implicit
> conversion of nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_03_ClientSendData(TC_TCPTest): NoMethodError: undefined
> method `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:48:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_04_Chat(TC_TCPTest): TypeError: no implicit conversion of
> nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_04_Chat(TC_TCPTest): NoMethodError: undefined method `kill'
> for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:48:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_05_ServeMultiple(TC_TCPTest): TypeError: no implicit
> conversion of nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_05_ServeMultiple(TC_TCPTest): NoMethodError: undefined
> method `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:48:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_zz_LastCheck(TC_TCPTest): TypeError: no implicit conversion
> of nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_zz_LastCheck(TC_TCPTest): NoMethodError: undefined method
> `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:48:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_group_all(TC_TCPTest): TypeError: no implicit conversion of nil
> into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `new'
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:43:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_group_all(TC_TCPTest): NoMethodError: undefined method `kill' for
> nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_tcp.rb:48:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_TTL_1(TC_TTLTest): Errno::EADDRINUSE: Address already in use -
> bind(2) for "127.0.0.1" port 20001
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `new'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:126:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_ttl.rb:22:in `new'
> /<<PKGBUILDDIR>>/test/tc_ttl.rb:22:in `test_TTL_1'
> 19: def test_TTL_1
> 20: datasent = 'test andrew and andrew'
> 21: dataexpect = 'test mike and andrew'
> => 22: serv = TCPServeSingleDataSender.new(SERVER, RPORT, datasent)
> 23:
> 24: netsed = NetsedRun.new('tcp', LPORT, SERVER, RPORT,
> ['s/andrew/mike/1'])
> 25:
> ===============================================================================
> E
> ===============================================================================
> Error: test_TTL_1_byConnections(TC_TTLTest): NoMethodError: undefined method
> `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_ttl.rb:70:in `ensure in test_TTL_1_byConnections'
> /<<PKGBUILDDIR>>/test/tc_ttl.rb:70:in `test_TTL_1_byConnections'
> 67:
> 68: assert_equal(dataexpect, datarecv, 'At second connection')
> 69: ensure
> => 70: netsed.kill
> 71: end
> 72:
> 73: end
> ===============================================================================
> E
> ===============================================================================
> Error: test_TTL_20(TC_TTLTest): Errno::EADDRINUSE: Address already in use -
> bind(2) for "127.0.0.1" port 20001
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `new'
> /<<PKGBUILDDIR>>/test/test_helper.rb:105:in `initialize'
> /<<PKGBUILDDIR>>/test/test_helper.rb:126:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_ttl.rb:38:in `new'
> /<<PKGBUILDDIR>>/test/tc_ttl.rb:38:in `test_TTL_20'
> 35: def test_TTL_20
> 36: datasent = '% %% %%% %%%% %%%%% %%%%%% %%%%%%%'
> 37: dataexpect = '/ // /// //// ///// /////% %%%%%%%'
> => 38: serv = TCPServeSingleDataSender.new(SERVER, RPORT, datasent)
> 39:
> 40: netsed = NetsedRun.new('tcp', LPORT, SERVER, RPORT,
> ['s/%%/%2f/20'])
> 41:
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_01_single(TC_UDPTest): TypeError: no implicit conversion of
> nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `new'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_01_single(TC_UDPTest): NoMethodError: undefined method
> `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_udp.rb:49:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_02_Chat(TC_UDPTest): TypeError: no implicit conversion of
> nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `new'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_02_Chat(TC_UDPTest): NoMethodError: undefined method `kill'
> for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_udp.rb:49:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_03_ServeMultiple(TC_UDPTest): TypeError: no implicit
> conversion of nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `new'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_03_ServeMultiple(TC_UDPTest): NoMethodError: undefined
> method `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_udp.rb:49:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_zz_LastCheck(TC_UDPTest): TypeError: no implicit conversion
> of nil into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `new'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_case_zz_LastCheck(TC_UDPTest): NoMethodError: undefined method
> `kill' for nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_udp.rb:49:in `teardown'
> ===============================================================================
> E
> ===============================================================================
> Error: test_group_all(TC_UDPTest): TypeError: no implicit conversion of nil
> into String
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `<<'
> /<<PKGBUILDDIR>>/test/test_helper.rb:50:in `initialize'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `new'
> /<<PKGBUILDDIR>>/test/tc_udp.rb:44:in `setup'
> ===============================================================================
> E
> ===============================================================================
> Error: test_group_all(TC_UDPTest): NoMethodError: undefined method `kill' for
> nil:NilClass
> /<<PKGBUILDDIR>>/test/tc_udp.rb:49:in `teardown'
> ===============================================================================
>
>
> Finished in 0.097328832 seconds.
> ------
> 22 tests, 0 assertions, 0 failures, 34 errors, 0 pendings, 0 omissions, 0
> notifications
> 0% passed
> ------
> 226.04 tests/s, 0.00 assertions/s
> Makefile:30: recipe for target 'test' failed
> make[1]: *** [test] Error 1
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: netsed
Source-Version: 1.2-3
We believe that the bug you reported is fixed in the latest version of
netsed, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 818...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mats Erik Andersson <mats.anders...@gisladisker.se> (supplier of updated netsed
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 02 Sep 2016 14:42:55 +0200
Source: netsed
Binary: netsed
Architecture: source
Version: 1.2-3
Distribution: unstable
Urgency: medium
Maintainer: Mats Erik Andersson <mats.anders...@gisladisker.se>
Changed-By: Mats Erik Andersson <mats.anders...@gisladisker.se>
Description:
netsed - network packet-altering stream editor
Closes: 818852 831270
Changes:
netsed (1.2-3) unstable; urgency=medium
.
* Address FTBFS due to test suite failure.
+ debian/patches/use_calloc.diff: New file. (Closes: #818852, #831270)
+ debian/patches/ruby_issues.diff: New file.
Checksums-Sha1:
035a010c3f49d08b49af3322601d5d74a4fd9832 1836 netsed_1.2-3.dsc
8c596e6558a4061fae0b134d96b7fe739f822e68 34504 netsed_1.2-3.debian.tar.xz
Checksums-Sha256:
218a08c88c31c37bc1b79720bb6bd103e998f8aa53352b09933d831d553a1450 1836
netsed_1.2-3.dsc
54d5754acf1430cbed63a685e71b5f1b4096b1d13cf99a582d917362fe6e86a9 34504
netsed_1.2-3.debian.tar.xz
Files:
d4c09265b4361d6a461c668915316dae 1836 net optional netsed_1.2-3.dsc
87b9eaafa70b120ac67c1e701b7db6b9 34504 net optional netsed_1.2-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJXyfijAAoJEPNPCXROn13Z/yoP/RyBEtuFUvEU/wnOf/AwqYeV
tlQ+vz0icr21rKeL91VL1MJ4FTaclZmcQ9ptPOF0XYdYQhPWq4TD818iE6c5PhkK
Lk+s+Kdsp7redzrx3n0V1nVttjsqFHPhc9+HhXhwzVtfYbDWuw8slKp4745O7p4O
EbMb3PBGAlIszLsxDhp9Xo8re2v0np4JqPymw1blBBn8i3wBv/pAr8d5KKz043oa
ARK+2kPpDh5QnJ76dUi/sAgWbxc8CIbyGoRBcO4r+5MBlpCE8SBo6CMHf4K3LOcK
Tvtvh0rCxOMcNCfzmj/K8MM0Kp6qMCmFGAwg4mpDqkqtLo722asA7cxU5SaOT3OQ
GBsMt4YuAhkEzQLWu5w0CyTWmg/wEmYBzC8eLA6RifbE0ivx/LrKLJBimKpqE5GM
7WcD8+HcM/ZTpKkTXPNYZOKJY8ozhUyDMFifUzW+g3vsLs5BCN/f8BlBSdKVLDCe
mXXC+7zeQ1616Kw5iqRrZq4JjClei08X4MqgxyMo8eybZyrSw+hdGq7UljjkUqIC
mDJ3rhe84dpD+LkDNODaK534rr5+gijL0l1W0iG/47F1yf/B+eZhSnPiwhnAHy7j
T2qyK+/jvV8SRlza5BztMGyC6qg1bJ7QZC1PpcWP+Q6hwkfUFQssKhCZXmWIY7qc
JXnnqNPHHJ3Qj24ViM6g
=WCb2
-----END PGP SIGNATURE-----
--- End Message ---