ngutzmann
be0c978fa1
nettle: The variable named p in the patch file was incorrectly named.
...
The variable in question should have been called ecc->p. The patch has been
updated so that the compilation of the nettle recipe would complete
successfully. The backport originated from this commit
c71d2c9d20
(From OE-Core rev: 7f4d3b90840a14d660a56d23e1fe79f4fb633d59)
Signed-off-by: ngutzmann <nathangutzmann@gmail.com >
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2016-03-11 10:56:02 +00:00
Armin Kuster
3aa8ba185b
nettle: Security fix CVE-2015-8804
...
(From OE-Core master rev: 7474c7dbf98c1a068bfd9b14627b604da5d79b67)
minor tweak to get x86_64/ecc-384-modp.asm to apply
(From OE-Core rev: d1903e264ab62d34daeb652c89c6fb67e7c9b42d)
Signed-off-by: Armin Kuster <akuster@mvista.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
Signed-off-by: Armin Kuster <akuster@mvista.com >
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2016-03-03 11:11:40 +00:00
Armin Kuster
2250d4025b
nettle: Security fix CVE-2015-8803 and CVE-2015-8805
...
(From OE-Core master rev: f62eb452244c3124cc88ef01c14116dac43f377a)
hand applied changes for ecc-256.c
(From OE-Core rev: cb03397ac97bfa99df6b72c80e1e03214e059e6e)
Signed-off-by: Armin Kuster <akuster@mvista.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
Signed-off-by: Armin Kuster <akuster@mvista.com >
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2016-03-03 11:11:40 +00:00
Tudor Florea
8933810ac3
buildtools-tarball: Add wget to buildtools-tarball
...
GNU Wget cannot be upgrated to a newer that 1.12 version on supported
Centos distro. GNU Wget 1.12 and earlier uses a server-provided filename
instead of the original URL to determine the destination filename of a
download.
This means the files downloaded when fetching cannot be properly used:
$ wget http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.2/source/eventlog_0.2.13.tar.gz
$ ls
eventlog_0.2.13.tar.gz?AWSAccessKeyId=AKIAICTJ5MANGPMOH7JA&Expires=1400838672&Signature=TjakOBpOvHtEKKDgF14iVinWpY0=
This in turn lead to build errors like:
WARNING: Failed to fetch URL http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.2/source/eventlog_0.2.13.tar.gz , attempting MIRRORS if available
ERROR: Fetcher failure for URL: 'http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.2/source/eventlog_0.2.13.tar.gz' ;. The fetch command returned success for url http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.2/source/eventlog_0.2.13.tar.gz but /path/to/downloads/eventlog_0.2.13.tar.gz doesn't exist?!
ERROR: Function failed: Fetcher failure for URL: 'http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.2/source/eventlog_0.2.13.tar.gz' ;. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /path/to/tmp/work/ppce500v2-enea-linux-gnuspe/eventlog/0.2.13-r0/temp/log.do_fetch.28302
ERROR: Task 4 (/path/to/poky/meta-openembedded/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb, do_fetch) failed with exit code '1'
[YOCTO #6549 ]
(From OE-Core rev: 16dcc820af60f1a875c9b3b13b545a78124ddd7f)
Signed-off-by: Tudor Florea <tudor.florea@enea.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2014-07-21 19:05:35 +01:00
Valentin Popa
ebaf77dc73
nettle: disable openssl
...
Do not include openssl glue in the benchmark program.
This should fix a compile issue on multilib.
(From OE-Core rev: 22c90592347582854410b95db8b7765c85c1568b)
Signed-off-by: Valentin Popa <valentin.popa@intel.com >
Signed-off-by: Saul Wold <sgw@linux.intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2014-05-11 12:27:22 +01:00
Valentin Popa
220c7e091d
nettle: add nettle to oe-core
...
Newer versions of gnutls depends on nettle.
(From OE-Core rev: e0e5eaee72e49c01e76d56cd03fbfb3e20febbb0)
Signed-off-by: Valentin Popa <valentin.popa@intel.com >
Signed-off-by: Saul Wold <sgw@linux.intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2014-05-06 17:59:16 +01:00