slyfox 15/08/01 14:48:15 Added: metadata.xml nonce-1.0.2.ebuild Manifest ChangeLog Log: Generate cryptographic nonces. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.1 dev-haskell/nonce/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/nonce/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/nonce/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>haskell</herd> <longdescription> According to the Wikipedia, a nonce is an arbitrary number used only once in a cryptographic communication. This package contain helper functions for generating nonces. There are many kinds of nonces used in different situations. It's not guaranteed that by using the nonces from this package you won't have any security issues. Please make sure that the nonces generated via this package are usable on your design. </longdescription> </pkgmetadata> 1.1 dev-haskell/nonce/nonce-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/nonce/nonce-1.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/nonce/nonce-1.0.2.ebuild?rev=1.1&content-type=text/plain Index: nonce-1.0.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/nonce/nonce-1.0.2.ebuild,v 1.1 2015/08/01 14:48:15 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.5.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Generate cryptographic nonces" HOMEPAGE="https://github.com/prowdsponsor/nonce" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?] >=dev-haskell/cprng-aes-0.5:=[profile?] <dev-haskell/cprng-aes-0.7:=[profile?] >=dev-haskell/crypto-random-0.0:=[profile?] <dev-haskell/crypto-random-0.1:=[profile?] >=dev-haskell/text-0.9:=[profile?] >=dev-haskell/transformers-0.2:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 " 1.1 dev-haskell/nonce/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/nonce/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/nonce/Manifest?rev=1.1&content-type=text/plain Index: Manifest =================================================================== DIST nonce-1.0.2.tar.gz 2872 SHA256 1004184996ea797b43189a0e73eab0b939f129cafc776341ca82289edb329cd0 SHA512 e47ed297c7aaa1ed98b6ce711cbc6653dbcbeba9b132750e588c9134f544e8b92b857f36a9331350711df14259dd0f54e49fa6e0da10e9334c5bf76952431894 WHIRLPOOL 1b2e463eae9802be025056627501abcf4a660da3749152faba1fea84a7ff35588f763e63974706edc145f4beef7c3a2ac11c4672247bf3531e2dc79ba8b81072 EBUILD nonce-1.0.2.ebuild 896 SHA256 ab4c4797652ad0c77513bee320cf52d43e5aae57483e9c8a577bce8e54838d79 SHA512 c0e60fd33b088b23eb9f7ba0bb9bbd1d569098239026f1a84201eda9681e405dbe159f9e5eee4b31bfbe37f2328535a93d96447e6bd0fe0c3f7a96fca95ce79c WHIRLPOOL faabc02ae04f493e8ad39fa5991900914434889a59f193760a8ecb6809a7a13d590b0f5686b80cef3251f0d9cf60b106bd52b4d097b265deaaf7cabf1fed4086 MISC metadata.xml 643 SHA256 6c62c7eb797ea33728c97885d1ef036b8d58a735f8c1afc6ba91b391cac6f312 SHA512 c79354421fe1980a1f43159b5763b885401e783203dac7939b47aa43b3b238a90b69bb19bc75a393f02ca18c55683143eef240d0ef68801a247f1fc5e0e893b1 WHIRLPOOL 0845d62a0644b9aee2c6a7e2b9912ecd8a697cdc40fd4db3d26b362198d33231e838b76c87c7e143705b552d7824db2a01f6de2f608b9797fa21d9439b6f0cbf 1.1 dev-haskell/nonce/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/nonce/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/nonce/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-haskell/nonce # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/nonce/ChangeLog,v 1.1 2015/08/01 14:48:15 slyfox Exp $ *nonce-1.0.2 (01 Aug 2015) 01 Aug 2015; Sergei Trofimovich <[email protected]> +metadata.xml, +nonce-1.0.2.ebuild: Generate cryptographic nonces.
