Compare commits
134 Commits
Author | SHA256 | Date | |
---|---|---|---|
a19e577d63 | |||
c60ea48956 | |||
eaed0a1808 | |||
d8a25505c5 | |||
f607cb5f20 | |||
fef3e96eab | |||
d1b8137325 | |||
18e222ae1c | |||
2c1e764861 | |||
0b7c685f6d | |||
9ebfa1132d | |||
97ac5912ba | |||
a821aca6b8 | |||
f24c69a132 | |||
21ed5958e5 | |||
e3aab34f8b | |||
48514aa6bc | |||
f319bd351a | |||
436cad5875 | |||
|
8d0f0cf2b0 | ||
1ba7633124 | |||
b279e4d137 | |||
a2f0c1bc48 | |||
|
30ffe318a4 | ||
|
254717b3f1 | ||
|
9ee66c5977 | ||
7573696ef9 | |||
|
a1df0943f7 | ||
|
7804debdc0 | ||
|
8095c985a2 | ||
30bff5f634 | |||
|
e526fad22d | ||
a36a311382 | |||
|
9527810a7e | ||
01e03fffc1 | |||
|
1064db40e2 | ||
2c0cda5cca | |||
|
4f3e42bcbb | ||
92665d5260 | |||
506203f4f2 | |||
7bd29bff92 | |||
|
779444cda3 | ||
|
53616ca447 | ||
76295ef61a | |||
|
111c53ca0a | ||
094ac77f0c | |||
|
b2a97b41e1 | ||
|
65cc8a6923 | ||
|
d11edeadfa | ||
822e5bb994 | |||
|
23f21e2372 | ||
40a0f59a5b | |||
|
e8e279ff6b | ||
|
e5e66116f8 | ||
b81b959560 | |||
|
63a2d35fbe | ||
7c4b9b01b9 | |||
05aeb8b56a | |||
1ea9b25d3c | |||
|
0c7399af3a | ||
802125754c | |||
|
1e3fba61bc | ||
|
cbc4206644 | ||
9f33653180 | |||
|
c6afe434d2 | ||
|
2e104018fc | ||
|
da3f8479b6 | ||
|
f484a64c12 | ||
e62769e1ba | |||
|
c2f5afe142 | ||
386d5e10ec | |||
|
fa71176da9 | ||
39a3986e2c | |||
|
30ba64d8e9 | ||
32f53bb3de | |||
|
b22fe1786a | ||
ea9c52da1e | |||
|
3c227b83de | ||
|
1c3a2c7aa9 | ||
|
35a7efbfa7 | ||
|
79647d89f4 | ||
|
3c0bfec94a | ||
|
9eaf91ddbf | ||
625d25be90 | |||
|
e32b070104 | ||
4ac678e6ac | |||
|
e33a4cd3c9 | ||
28314e3ba1 | |||
|
fec1af5edb | ||
0a3a9e28c7 | |||
d3e4c7a08c | |||
|
70d3364e3a | ||
|
348c05be40 | ||
|
5660c99e25 | ||
|
791e8fc44e | ||
d35140335c | |||
6a94fb1241 | |||
|
f5b8e58275 | ||
|
3c45b3f1d9 | ||
|
657a1ec248 | ||
61a3039036 | |||
63ff65e59b | |||
7db305c834 | |||
|
3655b769d2 | ||
|
a1ba716431 | ||
|
8959844aff | ||
|
790799ae59 | ||
|
b1ef8df5d8 | ||
ae77e5a63b | |||
26cd61a711 | |||
|
5cade59008 | ||
|
94639e803a | ||
|
4ecfe34866 | ||
|
a7337d0b81 | ||
|
f0613aa098 | ||
|
4c3eb04387 | ||
|
7ed3aba4e9 | ||
|
6d7c006f61 | ||
d32e619fd0 | |||
|
e4d829a3e6 | ||
f7cf878933 | |||
|
4033e3c632 | ||
|
a606a277ab | ||
|
5685ff43ac | ||
|
e7530d73d4 | ||
|
b45a00a2ed | ||
|
200265d77f | ||
|
f45038cdc9 | ||
|
a835e72e16 | ||
|
4b7081c045 | ||
|
da747f9cb8 | ||
|
c407f15ff4 | ||
|
94069a2e43 | ||
|
51816338fb |
@@ -1,257 +0,0 @@
|
|||||||
Index: libsemanage-3.7/src/semanageswig_python.i
|
|
||||||
===================================================================
|
|
||||||
--- libsemanage-3.7.orig/src/semanageswig_python.i
|
|
||||||
+++ libsemanage-3.7/src/semanageswig_python.i
|
|
||||||
@@ -111,7 +111,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) char** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_FromCharPtr(*$1));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_FromCharPtr(*$1), $isvoid);
|
|
||||||
free(*$1);
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@
|
|
||||||
NULL, NULL, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -148,7 +148,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_module_info_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** module key typemaps **/
|
|
||||||
@@ -160,7 +160,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_module_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** context typemaps **/
|
|
||||||
@@ -172,7 +172,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_context_t** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** boolean typemaps **/
|
|
||||||
@@ -197,7 +197,7 @@
|
|
||||||
(void (*) (void*)) &semanage_bool_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -207,11 +207,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_bool_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_bool_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_bool_key_t **(semanage_bool_key_t *temp=NULL) {
|
|
||||||
@@ -240,7 +240,7 @@
|
|
||||||
(void (*) (void*)) &semanage_fcontext_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -250,11 +250,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_fcontext_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_fcontext_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_fcontext_key_t **(semanage_fcontext_key_t *temp=NULL) {
|
|
||||||
@@ -284,7 +284,7 @@
|
|
||||||
(void (*) (void*)) &semanage_iface_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -294,11 +294,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_iface_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_iface_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_iface_key_t **(semanage_iface_key_t *temp=NULL) {
|
|
||||||
@@ -328,7 +328,7 @@
|
|
||||||
(void (*) (void*)) &semanage_seuser_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -338,11 +338,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_seuser_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_seuser_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_seuser_key_t **(semanage_seuser_key_t *temp=NULL) {
|
|
||||||
@@ -371,7 +371,7 @@
|
|
||||||
(void (*) (void*)) &semanage_user_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -381,11 +381,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_user_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_user_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_user_key_t **(semanage_user_key_t *temp=NULL) {
|
|
||||||
@@ -414,7 +414,7 @@
|
|
||||||
(void (*) (void*)) &semanage_port_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -424,11 +424,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_port_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_port_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_port_key_t **(semanage_port_key_t *temp=NULL) {
|
|
||||||
@@ -457,7 +457,7 @@
|
|
||||||
(void (*) (void*)) &semanage_ibpkey_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -467,11 +467,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_ibpkey_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_ibpkey_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_ibpkey_key_t **(semanage_ibpkey_key_t *temp=NULL) {
|
|
||||||
@@ -500,7 +500,7 @@
|
|
||||||
(void (*) (void*)) &semanage_ibendport_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -510,11 +510,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_ibendport_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_ibendport_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_ibendport_key_t **(semanage_ibendport_key_t *temp=NULL) {
|
|
||||||
@@ -543,7 +543,7 @@
|
|
||||||
(void (*) (void*)) &semanage_node_free, &plist) < 0)
|
|
||||||
$result = SWIG_From_int(STATUS_ERR);
|
|
||||||
else
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, plist);
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, plist, $isvoid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -553,12 +553,12 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(argout) semanage_node_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
%typemap(argout) semanage_node_key_t ** {
|
|
||||||
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
|
|
||||||
+ $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0), $isvoid);
|
|
||||||
}
|
|
||||||
|
|
||||||
%typemap(in, numinputs=0) semanage_node_key_t **(semanage_node_key_t *temp=NULL) {
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41138f46222439e1242f27c1587e95cf54a059259aaf1681db642cc30c4e0d60
|
|
||||||
size 182583
|
|
@@ -1,16 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAABCAAdFiEEG+LA/wiUliMQL9JWRpWIHCVFCNEFAmV5xAIACgkQRpWIHCVF
|
|
||||||
CNHfxRAAxXkHDxt7TvNySNdBDbqD0NX8r2tAKBEqI5dwspic8W8qi3mBBtqSYhxA
|
|
||||||
XAx8lRtf+wMSUaUO/Fa0qUyFuc/zdDTJUiNl2Aijp7YER3wpGj1/YDz/6lAWEc2N
|
|
||||||
8HMKQLYmdyoqzltRLTyTfRU3Zp1o0D15JVQtONadllTbRr6xKu672rSMkJf4AlxN
|
|
||||||
Q+CP26z/vRCtWXZLmsupgzbgeMPITrLGW5tubjtKgs8RGJ7o/yC1L0lT3aXSZ+EC
|
|
||||||
fhu4u7PhJqHeXhfSW1JBXkOXVooc9/9O1CURpSWGoS7CzhLpoxfabZfEomT2vshx
|
|
||||||
1DIQNFkCHrVp4mF+NU+AHatJNuknopz3XaKVEkYfUkcg23uFNuUXb9Rit1fJXYrD
|
|
||||||
YTNEtkv3LQw20dTpAP8LeW7LUv+9Z3hQQlOdHmzTNloJBH47B7MiNE09HdHtQL/w
|
|
||||||
10UUMgO4mTBGCseQ1gNfnbVQIUxP9iMdKzNG1aSDZIABH0Liroh2Oq1j5oJybWsw
|
|
||||||
C+yXFPle/bKvKzIXTBST40Qxi5fOIJatewRTEMX8ikapBaVKIE9QSlYRSnAgD0Me
|
|
||||||
LW1MQG/2FCt3byGA/gSYnRlgASjg2r23QHlvVRkRG0/Uj37hE5QAHqIMYmMsMEqy
|
|
||||||
XenmK+tCcPC6y/O4BwoRV3O6PU8/j8C0+RYD4bv5xmtPd1H+858=
|
|
||||||
=xhK9
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e166cae29a417dab008db9ca0874023f353a3017b07693a036ed97487eda35b1
|
|
||||||
size 182896
|
|
@@ -1,16 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAABCAAdFiEEG+LA/wiUliMQL9JWRpWIHCVFCNEFAmZ8NeEACgkQRpWIHCVF
|
|
||||||
CNF7iw/+J/RkUBGyWCTPpjTxycgsM32jroIqhekik2VkAAoSSfIy2DNsV9W1LhjX
|
|
||||||
8wdTIbohbVIV4iVjzvd8H5ee0XpywPYQ18bgvYmpHmjC+0pp3wZy5T1igbE1ePCq
|
|
||||||
r/MheAHIn4zj68qZZxCXZs5Fc1PC910jsEOM8Wwdyyo8VGpPp4EfO6y3aFIkbeoQ
|
|
||||||
kC4rNtXtXy5USKUtQ8QbKqyr+/YuSfVgYeZCexBqL0GJ4jwP413xiwKXL+RAzDeL
|
|
||||||
j5Z9m0j911LTer/KUoDL+jdlkX1YTf4qK+VEcHjlQBLUoS6atsNKSMJftqKkATfP
|
|
||||||
AZqlBuka6RheBL54eNHc+slIKEJvhfuTFWItM/3o8+lnW/2d7dYh1WxQhXJBFDM7
|
|
||||||
dbButzqAL9dKNRjTNlBpMPe8oj13wLK890eVLOlnMIJUW4dZURoNNbs3Q2OlhuHQ
|
|
||||||
kyuPOegi2ZaNz4TvjlI1egY3h9lVYjUv/l/AtscqWfutZfD+e7n93mLOiXmZFmHI
|
|
||||||
G56cIUHfT13CEPq9D8moVTLM1bSibEDGe2GUqalpk9YcbQ3wBBXgUF8XcGuQFYZt
|
|
||||||
Bl42k6VvolZ6net+FxBoUhprBDtkPJQSD5DyT0OF4uucdZiDbsZT7vsYMjndiZVd
|
|
||||||
D1FyYekdvzb6x6li4nLLkxyj2WV96vPvqRKK+zvIldFem1Nllps=
|
|
||||||
=aE6b
|
|
||||||
-----END PGP SIGNATURE-----
|
|
Reference in New Issue
Block a user