File: changelog

package info (click to toggle)
zurl 1.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,188 kB
  • ctags: 2,140
  • sloc: cpp: 11,040; ansic: 6,749; python: 212; sh: 129; makefile: 14
file content (194 lines) | stat: -rw-r--r-- 5,935 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
zurl (1.7.1-4) unstable; urgency=medium

  * Build-depend on libssl1.0-dev | libssl-dev (<< 1.1) and
    depend on libcurl3 (>> 7.51.0-1). (Closes: Bug#850881)
    The release team asked to revert the switch to OpenSSL 1.1
    for curl, and for packages depending on curl.
    The dependency on libcurl3 (>> 7.51.0-1) should make sure
    that the downgraded packages of both curl and zurl propagate
    to testing at the same time.

 -- Jan Niehusmann <jan@debian.org>  Wed, 11 Jan 2017 09:08:10 +0100

zurl (1.7.1-3) unstable; urgency=critical

  * Update Vcs-Browser URL
  * Build-depend on libssl-dev (>= 1.1) and depend on libcurl3 (>= 7.51.0).
    This fixes broken SSL support caused by an API incompatible change
    without SONAME change in libcurl3. (See #844018).
    Because curl 7.51.0-1 migrated to testing even though
    there was a new RC bug stating that it breaks other packages, zurl
    must be built with OpenSSL 1.1 as well.
  * Set urgency to critical because 1.7.1-2 gets broken by libcurl 7.51.0.

 -- Jan Niehusmann <jan@debian.org>  Sun, 01 Jan 2017 19:27:07 +0100

zurl (1.7.1-2) unstable; urgency=medium

  * Fix build on GNU Hurd.
    (GNU Hurd doesn't define PATH_MAX)

 -- Jan Niehusmann <jan@debian.org>  Thu, 17 Nov 2016 17:32:09 +0100

zurl (1.7.1-1) unstable; urgency=medium

  * New upstream version
  * Depend on lsb-base (>= 3.0-6) to fix lintian warning
    "init.d-script-needs-depends-on-lsb-base"
  * Switch dependency on libssl-dev to libssl1.0-dev.
    Must use the same version of OpenSSL as qt5.

 -- Jan Niehusmann <jan@debian.org>  Thu, 17 Nov 2016 14:53:20 +0100

zurl (1.7.0-1) unstable; urgency=medium

  * New upstream version
  * Set INSTALL_ROOT when calling dh_auto_install

 -- Jan Niehusmann <jan@debian.org>  Fri, 28 Oct 2016 18:26:05 +0200

zurl (1.6.0-1) unstable; urgency=medium

  * New upstream version
  * Set Standards-Version to 3.9.8 (no changes)
  * Build-Depend on libssl-dev

 -- Jan Niehusmann <jan@debian.org>  Mon, 05 Sep 2016 19:35:28 +0200

zurl (1.5.1-2) unstable; urgency=medium

  * Don't access the network during build. This disables a test
    for DNS error handling.
    (Closes: Bug#830283)

 -- Jan Niehusmann <jan@debian.org>  Thu, 07 Jul 2016 23:04:08 +0200

zurl (1.5.1-1) unstable; urgency=medium

  * New upstream version
  * Set Standards-Version to 3.9.7
  * Fix lintian warning "command-with-path-in-maintainer-script"

 -- Jan Niehusmann <jan@debian.org>  Thu, 03 Mar 2016 23:13:20 +0100

zurl (1.5.0-1) unstable; urgency=medium

  * New upstream version
  * Update build dependencies
  * Cherry-Pick upstream commit 6f727e9 to avoid installing unit test files

 -- Jan Niehusmann <jan@debian.org>  Tue, 16 Feb 2016 15:22:16 +0100

zurl (1.4.10-1) unstable; urgency=medium

  * New upstream version
  * Update watch file

 -- Jan Niehusmann <jan@debian.org>  Thu, 24 Sep 2015 13:37:40 +0200

zurl (1.4.9-1) unstable; urgency=medium

  * New upstream version.

 -- Jan Niehusmann <jan@debian.org>  Fri, 17 Jul 2015 16:24:18 +0200

zurl (1.4.8-1) unstable; urgency=medium

  * New upstream version. (Fixes build on 32bit architectures)

 -- Jan Niehusmann <jan@debian.org>  Tue, 07 Jul 2015 21:53:10 +0200

zurl (1.4.7-1) unstable; urgency=medium

  * New upstream version

 -- Jan Niehusmann <jan@debian.org>  Mon, 06 Jul 2015 22:42:15 +0200

zurl (1.4.2-1) unstable; urgency=medium

  * New upstream version

 -- Jan Niehusmann <jan@debian.org>  Mon, 22 Jun 2015 15:48:12 +0200

zurl (1.3.1-4) unstable; urgency=low

  * Disable failing test on kFreeBSD.
    The attempt to fix this in 1.3.1-3 failed. But as I can't reproduce
    the issue on the porter machines, I guess it's just an artifact
    of the network being unavailable on the buildds.

 -- Jan Niehusmann <jan@debian.org>  Sun, 12 Oct 2014 15:07:58 +0200

zurl (1.3.1-3) unstable; urgency=low

  * Set standards-version to 3.9.6 (no changes)
  * Use tcp port 2 instead of 1 to test 'connection refused' behaviour.
    (Maybe this fixes build error in kfreebsd buildds?)

 -- Jan Niehusmann <jan@debian.org>  Tue, 23 Sep 2014 22:21:21 +0200

zurl (1.3.1-2) unstable; urgency=low

  * Fix hardening flags (were not applied to all files)

 -- Jan Niehusmann <jan@debian.org>  Thu, 18 Sep 2014 20:31:18 +0200

zurl (1.3.1-1) unstable; urgency=low

  * New upstream release, 1.3.1

 -- Jan Niehusmann <jan@debian.org>  Tue, 16 Sep 2014 21:40:59 +0200

zurl (1.3.0-4) unstable; urgency=low

  * Fix setting of CPPFLAGS in debian/rules (typo)

 -- Jan Niehusmann <jan@debian.org>  Fri, 11 Jul 2014 18:28:03 +0200

zurl (1.3.0-3) unstable; urgency=low

  * Update Vcs URL
  * Implement hardening using buildflags instead of hardening-wrapper
  * Add watch file from sepwatch
  * Add postrm script to remove /var/log/zurl.log on purge
  * Add prerm script to stop service when removing the package

 -- Jan Niehusmann <jan@debian.org>  Thu, 10 Jul 2014 22:33:24 +0200

zurl (1.3.0-2) unstable; urgency=low

  * Add start script and config.
  * Add logrotate config

 -- Jan Niehusmann <jan@debian.org>  Wed, 18 Jun 2014 23:17:04 +0200

zurl (1.3.0-1) unstable; urgency=low

  * new upstream release
  * Build against libzmq3 (closes: Bug#740417)
  * Set standards-version to 3.9.5 (no changes)

 -- Jan Niehusmann <jan@debian.org>  Sat, 01 Mar 2014 18:45:13 +0100

zurl (1.0.0-1) unstable; urgency=low

  * New upstream release
    - Change in network protocol:
      prefix all packets with T to indicate tnetstring

 -- Jan Niehusmann <jan@debian.org>  Wed, 18 Sep 2013 14:51:23 +0200

zurl (1.0~20130725-1) unstable; urgency=low

  * Update upstream version.
    - use libcurl to do http requests
    - bugfixes
    - add openssl linking exception to license

 -- Jan Niehusmann <jan@debian.org>  Tue, 31 Jul 2013 08:26:14 +0200

zurl (1.0~20130704-1) unstable; urgency=low

  * Initial release (Closes: #715050)

 -- Jan Niehusmann <jan@debian.org>  Thu, 04 Jul 2013 22:17:39 +0200