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 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329
|
onionshare (2.6-5~deb12u1) bookworm; urgency=medium
* Rebuild for bookworm.
-- Sandro Knauß <hefee@debian.org> Sun, 25 Jun 2023 14:24:09 +0200
onionshare (2.6-5) unstable; urgency=medium
* Install desktp/appmetadata at expected places. (Closes: #1036691)
* Install icons under usr/share/icons.
-- Sandro Knauß <hefee@debian.org> Tue, 13 Jun 2023 12:23:22 +0200
onionshare (2.6-4) unstable; urgency=medium
* Mark chat-server test as flaky, as it fails on i386 also randomly.
-- Sandro Knauß <hefee@debian.org> Fri, 05 May 2023 14:41:35 +0200
onionshare (2.6-3) unstable; urgency=medium
* source only upload.
-- Sandro Knauß <hefee@debian.org> Thu, 04 May 2023 15:24:12 +0200
onionshare (2.6-2) unstable; urgency=medium
* The verbose flag makes the chat test not flaky. (Closes: #1034688)
-- Sandro Knauß <hefee@debian.org> Tue, 02 May 2023 22:27:57 +0200
onionshare (2.6-1) unstable; urgency=medium
* new upstream release
* d/copyright: update upstream source + contact
* Refresh poetry flask patch
-- Clément Hermann <nodens@debian.org> Sat, 19 Nov 2022 17:38:57 +0100
onionshare (2.5-2) unstable; urgency=medium
* Source only upload to allow migration to testing
-- Clément Hermann <nodens@debian.org> Sat, 22 Oct 2022 12:42:21 +0200
onionshare (2.5-1) unstable; urgency=medium
[ Ulrike Uhlig ]
* New upstream version.
* Remove myself from uploaders
[ Clément Hermann ]
* New upstream version 2.4
* Remove obsolete patch for cryptodome
* Update debian/rules to follow upstream changes
* d/control: Reorder Build-depends, add some missing ones for tests
* Add a patch to use pytest-3 instead of just pytest
[ Sandro Knauß ]
* New upstream release 2.5 (Closes: #965150, #998402, #965088, #997499)
* Update copyright for 2.5.
* Update Build-Depends.
* Remove python3-nose from build-deps. (Closes: 1018428)
* Switch to pybuild pyproject plugin
(to detect python dependencies automatically).
* Built cli/desktop in two different packages.
* Give pybuild the missing dependency information.
* Do not complain about missing-source for the actual source ;)
* Update manpages for 2.5 version.
* Add patch to work with Flask version in Debian.
* Recommend obfs4proxy instead of Depend (Closes: #1004375)
* Enable Salsa CI.
* remove not needed patch
* Fix cli tests and mark gui tests to not fail the build.
* Replace minified javascript with a known version.
* Update copyright file.
* Fix copyright name for debian files.
* Add autopkgtests.
* resort copyright file correctly.
* Move resources files to /usr/share
* Add lintian-overrides.
[ Clément Hermann ]
* d/copyright: Update http urls to https ones
* d/upstream/metadata: update URLs
* Requires python3-stem >= 1.8.1 to allow v3 onion service client
authorization
* bump compat level to recommended version (13)
* Declare compliance with Standards-Version 4.6.1
-- Clément Hermann <nodens@debian.org> Fri, 21 Oct 2022 12:44:10 +0200
onionshare (2.2-3) unstable; urgency=medium
[ Ulrike Uhlig ]
* Correct and update manpages. (Closes: #965055)
* Document --website option in manpages. (Closes: #965152)
* Replace python3-crypto by python3-pycryptodome (Closes: #971299)
* Add debian/patches/cryptodome.diff to use the cryptodome namespace.
Note that this does not fix the root cause in #886291.
[ Clément Hermann ]
* manpage: fix groff warning (missing escape)
* d/Copyright: Add missing license info for appstream metadata
* d/missing-sources: refresh jquery to 3.4.0
* d/patches/cryptodome.diff: Add DEP-3 headers
* d/control:
- declare compliance with Debian Policy 4.5.1 (no change)
- add myself to uploaders
-- Clément Hermann <nodens@debian.org> Mon, 11 Jan 2021 12:12:11 +0100
onionshare (2.2-2) unstable; urgency=medium
[ Chris Lamb ]
* Replace python-nautilus in Build-Depends with python3-nautilus.
(Closes: #943137)
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Repository,
Repository-Browse.
* Fix field name typos in debian/copyright.
-- Chris Lamb <lamby@debian.org> Fri, 24 Apr 2020 11:19:48 +0100
onionshare (2.2-1) unstable; urgency=medium
* New upstream release.
* Run wrap-and-sort to minimise future diff noise.
* Add python3-flask-httpauth to binary and build dependencies.
* Specify Rules-Requires-Root: no.
-- Chris Lamb <lamby@debian.org> Mon, 04 Nov 2019 13:15:12 -0800
onionshare (2.1-1) unstable; urgency=medium
* New upstream release, uploading without binaries to ensure migration to
testing. (Closes: #928904)
* Add myself to Uploaders field.
* Correct spelling, format and syntax errors in manpage.
* Update debian/copyright; socks.py no longer in upstream.
* Drop trailing quasi-newline in package long description.
* Misc updates:
* Drop "ancient" X-Python3-Version specifier (satisfied in oldoldstable).
- Move to debhelper compatibility level 12.
- Use the debhelper-compat virtual package, dropping debian/compat.
- Bump Standards-Version to 4.4.0.
* debian/watch:
- Ignore "dev" releases.
- Move to version 4 format.
-- Chris Lamb <lamby@debian.org> Sat, 10 Aug 2019 15:02:42 +0100
onionshare (2.0-3) unstable; urgency=medium
[ Ulrike Uhlig ]
* Add missing build dependency python3-requests. (Closes: #925903)
-- Chris Lamb <lamby@debian.org> Sat, 10 Aug 2019 15:01:20 +0100
onionshare (2.0-2) unstable; urgency=medium
* debian/control:
- Fix dependencies (Closes: #925328)
- Remove recommended torbrowser-launcher. (Closes: #916889)
-- Ulrike Uhlig <ulrike@debian.org> Wed, 27 Mar 2019 14:03:35 +0100
onionshare (2.0-1) unstable; urgency=medium
* New upstream version. (Closes: #922883)
- Receiver mode: receive files with OnionShare
- Support for next generation onion services
- Public mode for public uses of OnionShare
- Sharing a single file without ZIP compression
- Full support for meek_lite (Azure) bridges
- Allow selecting your language from a dropdown
- New translations
- Major refactoring of code base
* debian/control:
- Declare standards 4.3.0.
- Update build-depends.
* debian/missing-sources:
- add jQuery 3.3.1 to make Lintian happy.
-- Ulrike Uhlig <ulrike@debian.org> Fri, 22 Mar 2019 9:21:00 +0100
onionshare (1.3.2-1) unstable; urgency=medium
* New upstream version. (Closes: #915859.)
- In debug mode, stop saving flask debug log in /tmp, where all users can
access it
- Updated Tor to 0.2.3.10.
* debian/README.source:
- Improve instructions for updating and building this package.
* debian/gbp.conf:
- Improve rules.
* debian/rules:
- Adapt.
-- Ulrike Uhlig <ulrike@debian.org> Thu, 13 Dec 2018 16:20:37 +0100
onionshare (1.3-1) unstable; urgency=medium
* New upstream version:
- Use system tor.
- Support for meek_lite pluggable transports (Amazon and Azure).
- Support for custom obfs4 and meek_lite bridges.
- Support for Tor bridges, including obfs4proxy.
- Support for stealth onion services (advanced option).
- Ability to use a persistent URL.
- Switched to EFF's diceware wordlist for slugs.
- Ability to cancel share before it starts.
- Add or delete multiple files and folders at once.
- Auto-stop timer, to stop OnionShare at a specified time.
- Get notification when Tor connection dies.
- Supply custom settings file as a command line arg.
- Improved AppArmor profiles.
- Major UI redesign.
- Update translations.
* debian/control:
- Update VCS fields for migration to salsa.
- Update Build-depends.
- Update Depends:
- tor is needed to run onionshare.
- Update uploader email.
* debian/rules:
- Delete unnecessary test configuration.
- Add rule to delete unnecessary license file.
* debian/README.source:
- Improve.
-- Ulrike Uhlig <ulrike@debian.org> Thu, 12 Apr 2018 11:51:47 +0200
onionshare (0.9.2-1) unstable; urgency=medium
* New upstream version.
* Looking for `TOR_CONTROL_PORT` environment variable.
* debian/control:
* Demote dependency on torbrowser-launcher to
"Recommends". (Closes: #862391)
* Move pkg to main, as it does not depend on
torbrowser-launcher anymore.
* debian/README:
* Add instructions for running onionshare.
-- Ulrike Uhlig <ulrike@debian.org> Thu, 12 Apr 2018 11:48:16 +0200
onionshare (0.9.1-1) unstable; urgency=medium
* New upstream version.
* debian/README.source:
* Add build instructions.
* debian/patches:
* Drop obsolete patches.
* debian/rules:
Add env vars so that pybuild can find nosetests.
[ Ximin Luo ]
* Update to latest Standards-Version; no changes required.
-- Ulrike Uhlig <u@451f.org> Thu, 08 Sep 2016 10:45:05 +0200
onionshare (0.9-1) UNRELEASED; urgency=medium
* New upstream version.
* debian/control:
* Bump to new standards version.
* Update Depends: for Python3 and Qt5.
* Update Build-Depends: for Python3 and Qt5.
* debian/rules:
* Update build system to pybuild.
-- Ulrike Uhlig <u@451f.org> Sun, 17 Apr 2016 20:54:05 +0200
onionshare (0.8.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* debian/gbp.conf:
* Use pristine-tar.
-- Ulrike Uhlig <u@451f.org> Mon, 04 Jan 2016 17:58:30 +0100
onionshare (0.7.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Ximin Luo <infinity0@debian.org> Mon, 19 Oct 2015 16:13:09 +0200
onionshare (0.7-1) unstable; urgency=medium
* New upstream release (Closes: #785702)
-- Ulrike Uhlig <u@451f.org> Tue, 19 May 2015 13:16:50 +0200
onionshare (0.6-3) unstable; urgency=medium
* debian/control:
* Add python-qt4 dependency.
-- Ulrike Uhlig <u@451f.org> Fri, 17 Oct 2014 18:34:40 +0200
onionshare (0.6-2) unstable; urgency=medium
* debian/copyright:
* Correct copyright for onionshare/socks.py (Closes: #765368)
-- Ulrike Uhlig <u@451f.org> Thu, 16 Oct 2014 14:13:13 +0200
onionshare (0.6-1) unstable; urgency=medium
* New upstream release
* debian/control:
* Move package to section net (Closes: #764038)
* Add torbrowser-launcher as dependency
and move to section contrib (Closes: #762890)
* Use new standards version
* Add debian/watch file
-- Ulrike Uhlig <u@451f.org> Wed, 15 Oct 2014 10:45:01 +0200
onionshare (0.5-1) unstable; urgency=medium
* Initial release (Closes: #752885)
* Source package automatically created by stdeb 0.6.0+git
-- Ulrike Uhlig <u@451f.org> Sun, 24 Aug 2014 22:00:56 +0200
|