[Pkg-anonymity-tools] [onionshare] branch debian updated (c3998bf -> f7fe99d)

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue May 19 18:20:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

u-guest pushed a change to branch debian
in repository onionshare.

      from  c3998bf   Wheezy backport 0.6.1-3_bpo70+1
       new  2f334b6   Revert "Wheezy backport 0.6.1-3_bpo70+1"
      adds  8f884aa   add a script that check translation lacked or disused
      adds  d2213bb   remove translation disused
      adds  381d046   Merge pull request #152 from kkka/check-lacked-translation
      adds  f2cd447   Fix CLI to exit when server is shutdown
      adds  62d8188   Merge pull request #156 from kkka/exit-when-server-shutdown
      adds  0302dca   Don't disable existing hidden services
      adds  aab094d   Remove debug prints :s
      adds  1786b5a   Typo
      adds  0b50829   Allow for arbitrary order of service open/close
      adds  a70ddac   Merge branch 'respect-fellow-hs' of github.com:hidden-id/onionshare into hidden-id-respect-fellow-hs
      adds  dc9d88c   Merge branch 'hidden-id-respect-fellow-hs'
      adds  77e257e   fix unclosed table tag
      adds  46492e0   fix typos
      adds  0812e37   Merge pull request #161 from ThomasWaldmann/fixes
      adds  d51f762   pep8: use triple double-quotes for docstrings
      adds  5deb3f9   pep8: fix indentation to be a multiple of four
      adds  179eefa   pep8: fix empty line counts
      adds  63965fd   pep8: blank after comma and colon
      adds  aa2b59e   pep8: 2 spaces before inline comments
      adds  152bc32   pep8: no space after {[ or before ]}, reindent
      adds  f5889d9   pep8: remove unexpected spaces around "=" in function/method head
      adds  087102b   pep8: too long lines, reformat lines to < 120 chars. removed redundancy from long_description in setup.py.
      adds  b7a0293   pep8: remove empty lines at EOF
      adds  d0bdb91   Merge pull request #163 from ThomasWaldmann/master
      adds  ee98e1b   removed helpers.get_tmp_dir() in favor of tempdir module
      adds  21e2546   In Tails OnionShare now creates HS directory in /var/lib/tor, to obey AppArmor rules (fixes #166)
      adds  027d774   fix Windows path to prevent Tor control port from breaking
      adds  e78e21a   create the ZipFile with allowZip64=True. fixes #173
      adds  30cdca8   add osx screenshot
      adds  b7bcdc7   typo fix
      adds  c0b2363   fixed image height
      adds  d02c3f2   Merge pull request #174 from joshbegley/add-osx-screenshot
      adds  5f2aa72   ignoring source files that get generated in some dev environments
      adds  aab5ae3   No longer duplicates human_readable_filesize functions. Closes #170
      adds  8086ed8   version bump to 0.7develop, to avoid weird ubuntu build problem (#176)
      adds  669750b   specify types in all str.format() calls (fixes #169)
      adds  245ddd0   moved build scripts into install folder (#181)
      adds  f605075   #181
      adds  a3ac0bf   moved screenshots into their own folder (#181)
      adds  a8bad18   fix bug related to moving build_dmg.sh (#181)
      adds  577ff2c   making build scripts use bash instead of sh (#181)
      adds  4b278ab   renamed setup to install (#181)
      adds  aae9995   cant_connect_ctrlport and cant_connect_socksport are expecting strings and not ints (#169)
      adds  a86cda4   Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in progress (#151)
      adds  ad55314   adding html files to Resources, loading them from the correct path, and make sure to include jinja2 extension in py2app (#151)
      adds  c70e1f2   excluding many frameworks from osx binary (#151)
      adds  d6aafd8   codesign for OSX (#151)
      adds  2ea0c6a   moving platform-specific scripts into install folder, and making onionshare CLI work in OSX (#132)
      adds  ccc8b87   CLI version of onionshare in OSX now works when symlinked (closes #132)
      adds  a41109d   updated readme
      adds  815c2a8   changed cwd in onionshare CLI script for OSX in the right places to support both loading strings and relative paths for files to share (#132)
      adds  288e8ca   new Windows icon file (#182)
      adds  eb9dc99   URL display is no longer tiny, and window gets autoresized if URL is too big (fixes #183)
      adds  31193d6   version bump and updated changelog
      adds  5b46688   updated location of build_deb.sh in Tails install script (#181)
      adds  1f52c9b   Handles a new exception that gets thrown in Tails using a bridge while waiting for the HS
      adds  c0f049b   Merge branch 'master' of github.com:micahflee/onionshare
       new  cc0838b   merge 0.7 into debian
       new  658ce1b   onionshare does not depend on torbrowser-launcher
       new  28f8411   new upstream release
       new  f7fe99d   make tor a dependency and make it work in Debian.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 BUILD.md                                           |  29 ++--
 CHANGELOG.md                                       |  11 +-
 MANIFEST.in                                        |   4 +-
 README.md                                          |  14 +-
 build_dmg.sh                                       |  61 ---------
 debian/changelog                                   |   6 +-
 debian/control                                     |   3 +-
 build_deb.sh => install/build_deb.sh               |   7 +-
 build_exe.bat => install/build_exe.bat             |   4 +-
 install/build_osx.sh                               |  30 ++++
 build_rpm.sh => install/build_rpm.sh               |   7 +-
 install/check_lacked_trans.py                      | 102 ++++++++++++++
 {setup => install}/license.txt                     |   0
 {bin => install/linux_scripts}/onionshare          |   0
 {bin => install/linux_scripts}/onionshare-gui      |   0
 {setup => install}/onionshare-launcher.py          |   4 +-
 {setup => install}/onionshare-win.spec             |   4 +-
 {setup => install}/onionshare.desktop              |   0
 {setup => install}/onionshare.icns                 | Bin
 install/onionshare.ico                             | Bin 0 -> 15086 bytes
 {setup => install}/onionshare.nsi                  |   4 +-
 {setup => install}/onionshare80.xpm                |   0
 {bin => install/osx_scripts}/onionshare            |  15 +-
 .../osx_scripts/onionshare-gui                     |   3 +-
 ppa_release.sh => install/ppa_release.sh           |   7 +-
 install/prepare_for_codesign.py                    |  36 +++++
 locale/de.json                                     |  10 +-
 locale/en.json                                     |   9 +-
 locale/es.json                                     |  12 +-
 locale/fi.json                                     |   9 +-
 locale/fr.json                                     |  10 +-
 locale/it.json                                     |   9 +-
 locale/nl.json                                     |   9 +-
 locale/no.json                                     |   9 +-
 locale/pt.json                                     |   9 +-
 locale/ru.json                                     |   7 +-
 locale/tr.json                                     |   7 +-
 onionshare/helpers.py                              |  49 ++++---
 onionshare/index.html                              |   2 +-
 onionshare/onionshare.py                           | 152 +++++++++++++++------
 onionshare/socks.py                                |  94 ++++++++-----
 onionshare/strings.py                              |   9 +-
 onionshare/web.py                                  |  51 ++++---
 onionshare_gui/common.py                           |  10 +-
 onionshare_gui/downloads.py                        |   3 +-
 onionshare_gui/file_selection.py                   |  25 ++--
 onionshare_gui/onionshare_gui.py                   |  12 +-
 onionshare_gui/options.py                          |   1 +
 onionshare_gui/server_status.py                    |  11 +-
 .../receiver.png                                   | Bin
 screenshots/sender_osx.png                         | Bin 0 -> 59059 bytes
 .../sender_win.png                                 | Bin
 setup.py                                           | 127 +++++++++++------
 setup/dmg_background.png                           | Bin 160976 -> 0 bytes
 setup/onionshare-osx.spec                          |  52 -------
 setup/onionshare.ico                               | Bin 16958 -> 0 bytes
 tails/README.md                                    |   2 +-
 tails/install_in_persistent_volume.sh              |   4 +-
 test/onionshare_helpers_test.py                    |  10 +-
 test/onionshare_strings_test.py                    |  10 +-
 test/onionshare_test.py                            |   8 +-
 test/onionshare_web_test.py                        |   8 +-
 test/test_helpers.py                               |  20 +--
 version                                            |   2 +-
 65 files changed, 688 insertions(+), 426 deletions(-)
 delete mode 100755 build_dmg.sh
 rename build_deb.sh => install/build_deb.sh (67%)
 rename build_exe.bat => install/build_exe.bat (84%)
 create mode 100755 install/build_osx.sh
 rename build_rpm.sh => install/build_rpm.sh (68%)
 create mode 100644 install/check_lacked_trans.py
 rename {setup => install}/license.txt (100%)
 copy {bin => install/linux_scripts}/onionshare (100%)
 rename {bin => install/linux_scripts}/onionshare-gui (100%)
 rename {setup => install}/onionshare-launcher.py (90%)
 rename {setup => install}/onionshare-win.spec (91%)
 rename {setup => install}/onionshare.desktop (100%)
 rename {setup => install}/onionshare.icns (100%)
 create mode 100644 install/onionshare.ico
 rename {setup => install}/onionshare.nsi (97%)
 rename {setup => install}/onionshare80.xpm (100%)
 rename {bin => install/osx_scripts}/onionshare (70%)
 copy onionshare_gui/__init__.py => install/osx_scripts/onionshare-gui (94%)
 mode change 100644 => 100755
 rename ppa_release.sh => install/ppa_release.sh (78%)
 create mode 100644 install/prepare_for_codesign.py
 rename screenshot_receiver.png => screenshots/receiver.png (100%)
 create mode 100644 screenshots/sender_osx.png
 rename screenshot_sender.png => screenshots/sender_win.png (100%)
 delete mode 100644 setup/dmg_background.png
 delete mode 100644 setup/onionshare-osx.spec
 delete mode 100644 setup/onionshare.ico

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list