similar to: CESA-2020:5002 Moderate CentOS 7 curl Security Update

Displaying 20 results from an estimated 12000 matches similar to: "CESA-2020:5002 Moderate CentOS 7 curl Security Update"

2020 Aug 07
0
CEBA-2020:3348 CentOS 7 curl BugFix Update
CentOS Errata and Bugfix Advisory 2020:3348 Upstream details at : https://access.redhat.com/errata/RHBA-2020:3348 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: ee225e394bfa89bf736af8ccbdc1de6dd411a05ede84e4493d27f935cee02a32 curl-7.29.0-57.el7_8.1.x86_64.rpm
2017 Nov 27
0
CESA-2017:3263 Moderate CentOS 7 curl Security Update
CentOS Errata and Security Advisory 2017:3263 Moderate Upstream details at : https://access.redhat.com/errata/RHSA-2017:3263 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 12128ce4bbba8672939e49a25dc1bfe1a04e639ac96aa5b732c3d053ddb721ea curl-7.29.0-42.el7_4.1.x86_64.rpm
2019 Jul 31
0
CESA-2019:1880 Low CentOS 7 curl Security Update
CentOS Errata and Security Advisory 2019:1880 Low Upstream details at : https://access.redhat.com/errata/RHSA-2019:1880 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: aa989a7f2ec09a98a9ec12a11b7f4211e9e91c76ea5e12db579ced4aca823a75 curl-7.29.0-51.el7_6.3.x86_64.rpm
2019 Dec 03
0
CEBA-2019:3971 CentOS 7 curl BugFix Update
CentOS Errata and Bugfix Advisory 2019:3971 Upstream details at : https://access.redhat.com/errata/RHBA-2019:3971 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 64c5bad7d8857ed6b79c87069ae7bd31d388a8bf169b8f9cd1a5c175db369558 curl-7.29.0-54.el7_7.1.x86_64.rpm
2016 Aug 04
2
curl build system is broken and so is mock
On 08/03/2016 06:40 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> [alice at pern root]$ ldd builddir/build/BUILDROOT/curl-7.29.0-26.el7_2.awel.libre.0.x86_64/usr/bin/curl >> |grep crypto >> libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fb6e00a5000) >> libcrypto.so.10 => /lib64/libcrypto.so.10
2016 Aug 04
2
curl build system is broken and so is mock
On 08/03/2016 06:30 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> [alice at pern ~]$ ldd /usr/bin/curl |grep crypto >> libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f4524390000) >> libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f45234ca000) > > What do the following show: > > ldd /usr/bin/curl
2016 Aug 04
0
curl build system is broken and so is mock
Once upon a time, Alice Wonder <alice at domblogger.net> said: > [alice at pern root]$ ldd builddir/build/BUILDROOT/curl-7.29.0-26.el7_2.awel.libre.0.x86_64/usr/bin/curl > |grep crypto > libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fb6e00a5000) > libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007fb6df3e8000) Here is your problem - unless you specify an
2013 Jun 26
0
CESA-2013:0983 Moderate CentOS 6 curl Update
CentOS Errata and Security Advisory 2013:0983 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0983.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 5393c38b98d9066a1d9c1f2ee54f643914d4da0b70f4516e90ec05fd6cb5009f curl-7.19.7-37.el6_4.i686.rpm
2014 May 28
0
CESA-2014:0561 Moderate CentOS 6 curl Update
CentOS Errata and Security Advisory 2014:0561 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0561.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: cf0a982bec1212cc7cbba88aa8329d6ece826ae175c65c1799d614ad326712e5 curl-7.19.7-37.el6_5.3.i686.rpm
2020 Jul 25
1
configure failed with curl 7.71.1
Hi dev, can someone confirm if it is a general R 4.0.4 problem or it is happening only on cygwin ? checking for curl/curl.h... yes checking if libcurl is version 7 and >= 7.28.0... configure: error: libcurl >= 7.28.0 library and headers are required with support for https *** ERROR: configure failed but https is available on curl: $ curl --version curl 7.71.1 (x86_64-pc-cygwin)
2016 Aug 04
1
curl build system is broken and so is mock
On 08/03/2016 06:57 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> So when building curl, it links curl against the libcurl in the >> buildroot and not against the libcurl it just compiled? >> >> No other packages I know of do that. > > No, that is not what it does. If you posted the full ldd output like I >
2016 Aug 04
3
curl build system is broken and so is mock
On 08/03/2016 06:13 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> Something in the curl build will always link the binary against >> OpenSSL if the openssl-lib package is present, and will always link >> the library against OpenSSL if any TLS option is enabled in the >> configure. > > No, it doesn't. You can
2023 Feb 22
1
[PATCH nbdkit] curl: Try to share as much as possible between handles in the pool
On 2/22/23 16:01, Richard W.M. Jones wrote: > Using the libcurl share interface we can share data between the > separate curl easy handles in the pool. For more about this see: > > https://curl.se/libcurl/c/CURLSHOPT_SHARE.html > https://gist.github.com/bagder/7eccf74f8b6d70b5abefeb7f288dba9b > https://everything.curl.dev/libcurl/sharing > --- > plugins/curl/curldefs.h |
2016 Aug 04
0
curl build system is broken and so is mock
Once upon a time, Alice Wonder <alice at domblogger.net> said: > So when building curl, it links curl against the libcurl in the > buildroot and not against the libcurl it just compiled? > > No other packages I know of do that. No, that is not what it does. If you posted the full ldd output like I asked, rather than grepping out bits, you'd see it loading the system
2017 Nov 28
0
CentOS-announce Digest, Vol 153, Issue 6
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2012 Mar 28
0
CEBA-2012:0430 CentOS 6 curl Update
CentOS Errata and Bugfix Advisory 2012:0430 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0430.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 6de73d59cdd6149e7b85d11a6682ea232aa0c767194388cff3c0031e7c576613 curl-7.19.7-26.el6_2.4.i686.rpm
2014 Nov 06
0
CEBA-2014:1813 CentOS 6 curl BugFix Update
CentOS Errata and Bugfix Advisory 2014:1813 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1813.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: b0101ae88d4a92e29b7ea147d4a98538a7e55c472496f17c6a0c09baa2513085 curl-7.19.7-40.el6_6.1.i686.rpm
2014 Dec 08
0
CEBA-2014:1965 CentOS 6 curl BugFix Update
CentOS Errata and Bugfix Advisory 2014:1965 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1965.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: b24cd2fa431a60f77d4aef8a6fa8b15a7517637b39800113b9b50e6c87cc72b9 curl-7.19.7-40.el6_6.3.i686.rpm
2015 Jan 29
0
CEBA-2015:0098 CentOS 6 curl BugFix Update
CentOS Errata and Bugfix Advisory 2015:0098 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0098.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 4e4cd05361833384ad287cfb5cfcd8aed1ec0461d83bc754e51ee6c630e06c63 curl-7.19.7-40.el6_6.4.i686.rpm
2019 Dec 24
0
CEBA-2019:4253 CentOS 6 curl BugFix Update
CentOS Errata and Bugfix Advisory 2019:4253 Upstream details at : https://access.redhat.com/errata/RHBA-2019:4253 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: c3e0c7a7f0270770c74190f0a31f802a0d929eb0d1c61e713e2bbfa84395d8b1 curl-7.19.7-54.el6_10.i686.rpm ae075df2d895628b7b23fd4698f12fba209400f462ff7d3bab936fd4f9225214