[Pkg-privacy-commits] [Git][pkg-privacy-team/torbrowser-launcher][debian/sid] 81 commits: Create da.po

Roger Shimizu (@rosh) rosh at debian.org
Sun Aug 29 19:32:43 BST 2021



Roger Shimizu pushed to branch debian/sid at Privacy Maintainers / torbrowser-launcher


Commits:
7e533290 by scootergrisen at 2018-09-30T16:33:05+02:00
Create da.po
- - - - -
95824cc7 by scootergrisen at 2018-10-01T16:07:16+02:00
Fix two spelling errors
- - - - -
1fa13798 by scootergrisen at 2019-03-01T17:31:07+01:00
Add [da] to torbrowser.desktop
- - - - -
12481e06 by Baumgartner at 2019-12-15T21:40:58+01:00
Added de.po

- - - - -
bc96f449 by milotype at 2020-01-22T13:59:37+01:00
Added hr.po

Complete croatian translation
- - - - -
435e4ef8 by João Vítor S. F at 2020-02-09T16:35:30-03:00
pt_BR translation (.po file)

- - - - -
e92e11e6 by Koala Yeung at 2020-04-22T21:54:34+08:00
Fix language fallback for Chinese (Hong Kong)

* Add a way to manually override the language detection
  for some of the languages.
* Add manual language overriding for zh-HK (to zh-TW).

- - - - -
3fa7eca4 by Koala Yeung at 2020-04-22T23:34:45+08:00
Add Chinese (Traditional) translation

- - - - -
56e8084b by AsciiWolf at 2020-10-08T14:12:19+02:00
Fix small typo in desktop file
- - - - -
0661e659 by AsciiWolf at 2020-10-08T14:30:42+02:00
Add Czech translation to desktop files

- - - - -
5206d461 by Karl-Johan Karlsson at 2020-10-12T18:17:00+02:00
Set language from LC_MESSAGES, not LC_CTYPE

Calling `locale.getlocale()` checks LC_CTYPE, which is not meant for
UI strings. Change the call to check LC_MESSAGES instead.

Also call `locale.setlocale()` first to import the locale settings
from the environment. This is not needed for LC_CTYPE due to
https://bugs.python.org/issue6203 but is required for LC_MESSAGES.

Closes #361

- - - - -
0e020dce by Micah Lee at 2020-10-18T11:54:55-07:00
Merge pull request #532 from AsciiWolf/patch-1

Fix typo and add Czech translation to desktop files
- - - - -
da84f312 by Jonas Witschel at 2020-10-19T11:46:00+02:00
Make torbrowser-launcher.mo ordering reproducible

The ordering of os.walk() is file system dependent. To make sure that the
generated torbrowser-launcher.mo is reproducible bit for bit no matter on which
file system it was originally generated, sort the files before feeding them to
msgfmt.

- - - - -
d6aff5fc by FliegendeWurst at 2020-10-21T12:02:52+02:00
Do not require the home directory to be writable

Missing permissions can be handled later.
- - - - -
6053f295 by milotype at 2020-10-24T14:12:49+02:00
Updated torbrowser-settings.desktop with "hr"
- - - - -
c299c2e5 by milotype at 2020-10-24T14:15:26+02:00
Updated torbrowser.desktop with "hr"
- - - - -
46cff551 by milotype at 2020-10-24T14:38:17+02:00
Update torbrowser-settings.desktop

Small change in wording
- - - - -
b8a519eb by Leonidas P at 2021-03-31T16:24:29+03:00
Update available languages for torbrowser
- - - - -
4e216fe2 by intrigeri at 2021-05-16T13:47:54+00:00
AppArmor: include vulkan abstraction if it's available

Since the vulkan abstraction is not available on older AppArmor versions, this
relies on the "conditional includes" AppArmor parser feature, which is available
in AppArmor v2.10.4, v2.11.2, v2.12.1, and v2.13.

closes #554

- - - - -
6d32fe12 by intrigeri at 2021-05-16T13:52:28+00:00
AppArmor: allow usage of the IBus input framework

closes #540

- - - - -
12477d3d by intrigeri at 2021-05-16T14:00:51+00:00
AppArmor: allow usage of cgroups

Firefox uses cgroups to determine how many CPUs are available,
and gather other information it needs about the CPUs.

I did not investigate what are the consequences of Firefox
lacking this information. I suspect performance, and thus UX,
may be impacted.

closes #547

- - - - -
376f7f55 by intrigeri at 2021-05-16T14:03:13+00:00
AppArmor: allow access needed for Firefox sandboxing via unprivileged user namespace

Most distributions now ship with unprivileged user namespaces enabled,
which Firefox uses to set up its own sandbox. That sandbox is more
fine-grained and powerful than our AppArmor policy, so let's allow
Firefox to use it.

- - - - -
811494c6 by intrigeri at 2021-05-22T19:21:52+00:00
AppArmor: Allow reading /sys/fs/cgroup/cpu,cpuacct/cpu.cfs_quota_us

Roger Shimizu told us it's needed on Debian Buster.
I suppose the "user.slice" path component is not used there.

- - - - -
a85a8997 by Leo at 2021-05-23T14:41:44+03:00
Add 'my' translation
- - - - -
212876a1 by Bast at 2021-06-14T09:57:41+02:00
platform is deprecated, replaced with distro
- - - - -
deb90f77 by Micah Lee at 2021-06-18T17:36:28-04:00
Merge pull request #568 from bastien34/patch-1

platform.dist() is deprecated since Python3.5, replaced with distro
- - - - -
22f12002 by Micah Lee at 2021-06-18T17:38:49-04:00
Merge pull request #555 from JpegXguy/patch-1

Update available languages for torbrowser
- - - - -
d218e57b by Micah Lee at 2021-06-18T17:45:16-04:00
Merge pull request #537 from FliegendeWurst/patch-1

Do not require the home directory to be writable
- - - - -
28eec05b by Micah Lee at 2021-06-18T17:48:34-04:00
Update copyright to 2021

- - - - -
29a15943 by Micah Lee at 2021-06-18T17:51:21-04:00
Merge pull request #478 from diabonas/reproducible-mo-file

Make torbrowser-launcher.mo ordering reproducible
- - - - -
6a6dc305 by Micah Lee at 2021-06-18T17:55:23-04:00
Merge pull request #465 from yookoala/i18n-zh-tw

Add Chinese (Traditional) translation
- - - - -
1e3bf66b by Micah Lee at 2021-06-18T17:56:43-04:00
Merge branch 'develop' of github.com:micahflee/torbrowser-launcher into develop

- - - - -
2635b26a by Micah Lee at 2021-06-18T17:58:27-04:00
Merge branch 'fix-hk-language-fallback' of https://github.com/yookoala/torbrowser-launcher into yookoala-fix-hk-language-fallback

- - - - -
424506dd by Micah Lee at 2021-06-18T18:02:14-04:00
Merge branch 'milotype-hr' of https://github.com/milotype/torbrowser-launcher into milotype-milotype-hr

- - - - -
b04ccb55 by Micah Lee at 2021-06-18T18:04:04-04:00
Merge branch 'develop' of https://github.com/Ned84/torbrowser-launcher into Ned84-develop

- - - - -
fa19ace6 by Micah Lee at 2021-06-18T18:05:47-04:00
Merge pull request #451 from jjoaovitor7/develop

pt_BR translation (.po only)
- - - - -
f0445814 by Micah Lee at 2021-06-18T18:07:31-04:00
Merge pull request #364 from scootergrisen/patch-1

Create da.po
- - - - -
c6753ee4 by Jony at 2021-06-18T18:07:58-04:00
Add Swedish translation

I have translated Tor Browser launcher. Please merge it to the next release. Is there some other changes needed?

- - - - -
499c9713 by Jony at 2021-06-18T18:07:59-04:00
Update torbrowser-settings.desktop

Add Swedish translation

- - - - -
f0e1b93b by Micah Lee at 2021-06-18T18:10:13-04:00
Fix torbrowser.desktop

- - - - -
f98c411a by Jony at 2021-06-18T18:10:41-04:00
Update sv.po

Some strings were in French

- - - - -
ac318c33 by Micah Lee at 2021-06-18T18:11:03-04:00
Merge branch 'develop' of github.com:micahflee/torbrowser-launcher into develop

- - - - -
103573db by Micah Lee at 2021-06-18T18:13:41-04:00
Merge pull request #383 from creideiki/set-language-from-LC_MESSAGES

Set language from LC_MESSAGES, not LC_CTYPE
- - - - -
caa9daaf by Micah Lee at 2021-06-18T18:15:15-04:00
Merge branch 'patch-2' of https://github.com/scootergrisen/torbrowser-launcher into scootergrisen-patch-2

- - - - -
08783c02 by Micah Lee at 2021-06-18T18:17:11-04:00
Merge

- - - - -
7a698a02 by Micah Lee at 2021-06-18T18:25:58-04:00
Update Tor Browser Developers signing key

- - - - -
ad55f02b by Micah Lee at 2021-06-18T18:26:55-04:00
Format all python with black, and add a .vscode folder

- - - - -
3941fe7c by Micah Lee at 2021-06-18T18:30:37-04:00
Fix incomplete merge

- - - - -
d2594842 by Micah Lee at 2021-06-18T18:33:57-04:00
Version bump to 0.3.4 and update changelog

- - - - -
a8f57ab3 by Micah Lee at 2021-06-18T18:45:57-04:00
Merge branch 'develop'

- - - - -
11a4f194 by Micah Lee at 2021-06-18T18:47:04-04:00
Merge branch 'master' of github.com:micahflee/torbrowser-launcher

- - - - -
fd30adfb by Micah Lee at 2021-06-18T18:52:27-04:00
Use correct sys prefix

- - - - -
0c3464b5 by Micah Lee at 2021-06-18T18:54:44-04:00
Fix GenericName in desktop file

- - - - -
1d7bb131 by Micah Lee at 2021-06-18T18:54:54-04:00
Fix gpg path

- - - - -
c02071b8 by Micah Lee at 2021-06-18T18:56:03-04:00
Add release to appdata

- - - - -
e0fdbbfb by Micah Lee at 2021-06-18T19:35:04-04:00
Revert "Use correct sys prefix"

This reverts commit fd30adfbe7ed5797519b1fee7a2740f792291993.

- - - - -
5e92fa30 by scootergrisen at 2021-06-19T08:49:13+02:00
Add Danish translation
- - - - -
4baa4362 by AsciiWolf at 2021-06-19T19:04:29+02:00
Fix pt_BR po file
- - - - -
18747385 by AsciiWolf at 2021-06-20T19:42:24+02:00
Update Czech translation

- - - - -
08fdb3ef by kpcyrd at 2021-06-20T20:52:04+02:00
Create github actions to test ./setup.py install

- - - - -
758245a2 by Micah Lee at 2021-06-20T19:55:42-04:00
Merge pull request #579 from AsciiWolf/patch-1

Fix pt_BR po file
- - - - -
3f0855a6 by Micah Lee at 2021-06-20T19:55:55-04:00
Merge pull request #582 from AsciiWolf/cs-update

Update Czech translation
- - - - -
ec92c609 by Micah Lee at 2021-06-20T19:56:39-04:00
Merge pull request #578 from scootergrisen/patch-4

Add Danish translation
- - - - -
b971e02b by Micah Lee at 2021-06-20T19:58:30-04:00
Merge pull request #583 from kpcyrd/github-actions

Create github actions to test ./setup.py install
- - - - -
7202407c by kpcyrd at 2021-06-21T02:15:37+02:00
Use install_requires for python dependencies

- - - - -
71142f79 by kpcyrd at 2021-06-21T02:30:17+02:00
Add install_requires to setup.py

- - - - -
2bb97c75 by kpcyrd at 2021-06-21T02:33:06+02:00
Test torbrowser-launcher install

- - - - -
6142c8db by Micah Lee at 2021-06-20T20:41:00-04:00
Merge pull request #584 from kpcyrd/github-actions

Add install_requires, use it in tests
- - - - -
0faefb65 by Roger Shimizu at 2021-06-21T02:59:49+02:00
Rebuild paths in case force_en-US was set

- - - - -
752a3871 by kpcyrd at 2021-06-21T03:02:17+02:00
Simplify github actions workflow

- - - - -
1cbada8f by Micah Lee at 2021-06-20T22:23:16-04:00
Merge pull request #585 from kpcyrd/force-en-us

Rebuild paths in case force_en-US was set
- - - - -
83fa1d38 by Micah Lee at 2021-06-20T20:08:45-07:00
Download Tor Browser Developers signing key using requests instead of gnupg, and make a new common.proxies() method for downloading WKD key over Tor

- - - - -
224baddc by Micah Lee at 2021-06-20T20:12:40-07:00
Do not refresh the key each run

- - - - -
2b429297 by Micah Lee at 2021-06-20T23:16:26-04:00
Merge pull request #586 from micahflee/wkd-requests

Download the Tor Browser signing key using requests instead of gnupg
- - - - -
ede6d809 by Micah Lee at 2021-06-20T20:19:14-07:00
Version bump to 0.3.5 and update changelog

- - - - -
31b0d5ab by Micah Lee at 2021-06-21T18:50:44-07:00
Bump version to 0.3.5 in appdata as well

- - - - -
4380f1f0 by Roger Shimizu at 2021-08-30T01:45:29+09:00
Update upstream source from tag 'upstream/0.3.5'

Update to upstream version '0.3.5'
with Debian dir 3f04f12222e6d31a37bdc1b1401eca969f8f4c15
- - - - -
ad966b9a by Roger Shimizu at 2021-08-30T01:45:49+09:00
d/patches: Refresh patches

- - - - -
990a2767 by Roger Shimizu at 2021-08-30T02:46:06+09:00
d/patches: Re-order the patch number

- - - - -
a623ffec by Roger Shimizu at 2021-08-30T02:59:14+09:00
d/patches: Cherry-pick patches from upstream

- Fix U2F for Yubikey 5 tokens
- AppArmor: support Wayland display protocol

- - - - -
5ac5110f by Roger Shimizu at 2021-08-30T03:09:41+09:00
Prepare to release 0.3.5-1

- - - - -


30 changed files:

- + .github/workflows/python.yml
- + .vscode/settings.json
- CHANGELOG.md
- LICENSE
- apparmor/torbrowser.Browser.firefox
- debian/changelog
- debian/patches/01-show-gui-only-if-tbb-not-installed.patch
- debian/patches/02-remove-double-common-assignment.patch
- debian/patches/03-Remove-use-of-deprecated-platform.dist-fixes-446.patch
- + debian/patches/04-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch
- − debian/patches/04-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch
- − debian/patches/05-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch
- debian/patches/09-fix-failure-in-detect-installed-torbrowser.patch → debian/patches/05-fix-failure-in-detect-installed-torbrowser.patch
- − debian/patches/06-Fix-language-fallback-for-Chinese-Hong-Kong.patch
- debian/patches/11-Update-apparmor-profile.patch → debian/patches/06-Update-apparmor-profile.patch
- + debian/patches/07-Fix-U2F-for-Yubikey-5-tokens.patch
- − debian/patches/07-Use-gpg-instead-of-gpg2.patch
- − debian/patches/08-AppArmor-allow-usage-of-cgroups.patch
- + debian/patches/08-AppArmor-support-Wayland-display-protocol.patch
- − debian/patches/10-AppArmor-allow-usage-of-the-IBus-input-framework.patch
- − debian/patches/12-Fix-small-typo-in-desktop-file.patch
- − debian/patches/13-AppArmor-include-vulkan-abstraction-if-it-s-available.patch
- − debian/patches/14-AppArmor-allow-access-needed-for-Firefox-sandboxing-vi.patch
- − debian/patches/15-AppArmor-Allow-reading-sys-fs-cgroup-cpu-cpuacct-cpu.c.patch
- − debian/patches/16-Update-available-languages-for-torbrowser.patch
- − debian/patches/po/02-Create-da.po.patch
- debian/patches/po/05-Remove-mention-of-modem-sound-in-docs-and-translatio.patch → debian/patches/po/02-Remove-mention-of-modem-sound-in-docs-and-translatio.patch
- + debian/patches/po/03-Add-Chinese-Traditional-translation.patch
- − debian/patches/po/03-Fix-two-spelling-errors.patch
- − debian/patches/po/04-Add-Swedish-translation.patch


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/compare/297a3b8cb8be2cb343111b77f4936e6b78f06045...5ac5110f4e747778b6dcb9dccfeda622e6511146

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/compare/297a3b8cb8be2cb343111b77f4936e6b78f06045...5ac5110f4e747778b6dcb9dccfeda622e6511146
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20210829/3565068c/attachment-0001.htm>


More information about the Pkg-privacy-commits mailing list