blueness 14/06/08 14:18:58 Modified: cyassl-3.0.0.ebuild cyassl-2.9.4.ebuild ChangeLog Log: RESTRICT=test, bug #512312 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.3 net-libs/cyassl/cyassl-3.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?r1=1.2&r2=1.3 Index: cyassl-3.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cyassl-3.0.0.ebuild 4 Jun 2014 14:00:26 -0000 1.2 +++ cyassl-3.0.0.ebuild 8 Jun 2014 14:18:58 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v 1.2 2014/06/04 14:00:26 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v 1.3 2014/06/08 14:18:58 blueness Exp $ EAPI="5" @@ -20,6 +20,9 @@ EXTRAS="atomicuser pkcallbacks sep maxfragment truncatedhmac tlsx" DEBUG="debug errorstrings memory test" +# More trouble ahead, bug #512312 +RESTRICT="test" + #Note: sniffer is broken at the configure.ac level. Its not too important and we'll disable it for this release. #IUSE="-dtls examples extra fortress ipv6 httpd mcapi pwdbased sni sniffer static-libs threads zlib ${CACHE_SIZE} ${CRYPTO_OPTS} ${CERT_OPTS} ${EXTRAS} ${DEBUG}" IUSE="-dtls examples extra fortress ipv6 httpd mcapi pwdbased sni static-libs threads zlib ${CACHE_SIZE} ${CRYPTO_OPTS} ${CERT_OPTS} ${EXTRAS} ${DEBUG}" 1.4 net-libs/cyassl/cyassl-2.9.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?r1=1.3&r2=1.4 Index: cyassl-2.9.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cyassl-2.9.4.ebuild 4 Jun 2014 14:00:26 -0000 1.3 +++ cyassl-2.9.4.ebuild 8 Jun 2014 14:18:58 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v 1.3 2014/06/04 14:00:26 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v 1.4 2014/06/08 14:18:58 blueness Exp $ EAPI="5" @@ -20,6 +20,9 @@ EXTRAS="atomicuser pkcallbacks sep maxfragment truncatedhmac tlsx" DEBUG="debug errorstrings memory test" +# More trouble ahead, bug #512312 +RESTRICT="test" + #Note: sniffer is broken at the configure.ac level. Its not too important and we'll disable it for this release. #IUSE="-dtls examples extra fortress ipv6 httpd mcapi pwdbased sni sniffer static-libs threads zlib ${CACHE_SIZE} ${CRYPTO_OPTS} ${CERT_OPTS} ${EXTRAS} ${DEBUG}" IUSE="-dtls examples extra fortress ipv6 httpd mcapi pwdbased sni static-libs threads zlib ${CACHE_SIZE} ${CRYPTO_OPTS} ${CERT_OPTS} ${EXTRAS} ${DEBUG}" 1.53 net-libs/cyassl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 4 Jun 2014 14:00:26 -0000 1.52 +++ ChangeLog 8 Jun 2014 14:18:58 -0000 1.53 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/cyassl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.52 2014/06/04 14:00:26 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.53 2014/06/08 14:18:58 blueness Exp $ + + 08 Jun 2014; Anthony G. Basile <[email protected]> cyassl-2.9.4.ebuild, + cyassl-3.0.0.ebuild: + RESTRICT=test, bug #512312 04 Jun 2014; Anthony G. Basile <[email protected]> cyassl-2.9.4.ebuild, cyassl-3.0.0.ebuild:
