Your message dated Mon, 06 Jul 2026 07:18:46 +0000
with message-id <[email protected]>
and subject line Bug#1131582: fixed in opensnitch 1.6.9-4
has caused the Debian Bug report #1131582,
regarding opensnitch: FTBFS: 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/ns_common.h:25:23: error: 
no member named 'ns_id' in 'struct ns_common'
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 [email protected]
immediately.)


-- 
1131582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131582
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:opensnitch
Version: 1.6.9-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202603/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:opensnitch, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --builddirectory=_build --buildsystem=golang --with=golang,python3
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
/usr/bin/make clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>/daemon'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/daemon'
make[3]: Entering directory '/<<PKGBUILDDIR>>/proto'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/proto'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ui'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ui'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm -f daemon/ui/protocol/ui_grpc.pb.go

[... snipped ...]

        Python recognizes 'opensnitch.database.migrations' as an importable 
package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'opensnitch.database.migrations' is 
explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'opensnitch.database.migrations' to be distributed 
and are
        already explicitly excluding 'opensnitch.database.migrations' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: 
Package 'opensnitch.proto.pre3200' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'opensnitch.proto.pre3200' as an importable 
package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'opensnitch.proto.pre3200' is explicitly 
added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'opensnitch.proto.pre3200' to be distributed and are
        already explicitly excluding 'opensnitch.proto.pre3200' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
copying opensnitch/config.py -> build/lib/opensnitch
copying opensnitch/ui_pb2_grpc.py -> build/lib/opensnitch
copying opensnitch/nodes.py -> build/lib/opensnitch
copying opensnitch/desktop_parser.py -> build/lib/opensnitch
copying opensnitch/ui_pb2.py -> build/lib/opensnitch
copying opensnitch/notifications.py -> build/lib/opensnitch
copying opensnitch/version.py -> build/lib/opensnitch
copying opensnitch/__init__.py -> build/lib/opensnitch
copying opensnitch/service.py -> build/lib/opensnitch
copying opensnitch/rules.py -> build/lib/opensnitch
copying tests/README.md -> build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/test_nodes.py -> build/lib/tests
copying opensnitch/firewall/enums.py -> build/lib/opensnitch/firewall
copying opensnitch/firewall/utils.py -> build/lib/opensnitch/firewall
copying opensnitch/firewall/profiles.py -> build/lib/opensnitch/firewall
copying opensnitch/firewall/exprs.py -> build/lib/opensnitch/firewall
copying opensnitch/firewall/__init__.py -> build/lib/opensnitch/firewall
copying opensnitch/firewall/chains.py -> build/lib/opensnitch/firewall
copying opensnitch/firewall/rules.py -> build/lib/opensnitch/firewall
creating build/lib/opensnitch/database/migrations
copying opensnitch/database/migrations/upgrade_1.sql -> 
build/lib/opensnitch/database/migrations
copying opensnitch/database/migrations/upgrade_2.sql -> 
build/lib/opensnitch/database/migrations
copying opensnitch/database/migrations/upgrade_3.sql -> 
build/lib/opensnitch/database/migrations
copying opensnitch/database/enums.py -> build/lib/opensnitch/database
copying opensnitch/database/__init__.py -> build/lib/opensnitch/database
copying opensnitch/res/firewall.ui -> build/lib/opensnitch/res
copying opensnitch/res/firewall_rule.ui -> build/lib/opensnitch/res
copying opensnitch/res/icon-alert.png -> build/lib/opensnitch/res
copying opensnitch/res/icon-off.png -> build/lib/opensnitch/res
copying opensnitch/res/icon-pause.png -> build/lib/opensnitch/res
copying opensnitch/res/icon-pause.svg -> build/lib/opensnitch/res
copying opensnitch/res/icon-red.png -> build/lib/opensnitch/res
copying opensnitch/res/icon-white.png -> build/lib/opensnitch/res
copying opensnitch/res/icon-white.svg -> build/lib/opensnitch/res
copying opensnitch/res/icon.png -> build/lib/opensnitch/res
copying opensnitch/res/preferences.ui -> build/lib/opensnitch/res
copying opensnitch/res/process_details.ui -> build/lib/opensnitch/res
copying opensnitch/res/prompt.ui -> build/lib/opensnitch/res
copying opensnitch/res/resources.qrc -> build/lib/opensnitch/res
copying opensnitch/res/ruleseditor.ui -> build/lib/opensnitch/res
copying opensnitch/res/stats.ui -> build/lib/opensnitch/res
copying opensnitch/res/__init__.py -> build/lib/opensnitch/res
copying opensnitch/customwidgets/main.py -> build/lib/opensnitch/customwidgets
copying opensnitch/customwidgets/updownbtndelegate.py -> 
build/lib/opensnitch/customwidgets
copying opensnitch/customwidgets/addresstablemodel.py -> 
build/lib/opensnitch/customwidgets
copying opensnitch/customwidgets/colorizeddelegate.py -> 
build/lib/opensnitch/customwidgets
copying opensnitch/customwidgets/firewalltableview.py -> 
build/lib/opensnitch/customwidgets
copying opensnitch/customwidgets/__init__.py -> 
build/lib/opensnitch/customwidgets
copying opensnitch/customwidgets/generictableview.py -> 
build/lib/opensnitch/customwidgets
copying opensnitch/actions/utils.py -> build/lib/opensnitch/actions
copying opensnitch/actions/default_configs.py -> build/lib/opensnitch/actions
copying opensnitch/actions/highlight.py -> build/lib/opensnitch/actions
copying opensnitch/actions/__init__.py -> build/lib/opensnitch/actions
copying opensnitch/auth/__init__.py -> build/lib/opensnitch/auth
copying opensnitch/dialogs/ruleseditor.py -> build/lib/opensnitch/dialogs
copying opensnitch/dialogs/firewall.py -> build/lib/opensnitch/dialogs
copying opensnitch/dialogs/prompt.py -> build/lib/opensnitch/dialogs
copying opensnitch/dialogs/stats.py -> build/lib/opensnitch/dialogs
copying opensnitch/dialogs/__init__.py -> build/lib/opensnitch/dialogs
copying opensnitch/dialogs/conndetails.py -> build/lib/opensnitch/dialogs
copying opensnitch/dialogs/preferences.py -> build/lib/opensnitch/dialogs
copying opensnitch/dialogs/firewall_rule.py -> build/lib/opensnitch/dialogs
copying opensnitch/dialogs/processdetails.py -> build/lib/opensnitch/dialogs
copying opensnitch/utils/languages.py -> build/lib/opensnitch/utils
copying opensnitch/utils/xdg.py -> build/lib/opensnitch/utils
copying opensnitch/utils/infowindow.py -> build/lib/opensnitch/utils
copying opensnitch/utils/__init__.py -> build/lib/opensnitch/utils
copying opensnitch/utils/qvalidator.py -> build/lib/opensnitch/utils
creating build/lib/opensnitch/proto/pre3200
copying opensnitch/proto/pre3200/ui_pb2.py -> build/lib/opensnitch/proto/pre3200
copying opensnitch/proto/pre3200/ui_pb2_grpc.py -> 
build/lib/opensnitch/proto/pre3200
copying opensnitch/proto/ui_pb2_grpc.py -> build/lib/opensnitch/proto
copying opensnitch/proto/ui_pb2.py -> build/lib/opensnitch/proto
copying opensnitch/proto/__init__.py -> build/lib/opensnitch/proto
copying tests/dialogs/__init__.py -> build/lib/tests/dialogs
copying tests/dialogs/test_ruleseditor.py -> build/lib/tests/dialogs
copying tests/dialogs/test_preferences.py -> build/lib/tests/dialogs
running build_scripts
creating build/scripts-3.13
copying and adjusting bin/opensnitch-ui -> build/scripts-3.13
changing mode of build/scripts-3.13/opensnitch-ui from 644 to 755
if true ; then make -C ebpf_prog; fi
make[2]: Entering directory '/<<PKGBUILDDIR>>/ebpf_prog'
clang -I. -I/usr/src/linux-headers-6.19.8+deb14-amd64//arch/ 
[too-long-redacted] nitch.c -o opensnitch.o.partial
In file included from opensnitch.c:3:
In file included from ./common_defs.h:4:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/sched.h:12:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/current.h:10:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/cache.h:6:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/vdso/cache.h:5:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/cache.h:5:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/linkage.h:8:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/linkage.h:6:
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/ibt.h:77:8: 
warning: 'nocf_check' attribute ignored; use -fcf-protection to enable the 
attribute [-Wignored-attributes]
   77 | extern __noendbr bool is_endbr(u32 *val);
      |        ^
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/ibt.h:32:34: note: 
expanded from macro '__noendbr'
   32 | #define __noendbr       __attribute__((nocf_check))
      |                                        ^
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/ibt.h:78:8: 
warning: 'nocf_check' attribute ignored; use -fcf-protection to enable the 
attribute [-Wignored-attributes]
   78 | extern __noendbr u64 ibt_save(bool disable);
      |        ^
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/ibt.h:32:34: note: 
expanded from macro '__noendbr'
   32 | #define __noendbr       __attribute__((nocf_check))
      |                                        ^
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/ibt.h:79:8: 
warning: 'nocf_check' attribute ignored; use -fcf-protection to enable the 
attribute [-Wignored-attributes]
   79 | extern __noendbr void ibt_restore(u64 save);
      |        ^
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/ibt.h:32:34: note: 
expanded from macro '__noendbr'
   32 | #define __noendbr       __attribute__((nocf_check))
      |                                        ^
In file included from opensnitch.c:3:
In file included from ./common_defs.h:4:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/sched.h:12:
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/current.h:17:1: 
warning: multiple identical address spaces specified for type 
[-Wduplicate-decl-specifier]
   17 | DECLARE_PER_CPU_CACHE_HOT(struct task_struct * const 
__percpu_seg_override,
      | ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/percpu-defs.h:124:2: note: 
expanded from macro 'DECLARE_PER_CPU_CACHE_HOT'
  124 |         DECLARE_PER_CPU_SECTION(type, name, "..hot.." #name)
      |         ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/percpu-defs.h:100:9: note: 
expanded from macro 'DECLARE_PER_CPU_SECTION'
  100 |         extern __PCPU_ATTRS(sec) __typeof__(type) name
      |                ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/percpu-defs.h:48:2: note: 
expanded from macro '__PCPU_ATTRS'
   48 |         __percpu __attribute__((section(PER_CPU_BASE_SECTION sec)))     
\
      |         ^
note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see 
all)
/lib/modules/6.19.8+deb14-amd64/source/include/linux/args.h:25:24: note: 
expanded from macro '__CONCAT'
   25 | #define __CONCAT(a, b) a ## b
      |                        ^
<scratch space>:43:1: note: expanded from here
   43 | __seg_gs
      | ^
<built-in>:376:33: note: expanded from macro '__seg_gs'
  376 | #define __seg_gs __attribute__((address_space(256)))
      |                                 ^
In file included from opensnitch.c:3:
In file included from ./common_defs.h:4:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/sched.h:13:
/lib/modules/6.19.8+deb14-amd64/source/arch/x86/include/asm/processor.h:427:1: 
warning: multiple identical address spaces specified for type 
[-Wduplicate-decl-specifier]
  427 | DECLARE_PER_CPU_CACHE_HOT(const unsigned long __percpu_seg_override,
      | ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/percpu-defs.h:124:2: note: 
expanded from macro 'DECLARE_PER_CPU_CACHE_HOT'
  124 |         DECLARE_PER_CPU_SECTION(type, name, "..hot.." #name)
      |         ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/percpu-defs.h:100:9: note: 
expanded from macro 'DECLARE_PER_CPU_SECTION'
  100 |         extern __PCPU_ATTRS(sec) __typeof__(type) name
      |                ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/percpu-defs.h:48:2: note: 
expanded from macro '__PCPU_ATTRS'
   48 |         __percpu __attribute__((section(PER_CPU_BASE_SECTION sec)))     
\
      |         ^
note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see 
all)
/lib/modules/6.19.8+deb14-amd64/source/include/linux/args.h:25:24: note: 
expanded from macro '__CONCAT'
   25 | #define __CONCAT(a, b) a ## b
      |                        ^
<scratch space>:71:1: note: expanded from here
   71 | __seg_gs
      | ^
<built-in>:376:33: note: expanded from macro '__seg_gs'
  376 | #define __seg_gs __attribute__((address_space(256)))
      |                                 ^
In file included from opensnitch.c:3:
In file included from ./common_defs.h:5:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/ptrace.h:10:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/pid_namespace.h:11:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/ns_common.h:5:
/lib/modules/6.19.8+deb14-amd64/source/include/linux/ns/ns_common_types.h:117:3:
 warning: declaration does not declare anything [-Wmissing-declarations]
  117 |                 struct ns_tree;
      |                 ^~~~~~~~~~~~~~
In file included from opensnitch.c:3:
In file included from ./common_defs.h:5:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/ptrace.h:10:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/linux/pid_namespace.h:11:
/lib/modules/6.19.8+deb14-amd64/source/include/linux/ns_common.h:25:23: error: 
no member named 'ns_id' in 'struct ns_common'
   25 |         VFS_WARN_ON_ONCE(ns->ns_id == 0);
      |                          ~~  ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/ns_common.h:26:13: error: 
no member named 'ns_id' in 'struct ns_common'
   26 |         return ns->ns_id <= NS_LAST_INIT_ID;
      |                ~~  ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/ns_common.h:60:26: error: 
no member named '__ns_ref_active' in 'struct ns_common'
   60 |         return atomic_read(&ns->__ns_ref_active);
      |                             ~~  ^
In file included from opensnitch.c:6:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/net/udp_tunnel.h:5:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/net/ip_tunnels.h:21:
In file included from 
/lib/modules/6.19.8+deb14-amd64/source/include/net/dst_cache.h:8:
/lib/modules/6.19.8+deb14-amd64/source/include/net/ip6_fib.h:272:10: warning: 
default initialization of an object of type 'typeof (f6i->expires)' (aka 'const 
unsigned long') leaves the object uninitialized 
[-Wdefault-const-init-var-unsafe]
  272 |                 return time_after(jiffies, f6i->expires);
      |                        ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/jiffies.h:129:3: note: 
expanded from macro 'time_after'
  129 |          typecheck(unsigned long, b) && \
      |          ^
/lib/modules/6.19.8+deb14-amd64/source/include/linux/typecheck.h:11:12: note: 
expanded from macro 'typecheck'
   11 |         typeof(x) __dummy2; \
      |                   ^
7 warnings and 3 errors generated.
make[2]: *** [Makefile:59: opensnitch.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ebpf_prog'
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:56: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: opensnitch
Source-Version: 1.6.9-4
Done: Petter Reinholdtsen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
opensnitch, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <[email protected]> (supplier of updated opensnitch 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 06 Jul 2026 08:50:30 +0200
Source: opensnitch
Architecture: source
Version: 1.6.9-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Closes: 1131582
Changes:
 opensnitch (1.6.9-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Petter Reinholdtsen ]
   * Added forgotten BTS reference for missing python3-packaging
     runtime dependency for #1108139.
   * Dropped pristine-tar from gbp.conf, no longer used.
   * Document in gbp.conf which branch is currently used.
 .
   [ Sam Klein ]
   * Build eBPF modules with -fms-extensions for kernel >= 6.19 headers
     (Closes: #1131582).
Checksums-Sha1:
 184c95391fe522ab1b8cef8ad2222978a4c16070 3048 opensnitch_1.6.9-4.dsc
 654dbde947b35767269c99f581c22b7e448f278e 16804 opensnitch_1.6.9-4.debian.tar.xz
 e2a80fe919df4ac438eb77aebcbc6eab9c69b3cb 16114 
opensnitch_1.6.9-4_source.buildinfo
Checksums-Sha256:
 a184fc25703eb3812083938ae6dc3f6a818f8b4f8e25962d2d2443f1afadd6c7 3048 
opensnitch_1.6.9-4.dsc
 b9a48196a92a2af3bcd41aa3ba86bcac244e76fc0230add0f8c156d1d0c34977 16804 
opensnitch_1.6.9-4.debian.tar.xz
 4e4ce4d6d44a87eb64781d70ed9c89bcc42ecd9d72104e973b194ed122da641b 16114 
opensnitch_1.6.9-4_source.buildinfo
Files:
 e5e9e4565922e5063a63d1059ff636fb 3048 devel optional opensnitch_1.6.9-4.dsc
 568edcad81f4c7f228f21f790200b1ab 16804 devel optional 
opensnitch_1.6.9-4.debian.tar.xz
 f09ed1751da5f2991eaa424242692ea0 16114 devel optional 
opensnitch_1.6.9-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmpLUREACgkQgSgKoIe6
+w7XKg//cc6OKS4ffs0dKTRmwgveXi3jM2ath37RrUTTIQRVPpVLKj2eORCdUKvt
nxKW6VGM+pg6A7ac0patyQWYN8pONerpl8oacZBefQy1oYJd8I51NEeETveppdl1
Up/Ou77+jeXcU66WHll0y624VN6rkff2/rEPrrQ5dorCxFbz+SLkz4OlOmK/L15J
u0F5tMpstYb6xtI7pbtiJL3x/sm8enft/RFgqIIRw4G4k2GcMI+XvScydXtaer+4
0M/HCvuyAzBOKTEj+zkcjEfUlCpU4xjYERHWmw44T/j8CGXTxM2ND/xMWO8Ywr5C
ZkTRs2HgFoKBGfKHcmAnMjVN7E4YuzC0M5ghGCosRMJsFG37LeLI1bfdH61cPBwU
H4HgSO5JBLtGP9kgof0NZtBwJp8UNsL64w0d11WhDnT/VRzvHmexaR1mY5iLvz43
PnIdwR1mfi2Cjif/Fx9UpqTfp4Yepls07rizuV1TFvdVOS0XDbHmEkoxVn1bDc1O
rSVpi931qk/knb2WFoPQFj+bEaolWIguepMu4nZEkv+sGTV5Wo1Z0aeZ7I3Vj7PZ
5ErbtvJ/ltAlpLtRprXQ9ZljG2svNMq/xSs3hFNBDagNDO+TvAcDI03HrHBDyZM6
qJNsIEI9wVZMcstsdjCb3GC4iEQvsLFI4MP4iVsBMpQw4/heeb4=
=4/Fx
-----END PGP SIGNATURE-----

Attachment: pgpB2a0trlndN.pgp
Description: PGP signature


--- End Message ---

Reply via email to