[Pkg-privacy-commits] [onionshare] branch master updated (89d6c3c -> 9401077)

Ximin Luo infinity0 at debian.org
Mon Oct 19 14:15:44 UTC 2015


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

infinity0 pushed a change to branch master
in repository onionshare.

      from  89d6c3c   version bump to 0.7dev
      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  210448d   In Linux, create HS dir in /tmp/onionshare/* (#185), and also connect to Tor control port more robustly
       new  90af3f2   version bump from 0.7dev to 0.7 in windows installer
       new  886c307   replacing signtool.exe timestamp server with globalsign one, because startssl is having problems
       new  4be8d68   Merge branch 'master' of github.com:micahflee/onionshare
       new  26a8d44   added dh-python as a build dependency, for the PPA release to work
       new  99fd05f   make build_osx.sh only codesign when you pass --sign
       new  db75edf   update build instructions for OSX to install python 2.x from python.org, which closes #75 and #187
       new  52fd77d   Added dh-python to build instructions. Closes #189
       new  ec69423   added the Security Design Document (closes #167)
       new  2a1f57b   tweak start/stop server language to make it friendlier (fixes #192)
       new  ecc3ab3   version bump and updated changelog
       new  61a4b9c   typo in security design document
       new  48ba0c1   Update setup.py
       new  c25e8f9   Merge pull request #194 from jvoisin/patch-1
       new  3073ec8   must load the window_icon before validation, because alert() requires it
       new  246d43d   Updated dependencies required by commit 8666fb77d36e3de3f1827fba20e5c24573862391
       new  41671e5   fix for #188
       new  c616066   build.md was out of sync
       new  03f6d85   Merge branch 'master' of https://github.com/freddymartinez9/onionshare into freddymartinez9-master
       new  2e39382   Merge branch 'freddymartinez9-master'
       new  0350cb3   catch exceptions when cleaning up hidden services
       new  b5d7966   add build instructions for archlinux to BUILD.md
       new  bba9871   Merge pull request #202 from simonsmiley/simonsmiley-add-archlinux-build-instructions
       new  e6db3c2   Merge branch 'master' of github.com:micahflee/onionshare
       new  ba424fa   suppress download progress output to stdout in OSX (fixes #203)
       new  19fac71   figure out the osx_resource_dir only once, to fix issue with cli version in OSX
       new  9401077   updated screenshots

The 27 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                                           |  38 ++---
 CHANGELOG.md                                       |  17 +-
 MANIFEST.in                                        |   4 +-
 README.md                                          |  16 +-
 SECURITY.md                                        |  25 +++
 build_deb.sh                                       |  14 --
 build_dmg.sh                                       |  61 -------
 build_exe.bat                                      |  14 --
 install/build_deb.sh                               |  21 +++
 install/build_exe.bat                              |  14 ++
 install/build_osx.sh                               |  32 ++++
 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                  |   8 +-
 {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                                     |  19 +--
 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                              |  45 ++++--
 onionshare/index.html                              |   2 +-
 onionshare/onionshare.py                           | 177 ++++++++++++++++-----
 onionshare/socks.py                                |  94 +++++++----
 onionshare/strings.py                              |   9 +-
 onionshare/web.py                                  |  61 ++++---
 onionshare_gui/common.py                           |  10 +-
 onionshare_gui/downloads.py                        |   3 +-
 onionshare_gui/file_selection.py                   |  25 +--
 onionshare_gui/onionshare_gui.py                   |  20 ++-
 onionshare_gui/options.py                          |   1 +
 onionshare_gui/server_status.py                    |  11 +-
 screenshot_receiver.png                            | Bin 30570 -> 0 bytes
 screenshot_sender.png                              | Bin 18662 -> 0 bytes
 screenshots/client.png                             | Bin 0 -> 61687 bytes
 screenshots/server.png                             | Bin 0 -> 37632 bytes
 setup.py                                           | 131 ++++++++++-----
 setup/dmg_background.png                           | Bin 160976 -> 0 bytes
 setup/onionshare-osx.spec                          |  52 ------
 setup/onionshare.ico                               | Bin 16958 -> 0 bytes
 stdeb.cfg                                          |   1 +
 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 +-
 68 files changed, 798 insertions(+), 461 deletions(-)
 create mode 100644 SECURITY.md
 delete mode 100755 build_deb.sh
 delete mode 100755 build_dmg.sh
 delete mode 100644 build_exe.bat
 create mode 100755 install/build_deb.sh
 create mode 100644 install/build_exe.bat
 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 (96%)
 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
 delete mode 100644 screenshot_receiver.png
 delete mode 100644 screenshot_sender.png
 create mode 100644 screenshots/client.png
 create mode 100644 screenshots/server.png
 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/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list