[Pkg-privacy-commits] [torbrowser-launcher] branch debian created (now c5ec2f5)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to branch debian
in repository torbrowser-launcher.
at c5ec2f5 hand over package to pkg-privacy team
This branch includes the following new commits:
new a0fc944 Initial commit
new d801a0f Made a basic python package
new 5dfb0ef wrote more metadata and added details to README
new 20fc089 detected language and architecture
new 7396c06 making changes so building into a deb works better
new 69418d8 Changed version scheme to TBB_VERSION-1. If there's another Tor Browser Launcher version, it will be TBB_VERSION-2.
new 321de6a added package building instructions and a build script
new f928ee4 typo in readme
new 5628b31 wrote code to figure out which language out of available languages to use, and creates local ~/.torbrowser directory structure
new ebdf99e got the download progress bar working
new 44f2a7d disables the download button
new 338d2d5 it now saves the tbb tarball to file
new 621156d fixed some timer stuff
new f4c87aa testing to switch from python gtk to javascript gtk
new 7edf9dc added torbrowser-launcher.desktop to gitignore, since we only need to track torbrowser-launcher.desktop.in
new a183c51 getting the icons working with the Makefile
new 7f9f68e the .desktop now includes Tor Browser icon
new 3a9b3f8 started download and progressbar code
new 7666247 got progress bar working, downloading file in chunks
new 61bc416 moved everything into the TorBrowserLauncher class, and added a lot of logic
new f12d8f5 cleaned up the code a lot, made it launch tbb if it's installed, and fixed _read_version_file bug
new 1ac87c0 as per gnome best practices, I'm using let instead of var
new e173045 implemented version file reading and writing
new b52adcb got tasks to run in series
new a7d3bad fixed a bunch of small bugs
new d279553 started making file downloads actually save file to disk
new b8198c2 got it to finally save data to disk, but it's way too slow an inefficient. sadly, I might need to port it back to python.
new 022416d back to python
new 1746ae2 updated README to use version number 0.1
new de64948 still a mess of python, but at least it runs
new e52feda ported much of the logic from javascript into python
new f8a8373 I was running gtk.main() twice
new 0f67666 got downloads working, but tasks don't quite run in order
new 6105fb5 got all the tasks running in order
new b0face6 extracting and running work now. all that's left is verifying the signature, and tested each code path.
new 9b42b89 added Erinn Clark's gpg, who signs the TBB tarballs -- more info https://www.torproject.org/docs/signing-keys.html.en
new 64fecf5 wrote a verify.sh script to verify signatures, moved files around some, and implemented verify function
new 80e1dd5 got verification to work when sig is valid
new a33f902 starting to make progress bar show progress during non-download steps
new da0e25a finished pulsing the progressbar during verification and extracting
new 0696042 if verification fails, it can try the download over again
new 9fcbe74 made it actually download from torproject.org instead of localhost
new 3094bf8 added icons to buttons
new 3df405a window starts out centered
new 4ae5985 made it so error messages still launch even though they don't have any tasks
new f7cdc33 added icon to exit button for errors
new 8d08df3 This commit adds a second GnuPG key and signature verification info
new 2a4018d Move images into img directory
new 3f3f5ae Update reference to images to include img directory path
new 0b2de41 reflow text to meet vim gq standards for 2013
new f26c98f Merge branch 'image-fixups' of github.com:ioerror/torbrowser-launcher into ioerror/image-fixups
new efbdd8f merge conflict
new 8d2b239 Tor Browser is out of date, the launcher version is not in question (https://github.com/ioerror/torbrowser-launcher/commit/a0bddfc5b9d078e4810d761e6e54e6d739bf9cbd)
new 3f8957a removed useless semicolons. I'm not as used to python as other languages :)
new d992877 changed window title to just Tor Browser, rather than Tor Browser Launcher
new 467248e prints the Tor Browser Launcher version on start
new 09b8fd5 put enabling button icons in a try block, because older pythons throw exceptions there
new b2e849d updated the manifest with new file locations
new 4a49aff typo in the manifest file
new 016b7d2 added verify.sh to the manifest
new c13b21c using subprocess.Popen instead of subprocess.check_output, to be compatible with older python that comes with debian wheezy
new b709cbb forced refresh during each update of the progress bar when downloading
new 479b9a4 using "uname -m" to get the architecture instead of "arch"
new 720470e made language default to en-US if the we can't figure out the default locale (#12)
new 12b4fd7 I made everything except the "you might be under attack" window automatically starting without waiting for the user (#11)
new 07a125d oops, changing tbb URL back from localhost
new 058fbd8 stopped calling "uname -m" to get the architecture, and instead use python os.uname()
new 6484469 force redraw the UI before each task starts
new 79b5dfc use Twisted's web.client.Agent to download browser bundle
new 44a002d Nicer message for the progress-bar
new 4ecf256 working on #7, checking for updates by loading RecommendedTBBVersions
new a7c1613 stashing some work
new d6f98d6 quit poprely
new e1cb0b4 use MiB/KiB instead of MB/KB because I personally prefer it ;)
new 15ee804 made checking for updates work
new b329def saves installed_version setting after extracting
new 918044f first hack at verifying pinned SSL certificate
new 4294357 cleanup
new 1a36c24 had to make the launch_gui bool a class variable
new 6a0128d merged meejah's work, and made sure torproject.pem makes it into /usr/share/torproject-launcher
new d47a82b fixed indenting so everything is 4 spaces
new 0f288ac fixed #13
new 6f4653b fixed #15
new 9143df5 added stdeb.cfg, so the debian package name is torbrowser-launcher instead of python-torbrowser-launcher, and it also contains the correct debian dependencies (including tor). fixes #5.
new 5ba77c1 removed bash script for verifying, and started checking gnupg exit codes instead of output. finished #3.
new 6f6a179 added icon to the window
new bcd8348 don't need this gpg dir anymore
new e428d35 started localizing
new a4b0fb1 fixed formatting error for localization
new b3ac68c added an english strings file
new 83819b3 removed system tor as a dependency -- downloading tarballs/checking for updates over tor can be a feature for a future version (#8)
new 586876d small localization typo
new 23d56f5 used python's tarfile instead of calling out to tar
new 9530029 making build_and_install.sh not delete the contents of ~/.torbrowser
new 8393f1f added python-psutil as a dependency, for #17
new bee3e0e fixes most of #17
new 6f670a7 fixed dependencies in readme
new dda5a82 used wmctrl to finish #17
new 6e949cd fixes #19
new 87bf929 updated dependencies in readme
new bf84ed5 made #17 work with old versions of psutils as well, like what comes with debian squeeze
new 90af6bc updated description in readme
new e056c85 changed version to 0.1-alpha
new 841c51f made gpg keys get imported one after the other, fixes #20
new ca740e7 to build and install even with new versions, run build_and_install.sh. fixes #21
new a592970 readme formatting & adding ext for github
new 76e5038 rearranged readme and added a quick start section. fixes #26
new d97362d changed license to BSD (#30), and changed version to 0.0.1
new 5bdc538 needed to change version in here too
new 5b16ea2 added license and copyright header to source files. fixes #30.
new f883bfd updated license to a better BSD-like one
new 7b65c67 oops, can't have a comment before the #!
new 252842b now there can only be one instance of torbrowser-launcher running at a time. fixes #23
new 7496881 refactored a bunch. separated GUI code from other common logic, to make way for a separate settings dialog (#29)
new f772ec2 started interface for settings dialog (#29)
new 3b88b54 added Alexandre Allaire's (0x4279F297) OpenPGP key as per https://www.torproject.org/docs/signing-keys.html.en #36
new 6927ceb Merge pull request #37 from adrelanos/alexandre
new d86ceb7 settings dialog well under way. doesnt save changes yet though (#29)
new 8e6cd16 Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new 8dce9ec storing available versions in TBLCommon
new 786636a changed version number to 0.0.2, so I can write settings migration
new 8e2d2f0 Add Dutch localization
new d79443c Merge pull request #40 from lazlolazlolazlo/master
new 0fc1153 in the middle of a big refactor, involving 0.0.2 settings migration and offering different types of bundle (#29)
new 3d6ab05 more logic to to make new settings worth (#29)
new a4d1c02 bug in picking alpha version
new 9040a72 made a .desktop for settings, so it appears in the desktop environment's menu (#29)
new 9d946a1 install the settings .desktop too (#29)
new 8e6b92c made settings dialog settings persist on save (#29)
new 52591f7 Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new aa85ae2 adding tor as a dependency (#8)
new e30a6f2 removing references of obfsproxy (#38)
new 4794a66 downloading sig before tarball, easy fix (#42)
new 249f8c0 added python lib depenendencies that aren't packaged in debian, to allow twisted to use a socks proxy
new 6bb5af6 when you download TBB, if you get a 404, your language isn't english, and your preferrence is alpha, it recommends you use stable instead. fixed #43
new c9db61b fixes #1
new 6c0d0df added tor as a dependency in the readme
new caba0d3 added supported for torproject.org mirrors. fixes #32
new d9de029 Fix typo
new 6730f50 Merge pull request #46 from pde/master
new d8e11e3 make sure latest alpha listed gets selected
new 84d6328 always use the latest alpha and latest stable versions
new f599ae4 Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new 60b1df0 fixed indenting
new 16367e5 canceling a download deletes the file, fixes #44
new 322260f added fakeroot as a dependency
new 8adffc9 commented out GUI for downloading over tor because the feature is not implemented yet (#8)
new 06ee5d9 removing tor as a dependency again, until that feature is implemented
new 1a47661 commenting out more of updating over tor UI
new 949e46a added Mike Perry's public key that he signs TBB 3.x releases with
new 0ded510 work-in-progress on #49
new 12d9837 more untested work on #49 -- I'm on a plane and don't have internet access, so I can't test right now
new e866ffa got 3.0 alphas working! #49
new 93f8080 now imports gpg keys on startup each time, to ensure that upgrading users get Mike Perry's key (#49)
new fc4426e FIX#55: architecture detection on mixed systems
new 104f7ec Merge pull request #56 from boyska/master
new e37781e adding suite for temporary PPA packaging
new b50b48e simplified packaging in readme
new 2388126 changing my email address from micahflee at riseup.net to micah at micahflee.com
new 94d1d86 added PPA to readme
new a8d83ed workaround for #57: RC version incorrectly detected as stable
new c81af49 decided to treat RCs as "alpha" as well (#57)
new fcd87ee added Mike Perry's new public key, changed URL to check for TBB 3.x sigs
new 99c7330 version bump
new 779b774 simplified loading settings, fixed bug that sometimes crashed during load_settings()
new 99977f5 version bump to 0.0.4
new 7764309 load_settings() now always makes sure tbl_version is the latest
new 749f528 fixes #58, at least for TBB 3.0+
new 09c1549 made it play an modem sound before opening Tor Browser, because Tor is notoriously slow :)
new 8ccc340 added python-pygame as a dep to readme
new e3c5d99 fixes #67
new 7249c7e Mirrors from /usr/share and /usr/local; closes #69
new 2425bef Merge pull request #70 from boyska/master
new 4d88015 new version of TBB changed the directory structure
new 8b27951 Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new ceaafe5 version bump to 0.0.5
new aad7702 fixed urls for tbb_version >= '3.'
new f2dc53e version bump to 0.0.6
new a3908af added base apparmor profiles for TBB 3.5+
new 9aa991f fixed TBB apparmor profiles (#72)
new 1dde7c7 fixed small Firefox apparmor bug (#72)
new 644c8c3 wrote apparmor profile for torbrowser-launcher itself (#72)
new 01f4b14 added a changelog and version bump to 0.0.7
new 46cba61 DRYing up versioning, so I only need to update version in one place
new 074b5d4 added a script to automate pushing updates to the PPA
new 6f1d0df added AppArmor instructions to readme
new 985dc9f updated usr.bin.torbrowser-launcher AppArmor profile
new ce04a4f Removed included libs in favor of adding new Debian package dependencies
new 03b3538 added new dependencies to readme
new f6fb2eb Remove checks for Vidalia and version > 3.0
new c099d1f Update mirrors.txt
new 0145fc6 Merge pull request #81 from lazlolazlolazlo/patch-2
new 6ae5dc5 PEP8 codestyle housekeeping
new 13fa637 Remove unused task and paths
new 23c3656 Remove unused imports and variables
new ed84795 Removed some variables by accident
new 1fc27a0 apparently you need build-essential and python-all to build
new aedf630 Merge branch 'task' of https://github.com/lazlolazlolazlo/torbrowser-launcher into lazlolazlolazlo-task
new 36056a0 Merge pull request #82 from lazlolazlolazlo/pep8
new 70522ef replaced cert for *.torproject.org with their post-heartbleed one. will close #84 after I verify further.
new 75dbe7e Fix 404 error.
new edac833 Merge pull request #86 from rdamen/master
new 1f95cba version bump to 0.0.8
new 896285d fix apparmor rules in ubuntu (#73)
new b9dadde added fedora/RPM packaging support
new 67a668f Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new e44f991 removed un-used dependencies, and also cleaned up readme
new d84ea66 changed default suite from saucy to trusty
new a15f303 Added Polish locale.
new 3aed86e the gpg signature for sha256sums.txt has changed (fixes #90)
new 34cc534 version bump to 0.0.9, updated changelog
new be429a6 added Polish translations, from a volunteer
new bcdaa90 version bump to 0.1.0, updated changelog
new 717b9f4 files necessary to build a debian package
new ccba8df correct project name in watch file
new 3bf7e04 update changelog and control
new 62aa163 TBL_SHARE overrides /usr/share
new 900e72f share/ reorganized + setup.py
new cad3f24 files used to build debpackage 0.1.0
new fbe2dad FIX mirrors.txt not found
new 486458f Made pygame and modem sound optiomal, the option is simply disabled if you do not have pygame installed, and it is no longer a dependecy or a suggested package.
new 51fe04c Remove pygame dependency for rpm build
new a58f305 Added options: use system tor (setting environment variables for TOR_SKIP_LAUNCH/TOR_SOCKS_HOST/TOR_SOCKS_PORT); as well as downloading updates over tor when system tor is used
new 7fb2e89 Updated English locale file
new da6bb8e Added French translation
new 0da3f8d README and requirements: local dev easier
new e93fed7 version bump to 0.1.1dev
new 75471b7 removing whitespace
new e6b88f3 updated copyright to 2013-2014
new a71e3be make tor settings checkbox default to the right value, set environment vars both os.environ as well as os.putenv, and made updating without tor work as well
new 064ae55 Merge branch 'french-translation' of https://github.com/tbbler/torbrowser-launcher into tbbler-french-translation
new fafe455 Merge branch 'tbbler-french-translation'
new a1ce543 remove use_system_tor setting. fixes #100
new 8241eb3 Merge branch 'debian/0.1.0' of https://github.com/u451f/torbrowser-launcher into u451f
new fab3f54 actually removing debian from master branch
new c1a0b62 adding debial directory
new 128e870 typo in recommended packages in stdeb
new cc547a8 Merge branch 'fix_75_share' of https://github.com/boyska/torbrowser-launcher into boyska-fix_75_share
new c3dd8d1 update version path in build scripts
new d32e8a3 add apparmor profiles back into deb package
new be1653d added xz-utils as a dependency (fixes #93)
new d9c506a remove preferred option from settings (#104)
new a26efed ripped out all alpha/stable code. now always using stable. wrote settings migration. (#104)
new 3332749 updated version location in ppa_release.sh
new d1dcd19 version bump to 0.1.1 and updated changelog
new e8350a1 typo in ppa script
new c357674 Merge branch 'master' into debian
new fb2ec0c added suite back into stdeb.cfg, so that ppa_release.sh will work
new fc9fa1f added security design doc
new 6c60b32 Update Dutch translation strings
new 9a19eda update for new upstream version
new ceebaa6 new packaging files. transferring maintainership
new 1802a51 packaging files for 0.1.1
new cde3b20 Added elif statement to say that a mirror file has been loaded successfully instead of just issuing a warning if it did not work.
new c8fab2c start cleaning AppArmor profiles.
new 3511526 Factorize.
new abfdfad Drop duplicate rules that are already covered by included abstractions.
new f706380 Use the fonts abstraction.
new ce1c6f2 Make rule more generic. There are more than one PID :)
new 4864e5b Use the X abstraction.
new 8db75b7 Deduplicate tons of rules thanks to the gnome abstraction, that itself includes the base, fonts, X, freedesktop.org and user-tmp abstractions.
new 978b790 Deduplicate more rules provided by the base or gnome abstractions.
new 9d38e77 Grant the browser the right to play audio: it talks to pulseaudio and gstreamer.
new d033d07 Add more rules that Firefox needs.
new c83da68 Add (back) rules that are actually not covered by abstractions yet.
new ff61bf3 Use the @{HOME} variable consistently.
new b219886 Prefix all rules about @{HOME} with "owner", just in case.
new 922c5b3 Drop usage of @{pid} variable: it's not supported in any stable AppArmor release yet.
new f69ff15 dash, grep and ps live in /bin/, not in /usr/bin/.
new 75e2c03 Add rule the launcher needs.
new 97fd995 Adapt AppArmor profiles to match the drop of stable+alpha support.
new 12a1f74 Don't use the dconf abstraction yet: it's not part of any stable AppArmor release yet.
new 3f46ded Drop Firefox privileges to (try to) play audio.
new ace00d6 Give Firefox more privs it needs.
new 6552a2e Comment out the "dbus" rule: it doesn't parse on any stable release of AppArmor yet.
new 66e44a7 Add additional credential that Firefox needs.
new d27af2b debian/rules: call dh_apparmor for each shipped profile (Closes: #755817)
new 96ab6dc Include e8350a1c4 from upstream to fix typo in ppa script.
new b050469 Cleanup AppArmor profiles as per intrigeri's pull request to upstream.
new 35c4d6a release as 0.1.1-2 to sid
new b710cb4 Include 66e44a7dc (as per #751453#63) in debian/patches/intrigeri_gh92-rework-AppArmor-profiles.patch
new 427cee0 added rpm-build to requirements
new 0ac36f9 Merge pull request #106 from lazlolazlolazlo/patch-3
new 71f2613 Merge pull request #109 from u451f/master
new b67afb8 Merge branch 'gh92-rework-AppArmor-profiles' of https://github.com/intrigeri/torbrowser-launcher into intrigeri-gh92-rework-AppArmor-profiles
new efad431 Merge branch 'intrigeri-gh92-rework-AppArmor-profiles'
new e6bb7df Typo in start-tor-browser AppArmor profile
new f80553f AppArmor does not seem to import profiles with paths that contains @{HOME}
new 3744b97 Merge pull request #112 from heichblatt/master
new a225b69 added <abstractions/gnome> back into torbrowser.Browser.firefox AppArmor profile (#92)
new 08114f3 Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new acaf217 added OnionShare support to the torbrowser.Tor.tor AppArmor profile (#92)
new aa01b48 python-txsocksx and tor should be dependencies, not just recommend
new b46a259 updated usr.bin.torbrowser-launcher AppArmor profile to make modem sound work
new ed2527b version bump to 0.1.2dev
new 710b788 no longer detaches process when launching Tor Browser (fixes #105)
new a845896 updated readme, and split out build instructions to BUILD.md
new ff377ae removed unused signing keys (fixes #117)
new 233c855 added debian dependencies to build instructions
new 47b18da launches Tor Browser as a background process again to make the TBL window close (#105)
new 3eaa61d using freedesktop xdg-user-dirs now (fixes #102)
new b4a6c38 updated changelog and version bump to 0.1.2
new 79135e5 Merge branch 'master' into debian
new ab3d264 * New upstream version. (Closes: #######, #######, #######) * Drop patch intrigeri_gh92-rework-AppArmor-profiles.patch. * Drop patch fix_typo_in_ppa_script.patch.
new 4e869ad debian/control: Update Vcs-URLs to new git repo location in collab-maint.
new ec5a5f1 Add debian/examples to show how to run torbrowser-launcher, confined with AppArmor, in Xephyr as another user. Read the README!
new 0ba4aff Fix DEP5 syntax error in debian/copyright, thanks Lintian!
new 29d9059 debian/control: add tor to depends.
new 5d1a84a release as 0.1.2-1 to sid
new 350d973 debian/examples/README: explain why AppArmor is awesome.
new 77d6000 debian/examples/README: reformat, add another idea
new 2063aa5 debian/examples/README: more rewording. final script should be called tbbll
new 04b2466 modified torbrowser.Browser.firefox
new e88c344 - tor-browser_en-US
new 2d37f8d put back 'owner', tor-browser_*/Desktop and tor-browser_*/Downloads
new 6082d60 debian/examples/README: mention Tails and Xpra.
new 3de81de always choose a stable release, if available (#120)
new c22eb90 Removed Mike Perry's key, added Erinn Clark's key (#120)
new d03867e replaced Erinn's key with one exported with --export-options export-minimal, to not include all of the sigs
new 9ca4f91 Merge branch 'master' into troubadoour-master
new dcf82e5 updated changelog and version bump to 0.1.3
new bcbd3ab allow installation into a virtualenv
new 492a699 make SHARE point at TBL's share directory
new 5923853 don't use hardcoded path to relaunch self
new 11c502d requirements.txt: add peep hashes and more entries
new 88a7053 Merge tag 'v0.1.3'
new d320ff2 Merge branch 'master' into debian
new ed349f3 new upstream version v0.1.3. update package description in debian/control.
new b1081a1 cleanup new changelog entry, mark it UNRELEASED
new 8b3d9d0 mark tbl 0.1.3-1 as released to unstable
new ede0485 Don't run start-tor-browser unconfined from torbrowser-launcher: we have a dedicated profile for it, let's use it.
new 3575623 Complete AppArmor profiles update according to new XDG-compliant paths.
new 1908ba4 torbrowser-launcher must not be allowed to start itself unconfined.
new ceda0e8 Explicitly run Tor with its own AppArmor profile.
new 1385fe1 AppArmor: allow start-tor-browser to run some programs it needs.
new bfabd82 Hide AppArmor log about torbrowser-launcher trying to read the Python interpreter.
new 9a66da0 Allow Firefox to open TCP connections on systems with networking AppArmor mediation.
new 1b28971 Allow Firefox to use make dbus calls, on systems with dbus AppArmor mediation.
new 1d09fe0 Make AppArmor logs silent about Firefox trying to read /etc/machine-id.
new 254799a AppArmor: give back read access on /etc/mailcap to Firefox.
new eac1b2c Drop AppArmor rules that are duplicate of ones found in abstractions we include, again.
new 8b88eb7 AppArmor: give back read access on /usr/share/gnome/applications/ and /usr/share/gnome/applications/kde4/ to Firefox.
new 94b22fb Make format of recently added comments consistent with existing ones.
new e263b8a AppArmor: enable Firefox to use GStreamer, again.
new 183906e Remove probably useless commented out AppArmor rules.
new 9ca4341 AppArmor: allow Firefox to get entropy from @{PROC}/sys/kernel/random/uuid.
new 7e604b6 AppArmor: allow Firefox to learn how many CPU cores are present.
new ba254f5 Document the consequences of including the "audio" AppArmor abstraction.
new b14c406 AppArmor: add support for Tor Browser 4.x's paths.
new 6446ab6 AppArmor: allow Firefox to read processes and tasks' stats.
new 58e09ac AppArmor: allow Firefox to access mountinfo.
new 181365b Don't make potential AppArmor deny logs about @{PROC}/[0-9]*/task/** and @{PROC}/[0-9]*/fd/ silent.
new a8e2109 AppArmor: allow Tor Browser to create its Desktop directory.
new 35c808c AppArmor: allow Tor Browser to create its Desktop directory.
new fc8d876 Don't allow Firefox to access Tor's data directory, nor to map files in the Tor system directory.
new c107a43 Allow Firefox to read its Browser directory.
new ea3f680 Disable the user-download abstraction and corresponding addition, by default.
new 205242c Allow start-tor-browser to run ln and mkdir.
new fd6bcda Allow start-tor-browser to create ~/.config/ibus/bus.
new 2f5eaa2 Disable audio abstraction by default.
new 7a00574 Fix grammar in torbrowser-launcher
new adcdd86 Update en locale
new 36aabd9 Update nl_NL locale
new 2239b19 0.1.3-1_bpo70+1 Rebuild for wheezy-backports
new 627643f Merge pull request #122 from leif/virtualenv
new a2f95b7 Merge pull request #125 from intrigeri/gh124-rework-AppArmor-profiles-again
new dba9eff Merge pull request #126 from ArchimedesPi/fix-the-grammars
new 8aaa1cf temporary fix for RecommendedTBBVersion file changing URLs (#129)
new 01f86ba version bump to 0.1.4 and updated changelog
new 25a7b98 Merge tag 'v0.1.4'
new 695c7e0 Merge branch 'master' into debian
new 9ce6409 revert wheezy-backport in changelog
new b6bde32 new upstream version in changelog
new 2f17a43 typo in email
new 4e78172 Bump debian/compat to 9 and increase build-dependency to debhelper >= 9.20120909~.
new f20ee87 remove old_update_check_url, and only use new URL now
new 5469027 split torbrowser-launcher into several files
new 52261ee make torbrowser-launcher script executable again
new fadacb9 Grant the browser read access on its profile directory.
new 2173b6e AppArmor: include the fonts abstraction in the start-tor-browser profile.
new b4c30f0 AppArmor: include the freedesktop.org abstraction in the start-tor-browser profile.
new ea3b6af AppArmor: allow start-tor-browser read access on dash.
new aa831b7 AppArmor: allow start-tor-browser to read /usr/share/zenity/zenity.ui.
new 3a90f79 Merge pull request #133 from intrigeri/apparmor-3
new 855cb91 Import AppArmor profiles updates from upstream (Closes: #761663).
new a3d3bb1 Fix short BSD license name in debian/copyright.
new 5e4c349 torbrowser-launcher (0.1.4-2)
new c536f50 prepare for TBB 4 series change to RecommendedTBBVersion (#132)
new 97ccbd3 must not strip the "-Linux" from the latest version number if it isnt there already (#132)
new e25fbc5 display more verbose info when downloading TBB for the first time or updating (#135)
new 876eb0b tbl_bin was getting set wrong since TBL was split into multiple files
new 8972c6b no longer detach start-tor-browser process, and play modem sound in a separate thread to prevent blocking
new 8cc5e14 temporarily disable AppArmor profiles in Ubuntu (#128)
new 1a74e14 version bump to 0.1.5 and updated changelog
new 1600619 Merge tag 'v0.1.5' into debian
new 6f1ed36 new upstream version 0.1.5
new fa060d9 Force usage of python 2.7.
new 857a277 release new upstream version 0.1.5
new e3f49c2 license changed to BSD a long time ago, but never updated it here
new 8e12a81 license is actually MIT
new 38e6730 fixes versions path for TBB 4.x that was forcing TBL to try to always upgrade (#139)
new ea49b1b removed deprecated Encoding key from .desktop files
new ba53005 version bump and updated changelog
new 3a5b481 use platform.dist() to detect ubuntu instead of subprocessing out to lsb_release
new f338f9e version bump to 0.1.7dev
new f1d97df Add lsb-release to build-depends.
new 7a784da Bump standards version to 3.9.6.
new 3cdf84f Switch Vcs-Browser: to cgit URL.
new 6f36665 release as 0.1.5-2
new ce96a2f Merge tag 'v0.1.6' into debian
new 092875d new upstream version 1.6
new 9a26e72 release upstream version 0.1.6 to unstable
new 2afee16 debian/copyright: license modification / MIT
new 6e59517 Switch to using new Tor Project dist URL.
new e5a5ec0 Fix typo in locale/pl/messages.pot
new 51fd4ac Merge pull request #146 from isislovecruft/master
new e7e120b Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new a90c361 Merge pull request #150 from AreYouLoco/master
new d04ebc7 Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new 1c0babb it looks like the linux filter is still necessary after TBB 4.0
new 99fac15 hides TBL window before launching TBB (#151)
new d89fe1e only hide window if there is a window to hide (#151)
new 013584d switched to using argparse to parse arguements, and made settings open with "--settings" instead of "-settings"
new 028bc22 you can pass URLs into torbrowser-launcher now (#103)
new 4356d44 updating .desktop to handle http and https schemas
new 76f278f adding a screenshot for TBL
new f96aefc updated readme, package description
new c0ddded added an AppData xml file (#144)
new 52d5144 updated AppData XML, and made the screenshot larger
new 185c5de renaming torbrowser-launcher.appdata.xml to torbrowser.appdata.xml because the .desktop is torbrowser.desktop
new 7b113e5 version bump to 0.1.7 and updated changelog
new c8c9014 Merge tag 'v0.1.7' into debian
new f559a5e new upstream version 0.1.7
new 7bad0fd release to sid, see #771964
new de13483 Fix opening new tab in already runned TBB (always -allow-remote)
new dfcb27f Merge pull request #155 from komachi/master
new 7863b16 adding new TBB signing key (#161)
new 44566ec deleted MANIFEST.in, because it was outdated and does not appear to be necessary anymore
new bc226c8 typo (#161)
new d17a82e remove debug output that makes it look like something went wrong
new 143cbf4 fixing how alphas/betas are removed from available versions list, because formatting changed in RecommendedTBBVersions
new f892008 version bump to 0.1.8 and updated changelog
new 13ab9c9 Merge tag 'v0.1.8' into debian
new f5e85a8 Merge branch 'debian' of ssh://git.debian.org/git/collab-maint/torbrowser-launcher into debian
new 5bedf60 new upstream version 0.8.1
new 0cfb52d the new upstream release would also close another bug
new b69ff57 Clarify changelog for new upstream version
new 3f1146e add option to disable accepting links (partial fix for #157)
new 524788e updated BUILD.md for syntax
new cae6579 updated readme to include Firefox/default browser instructions (#157)
new 283fdf1 version bump to 0.1.9 and updated changelog
new 83f749f AppArmor: silence denied access to /sys/devices/virtual/block/*/uevent.
new 70d0c57 add option to disable accepting links (partial fix for #157)
new 2591d0d updated BUILD.md for syntax
new 7ffa61f updated readme to include Firefox/default browser instructions (#157)
new b131be8 version bump to 0.1.9 and updated changelog
new c2b6292 New upstream version.
new 8af8256 Merge pull request #170 from intrigeri/apparmor-block-devices-uevent
new 3d9f4ed Update location of start-tor-browser for TBB 4.5, and remove accept_links feature #176
new 7aa026f ignore source packages that get generated in some dev environments
new 77a179d Stop printing so much console output (fixes #173)
new f219f35 Stop letting Tor Browser act as a default browser
new 7a632e3 version bump to 0.2.0 and updated changelog
new 18717f7 Added python-txsocksx, tor dependencies to Fedora version, so FC21 supports upgrading over Tor
new 53e6d9c updated changelog
new 5f833d7 execute ./start-tor-browser.desktop instead of ./Browser/start-tor-browser (#176)
new 068ea1a Merge branch 'master' of github.com:micahflee/torbrowser-launcher
new 46094ed Merge tag 'v0.1.9' into debian
new 5d8a9cf Merge tag 'v0.2.0' into debian
new 03730cd debian/changelog: new upstream version
new 803f34c AppArmor-allow-Tor-Browser-to-use-shared-libraries-s.patch: new patch, that extends the torbrowser.Browser.firefox AppArmor profile so that Tor Browser 4.5 and 5.0 can run.
new 87c8c18 debian/copyright: don't include the Expat license's text twice.
new 036c421 Include-local-overrides-file-in-AppArmor-profiles.-C.patch: new patch, to include local overrides file in AppArmor profiles. (Closes: #751451)
new 70c750e Set-torbrowser.start-tor-browser-and-usr.bin.torbrow.patch: new patch, that sets torbrowser.start-tor-browser and usr.bin.torbrowser-launcher AppArmor profiles to complain mode.
new 7ce2c90 torbrowser-launcher (0.2.0-2)
new c5ec2f5 hand over package to pkg-privacy team
The 476 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list