debian/0000755000000000000000000000000012252740645007175 5ustar debian/watch0000644000000000000000000000020112224700631010205 0ustar version=3 http://hackage.haskell.org/package/cipher-aes/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000020512224700630010237 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000467112224700630011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cipher-aes Upstream-Contact: Vincent Hanquez Source: http://hackage.haskell.org/package/cipher-aes Files: * Copyright: 2008-2012 Vincent Hanquez License: BSD3 Files: debian/* Copyright: 2012 Clint Adams License: ISC License: BSD3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/source/0000755000000000000000000000000012224700630010462 5ustar debian/source/format0000644000000000000000000000001412224700630011670 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212224700630010360 0ustar 9 debian/control0000644000000000000000000001015712224702561010576 0ustar Source: haskell-cipher-aes Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-byteable-dev , libghc-byteable-prof , libghc-securemem-dev (>= 0.1.2) , libghc-securemem-prof , libghc-crypto-cipher-types-dev (>> 0.0.6) , libghc-crypto-cipher-types-dev (<< 0.1) , libghc-crypto-cipher-types-prof , libghc-crypto-cipher-tests-dev (>> 0.0.8) , libghc-quickcheck2-dev , libghc-test-framework-dev (>= 0.3.3) , libghc-test-framework-quickcheck2-dev (>= 0.2.9) Build-Depends-Indep: ghc-doc , libghc-crypto-cipher-types-doc , libghc-byteable-doc , libghc-securemem-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/cipher-aes Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-aes Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-aes Package: libghc-cipher-aes-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: fast AES cipher implementation with advanced mode of operations${haskell:ShortBlurb} Fast AES cipher implementation with advanced mode of operations. . The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois Counter Mode). . The AES implementation uses AES-NI when available (on x86 and x86-64 architecture), but fallback gracefully to a software C implementation. . The software implementation uses S-Boxes, which might suffer for cache timing issues. However do note that most other known software implementations, including very popular one (openssl, gnutls) also uses same implementation. If it matters for your case, you should make sure you have AES-NI available, or you'll need to use a different implementation. . ${haskell:Blurb} Package: libghc-cipher-aes-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: fast AES cipher implementation with advanced mode${haskell:ShortBlurb} Fast AES cipher implementation with advanced mode of operations. . The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois Counter Mode). . The AES implementation uses AES-NI when available (on x86 and x86-64 architecture), but fallback gracefully to a software C implementation. . The software implementation uses S-Boxes, which might suffer for cache timing issues. However do note that most other known software implementations, including very popular one (openssl, gnutls) also uses same implementation. If it matters for your case, you should make sure you have AES-NI available, or you'll need to use a different implementation. . ${haskell:Blurb} Package: libghc-cipher-aes-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: fast AES cipher implementation with advanced mode${haskell:ShortBlurb} Fast AES cipher implementation with advanced mode of operations. . The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois Counter Mode). . The AES implementation uses AES-NI when available (on x86 and x86-64 architecture), but fallback gracefully to a software C implementation. . The software implementation uses S-Boxes, which might suffer for cache timing issues. However do note that most other known software implementations, including very popular one (openssl, gnutls) also uses same implementation. If it matters for your case, you should make sure you have AES-NI available, or you'll need to use a different implementation. . ${haskell:Blurb} debian/changelog0000644000000000000000000000224512252740645011052 0ustar haskell-cipher-aes (0.2.6-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 14 Dec 2013 02:25:41 +0000 haskell-cipher-aes (0.2.6-1) unstable; urgency=low * New upstream version. -- Clint Adams Mon, 07 Oct 2013 23:53:01 -0400 haskell-cipher-aes (0.2.5-1) unstable; urgency=low * Adjust watch file to new Hackage layout * New upstream release -- Joachim Breitner Sat, 05 Oct 2013 17:27:26 +0200 haskell-cipher-aes (0.1.8-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:07 +0200 haskell-cipher-aes (0.1.8-1) experimental; urgency=low * New upstream release (Closes: 704662) -- Joachim Breitner Thu, 04 Apr 2013 11:05:30 +0200 haskell-cipher-aes (0.1.7-1) experimental; urgency=low * New upstream release -- Joachim Breitner Wed, 13 Feb 2013 09:40:36 +0100 haskell-cipher-aes (0.1.2-1) experimental; urgency=low * Initial release. -- Clint Adams Sat, 17 Nov 2012 11:28:55 -0500