search for: gnutl

Displaying 20 results from an estimated 888 matches for "gnutl".

Did you mean: gnutls
2019 Apr 08
2
Samba 4.8.10 for rhel7/centos7 rpms
Hi Sergio, You're right and I hadn't noticed because everything worked fine. Here's an exercept from samba's config.log (I just refreshed the packages for 4.8.11): --------------------------------------------------------------------------------- Checking for gnutls >= 3.4.7 /usr/bin/pkg-config "gnutls >= 3.4.7" --cflags --libs gnutls Requested 'gnutls >= 3.4.7' but version of GnuTLS is 3.3.29 You may find new versions of GnuTLS at http://www.gnutls.org/ not found --------------------------------------------------------------------...
2004 Jun 22
2
Compile error
..../src/lib-auth -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\" -DSBINDIR=\""/usr/local/sbin"\" -I/usr/local/include -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c ssl-proxy-gnutls.c ssl-proxy-gnutls.c:11:2: #error broken currently ssl-proxy-gnutls.c:310: error: conflicting types for `ssl_proxy_new' ssl-proxy.h:12: error: previous declaration of `ssl_proxy_new' ssl-proxy-gnutls.c: In function `ssl_proxy_new': ssl-proxy-gnutls.c:319: warning: passing arg 2 of `gnu...
2019 Apr 08
6
Samba 4.8.10 for rhel7/centos7 rpms
On Sun, 2019-04-07 at 12:38 -0400, vincent at cojot.name wrote: > On Sat, 6 Apr 2019, Sérgio Basto via samba wrote: > > > > http://nova.polymtl.ca/~coyote/dist/samba/samba-4.8.10 > > > > How do you build this on Centos 7 without gnutls 3.4 and nettle 3.2 > > ? > > Hi Sergio, > that's a very good question. I built these on rhrl7.6 with gnutls- > 3.3.39 > and nettle-2.7.1: > > [root at dc02 ~]# rpm -q nettle gnutls > nettle-2.7.1-8.el7.x86_64 > nettle-2.7.1-8.el7.i686 > gnutls-3.3.29-9.el...
2020 Jun 18
3
How to compile gnutls to samba-4.12.3
Hello all; sorry almost the offtopic. I want to upgrade to samba-4.12.3.tar.gz on CentOS 7 and has problem installing gnutls. As said in wiki, to install samba-4.12.3 you need to install a version equal to or greater than 3.4.7 of gnutls. This (gnutls) depends on nettle and gmp. I am trying to install gnutls-3.6.14; I already have gmp (gmp-6.2.0) and nettle (nettle-3.6) installed (compiled from sources), but gnutls doe...
2015 Apr 16
2
Can't compile samba 4.2.x on Jessie RC2
Hello ! Debian Jessie is coming soon (25 april 2015) so i'm trying to compile samba 4.2.x on Jessie RC2 Samba 4.2.0 and samba 4.2.1 (even with bugfix 11135 from a.bartlett) can't compile : Checking for gnutls >= 3.0.0s : not found Checking for gnutls >= 1.4.0 and broken versions : not found /usr/local/src/samba-4.2.1/source4/lib/tls/wscript:37: error: Building the AD DC requires GnuTLS...
2018 Jun 01
2
Re: [libvirt] virRandomBits - not very random
...;> > > > > >> > > > > Here's where we left things last time it came up: >> > > > > >> > > > > https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html >> > > > > >> > > > > If gnutls has an interface that will give us random bits >> > > > > (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of >> > > > > our random bits (and forget about a seed), except when we are mocking >> > > > > things in our testsuite...
2014 Mar 06
0
CentOS Digest, Vol 110, Issue 6
...5-cent.us) > 17. Re: where can download CENTOS 5.X???? (John Doe) > 18. Re: maraidb for el6 (Johnny Hughes) > 19. Re: CentOS 5 + Quagga + SELinux (SilverTip257) > 20. Re: CentOS 5 + Quagga + SELinux (Les Mikesell) > 21. Re: maraidb for el6 (Farkas Levente) > 22. gnutls bug (Michael Coffman) > 23. Re: gnutls bug (Peter) > 24. Re: gnutls bug (Frank Cox) > 25. Re: gnutls bug (John R Pierce) > 26. Re: gnutls bug (Dennis Jacobfeuerborn) > 27. Re: CentOS 6.5 install (Les Mikesell) > 28. Re: CentOS 6.5 install (m.roth at 5-cent.us) &...
2005 Oct 15
3
Dovecot doesn' compile with gnutls
Hi all, tried to build dovecot-1.0.alpha3 with gnutls. The build stops something like: ssl-proxy-gnutls.c:420: warning: 'gnutls_dh_params_set' is \ deprecated (declared at /usr/include/gnutls/compat8.h:82) ssl-proxy-gnutls.c: In function 'read_rsa_parameters': \ ssl-proxy-gnutls.c:446: warning: 'gnutls_rsa_params_set' is \ dep...
2018 May 31
2
Definitive guide to setting up FTPIS on vsftpd
...have a new CentOS 7.4 (recently upgraded to 7.5) system that I have been struggling with in configuring vsftpd for FTPS Implicit (port 990). (The latest instructions I've used are at: https://www.unixmen.com/configure-vsftpd-ssltls-centos-7/) Using Filezilla client, I get: Error: GnuTLS error -15: An unexpected TLS packet was received. Error: Could not connect to server Using Core FTP LE: SL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func(0):reason(1) SSL Connection not established Using WinSCP: TLS connect: error in SSLv2/v3 read server hello A TLS conn...
2015 Jun 04
1
compiling samba in an container
...ontainer seems to function well. Bad news is missing dependancies. So, in tracking down depenancies, here's what I installed in to the container apt-get install python apt-get install python-dev apt-get install libxslt-dev apt-get install ldap-utils apt-get install libldap2 apt-get install libgnutls-dev apt-get install gnutls-bin Running configure I get stuck at tail bin/config.log - Checking for gnutls >= 3.0.0s pkg-config --errors-to-stdout --print-errors "gnutls >= 3.0.0" --cflags --libs gnutls /bin/sh: 1: pkg-config: not found not found --------------------------------...
2020 Jun 18
1
How to compile gnutls to samba-4.12.3
...asto" <sergio at serjux.com> escribi?: >On Wed, 2020-06-17 at 22:03 -0400, Rommel Rodriguez Toirac via samba >wrote: >> Hello all; >> sorry almost the offtopic. >> >> I want to upgrade to samba-4.12.3.tar.gz on CentOS 7 and has problem >> installing gnutls. >> As said in wiki, to install samba-4.12.3 you need to install a >> version equal to or greater than 3.4.7 of gnutls. This (gnutls) >> depends on nettle and gmp. I am trying to install gnutls-3.6.14; I >> already have gmp (gmp-6.2.0) and nettle (nettle-3.6) installed &gt...
2014 Mar 05
0
CentOS-announce Digest, Vol 109, Issue 1
...ce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2014:0247 Important CentOS 5 gnutls Update (Johnny Hughes) 2. CESA-2014:0249 Important CentOS 5 postgresql Update (Johnny Hughes) 3. CESA-2014:0246 Important CentOS 6 gnutls Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Tue, 4 Mar 2014 20:51:10 +0000 Fro...
2006 Apr 09
2
dovecot won't compile for GnuTLS
...tly investigating a switch from courier-imap to dovecot since a number of our users experience problems with Outlook in combination with SSL. I can compile dovecot with openssl support and it runs "fine" except that the Outlook issues are still there. I read that dovecot works best with GnuTLS and thought that I'd try to compile for that instead. The system is running SuSE 9.3. I've installed the gnutls-library and configure runs fine, but make stops. My configure arguments is ./configure --with-vpopmail --with-ssl=gnutls Make stops with the following info: make[3]: Enteri...
2020 Jun 17
1
Compile gnutls yo install samba-4.12.3
Hello all; Has anyone installed samba4 from sources (samba-4.12.3.tar.gz) on CentOS 7? I explain the problem: to install samba-4.12.3 you need to install a version equal to or greater than 3.4.7 of gnutls; this (gnutls) depends on nettle and gmp. I am trying to install gnutls-3.6.14; I already have gmp (gmp-6.2.0) and nettle (nettle-3.6) installed (compiled from sources), but gnutls doesn't want to install, it tells me "Libnettle 3.4.1 was not found" when I run the ./configure Net...
2018 May 30
2
Re: [libvirt] virRandomBits - not very random
...it's >>>>> probably better than what we have now. >>>> >>>> Here's where we left things last time it came up: >>>> >>>> https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html >>>> >>>> If gnutls has an interface that will give us random bits >>>> (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of >>>> our random bits (and forget about a seed), except when we are mocking >>>> things in our testsuite, and need a deterministic PRNG from...
2016 Jan 07
0
CESA-2016:0012 Moderate CentOS 6 gnutls Security Update
...d Security Advisory 2016:0012 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-0012.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 0eb31a49120fa25c404589fd876c9d7cfc4aeef7cd7b2a2a2d24711e967f8279 gnutls-2.8.5-19.el6_7.i686.rpm d22dfa913e478b539e1f7b5320b4d86d2457a5824132572fc1d6acabffd95cb6 gnutls-devel-2.8.5-19.el6_7.i686.rpm 95b9d374cee86ebbb1bf66bc28768436b7cab6c79cc8dd2a15cea2c2955333bd gnutls-guile-2.8.5-19.el6_7.i686.rpm 0fae500124573d8553d0c5271f56034b1f57d7c401bd66a3acaf0d261dcff5ee gn...
2012 Mar 28
0
CESA-2012:0429 Important CentOS 6 gnutls Update
...Security Advisory 2012:0429 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0429.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 48f7b95cb3496922467547cbb3d2a4e547f250b602985ef7dd5790956582f78a gnutls-2.8.5-4.el6_2.2.i686.rpm bef0935cff152981f318197938f891956f0e0ebb92a439c46d627ee16a3bb76e gnutls-devel-2.8.5-4.el6_2.2.i686.rpm 1bb962aaecc312f730457547160ba2459548105834a8e1b4de528a6514f4e669 gnutls-guile-2.8.5-4.el6_2.2.i686.rpm bbb987c49b686f35e45dcd116a5dff81589234e775c61af7b58d26d24a4957f5...
2013 May 30
0
CESA-2013:0883 Important CentOS 6 gnutls Update
...Security Advisory 2013:0883 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0883.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 67db64c6503776a303693ce1f8813df40bbc1724d172ebbcb931e3f93a367db9 gnutls-2.8.5-10.el6_4.2.i686.rpm 492754f93d1f99bf49b8206fbc231126a3b5930bf38f40e056cc800a3f13faa0 gnutls-devel-2.8.5-10.el6_4.2.i686.rpm 12cec5aaa963efb5020f36178d150c0ac5af888b8b2c445b9a7a0a8d145ec8f7 gnutls-guile-2.8.5-10.el6_4.2.i686.rpm 911ee17332980796ec91faac99dfac0fb6a916ed5f0b0df25a9bfa6d033edd...
2014 Mar 04
0
CESA-2014:0246 Important CentOS 6 gnutls Update
...Security Advisory 2014:0246 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0246.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 4db48061ff04aa8a5929e9534d7a1c6d3f8ce505ff3d05ff76c018678af88b6e gnutls-2.8.5-13.el6_5.i686.rpm 59c006f7c084375f79f42d277471df45afdd5ea08ffd2d87f87b1cae33f4b398 gnutls-devel-2.8.5-13.el6_5.i686.rpm f3bda416d0b2c37fe0824dfdaed734561081f337896612f7888cf8264ff6439d gnutls-guile-2.8.5-13.el6_5.i686.rpm a913e33d7074607dca5e7bb620cad9a72916b2503becf17db7c3c9d7fa5c9923 gn...
2014 Jun 04
0
CESA-2014:0595 Important CentOS 6 gnutls Update
...Security Advisory 2014:0595 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0595.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 66cb5f85a5893510e888d010b724740069d027838320a95ff489d76c4f96c606 gnutls-2.8.5-14.el6_5.i686.rpm 8e5213a4b4abf358f5e1e9ffaf62ae56baa98e5c44928deeb29cd71d6546d1b4 gnutls-devel-2.8.5-14.el6_5.i686.rpm b9b40834f83c887b72c0e458df3c44d5afdf66e672a45edaa8aec9c84eb0bafc gnutls-guile-2.8.5-14.el6_5.i686.rpm 1e5ecce91f3c936d28a64172bc55039ca379f8c6e3453480883e747247ab5811 gn...