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 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
|
net-cpp (2.2.1+dfsg1-6) unstable; urgency=medium
* debian/rules:
+ Add dh_clean override, remove results.txt. This makes the build
idempotent.
* debian/control:
+ Switch from transitional google-mock to B-D googletest.
Additionally add B-D libgtest-dev for GMock module in
cmake-extras to be happy.
+ Update versioned B-D: cmake-extras (>= 1.5-5~). (Closes: #973214).
+ Bump to DH compat level version 13.
* debian/libnet-cpp2.symbols:
+ Fix package name (add missing SOVERSION to the name).
* debian/patches:
+ Forward patches that are non-specific for Debian to upstream.
-- Mike Gabriel <sunweaver@debian.org> Fri, 30 Oct 2020 08:46:52 +0100
net-cpp (2.2.1+dfsg1-5) unstable; urgency=medium
* debian/changelog:
+ Typo fix in previous upload's stanza.
* debian/patches/README:
+ Add file, explaining our patch naming scheme.
* debian/patches:
+ Add 2001_no-tests-that-require-inet-access.patch. Disable tests that
require internet access. (Closes: #964212).
-- Mike Gabriel <sunweaver@debian.org> Mon, 13 Jul 2020 12:41:20 +0200
net-cpp (2.2.1+dfsg1-4) unstable; urgency=medium
* debian/libnet-cpp2.symbols:
+ Fix FTBFS on i386 m68k powerpc x32.
* debian/patches:
+ Add 1007_wait-for-flask.patch. On slow build systems (e.g. armel, armhf,
etc.), the tests run too early and the flask http server does not have
enough time to come up. This patch injects an artificial delay of 3
seconds between http server startup and client tests.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 18 Feb 2020 13:24:20 +0100
net-cpp (2.2.1+dfsg1-3) unstable; urgency=medium
* debian/control:
+ Add B-D pkg-kde-tools.
* debian/rules:
+ Build --with pkgkde_symbolshelper.
* debian/libnet-cpp2.symbols:
+ Update using pkg-kde-tools.
-- Mike Gabriel <sunweaver@debian.org> Mon, 17 Feb 2020 22:14:59 +0000
net-cpp (2.2.1+dfsg1-2) unstable; urgency=medium
* debian/rules:
+ Only fix duplicate files in doc/html/ if that folder actually
exists. Fixes binary-only DEB builds.
-- Mike Gabriel <sunweaver@debian.org> Mon, 03 Feb 2020 10:56:36 +0100
net-cpp (2.2.1+dfsg1-1) unstable; urgency=medium
* Initial upload to Debian. (Closes: #950434).
* debian/patches:
+ Add 1001_no-bundled-httpbin.patch,
1002_set-content-type-header-on-POSTs.patch,
1003_port-to-new-json-cpp-API.patch.
Fix multi-cause FTBFSes. Thanks to Luca Weiss for providing them.
+ Add 1004_INSTANTIATE_TEST_SUITE.patch. Fix Boost deprecation warnings.
+ Add 1005_typo-fix.patch. Typo fix in printed output.
+ Add 1006_doxygen-no-buildpath.patch. No FULL_PATH_NAMES in API docs.
* debian/watch:
+ Add watch file.
* debian/{control,compat}:
+ Switch to debhelper-compat notation. Bump to DH compat level version 12.
* debian/control:
+ Update Maintainer: and Uploaders: fields.
+ Debian buildds don't support alternative B-Ds.
+ Build-depend on unversioned Boost library packages.
+ Bump Standards-Version: to 4.5.0. No changes needed.
+ Add B-D: cmake-extras.
+ Use system-wide python3-httpbin during unit tests. Add that to B-D.
+ Update Homepage: field (new upstream location).
+ Update Vcs-*: fields for Debian Git packaging on salsa.debian.org.
+ Fix SYNOPSIS of libnet-cpp-dev bin:pkg.
+ Lengthen the LONG_DESCRIPTION of libnet-cpp-doc a little bit to silence
lintian.
+ Add Rules-Requires-Root: field and set it to 'no'.
+ Add B-Ds: rdfind, symlinks.
* debian/upstream/metadata:
+ Add file; comply with DEP-12.
* debian/source/format:
+ Add format file; 3.0 (quilt).
* debian/copyright:
+ Update Source: field with new upstream location.
+ Update copyright attributions for debian/*.
+ Use secure URL in Format: field.
* debian/rules:
+ Run unit tests in non-parallel mode.
+ Introduce dh_missing override (--fail-missing).
+ Add get-orig-source target.
+ Enable all hardening build flags.
+ Fix doc:pkg file location, get rid of duplicate files in the API docs.
* debian/libnet-cpp2.symbols:
+ Add Build-Depends-Package: metadata field.
+ Drop -0ubuntu1 from code versions.
* debian/libnet-cpp1.symbols:
+ Drop file. Left-over from before the last SONAME bump.
* debian/libnet-cpp-doc.doc-base:
+ Add file.
-- Mike Gabriel <sunweaver@debian.org> Sat, 01 Feb 2020 23:38:36 +0100
net-cpp (2.2.1+ubports) bionic; urgency=medium
* Imported to UBports
-- UBports auto importer <infra@ubports.com> Mon, 09 Apr 2018 14:48:49 +0200
net-cpp (2.2.0+17.04.20161108.2-0ubuntu1) zesty; urgency=medium
[ Gary Wang ]
* Fix http header parsing in net response.
(LP: #1631846)
-- Gary.Wang <gary.wang@canonical.com> Tue, 08 Nov 2016 09:21:39 +0000
net-cpp (2.1.0+16.10.20160913.2-0ubuntu1) yakkety; urgency=medium
[ Thomas Voß ]
[Gary Wang]
* Enable pause/resume of requests.
* Fix LP:#1570686 and LP:#1570687
[ Gary Wang ]
* Add data reading callback function in streaming http interface.
* Fix LP:#1605179
-- Gary.Wang <gary.wang@canonical.com> Tue, 13 Sep 2016 08:55:30 +0000
net-cpp (2.0.0-0ubuntu2) yakkety; urgency=medium
* No-change rebuild for boost soname change.
-- Matthias Klose <doko@ubuntu.com> Sat, 23 Apr 2016 18:46:28 +0000
net-cpp (2.0.0-0ubuntu1) wily; urgency=medium
* Bump version.
-- Thomas Voß <thomas.voss@canonical.com> Tue, 21 Jul 2015 11:44:30 +0200
net-cpp (2.0.0) wily; urgency=medium
* Bump major revision to account for toolchain update. Fixes LP:#1452333.
-- Thomas Voß <thomas.voss@canonical.com> Mon, 20 Jul 2015 21:11:18 +0200
net-cpp (1.2.0+15.04.20150415.2-0ubuntu1) vivid; urgency=medium
[ Thomas Voß ]
* Introduce a streaming http interface.
-- CI Train Bot <ci-train-bot@canonical.com> Wed, 15 Apr 2015 12:34:49 +0000
net-cpp (1.1.0+15.04.20150305-0ubuntu1) vivid; urgency=medium
[ thomas-voss ]
* Make sure that Multi::Private instances are correctly cleaned up by
only handing out weak_ptr's to it. (LP: #1419620, #1423765)
-- CI Train Bot <ci-train-bot@canonical.com> Thu, 05 Mar 2015 12:08:09 +0000
net-cpp (1.1.0+15.04.20150123-0ubuntu1) vivid; urgency=low
[ Ubuntu daily release ]
* New rebuild forced
[ Marcus Tomlinson ]
* Explicitly cast milliseconds::count() to long.
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 23 Jan 2015 10:17:07 +0000
net-cpp (1.1.0+15.04.20141204-0ubuntu1) vivid; urgency=low
[ Ubuntu daily release ]
* debian/libnet-cpp1.symbols: auto-update to released version
* New rebuild forced
[ thomas-voss ]
* Robustify header line parser against empty values in header lines.
Add test case to verify that empty header value handling is correct.
(LP: #1392315)
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 04 Dec 2014 20:54:29 +0000
net-cpp (1.1.0+14.10.20140804-0ubuntu1) utopic; urgency=medium
[ Pete Woods ]
* Add Uri class and corresponding string conversion.
[ Ubuntu daily release ]
* debian/libnet-cpp1.symbols: auto-update to released version
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 04 Aug 2014 09:41:07 +0000
net-cpp (1.0.0+14.10.20140729.1-0ubuntu1) utopic; urgency=low
[ Pete Woods ]
* No change rebuild
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 29 Jul 2014 10:18:39 +0000
net-cpp (1.0.0+14.10.20140718-0ubuntu1) utopic; urgency=medium
[ Thomas Voß ]
* Bump major revision and so name to account for toolchain update.
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 18 Jul 2014 12:38:11 +0000
net-cpp (0.0.1+14.10.20140611-0ubuntu1) utopic; urgency=low
[ Thomas Voß ]
* Initial release.
[ Ubuntu daily release ]
* debian/*symbols: auto-update new symbols to released version
[ thomas-voss ]
* Initial checkin.
* Adjusted URI parsing.
* Add documentation for the Uri class.
* Added an exception for signalling parsing errors.
* GET, POST, PUT, HEAD now works.
* Add tests working against the mozilla location service. Add a
missing handle reset for handles recycled from the pool.
* Add curl multi support.
* Cleanup curl based implementatoin and split out easy, multi and
shared into their own header/implementation files. Provide an async
interface to executing requests. Provide basic and digest auth
support.
* Cleanup error handling. Add documentation for
core::net::http::Request.
* Add documentation and clean up.
* Add load tests and statistics.
* Add debian packaging. Add timeout for requests. Add cancel
functionality for requests.
* Add pkg-config setup.
* Add doc package. Add symbols file and symbols map.
* Enable ssl default engine. Disable host and peer ssl checks.
* Make sure that a request survives an async execution.
* Add libcurl4-openssl-dev as a build-dependency. Ensure that no
signals are being caught by curl. Switch to production url for
Mozilla's location service.
* Get rid of custom Uri class, not needed right now. Add custom header
support for http requests.
* Make test-cases standalone by running a local instance of httpbin.
* Add bzr builddeb configuration.
* Remove references to core::net::Uri.
* Remove further references to core::net::Uri.
* Adjust path to server executable in tests. Add missing build
dependencies.
* Make sure that we do not block indefinitely waiting for the httpbin
instance to be torn down.
* Make sure to strip leading and trailing whitespace from header
fields.
* Make sure that we kill the entire python process group running the
httpbin instance.
* Run httpbin without the flask-weirdness to allow for killing it with
a vanilla unix signal. Make sure we execute all the right tests :-)
* Disable test case running against the Ubuntu app store.
* Merged lp:~pete-woods/net-cpp/base64
[ CI bot ]
* Empty MP for landing.
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 11 Jun 2014 10:28:20 +0000
|