[Pkg-haskell-commits] darcs: haskell-tls: Fix descriptions

clint at debian.org clint at debian.org
Tue Jun 7 22:24:08 UTC 2011


Tue Jun  7 22:23:46 UTC 2011  clint at debian.org
  * Fix descriptions
  Ignore-this: daa75ea47157a1c7ccc614df32e9d54e

    M ./changelog +6
    M ./control -30 +24

Tue Jun  7 22:23:46 UTC 2011  clint at debian.org
  * Fix descriptions
  Ignore-this: daa75ea47157a1c7ccc614df32e9d54e
diff -rN -u old-haskell-tls//changelog new-haskell-tls//changelog
--- old-haskell-tls//changelog	2011-06-07 22:24:08.417513111 +0000
+++ new-haskell-tls//changelog	2011-06-07 22:24:08.417513111 +0000
@@ -1,3 +1,9 @@
+haskell-tls (0.6.4-2) unstable; urgency=low
+
+  * Fix descriptions. 
+
+ -- Clint Adams <clint at debian.org>  Tue, 07 Jun 2011 18:04:21 -0400
+
 haskell-tls (0.6.4-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-tls//control new-haskell-tls//control
--- old-haskell-tls//control	2011-06-07 22:24:08.413312533 +0000
+++ new-haskell-tls//control	2011-06-07 22:24:08.417513111 +0000
@@ -40,20 +40,18 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: utility libraries for Lambdabot
+Description: native Haskell implementation of TLS/SSL protcol 
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Lambdabot is an IRC bot written over several years by those on
- the #haskell IRC channel.
+ It is a native TLS protocol implementation, focusing on purity and more
+ type-checking.
  .
- This package contains custom libraries for various plugin functions.
- AltTime.hs: alternate version of the time library
- MiniHTTP.hs: a mini http server
- Process.hs: a wrapper over System.Process
- Regex.hsc: a fast packed string regex library
- Serial.hs:: a serialisation API
- Util.hs: miscellaneous string, and other, functions
+ Currently implements the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet
+ properly secure and missing some features. Do not yet use as replacement
+ to more mature implementations.
+ .
+ Only RSA supported as Key exchange for now.
 
 Package: libghc-tls-prof
 Architecture: any
@@ -62,21 +60,19 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: utility libraries for Lambdabot; profiling libraries
+Description: native Haskell implementation of TLS/SSL protcol; profiling libraries
  This package provides a library for the Haskell programming language,
  compiled for profiling.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Lambdabot is an IRC bot written over several years by those on
- the #haskell IRC channel.
+ It is a native TLS protocol implementation, focusing on purity and more
+ type-checking.
+ .
+ Currently implements the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet
+ properly secure and missing some features. Do not yet use as replacement
+ to more mature implementations.
  .
- This package contains custom libraries for various plugin functions.
- AltTime.hs: alternate version of the time library
- MiniHTTP.hs: a mini http server
- Process.hs: a wrapper over System.Process
- Regex.hsc: a fast packed string regex library
- Serial.hs:: a serialisation API
- Util.hs: miscellaneous string, and other, functions
+ Only RSA supported as Key exchange for now.
 
 Package: libghc-tls-doc
 Section: doc
@@ -84,18 +80,16 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: utility libraries for Lambdabot; documentation
+Description: native Haskell implementation of TLS/SSL protcol; documentation
  This package provides the documentation for a library for the Haskell
  programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Lambdabot is an IRC bot written over several years by those on
- the #haskell IRC channel.
+ It is a native TLS protocol implementation, focusing on purity and more
+ type-checking.
+ .
+ Currently implements the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet
+ properly secure and missing some features. Do not yet use as replacement
+ to more mature implementations.
  .
- This package contains custom libraries for various plugin functions.
- AltTime.hs: alternate version of the time library
- MiniHTTP.hs: a mini http server
- Process.hs: a wrapper over System.Process
- Regex.hsc: a fast packed string regex library
- Serial.hs:: a serialisation API
- Util.hs: miscellaneous string, and other, functions
+ Only RSA supported as Key exchange for now.





More information about the Pkg-haskell-commits mailing list