[DHG_packages] 01/01: tls: update out-of-date and incorrect description
Clint Adams
clint at moszumanska.debian.org
Thu Nov 9 00:35:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 2245d7d13f9e538531f18b7c9d40b8c2027b0012
Author: Clint Adams <clint at debian.org>
Date: Wed Nov 8 19:34:42 2017 -0500
tls: update out-of-date and incorrect description
---
p/haskell-tls/debian/changelog | 8 ++++++--
p/haskell-tls/debian/control | 45 +++++++++++++++++-------------------------
2 files changed, 24 insertions(+), 29 deletions(-)
diff --git a/p/haskell-tls/debian/changelog b/p/haskell-tls/debian/changelog
index d4a0ae5..11c7a8b 100644
--- a/p/haskell-tls/debian/changelog
+++ b/p/haskell-tls/debian/changelog
@@ -1,12 +1,16 @@
-haskell-tls (1.3.11-3) UNRELEASED; urgency=medium
+haskell-tls (1.3.11-3) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Change Priority to optional. Since Debian Policy version 4.0.1,
priority extra has been deprecated.
* Use the HTTPS form of the copyright-format URL
* Modify d/watch and Source field in d/copyright to use HTTPS
* Declare compliance with Debian policy 4.1.1
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 01 Nov 2017 12:15:28 +0200
+ [ Clint Adams ]
+ * Update description.
+
+ -- Clint Adams <clint at debian.org> Wed, 08 Nov 2017 19:34:05 -0500
haskell-tls (1.3.11-2) unstable; urgency=medium
diff --git a/p/haskell-tls/debian/control b/p/haskell-tls/debian/control
index 7947e3e..017de29 100644
--- a/p/haskell-tls/debian/control
+++ b/p/haskell-tls/debian/control
@@ -57,6 +57,18 @@ Standards-Version: 4.1.1
Homepage: http://github.com/vincenthz/hs-tls
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-tls
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: native Haskell implementation of TLS/SSL protocol
+ Native Haskell TLS and SSL protocol implementation for server and
+ client.
+ .
+ This provides a high-level implementation of a sensitive security
+ protocol, eliminating a common set of security issues through the use
+ of the advanced type system, high level constructions and common
+ Haskell features.
+ .
+ It currently implements the SSL3.0, TLS1.0, TLS1.1 and TLS1.2
+ protocols, and supports RSA and Ephemeral (Elliptic curve and
+ regular) Diffie Hellman key exchanges, and many extensions.
Package: libghc-tls-dev
Architecture: any
@@ -70,15 +82,8 @@ Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
-Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
- 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.
- .
- Only RSA supported as Key exchange for now.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -93,15 +98,8 @@ Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
-Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
- 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.
- .
- Only RSA supported as Key exchange for now.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -115,14 +113,7 @@ Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
-Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb}
- 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.
- .
- Only RSA supported as Key exchange for now.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list