Commit Graph

80 Commits

Author SHA1 Message Date
brad
bf1f34e302 Update license marker as the license changed with 3.1.10.
ok ajacoutot@
2013-04-12 05:16:03 +00:00
ajacoutot
7ced100b6a Update to gnutls-3.1.10. 2013-03-23 13:25:04 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
c4b67d5612 Update to gnutls-3.1.9. 2013-03-02 14:07:22 +00:00
ajacoutot
f44bdb4a47 Remove an annoying warning at pkg_add/delete time due to an empty manpage.
Theo confirmed this can still go in.
prodded by and ok sthen@, ok jasper@
2013-02-21 15:55:32 +00:00
ajacoutot
68dcc506da SECURITY update to gnutls-3.1.7.
GNUTLS-SA-2013-1: http://www.isg.rhul.ac.uk/tls/
2013-02-05 07:37:33 +00:00
ajacoutot
cb5f7d6c3c Bugfix update to gnutls-3.1.6. 2013-01-18 10:41:25 +00:00
ajacoutot
ef8e77410e New MASTER_SITES. 2012-12-23 10:39:21 +00:00
ajacoutot
01ba45e2f4 Update to gnutls-3.1.5. 2012-12-08 08:20:10 +00:00
ajacoutot
857cce9611 Update to gnutls-3.1.3. 2012-11-05 10:41:24 +00:00
gsoares
0f5e86d72b add missing rcs id
OK aja
2012-10-30 14:21:36 +00:00
ajacoutot
fc8fe31412 Fix my email. 2012-10-08 10:43:15 +00:00
ajacoutot
3b94f059a4 Update to gnutls-3.1.2. 2012-09-27 06:35:07 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
bd359745bf Fix implicit declaration. 2012-09-20 17:49:10 +00:00
ajacoutot
b1ecd9b599 Major update to gnutls-3.1.1.
tested in a bulk by landry@, thanks
2012-09-05 07:15:50 +00:00
ajacoutot
bc15304e18 Minor update to gnutls-3.0.23. 2012-09-03 11:54:18 +00:00
ajacoutot
1e85c58f0d Tweak comment. 2012-08-25 13:11:35 +00:00
ajacoutot
f3ade23335 No need for -pthread ldflags anymore.
from Brad
2012-08-24 12:33:14 +00:00
ajacoutot
b81709215a Forgot in previous. 2012-08-19 13:31:39 +00:00
ajacoutot
ec4340a364 Remove lpthread patches from the "security" category. 2012-08-19 13:30:04 +00:00
sthen
59f1eb3ac1 update to gnutls 3.0.22, ok ajacoutot@
- bugfixes and now supports gnutls_certificate_set_x509_system_trust on OpenBSD
2012-08-06 07:54:22 +00:00
ajacoutot
e0b037b6ec Better patch. 2012-07-09 13:29:51 +00:00
ajacoutot
5c286b8833 Major update to gnutls-3.0.21.
ok jasper@
2012-07-08 09:02:10 +00:00
ajacoutot
ed9f7f03ac Bugfix update to gnutls-2.12.20.
* fixed memory leak in PKCS #8 key import
2012-07-05 06:36:59 +00:00
jasper
9041fc74ae - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 14:40:06 +00:00
ajacoutot
a0e734b938 Bugfix update to gnutls-2.12.19. 2012-05-09 08:06:53 +00:00
ajacoutot
94ead82f69 Use MASTER_SITE_GNU. 2012-04-04 06:27:38 +00:00
sthen
b7b9359510 update to gnutls 2.2.18, OK ajacoutot@
- minitasn1: Upgraded to libtasn1 version 2.12 (pre-release).
- Corrected SRP-RSA ciphersuites when used under TLS 1.2.
- Fixed leaks in key generation.
2012-03-21 16:05:36 +00:00
ajacoutot
e182004240 Minor update to gnutls-2.12.17. 2012-03-06 16:37:49 +00:00
ajacoutot
226cf67bc3 Minor update to gnutls-2.12.16.
* corrected functionality of gnutls_record_get_direction()
2012-01-09 14:03:59 +00:00
ajacoutot
74fb5c138b Sort PLIST. 2011-12-30 11:17:08 +00:00
ajacoutot
797204e9b7 SECURITY update to gnutls-2.12.14.
Fix a possible buffer overflow.
2011-11-21 14:48:09 +00:00
ajacoutot
0efec4bcbd Small bugfix update to gnutls-2.12.12. 2011-10-21 15:38:15 +00:00
ajacoutot
c057cd387b Bugfix update to gnutls-2.12.11.
* libgnutls: Memory leak fixes in credentials private key deinitialization.
* libgnutls: Allow CA importing of 0 certificates to succeed.
2011-10-03 15:32:24 +00:00
ajacoutot
d62a7dfc68 Bugfix update to gnutls-2.12.10. 2011-09-08 11:36:36 +00:00
ajacoutot
5ae5f28d6c Bugfix update to gnutls-2.12.9. 2011-08-22 09:13:04 +00:00
ajacoutot
94deac9daf Bugfix update to gnutls-2.12.7. 2011-06-21 09:55:43 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
b5d6ad6a2e Maintenance update to gnutls-2.12.5. 2011-05-17 19:08:08 +00:00
ajacoutot
4079be8ce1 Bugfix update to gnutls-2.12.3.
Incidentally fixes a build breakage when libgcrypt wasn't installed as
spotted by jasper@
2011-05-04 15:48:10 +00:00
ajacoutot
058f1aab39 Major update to gnutls-2.12.2.
tested by landry@ in a bulk, thanks!
ok jasper@ landry@
2011-04-15 16:09:39 +00:00
ajacoutot
ac2199ffa2 Fix pkg-config file.
This unbreaks libprelude as reported by Markus Lude.
2011-03-10 15:38:58 +00:00
ajacoutot
327fe0b3b1 Bugfix update to gnutls-2.10.5. 2011-03-10 07:16:45 +00:00
ajacoutot
54f37fc488 Bugfix update to gnutls-2.10.4. 2010-12-12 16:29:59 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
ajacoutot
047bbb7432 Maintainance update gnutls-2.10.2. 2010-10-25 17:28:00 +00:00
espie
2ef1026971 USE_GROFF=Yes 2010-10-18 21:41:44 +00:00
ajacoutot
af02cbf50b Major update to gnutls-2.10.1.
tested by landry@ in a bulk, thanks!
2010-08-31 20:01:41 +00:00