<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-security.git/recipes-security/scapy, branch wip_kernel</title>
<subtitle>Mirror of git.yoctoproject.org/meta-security.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-security.git/atom?h=wip_kernel</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-security.git/atom?h=wip_kernel'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/'/>
<updated>2019-06-10T14:35:35+00:00</updated>
<entry>
<title>python3-scapy: solved the conflict with python-scapy</title>
<updated>2019-06-10T14:35:35+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-06-10T07:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=c28b72e91dbd6a4aa7f3517d2859551126e6774c'/>
<id>urn:sha1:c28b72e91dbd6a4aa7f3517d2859551126e6774c</id>
<content type='text'>
-Rename the following file to resolve the conflict with python-scapy:
	Rename /usr/bin/UTscapy to /usr/bin/UTscapy3
	Rename /usr/bin/scapy to /usr/bin/scapy3

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-scapy: solved the conflict with python3-scapy</title>
<updated>2019-06-10T14:35:35+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-06-10T07:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=470271aea7f400000c322ebe6f9020d0b7044f85'/>
<id>urn:sha1:470271aea7f400000c322ebe6f9020d0b7044f85</id>
<content type='text'>
-Rename the following file to resolve the conflict with python3-scapy:
	Rename /usr/bin/UTscapy to /usr/bin/UTscapy2
	Rename /usr/bin/scapy to /usr/bin/scapy2

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-scapy: Remove redundant sed operations</title>
<updated>2019-06-10T14:35:27+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-06-10T07:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=b1e379ee5c1cc0affcf81ba2254eea3d49c7a0ac'/>
<id>urn:sha1:b1e379ee5c1cc0affcf81ba2254eea3d49c7a0ac</id>
<content type='text'>
-Remove redundant sed operations.

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>scapy: restore ptest by going to github directly</title>
<updated>2019-02-12T02:00:54+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2019-02-04T19:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=0e8ac771a0a7c26db9685d9897fe56fbabaca9dd'/>
<id>urn:sha1:0e8ac771a0a7c26db9685d9897fe56fbabaca9dd</id>
<content type='text'>
The pypi package removed the tests so
go to the git repo directly.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>scapy: Fix shebang for python3</title>
<updated>2019-02-12T02:00:54+00:00</updated>
<author>
<name>Scott Ellis</name>
<email>scottellis.developer@gmail.com</email>
</author>
<published>2019-01-19T19:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=5e7b4a96ad9c711d7bd4c6be9845705cb5248418'/>
<id>urn:sha1:5e7b4a96ad9c711d7bd4c6be9845705cb5248418</id>
<content type='text'>
Both scapy and UTscapy have python in the shebang line
regardless of whether python3-scapy or python-scapy
was built.

Signed-off-by: Scott Ellis &lt;scott@jumpnowtek.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>scapy: Add python-cryptography to RDEPENDS</title>
<updated>2019-02-12T02:00:54+00:00</updated>
<author>
<name>Scott Ellis</name>
<email>scottellis.developer@gmail.com</email>
</author>
<published>2019-01-19T17:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=3d812a22c20640002a6ca8cd7a62e7215ee898ed'/>
<id>urn:sha1:3d812a22c20640002a6ca8cd7a62e7215ee898ed</id>
<content type='text'>
Signed-off-by: Scott Ellis &lt;scott@jumpnowtek.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>Upgrade scapy to 2.4.2</title>
<updated>2019-02-12T02:00:54+00:00</updated>
<author>
<name>Scott Ellis</name>
<email>scottellis.developer@gmail.com</email>
</author>
<published>2019-01-19T11:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=82118c2bd4c6169b20927c6bcb72766cc2d36ccc'/>
<id>urn:sha1:82118c2bd4c6169b20927c6bcb72766cc2d36ccc</id>
<content type='text'>
Upstream MANIFEST.in removed doc and test directories
so remove ptest.

Signed-off-by: Scott Ellis &lt;scott@jumpnowtek.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>scapy: update to 2.4.0 and covert</title>
<updated>2018-09-18T04:08:19+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2018-09-09T19:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=561d0806a9d4e6a954bc19bf951dc69f4e40d3eb'/>
<id>urn:sha1:561d0806a9d4e6a954bc19bf951dc69f4e40d3eb</id>
<content type='text'>
convert package to python standard

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>scapy: update to 2.3.3</title>
<updated>2018-02-14T19:56:35+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2018-02-05T04:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=62803a0ecc68b890d7803ef319f2a6ffffd6f3c9'/>
<id>urn:sha1:62803a0ecc68b890d7803ef319f2a6ffffd6f3c9</id>
<content type='text'>
Drop patch included in update.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>scapy: fix the pickling issue</title>
<updated>2017-02-18T19:43:20+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2017-02-09T02:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=c12aa7601e715a44d02927267bc89745f8a82a5b'/>
<id>urn:sha1:c12aa7601e715a44d02927267bc89745f8a82a5b</id>
<content type='text'>
Backport a patch to fix the pickling issue when save_session:

PicklingError: Can't pickle &lt;type 'function'&gt;: attribute lookup __builtin__.function failed

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
