dev-haskell/tls
TLS protocol native implementation
-
tls-2.0.6~amd64devel doc hscolour hoogle profile test
View Download Browse License: BSDOverlay: haskell -
tls-2.0.6~amd64devel doc hscolour hoogle profile test
View Download Browse License: BSDOverlay: Miezhiko -
tls-1.8.0~amd64 ~arm64 ~ppc64 ~riscv ~x86+compat +network doc hscolour profile test
View Download Browse License: BSDOverlay: gentoo
ChangeLog
commit 6904820543ebca4fac622b7c0df8177ff43e60d8
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Tue Jun 18 12:33:05 2024 +0200
dev-haskell/tls: add 2.0.6
commit ebf75f8bc162f7a8092f16d7561fe8edf6646d6d
Author: hololeap <hololeap@protonmail.com>
Date: Thu Oct 5 22:51:48 2023 -0600
dev-haskell/tls: drop 1.6.0
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit e5f06c0c64f208948086a29472580f8decb2d417
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 23 07:43:35 2023 +1000
dev-haskell/tls: update upstream metadata
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit fc7dfcc280249a3d59d56d911fc4dd92a58340f6
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 23 07:42:53 2023 +1000
dev-haskell/tls: drop 1.7.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 68332159aa10c7709691f1b387de646061ce2c9d
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 23 07:42:51 2023 +1000
dev-haskell/tls: add 1.8.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit d9ecbab699201df712f6b533c349213f37c59ba3
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jun 26 13:01:52 2023 +1000
dev-haskell/tls: add 1.6.0
The 'connection' package has been made redundant by the newer
'crypton-connection' package, and no longer has any reverse
dependencies. However, to last-rites the 'connection' package in
::haskell we must do the same in ::gentoo. At this point in time,
::gentoo is not ready to last-rite 'connection' due to older releases
of 'pandoc' being present on ::gentoo.
Since its first release of version 0.3.1, 'connection' tightened its
upper bound on 'tls' to < 1.7 via a hackage revision. This has been
enacted to minimise silent breakage, and we therefore bring in 'tls-1.6.0'
to satisfy the dependency requirements of this package, even if it should
not have any users left.
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 5e9c9b5f04d9a1f403d86aad4800793cf5934add
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jun 26 12:42:00 2023 +1000
dev-haskell/tls: add github, hackage upstream metadata
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit af3b85f3b366d1f22b72fca746e3cb5752b4301f
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jun 26 07:02:36 2023 +1000
dev-haskell/tls: drop 1.5.8
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 3016533c5968971b6071f2a3cee7e96f7d83eb93
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jun 26 07:02:34 2023 +1000
dev-haskell/tls: add 1.7.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit bf5645389d38ff7e2bed00982eee438d61ae45d5
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue May 31 17:52:30 2022 +1000
dev-haskell/tls: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 592f5c80297b7ac8e37f6beb20966009f14b9b90
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue May 31 17:52:00 2022 +1000
dev-haskell/tls: bump up to 1.5.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit eb9e2481a1f8de25579d3ff322053b50d4e54d7f
Author: Mark Wright <gienah@gentoo.org>
Date: Sat May 8 22:43:33 2021 +1000
dev-haskell/tls: Bump to 1.5.5
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit 42b3becf54a2a54ecbe9640bd62dde0ab0329226
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 5 07:38:29 2020 +1000
dev-haskell/tls: remove old, disable hans dep
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 0e2eeabaa3733203fbb303334647cc896ac0ec5f
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Fri Feb 21 16:47:34 2020 -0330
dev-haskell/tls: bump up to 1.5.4
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
commit ae6a3b7176115fed318a0ae8c7b378ddb58c1722
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Wed Jan 15 16:58:07 2020 -0330
dev-haskell/tls: bump up to 1.5.3
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
commit 6d36d1f1a2b5d641432c9d7cb20dee915c261c94
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Thu Jan 2 17:31:48 2020 -0330
dev-haskell/tls: bump up to 1.5.2
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
commit 3d16013c65cc8986c7537d76ed3a2855e978d057
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 23 15:39:53 2019 +0000
*/*: Inline mirror://hackage and update URIs
Follow ::gentoo commit 2a2e66a9407205f18
("*/*: Inline mirror://hackage and update URIs ")
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 7d20fbab4489645b581721b0c77935450ade4a6b
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Oct 15 23:05:45 2019 +1100
dev-haskell/tls: Bump to 1.5.1
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit e6bc5961a45721f085f389159927265dab207265
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Apr 12 00:05:43 2018 +1000
dev-haskell/tls: Bump to 1.4.1
commit 2a94f64d40e69b69ddfa1b5da7906d17009e5e6f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 24 09:25:20 2017 +0000
refresh Manifests
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit b8476681950d72428ec86e2e31c5207a2720277b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 3 20:30:46 2017 +0100
dev-haskell/tls: bump up to 1.3.11
Package-Manager: Portage-2.3.6, Repoman-2.3.2
commit 35470341bf6bba35b803af3e6d9ab4f0483ec275
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu May 4 23:06:39 2017 +0100
dev-haskell/tls: allow dev-haskell/cryptonite-0.23
Reported-by: Norbert Melzer
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/614
Package-Manager: Portage-2.3.5, Repoman-2.3.2
commit 44ac15d172d5cc4b97fffd140e223013b3f0893e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Mar 16 21:47:01 2017 +0000
dev-haskell/tls: bump up to 1.3.10
Package-Manager: Portage-2.3.4, Repoman-2.3.2
commit 1a6ba469382ab24f8b77b4ff3b043b6e2ed68306
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Feb 28 21:38:05 2017 +0000
follow ::gentoo in removing '# $Id$' headers
Done as
$ sed -i */*/*.ebuild -e '/^# \$Id\$$/d'
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 7f3899b4ea68c51848f6e9373aa391d02e956f2b
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Dec 30 11:28:32 2016 +0000
dev-haskell/tls: bump up to 1.3.9
Package-Manager: Portage-2.3.3, Repoman-2.3.1
commit e983217c2b842ec2deb22b2d9a89c556cce6a229
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu May 12 08:39:45 2016 +0100
dev-haskell/tls: bump up to 1.3.8
Package-Manager: portage-2.2.28
commit 5faa7f0f574e26e0c4eb2a97bb281bde4470565d
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun May 8 09:46:21 2016 +0100
dev-haskell/tls: bump up to 1.3.7
Package-Manager: portage-2.2.28
commit 4734de598e0fc0341d983fae2749dfaadccc0338
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat May 7 13:48:35 2016 +0100
dev-haskell/tls: bump up to 1.3.6
Package-Manager: portage-2.2.28
commit 6415a9677323cf0a4c36006905baf7d4f69a25b7
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Apr 9 20:23:57 2016 +0100
dev-haskell/tls: bump up to 1.3.5
Package-Manager: portage-2.2.28
commit aa19eeb10bc2eb3e09f93fa8a102c322742943e4
Author: Vikraman Choudhury <vikraman@gentoo.org>
Date: Tue Jan 26 14:19:48 2016 -0500
Update metadata.xml for GLEP 67
commit edd79a9fc10d23832008a99b2f4df43cdc856c46
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Dec 13 16:49:24 2015 +0000
dev-haskell/tls: bump up to 1.3.4
Package-Manager: portage-2.2.26
commit 6119e49ee90e509c193e3a4f63c7eeed766c5106
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Sep 24 19:26:36 2015 +1000
Bump tls to 1.3.3
commit 77bfc71d66aebed5c267cfc8980b563d5b01c3b7
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon Sep 21 09:29:14 2015 +0100
follow jlec@'s HOMEPAGE fix s/http:/https:/ form ::gentoo
The hack I did it is:
https://github.com/trofi/gentoo-qa/blob/master/check_homepage_https.sh
Will also need similar change in hackport.
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
commit 0d49377c6cf0e9f6c76fd19e5185af95618a4ee1
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Sep 13 21:04:00 2015 +0100
dev-haskell/tls: bump up to 1.3.2
Package-Manager: portage-2.2.20
commit b7b3eac1d8316c1966d04b1cdb21caa01a8308cd
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Sep 5 10:41:37 2015 +0100
portage/gentoo-haskell: sync keywords from ::gentoo
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
commit b9c11d9d44644f6a277de1f7af562de56e786675
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Aug 9 10:37:52 2015 +0100
convert '# $Header: ' lines to '# $Id$'
The change was adopted when ::gentoo switched to git.
https://github.com/trofi/gentoo-qa/blob/master/check_header.sh
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
commit 3f08e92402cb0e714e42c3bb17f693f0e3da0b84
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Jun 19 21:18:59 2015 +0100
dev-haskell/tls: bump up to 1.2.18
Package-Manager: portage-2.2.20
commit 45b0698726f0ce5f3f89ea5531113c1d08a4711f
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Apr 12 14:07:22 2015 +0100
dev-haskell/tls: bump up to 1.2.17
Package-Manager: portage-2.2.17
commit 9bca2a3140aedc3f59802636114f8dd74764df2c
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Jan 18 23:38:47 2015 +0000
dev-haskell/tls: bump up to 1.2.16
Package-Manager: portage-2.2.15
commit 0e90a9d1af343eb22275f7ee6a6866819d400791
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Jan 16 23:42:59 2015 +0000
dev-haskell/tls: bump up to 1.2.15
Package-Manager: portage-2.2.15
commit 427fab12e6539faf9ecb6e67acbd0955345b0b7d
Author: Alexander Vershilov <qnikst@gentoo.org>
Date: Sun Oct 26 01:08:40 2014 +0400
dev-haskell/tls: bump up to 1.2.13
Package-Manager: portage-2.2.14
commit c395b9dc143ee2779fcb92a1187a03c4622b444b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Sep 3 23:53:53 2014 +0300
dev-haskell/tls: bump up to 1.2.9
Package-Manager: portage-2.2.12_p12
commit 7caba65cd543fbfef1c994cc43a84a5dec653ce7
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jul 24 18:07:32 2014 +0300
metadata.xml: from <maintainer> field in favour of <herd> one
Mangled by tiny tool:
https://github.com/trofi/gentoo-qa/blob/master/shrink_haskell_metadata.hs
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit dfc3a5a0d92c8a42e1846fa47d155ccc1abe87a4
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat May 24 10:52:46 2014 +0300
dev-haskell/tls: bump up to 1.2.8
Package-Manager: portage-2.2.10_p15
commit 342c1ed63745716416d851d9ff774808558caf69
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri May 9 16:27:56 2014 +0300
dev-haskell/tls: bump up to 1.2.7
Package-Manager: portage-2.2.10_p15
commit bfe76df15d7c9ca3e598cae494f1a7b50b198028
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Mar 24 09:59:15 2014 +0300
dev-haskell/tls: bump up to 1.2.6
Package-Manager: portage-2.2.8_p62
commit 381cca89b3c1dc7ff404f63fb76022d2bbd170c7
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 23 10:40:34 2014 +0300
dev-haskell/tls: bump up to 1.2.5
Package-Manager: portage-2.2.8_p62
commit 63bf6d2981bbd95f69eb7e7cf7c987c8ec842f8a
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Mar 22 11:04:10 2014 +0300
dev-haskell/tls: bump up to 1.2.3
Package-Manager: portage-2.2.8_p62
commit d3201f9761bd02d72fd157aa446f7bbe801143a2
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Feb 6 14:13:17 2014 +0400
dev-haskell/tls: tls family bump
commit 30bd7e2f17296c6917e05263631c4f0a3562f1bc
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Dec 11 16:36:35 2013 +1100
Sync tls keywords with portage
commit a53448dff60e9e94396a6751ab6efb43a0dc00a9
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Nov 14 13:00:48 2013 +0300
sync keywords from gentoo-x86
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 4b289d22558e7577779aa4d8c137f8645113e7ed
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Sep 12 18:29:43 2013 +1000
Bump tls to 1.1.5
commit 40af300a6628bbebbb063c2e53b8e177bea64120
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Fri Sep 6 13:03:43 2013 +0400
dev-haskell/tls: bump up to 1.1.4
Signed-off-by: Alexander Vershilov <alexander.vershilov@gmail.com>
commit 1973e245347f15d9c9f746bc37b13f8428397f98
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu May 23 12:04:37 2013 +0400
dev-haskell/tls: bump up to 1.1.2
Signed-off-by: Alexander Vershilov <alexander.vershilov@gmail.com>
commit 139f7a667bf4a24347dd276d975c55743803fccf
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Jan 31 11:10:01 2013 +0400
tls-1.1.2 bump
commit ae9f1dac41dd8de113d46570068c1b487c1d0131
Author: Mark Wright <gienah@gentoo.org>
Date: Mon Jan 14 15:34:52 2013 +1100
Bump tls to 1.1.1
commit 39a33eb45cc470fa0c48cf664784a30f40c43c9e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Dec 15 13:10:25 2012 +0300
dev-haskell/tls: bump up to 1.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit e9dcdbeff708356e52a5bdd93945398aefb0b6a1
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Nov 24 14:48:18 2012 +1100
Bump tls to 1.0.2
commit 2e7e8204f83dbe7b71961df7a7e1a7c213a528a9
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Nov 3 14:42:15 2012 +1100
Bump tls to 1.0.1
commit c89100a6fea4014396a9f4c3033c572ad2724731
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Oct 28 22:50:22 2012 +1100
Bump tls to 1.0.0
commit 726e2152ce84229e9bfbe27123712d4c41d8d4d8
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Sep 28 19:08:27 2012 +1000
Bump tls to 0.9.11
commit cacefc8d27510938629135f23fcc4aa5c10b7c39
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Sep 15 18:45:38 2012 +1000
Bump tls to 0.9.10
commit 7db4e1b65c2de61d0028528402e5f4d4f1112cf1
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Fri Sep 7 17:44:46 2012 +0400
big mirror update
commit c5d0c4a35c951e234581c37ed6ff5abb94144ec5
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Aug 18 15:43:18 2012 +1000
Bump tls to 0.9.9
commit 741f9b10aa4ae4c44782eba801111aa4b043446c
Author: Hristo Stoyanov <htstoyanov@gmail.com>
Date: Wed Aug 8 00:12:07 2012 +0300
Bump tls-0.9.8
commit 52782cf2b49fd73c99297838869bb2d7fa609c89
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Jun 29 23:50:54 2012 +1000
Patch tls for ghc 7.5
commit 88bbb0224ca4d45e00f0f64b16b0c8e79dab66f1
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Jun 15 03:11:07 2012 +0300
regenerated all Manifests to make use of 'thin' feature in one shot
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit c805643db9267a749e13d206782cb2f4d282bc4e
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Sat Apr 21 21:39:23 2012 +0400
tls-0.9.5 bump
commit e991eea518b00061c42e8c78b13cab44d5ef9241
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Apr 19 13:55:00 2012 +0400
tls-0.9.3
commit 582622cb14b5cf8007f9dfebbb2993bddffd4063
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Apr 7 12:41:16 2012 +1000
Bump tls to 0.9.2
commit 6c3d0c8f3dd0c361153a4993d99eddc2f9b632cd
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 25 13:52:33 2012 +0300
dev-haskell/tls: bump up to 0.9.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit db0ee557e37dc77330486543b162e99e15351724
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Feb 10 03:44:53 2012 +1100
Bump tls to 0.9.0.0
commit 9454756dd46cd259f5b4de9514b7c05c0161ed1e
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Jan 20 01:01:36 2012 +1100
Bump tls to 0.8.5, built with ghc 7.4.1-rc1, 7.2.2, 7.0.4 and 6.12.3
commit f6e1b2a6a227e4d9d1b2bac340308801bed15d2e
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Dec 23 02:10:56 2011 +1100
Bump tls to 0.8.4
commit b6bf29f49fa4db89ad432a7d7ca3a1eac2bdadbb
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Dec 11 17:06:53 2011 +1100
Bump tls to 0.8.3.2
commit ddfc3d1aa83b3634fb3be0d8024f3d6afe252445
Author: Mark Wright <markwright@internode.on.net>
Date: Thu Nov 17 23:17:59 2011 +1100
Add hoogle support
commit dfa46ad00bc7d61ec35d1822dfd10827bf54df20
Author: Mark Wright <markwright@internode.on.net>
Date: Tue Nov 1 22:08:32 2011 +1100
Bump tls to 0.8.2, built with ghc 7.2.1, 7.0.4 and 6.12.3
commit d7c3d5dde37c89b02040db2a8fd9302fd12f277d
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Oct 23 14:13:58 2011 +1100
Bump tls to 0.8.1, built with ghc 7.2.1, 7.0.4 and 6.12.3
commit 03395fb37cebe01c4dbaf5b8e92a5c6248776b61
Author: Mark Wright <markwright@internode.on.net>
Date: Thu Aug 11 01:19:59 2011 +1000
Bump tls to 0.7.2, built with ghc 7.2.1, 7.0.4 and 6.12.3
commit 646d8f0ba284cb4ae84368d646fe84bf053a1669
Author: Mark Wright <markwright@internode.on.net>
Date: Mon Jun 20 19:18:08 2011 +1000
Bump tls to 0.7.1, built with ghc 7.0.4 and 6.12.3
commit 30b8f84d05084858eabc3cd3e307d8cedcb536cc
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Jun 19 20:03:16 2011 +1000
Bump tls to 0.7.0, built with ghc 7.0.4 and 6.12.3
commit f84b66e7975c63987fa24ffb6c03d3f06dcb39b6
Author: Mark Wright <markwright@internode.on.net>
Date: Fri May 13 00:56:45 2011 +1000
Bump tls to 0.6.4, built with ghc 7.0.3 and 6.12.3
commit 15a98d921051a12085a830036155197617df3f01
Author: Mark Wright <markwright@internode.on.net>
Date: Wed Apr 27 21:08:34 2011 +1000
Bump tls to 0.6.1, built with ghc 7.0.3 and 6.12.3
commit 0db81aec410aa48314ee36b1278a0edf4bbe891d
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Apr 22 01:53:03 2011 +1000
Bump tls to 0.6.0, built with ghc 7.0.3 and 6.12.3
commit d672939d82a7d587ee4184859075dc6342188c40
Author: markwright@internode.on.net <unknown>
Date: Wed Dec 29 23:18:19 2010 +0000
yesod-auth-unrecord-revert-tagged-crypto-api-record.txt
argus haskell # darcs whatsnew -l
No changes!
argus haskell # darcs unrecord --interactive
... answered no to all patched except yesod-auth:
Fri Dec 24 00:35:04 EST 2010 markwright@internode.on.net
* yesod-auth
compiled on ghc 6.12.3 only.
Shall I unrecord this patch? (9/179) [ynW...], or ? for more options: y
...
argus haskell # darcs revert dev-haskell/tagged dev-haskell/crypto-api
Reverting changes in "dev-haskell/crypto-api" "dev-haskell/tagged"..
adddir ./dev-haskell/crypto-api
Shall I revert this change? (1/10) [ynW...], or ? for more options: y
Will not ask whether to revert 4 already decided patches.
adddir ./dev-haskell/tagged
Shall I revert this change? (6/10) [ynW...], or ? for more options: y
Will not ask whether to revert 4 already decided patches.
Do you really want to revert these changes? y
Finished reverting.
argus haskell #
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Tue Jun 18 12:33:05 2024 +0200
dev-haskell/tls: add 2.0.6
commit ebf75f8bc162f7a8092f16d7561fe8edf6646d6d
Author: hololeap <hololeap@protonmail.com>
Date: Thu Oct 5 22:51:48 2023 -0600
dev-haskell/tls: drop 1.6.0
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit e5f06c0c64f208948086a29472580f8decb2d417
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 23 07:43:35 2023 +1000
dev-haskell/tls: update upstream metadata
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit fc7dfcc280249a3d59d56d911fc4dd92a58340f6
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 23 07:42:53 2023 +1000
dev-haskell/tls: drop 1.7.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 68332159aa10c7709691f1b387de646061ce2c9d
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 23 07:42:51 2023 +1000
dev-haskell/tls: add 1.8.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit d9ecbab699201df712f6b533c349213f37c59ba3
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jun 26 13:01:52 2023 +1000
dev-haskell/tls: add 1.6.0
The 'connection' package has been made redundant by the newer
'crypton-connection' package, and no longer has any reverse
dependencies. However, to last-rites the 'connection' package in
::haskell we must do the same in ::gentoo. At this point in time,
::gentoo is not ready to last-rite 'connection' due to older releases
of 'pandoc' being present on ::gentoo.
Since its first release of version 0.3.1, 'connection' tightened its
upper bound on 'tls' to < 1.7 via a hackage revision. This has been
enacted to minimise silent breakage, and we therefore bring in 'tls-1.6.0'
to satisfy the dependency requirements of this package, even if it should
not have any users left.
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 5e9c9b5f04d9a1f403d86aad4800793cf5934add
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jun 26 12:42:00 2023 +1000
dev-haskell/tls: add github, hackage upstream metadata
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit af3b85f3b366d1f22b72fca746e3cb5752b4301f
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jun 26 07:02:36 2023 +1000
dev-haskell/tls: drop 1.5.8
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 3016533c5968971b6071f2a3cee7e96f7d83eb93
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jun 26 07:02:34 2023 +1000
dev-haskell/tls: add 1.7.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit bf5645389d38ff7e2bed00982eee438d61ae45d5
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue May 31 17:52:30 2022 +1000
dev-haskell/tls: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 592f5c80297b7ac8e37f6beb20966009f14b9b90
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue May 31 17:52:00 2022 +1000
dev-haskell/tls: bump up to 1.5.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit eb9e2481a1f8de25579d3ff322053b50d4e54d7f
Author: Mark Wright <gienah@gentoo.org>
Date: Sat May 8 22:43:33 2021 +1000
dev-haskell/tls: Bump to 1.5.5
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit 42b3becf54a2a54ecbe9640bd62dde0ab0329226
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 5 07:38:29 2020 +1000
dev-haskell/tls: remove old, disable hans dep
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 0e2eeabaa3733203fbb303334647cc896ac0ec5f
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Fri Feb 21 16:47:34 2020 -0330
dev-haskell/tls: bump up to 1.5.4
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
commit ae6a3b7176115fed318a0ae8c7b378ddb58c1722
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Wed Jan 15 16:58:07 2020 -0330
dev-haskell/tls: bump up to 1.5.3
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
commit 6d36d1f1a2b5d641432c9d7cb20dee915c261c94
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Thu Jan 2 17:31:48 2020 -0330
dev-haskell/tls: bump up to 1.5.2
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
commit 3d16013c65cc8986c7537d76ed3a2855e978d057
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 23 15:39:53 2019 +0000
*/*: Inline mirror://hackage and update URIs
Follow ::gentoo commit 2a2e66a9407205f18
("*/*: Inline mirror://hackage and update URIs ")
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 7d20fbab4489645b581721b0c77935450ade4a6b
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Oct 15 23:05:45 2019 +1100
dev-haskell/tls: Bump to 1.5.1
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit e6bc5961a45721f085f389159927265dab207265
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Apr 12 00:05:43 2018 +1000
dev-haskell/tls: Bump to 1.4.1
commit 2a94f64d40e69b69ddfa1b5da7906d17009e5e6f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 24 09:25:20 2017 +0000
refresh Manifests
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit b8476681950d72428ec86e2e31c5207a2720277b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 3 20:30:46 2017 +0100
dev-haskell/tls: bump up to 1.3.11
Package-Manager: Portage-2.3.6, Repoman-2.3.2
commit 35470341bf6bba35b803af3e6d9ab4f0483ec275
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu May 4 23:06:39 2017 +0100
dev-haskell/tls: allow dev-haskell/cryptonite-0.23
Reported-by: Norbert Melzer
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/614
Package-Manager: Portage-2.3.5, Repoman-2.3.2
commit 44ac15d172d5cc4b97fffd140e223013b3f0893e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Mar 16 21:47:01 2017 +0000
dev-haskell/tls: bump up to 1.3.10
Package-Manager: Portage-2.3.4, Repoman-2.3.2
commit 1a6ba469382ab24f8b77b4ff3b043b6e2ed68306
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Feb 28 21:38:05 2017 +0000
follow ::gentoo in removing '# $Id$' headers
Done as
$ sed -i */*/*.ebuild -e '/^# \$Id\$$/d'
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 7f3899b4ea68c51848f6e9373aa391d02e956f2b
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Dec 30 11:28:32 2016 +0000
dev-haskell/tls: bump up to 1.3.9
Package-Manager: Portage-2.3.3, Repoman-2.3.1
commit e983217c2b842ec2deb22b2d9a89c556cce6a229
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu May 12 08:39:45 2016 +0100
dev-haskell/tls: bump up to 1.3.8
Package-Manager: portage-2.2.28
commit 5faa7f0f574e26e0c4eb2a97bb281bde4470565d
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun May 8 09:46:21 2016 +0100
dev-haskell/tls: bump up to 1.3.7
Package-Manager: portage-2.2.28
commit 4734de598e0fc0341d983fae2749dfaadccc0338
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat May 7 13:48:35 2016 +0100
dev-haskell/tls: bump up to 1.3.6
Package-Manager: portage-2.2.28
commit 6415a9677323cf0a4c36006905baf7d4f69a25b7
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Apr 9 20:23:57 2016 +0100
dev-haskell/tls: bump up to 1.3.5
Package-Manager: portage-2.2.28
commit aa19eeb10bc2eb3e09f93fa8a102c322742943e4
Author: Vikraman Choudhury <vikraman@gentoo.org>
Date: Tue Jan 26 14:19:48 2016 -0500
Update metadata.xml for GLEP 67
commit edd79a9fc10d23832008a99b2f4df43cdc856c46
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Dec 13 16:49:24 2015 +0000
dev-haskell/tls: bump up to 1.3.4
Package-Manager: portage-2.2.26
commit 6119e49ee90e509c193e3a4f63c7eeed766c5106
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Sep 24 19:26:36 2015 +1000
Bump tls to 1.3.3
commit 77bfc71d66aebed5c267cfc8980b563d5b01c3b7
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon Sep 21 09:29:14 2015 +0100
follow jlec@'s HOMEPAGE fix s/http:/https:/ form ::gentoo
The hack I did it is:
https://github.com/trofi/gentoo-qa/blob/master/check_homepage_https.sh
Will also need similar change in hackport.
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
commit 0d49377c6cf0e9f6c76fd19e5185af95618a4ee1
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Sep 13 21:04:00 2015 +0100
dev-haskell/tls: bump up to 1.3.2
Package-Manager: portage-2.2.20
commit b7b3eac1d8316c1966d04b1cdb21caa01a8308cd
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Sep 5 10:41:37 2015 +0100
portage/gentoo-haskell: sync keywords from ::gentoo
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
commit b9c11d9d44644f6a277de1f7af562de56e786675
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Aug 9 10:37:52 2015 +0100
convert '# $Header: ' lines to '# $Id$'
The change was adopted when ::gentoo switched to git.
https://github.com/trofi/gentoo-qa/blob/master/check_header.sh
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
commit 3f08e92402cb0e714e42c3bb17f693f0e3da0b84
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Jun 19 21:18:59 2015 +0100
dev-haskell/tls: bump up to 1.2.18
Package-Manager: portage-2.2.20
commit 45b0698726f0ce5f3f89ea5531113c1d08a4711f
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Apr 12 14:07:22 2015 +0100
dev-haskell/tls: bump up to 1.2.17
Package-Manager: portage-2.2.17
commit 9bca2a3140aedc3f59802636114f8dd74764df2c
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Jan 18 23:38:47 2015 +0000
dev-haskell/tls: bump up to 1.2.16
Package-Manager: portage-2.2.15
commit 0e90a9d1af343eb22275f7ee6a6866819d400791
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Jan 16 23:42:59 2015 +0000
dev-haskell/tls: bump up to 1.2.15
Package-Manager: portage-2.2.15
commit 427fab12e6539faf9ecb6e67acbd0955345b0b7d
Author: Alexander Vershilov <qnikst@gentoo.org>
Date: Sun Oct 26 01:08:40 2014 +0400
dev-haskell/tls: bump up to 1.2.13
Package-Manager: portage-2.2.14
commit c395b9dc143ee2779fcb92a1187a03c4622b444b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Sep 3 23:53:53 2014 +0300
dev-haskell/tls: bump up to 1.2.9
Package-Manager: portage-2.2.12_p12
commit 7caba65cd543fbfef1c994cc43a84a5dec653ce7
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jul 24 18:07:32 2014 +0300
metadata.xml: from <maintainer> field in favour of <herd> one
Mangled by tiny tool:
https://github.com/trofi/gentoo-qa/blob/master/shrink_haskell_metadata.hs
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit dfc3a5a0d92c8a42e1846fa47d155ccc1abe87a4
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat May 24 10:52:46 2014 +0300
dev-haskell/tls: bump up to 1.2.8
Package-Manager: portage-2.2.10_p15
commit 342c1ed63745716416d851d9ff774808558caf69
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri May 9 16:27:56 2014 +0300
dev-haskell/tls: bump up to 1.2.7
Package-Manager: portage-2.2.10_p15
commit bfe76df15d7c9ca3e598cae494f1a7b50b198028
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Mar 24 09:59:15 2014 +0300
dev-haskell/tls: bump up to 1.2.6
Package-Manager: portage-2.2.8_p62
commit 381cca89b3c1dc7ff404f63fb76022d2bbd170c7
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 23 10:40:34 2014 +0300
dev-haskell/tls: bump up to 1.2.5
Package-Manager: portage-2.2.8_p62
commit 63bf6d2981bbd95f69eb7e7cf7c987c8ec842f8a
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Mar 22 11:04:10 2014 +0300
dev-haskell/tls: bump up to 1.2.3
Package-Manager: portage-2.2.8_p62
commit d3201f9761bd02d72fd157aa446f7bbe801143a2
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Feb 6 14:13:17 2014 +0400
dev-haskell/tls: tls family bump
commit 30bd7e2f17296c6917e05263631c4f0a3562f1bc
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Dec 11 16:36:35 2013 +1100
Sync tls keywords with portage
commit a53448dff60e9e94396a6751ab6efb43a0dc00a9
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Nov 14 13:00:48 2013 +0300
sync keywords from gentoo-x86
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 4b289d22558e7577779aa4d8c137f8645113e7ed
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Sep 12 18:29:43 2013 +1000
Bump tls to 1.1.5
commit 40af300a6628bbebbb063c2e53b8e177bea64120
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Fri Sep 6 13:03:43 2013 +0400
dev-haskell/tls: bump up to 1.1.4
Signed-off-by: Alexander Vershilov <alexander.vershilov@gmail.com>
commit 1973e245347f15d9c9f746bc37b13f8428397f98
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu May 23 12:04:37 2013 +0400
dev-haskell/tls: bump up to 1.1.2
Signed-off-by: Alexander Vershilov <alexander.vershilov@gmail.com>
commit 139f7a667bf4a24347dd276d975c55743803fccf
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Jan 31 11:10:01 2013 +0400
tls-1.1.2 bump
commit ae9f1dac41dd8de113d46570068c1b487c1d0131
Author: Mark Wright <gienah@gentoo.org>
Date: Mon Jan 14 15:34:52 2013 +1100
Bump tls to 1.1.1
commit 39a33eb45cc470fa0c48cf664784a30f40c43c9e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Dec 15 13:10:25 2012 +0300
dev-haskell/tls: bump up to 1.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit e9dcdbeff708356e52a5bdd93945398aefb0b6a1
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Nov 24 14:48:18 2012 +1100
Bump tls to 1.0.2
commit 2e7e8204f83dbe7b71961df7a7e1a7c213a528a9
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Nov 3 14:42:15 2012 +1100
Bump tls to 1.0.1
commit c89100a6fea4014396a9f4c3033c572ad2724731
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Oct 28 22:50:22 2012 +1100
Bump tls to 1.0.0
commit 726e2152ce84229e9bfbe27123712d4c41d8d4d8
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Sep 28 19:08:27 2012 +1000
Bump tls to 0.9.11
commit cacefc8d27510938629135f23fcc4aa5c10b7c39
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Sep 15 18:45:38 2012 +1000
Bump tls to 0.9.10
commit 7db4e1b65c2de61d0028528402e5f4d4f1112cf1
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Fri Sep 7 17:44:46 2012 +0400
big mirror update
commit c5d0c4a35c951e234581c37ed6ff5abb94144ec5
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Aug 18 15:43:18 2012 +1000
Bump tls to 0.9.9
commit 741f9b10aa4ae4c44782eba801111aa4b043446c
Author: Hristo Stoyanov <htstoyanov@gmail.com>
Date: Wed Aug 8 00:12:07 2012 +0300
Bump tls-0.9.8
commit 52782cf2b49fd73c99297838869bb2d7fa609c89
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Jun 29 23:50:54 2012 +1000
Patch tls for ghc 7.5
commit 88bbb0224ca4d45e00f0f64b16b0c8e79dab66f1
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Jun 15 03:11:07 2012 +0300
regenerated all Manifests to make use of 'thin' feature in one shot
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit c805643db9267a749e13d206782cb2f4d282bc4e
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Sat Apr 21 21:39:23 2012 +0400
tls-0.9.5 bump
commit e991eea518b00061c42e8c78b13cab44d5ef9241
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Apr 19 13:55:00 2012 +0400
tls-0.9.3
commit 582622cb14b5cf8007f9dfebbb2993bddffd4063
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Apr 7 12:41:16 2012 +1000
Bump tls to 0.9.2
commit 6c3d0c8f3dd0c361153a4993d99eddc2f9b632cd
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 25 13:52:33 2012 +0300
dev-haskell/tls: bump up to 0.9.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit db0ee557e37dc77330486543b162e99e15351724
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Feb 10 03:44:53 2012 +1100
Bump tls to 0.9.0.0
commit 9454756dd46cd259f5b4de9514b7c05c0161ed1e
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Jan 20 01:01:36 2012 +1100
Bump tls to 0.8.5, built with ghc 7.4.1-rc1, 7.2.2, 7.0.4 and 6.12.3
commit f6e1b2a6a227e4d9d1b2bac340308801bed15d2e
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Dec 23 02:10:56 2011 +1100
Bump tls to 0.8.4
commit b6bf29f49fa4db89ad432a7d7ca3a1eac2bdadbb
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Dec 11 17:06:53 2011 +1100
Bump tls to 0.8.3.2
commit ddfc3d1aa83b3634fb3be0d8024f3d6afe252445
Author: Mark Wright <markwright@internode.on.net>
Date: Thu Nov 17 23:17:59 2011 +1100
Add hoogle support
commit dfa46ad00bc7d61ec35d1822dfd10827bf54df20
Author: Mark Wright <markwright@internode.on.net>
Date: Tue Nov 1 22:08:32 2011 +1100
Bump tls to 0.8.2, built with ghc 7.2.1, 7.0.4 and 6.12.3
commit d7c3d5dde37c89b02040db2a8fd9302fd12f277d
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Oct 23 14:13:58 2011 +1100
Bump tls to 0.8.1, built with ghc 7.2.1, 7.0.4 and 6.12.3
commit 03395fb37cebe01c4dbaf5b8e92a5c6248776b61
Author: Mark Wright <markwright@internode.on.net>
Date: Thu Aug 11 01:19:59 2011 +1000
Bump tls to 0.7.2, built with ghc 7.2.1, 7.0.4 and 6.12.3
commit 646d8f0ba284cb4ae84368d646fe84bf053a1669
Author: Mark Wright <markwright@internode.on.net>
Date: Mon Jun 20 19:18:08 2011 +1000
Bump tls to 0.7.1, built with ghc 7.0.4 and 6.12.3
commit 30b8f84d05084858eabc3cd3e307d8cedcb536cc
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Jun 19 20:03:16 2011 +1000
Bump tls to 0.7.0, built with ghc 7.0.4 and 6.12.3
commit f84b66e7975c63987fa24ffb6c03d3f06dcb39b6
Author: Mark Wright <markwright@internode.on.net>
Date: Fri May 13 00:56:45 2011 +1000
Bump tls to 0.6.4, built with ghc 7.0.3 and 6.12.3
commit 15a98d921051a12085a830036155197617df3f01
Author: Mark Wright <markwright@internode.on.net>
Date: Wed Apr 27 21:08:34 2011 +1000
Bump tls to 0.6.1, built with ghc 7.0.3 and 6.12.3
commit 0db81aec410aa48314ee36b1278a0edf4bbe891d
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Apr 22 01:53:03 2011 +1000
Bump tls to 0.6.0, built with ghc 7.0.3 and 6.12.3
commit d672939d82a7d587ee4184859075dc6342188c40
Author: markwright@internode.on.net <unknown>
Date: Wed Dec 29 23:18:19 2010 +0000
yesod-auth-unrecord-revert-tagged-crypto-api-record.txt
argus haskell # darcs whatsnew -l
No changes!
argus haskell # darcs unrecord --interactive
... answered no to all patched except yesod-auth:
Fri Dec 24 00:35:04 EST 2010 markwright@internode.on.net
* yesod-auth
compiled on ghc 6.12.3 only.
Shall I unrecord this patch? (9/179) [ynW...], or ? for more options: y
...
argus haskell # darcs revert dev-haskell/tagged dev-haskell/crypto-api
Reverting changes in "dev-haskell/crypto-api" "dev-haskell/tagged"..
adddir ./dev-haskell/crypto-api
Shall I revert this change? (1/10) [ynW...], or ? for more options: y
Will not ask whether to revert 4 already decided patches.
adddir ./dev-haskell/tagged
Shall I revert this change? (6/10) [ynW...], or ? for more options: y
Will not ask whether to revert 4 already decided patches.
Do you really want to revert these changes? y
Finished reverting.
argus haskell #