File: changelog

package info (click to toggle)
cl-plus-ssl 20220328.git8b91648-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: lisp: 3,746; sh: 79; makefile: 8
file content (211 lines) | stat: -rw-r--r-- 6,411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
cl-plus-ssl (20220328.git8b91648-6) unstable; urgency=medium

  * Add myself to Uploaders.
  * Disable autopkgtests with clisp.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 05 Sep 2024 12:14:25 +0100

cl-plus-ssl (20220328.git8b91648-5) unstable; urgency=medium

  * Team upload.

  [ Sébastien Villemot ]
  * Remove myself from Uploaders

  [ Christoph Berg ]
  * Rebuild to pick up new libssl3t64 package name. (Closes: #1066067)

 -- Christoph Berg <myon@debian.org>  Thu, 21 Mar 2024 15:52:45 +0000

cl-plus-ssl (20220328.git8b91648-4) unstable; urgency=medium

  * Team upload.
  * No change upload for arch:all rebuild (Closes: #1010999).

 -- Sean Whitton <spwhitton@spwhitton.name>  Wed, 18 May 2022 16:37:23 -0700

cl-plus-ssl (20220328.git8b91648-3) unstable; urgency=medium

  * Team upload.
  * d/p/openssl3.patch: Improve support for OpenSSL 3.

 -- Athos Ribeiro <athos.ribeiro@canonical.com>  Fri, 01 Apr 2022 15:14:25 -0300

cl-plus-ssl (20220328.git8b91648-2) unstable; urgency=medium

  * Team upload.
  * Disable clisp autopkgtest on ppc64el, not reliable there.
    (Same change as in cl-asdf.)

 -- Christoph Berg <myon@debian.org>  Fri, 01 Apr 2022 11:19:02 +0200

cl-plus-ssl (20220328.git8b91648-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 20220328.git8b91648 with OpenSSL 3 support.

 -- Christoph Berg <myon@debian.org>  Thu, 31 Mar 2022 17:06:56 +0200

cl-plus-ssl (20200609.gitff4634a-1) unstable; urgency=medium

  [ Sébastien Villemot ]
  * New upstream snapshot
  * Bump to debhelper 13
  * Bump to S-V 4.5.1
  * Add lintian-overrides for national-encoding in HTML documentation

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Sébastien Villemot <sebastien@debian.org>  Fri, 04 Dec 2020 11:41:07 +0100

cl-plus-ssl (20191020.git2908199-1) unstable; urgency=medium

  * New upstream snapshot
  * debian/rules: simplify using debhelper 12.8’s execute_before_* rules
  * Bump S-V to 4.5.0

 -- Sébastien Villemot <sebastien@debian.org>  Fri, 07 Feb 2020 17:29:58 +0100

cl-plus-ssl (20190204.gitab6fc5d-1) unstable; urgency=medium

  * New upstream snapshot
  * openssl-1.1.patch: drop patch, no longer needed
  * Bump to debhelper compat level 12
  * Bump S-V to 4.3.0

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 06 Feb 2019 14:50:30 +0100

cl-plus-ssl (20180918.gitb81c113-1) unstable; urgency=medium

  * New upstream snapshot
  * Add Rules-Requires-Root: no
  * Bump S-V to 4.2.1

 -- Sébastien Villemot <sebastien@debian.org>  Fri, 12 Oct 2018 23:40:24 +0200

cl-plus-ssl (20180328-3) unstable; urgency=medium

  * openssl-1.1.patch: fix issue with SSL_CTX_set_tmp_rsa_callback

 -- Sébastien Villemot <sebastien@debian.org>  Fri, 22 Jun 2018 13:18:30 +0200

cl-plus-ssl (20180328-2) unstable; urgency=medium

  * Move maintenance to Debian Common Lisp Team.
    Thanks to Dimitri Fontaine for his work.
  * Update Vcs-* fields for move to salsa
  * Use secure URL for Homepage
  * Bump to debhelper compat level 11
  * Remove B-D on dh-lisp
  * Simplify d/rules
  * Ship README.md and todo.txt
  * Add missing Depends on cl-alexandria and cl-trivial-features
  * Remove unused lintian overrides
  * Various fixes to d/copyright
  * Bump S-V to 4.1.4
  * Add watch file
  * Register manual to doc-base
  * Ship the testsuite
    + add cl-fiveam and cl-usocket to Recommends
    + no-coreralls.patch: remove useless ASDF-dependency on cl-coveralls
  * openssl-1.1.patch: new patch, various compatibility fixes with OpenSSL 1.1
    (Closes: #882615)
  * add an autopkgtest that runs the testsuite on sbcl, ecl and clisp.
    ecl-failing-tests.patch: new patch, disables tests that use the
      network on ECL, probably due to a problem in cl-usocket.

 -- Sébastien Villemot <sebastien@debian.org>  Thu, 21 Jun 2018 16:26:56 +0200

cl-plus-ssl (20180328-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Wed, 16 May 2018 09:47:13 +0000

cl-plus-ssl (20170630-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Thu, 06 Jul 2017 16:28:06 +0300

cl-plus-ssl (20160421-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Mon, 29 Aug 2016 21:55:13 +0300

cl-plus-ssl (20160318-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Wed, 06 Apr 2016 21:49:08 +0300

cl-plus-ssl (20151218-2) unstable; urgency=medium

  * Source files are now found in src/, bugfix

 -- Dimitri Fontaine <dim@tapoueh.org>  Sun, 17 Jan 2016 22:17:46 +0300

cl-plus-ssl (20151218-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Sun, 17 Jan 2016 19:31:19 +0300

cl-plus-ssl (20150608-3) UNRELEASED; urgency=medium

  * Build-depend on libssl-dev and extract the libssl package name at
    build-time instead of hardcoding it.

 -- Christoph Berg <myon@debian.org>  Sun, 17 Jan 2016 16:30:25 +0100

cl-plus-ssl (20150608-2) unstable; urgency=medium

  * Switch to depend on libssl1.0.2, (Closes: Bug#804324)

 -- Dimitri Fontaine <dim@tapoueh.org>  Mon, 16 Nov 2015 00:20:57 +0300

cl-plus-ssl (20150608-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Wed, 15 Jul 2015 16:44:16 +0300

cl-plus-ssl (20150505-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Wed, 06 May 2015 20:33:06 +0300

cl-plus-ssl (20150302-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Sat, 02 May 2015 17:00:51 +0300

cl-plus-ssl (20140826-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Mon, 15 Sep 2014 01:03:11 +0400

cl-plus-ssl (20140822-1) unstable; urgency=medium

  * Fix debian/copyright mentions of wrong upstream

 -- Dimitri Fontaine <dim@tapoueh.org>  Tue, 26 Aug 2014 13:26:26 +0400

cl-plus-ssl (20140713-2) unstable; urgency=medium

  * Fix licence, which is MIT and no longer LGPL

 -- Dimitri Fontaine <dim@tapoueh.org>  Fri, 22 Aug 2014 17:22:31 +0400

cl-plus-ssl (20140713-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <dim@tapoueh.org>  Mon, 04 Aug 2014 19:50:12 +0400