Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Security Center
»
Software (PC-Sicherheit)
»
Thema:
Tails: Anonym im Internet
« vorheriges
nächstes »
Drucken
Seiten:
1
2
3
4
5
[
6
]
7
8
9
10
Nach unten
Autor
Thema: Tails: Anonym im Internet (Gelesen 13079 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.3
«
Antwort #75 am:
11 Februar, 2020, 21:00 »
Changelog
* Security fixes
- Upgrade Tor Browser to 9.0.5-build2 (Closes: #17469).
- Update Linux kernel to linux-image-5.4.0-3-amd64, currently at
5.4.13-1 (Closes: #17443).
- Upgrade Thunderbird to 1:68.4.1-1~deb10u1
* Bugfixes
- live-persist: don't backup empty configuration files (Closes:
#17112). In some cases, the previous code would overwrite a
non-empty backup file with an empty one, making it harder to
recover from the already painful #10976.
- create-usb-image-from-iso: Run syslinux within proper chroot
(Closes: #17179). Previously we ran syslinux from the host,
which can lead to bugs if its versions differs from the one
inside the chroot (which is what Tails will use later). Thanks
to Johan Blåbäck for the patch!
- Tails Upgrader: Fix progress bar not pulsating and hide useless
OK button (Closes: #16603).
* Minor improvements and updates
- Upgrade tor to 0.4.2.6 (Closes: #17059).
- Install the trezor package, which adds a command-line (only)
tool for managing Trezor devices (Closes: #17463). Thanks to
Pavol Rusnak for the patch!
- As a consequence of the Linux kernel upgrade we also:
* Upgrade aufs to 5.4.3 20200127.
* Install VirtualBox guest tools and kernel modules from sid.
* Build system
- Upgrade snapshot of the Debian archive to 2020020302, including
the 10.3 point release of Debian Buster (Closes: #17458).
- Add opt-in caching of the wiki (Closes: #15342).
- Use mksquashfs' -no-exports option even when the fastcomp build
option is set. "fastcomp" is supposed to only tweak SquashFS
compression settings, but so far it was also disabling the
-no-exports option that we set for our release builds.
- Drop a bunch of packages installed for ikiwiki for various
(obsoloete) resons:
* libfile-chdir-perl, libyaml-perl and libxml-simple-perl which
was needed back when we built our own ikiwiki from Git… a
looong time ago.
* libtext-multimarkdown-perl used multimarkdown ikiwiki which
its doubtful we ever will use.
* libhtml-scrubber-perl, libhtml-template-perl,
libhtml-parser-perl, libyaml-libyaml-perl and liburi-perl
which are already installed as ikiwiki dependencies.
- Install libimage-magick-perl instead of the perlmagick
transitional package.
- Don't install obsolete dependencies whois and eatmydata.
- Consistently validate individual build options as we parse them.
This is consistent with how we handled "fastcomp" already. Only
compatibility checks between multiple build options really need
to happen later, once we've parsed all build options.
- Remove 5 years old transition code
- Fully provision the Vagrant box every time it starts, and
partially re-provision it for every build.
- Behave correctly when disabling a previously set "offline" or
"vmproxy+extproxy" build option. Previously, setting one of
these build options *once* would taint the Vagrant box forever
with the resulting apt-cacher-ng configuration.
- Shrink the apt-cacher-ng cache after a successful build too
(Closes: #17288).
- Set up infrastructure to retrieve log file from the VM even on
build failure (Closes: #7749).
- Always build from a fresh Git clone.
- Set the permissions that Vagrant needs inside the source tree
(Closes: #11411, #16607, #17289).
* Test suite
- Remove Seahorse key synchronization scenarios. These 2 scenarios
never pass due to #17169, so currently:
* They don't teach us anything new → no benefit.
* Every time a developer looks at test suite results,
they need to filter out this known problem, which takes time
and trains us to ignore problems.
[close]
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.4
«
Antwort #76 am:
12 März, 2020, 14:00 »
Changelog
* Security fixes
- Upgrade Tor Browser to 9.0.6-build2 (MFSA-2020-09).
- Upgrade Linux kernel to linux-image-5.4.0-4, currently at 5.4.19-1
(Closes: #17477).
- Upgrade Thunderbird to 68.5.0-1~deb10u1 (MFSA-2020-07, Closes: #17481).
- Upgrade cURL to 7.64.0-4+deb10u1 (DSA-4633).
- Upgrade evince to 3.30.2-3+deb10u1 (DSA-4624).
- Upgrade Pillow to 5.4.1-2+deb10u1 (DSA-4631).
- Upgrade ppp to 2.4.7-2+4.1+deb10u1 (DSA-4632).
- Upgrade WebKitGTK to 2.26.4-1~deb10u1 (DSA-4627).
* Bugfixes
- Fix missing firmware for RTL8822BE/RTL8822CE (See: #17323). Use the
tails-workarounds provided firmwares until the firmware-realtek
package is updated with the patch by Sjoerd Simons (Debian#935969).
Note: This might not be sufficient to support those cards.
* Minor improvements and updates
- Upgrade dogtail to 0.9.11-6.
- Upgrade virtualbox to 6.1.4-dfsg-1.
* Build system
- Vagrant build box: disable mitigation features for CPU
vulnerabilities (Closes: #17386). Given the kind of things we do in
our Vagrant build box, it seems very unlikely that vulnerabilities
such as Spectre and Meltdown can be exploited in there. Let's
reclaim some of the performance cost of the corresponding mitigation
features.
- Enable website caching by default, with a way option to disable it
(Closes: #17439).
- Key the website cache on debian/changelog too (Closes: #17511).
- Update APT snapshot of the Debian archive to 2020030101.
- Add support for the tails-workarounds submodule.
[close]
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.4.1
«
Antwort #77 am:
24 März, 2020, 10:00 »
Changelog
* Security fixes
- Upgrade Tor Browser to 9.0.7-build1 (Closes: #17539).
- Upgrade tor to 0.4.2.7 (Closes: #17531).
- Upgrade Thunderbird to 1:68.6.0-1~deb10u1 (MFSA-2020-10, DSA-4642).
- Upgrade WebKitGTK to 2.26.4-1~deb10u2 (DSA-4641).
* Build system
- lint_po: avoid race conditions when checking PO files (Closes: #17359).
[close]
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.5
«
Antwort #78 am:
08 April, 2020, 12:00 »
Changelog
tails (4.5) unstable; urgency=medium
* Security fixes
- Upgrade Tor Browser to 9.0.9-build1 (Closes: #17594).
- Upgrade BlueZ to 5.50-1.2~deb10u1 (DSA-4647).
- Upgrade GnuTLS to 3.6.7-4+deb10u3 (DSA-4652).
-- Tails developers <tails@boum.org> Mon, 06 Apr 2020 21:51:05 +0200
tails (4.5~rc1) unstable; urgency=medium
* Major changes
- Migrate from aufs to overlayfs (Closes: #8415). This change touches
many components which won't all be listed individually, but some
highlights are listed below:
⋅ Adjust the build system to stop building the aufs kernel module.
⋅ Switch the kernel command line from union=aufs to union=overlayfs.
⋅ Adjust AppArmor profiles (Closes: #9045, #12112).
. Adapt chroot-browsers (Closes: #12105).
⋅ Drop the aufs Git submodule.
⋅ Make memory erasure feature compatible with overlayfs
(Closes: #15146).
⋅ Make Upgrader support and also generate overlayfs-based IUKs by
default (Closes: #9373).
- Use GRUB with Secure Boot support for x86_64 (Closes: #6560, #15806).
This is also a large change, touching many components:
⋅ Install grub from bullseye.
⋅ Introduce a custom grub configuration file.
⋅ Use a custom background image.
⋅ Mimick Debian Installer's efi-image build script to handle all
details in binary local hooks.
⋅ Add SYSLINUX in the syslinux bootloader menu, to make it easier to
troubleshoot GRUB vs. syslinux issues (Closes: #17538).
⋅ Upgrader: Adjust to also handle files in EFI/debian when dealing
with file removals.
⋅ Adjust test suite.
- Migrate test suite from Sikuli to a combination of OpenCV (image
matching), xdotool (mouse interaction), plus libvirt's send-key
(keyboard interaction) (Closes: #15460). This is another major
changes, allowing the test suite to run on Buster-based systems,
touching various areas of the test suite, among which:
⋅ Add workaround for the Greeter when restoring snapshot.
⋅ Fix dependencies for Buster.
⋅ Replace some Sikuli-based options with some OpenCV-based ones
(e.g. --retry-find → --image-bumping-mode).
⋅ Handle non-English keyboards.
⋅ Fix --capture on Buster and above.
⋅ Deal with Buster having migrated from avconv to ffmpeg.
* Security fixes
- Upgrade ICU to 63.1-6+deb10u1 (DSA-4646).
* Minor improvements and updates
- Refactor tails-documentation (Closes: #16903).
* Build system
- Freeze APT snapshots for 4.5~rc1.
- Rakefile: always disable website caching when building from a tag
(Closes: #17513).
- Rakefile: fix recommended permissions (libvirt needs +r to share the
source tree with the Vagrant box).
- Import persistence-setup.git from its own repository into tails.git
(Closes: #17526, #6487).
- IUK: ensure rsync runtime dependency is installed.
* Test suite
- Adjust for the aufs → overlayfs migration (Closes: #12106, #17440,
#17451).
- run_test_suite: don't print usage on error.
- run_test_suite: --view/--vnc-server-only are only supported on x11.
- Optimize checking if file is empty.
- Speed up some test failures to avoid resource starvation.
- Check for tcplay dependency.
- Increase chances chutney starts after unclean shutdown.
- Make chutney log what it is doing.
- Make opening Thunderbird's Extensions tab more robust.
[close]
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.6
«
Antwort #79 am:
06 Mai, 2020, 09:10 »
Changelog
* Security fixes
- Upgrade Tor Browser to 9.0.10-build2 (Closes: #17660).
- Upgrade Thunderbird to 1:68.7.0-1~deb10u1 (MFSA-2020-14, DSA-4656).
- Upgrade Git to 1:2.11.0-3+deb9u3 (DSA-4657, DSA-4659).
- Upgrade Node.js to 10.19.0~dfsg1-1 (DSA-4669).
- Upgrade OpenLDAP to 2.4.47+dfsg-3+deb10u2 (DSA-4666).
- Upgrade OpenSSL to 1.1.1d-0+deb10u3 (DSA-4661).
- Upgrade ReportLab to 3.5.13-1+deb10u1 (DSA-4663).
- Upgrade WebKitGTK to 2.26.4-1~deb10u3 (DSA-4658).
* Bugfixes
- Switch Japanese input method from Anthy to Mozc (Closes: #16719).
- Install the libu2f-udev package, for U2F device support.
- Update our list of 'Favorites' applications (Closes: #16990).
* Build system
- lint_po: support locales with "@" in their name, such as ru@petr1708
(Closes: #17554).
- perl5lib: declare missing test dependencies (Closes: #17591).
- iuk: declare missing test dependencies (Closes: #17592).
- Upgrade to po4a 0.55 for Tails images and Vagrant box (Closes: #17005).
* Test suite
- Print disk usage information when the test suite fails with “No
space left” errors.
- Ensure no zombie processes are left around, by cleaning subprocesses
correctly (Closes: #17551).
- Prevent webrick from becoming a zombie process.
- Avoid test suite getting stuck due to a zero timeout.
- Fix obsoletion warnings (Closes: #17552).
- Add root check and --allow-non-root option (Closes: #17613). Let's
make it clear running the test suite requires root privileges in
the general case.
[close]
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.7
«
Antwort #80 am:
02 Juni, 2020, 21:00 »
Changelog
* Security fixes
- Upgrade Tor Browser to 9.5-build2 (Closes: #17710).
- Upgrade APT to 1.8.2.1 (DSA-4685).
- Upgrade BIND to 1:9.11.5.P4+dfsg-5.1+deb10u1 (DSA-4689).
- Upgrade WebKitGTK to 2.28.2-2~deb10u1 (DSA-4681).
- Upgrade Thunderbird to 1:68.8.0-1~deb10u1 (DSA-4683).
* Bugfixes
- Improve Additional Software reliability (Closes: #17278): disable
periodic APT operations entirely, adjust timeouts, force data
synchronization, preserve file ownership.
- Make memory erasure feature compatible with overlayfs (Closes: #15146).
- Adjust various documentation for the new GitLab-based hosting.
* Minor improvements and updates
- Fix title of unlock-veracrypt-volume error dialog in case of incorrect
password (Closes: #17668).
- Clean up confusing torrc (Closes: #17706).
* Build system
- IUK creation: don't use extreme compression options for the outer
SquashFS container refs.
- IUK creation: add support for building several IUKs in parallel locally
(Closes: #17657).
- IUK verification: add support for fetching IUKs built in parallel on
Jenkins (Closes: #17658).
- Release process: generate UDFs on the alpha channel for previous
non-final releases (Closes: #17614).
- Remove aufs-based IUK generation code and doc (Closes: #17489).
* Test suite
- Adjust for augmented timeouts in Additional Software.
- Adjust locale lookup to check several directories.
- Speed up 'I fill a ... MiB file' step by 1000%.
- Keep latest test suite screenshot (Closes: #17621).
- Fix test suite breaking when the user connects to the VM via virt-viewer
(Closes: #17623).
- Adjust reference images and titles following the migration to GitLab
(Closes: #17718, 17719).
[close]
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.8
«
Antwort #81 am:
01 Juli, 2020, 06:00 »
Changelog
New features
We disabled the Unsafe Browser by default and clarified that the Unsafe Browser can be used to deanonymize you.
An attacker could exploit a security vulnerability in another application in Tails to start an invisible Unsafe Browser and reveal your IP address, even if you are not using the Unsafe Browser.
For example, an attacker could exploit a security vulnerability in Thunderbird by sending you a phishing email that could start an invisible Unsafe Browser and reveal them your IP address.
Such an attack is very unlikely but could be performed by a strong attacker, such as a government or a hacking firm.
This is why we recommend that you:
Only enable the Unsafe Browser if you need to log in to a captive portal.
Always upgrade to the latest version of Tails to fix known vulnerabilities as soon as possible.
We added a new feature of the Persistent Storage to save the settings from the Welcome Screen.
This feature is beta and only the additional setting to enable the Unsafe Browser is made persistent. The other settings (language, keyboard, and other additional settings) will be made persistent in Tails 4.9 (July 28).
Changes and updates
Update Tor Browser to 9.5.1.
Update Thunderbird to 68.9.0.
Update Linux to 5.6.0. This should improve the support for newer hardware (graphics, Wi-Fi, etc.).
Fixed problems
Fix the Find in page feature of Thunderbird. (#17328)
Fix shutting down automatically the laptop when resuming from suspend with the Tails USB stick removed. (#16787)
Notify always when MAC address spoofing fails and the network interface is disabled. (#17779)
Fix the import of OpenPGP public keys in binary format (non armored) from the Files browser.
For more details, read our changelog.
Known issues
Only use the following characters in the administration password:
a–z
A–Z
1–9
_@%+=:,./-
If you use spaces or other accentuated characters, like àéïøů, your will not be able to type your administration password again in your Tails session, unless you type single quotes ' around it.
For example, if you set the administration password: née entrepôt über señor, you would have to type 'née entrepôt über señor'. (#17792)
See the list of long-standing issues.
[close]
Quelle :
https://tails.boum.org/news/version_4.8/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.9
«
Antwort #82 am:
29 Juli, 2020, 06:00 »
Changelog
Changes and updates
Update Tor Browser to 9.5.3.
Update Thunderbird to 68.10.0.
Update Linux to 5.7.6. This should improve the support for newer hardware (graphics, Wi-Fi, etc.).
Fixed problems
Allow characters others than A–Z, a–z, 1–9, and _@%+=:,./- in the administration password. (#17792)
Apply the keyboard layout that is automatically selected when you change the language in the Welcome Screen. (#17794)
Fix starting Tails with the toram boot option. (#17800)
Known issues
USB Wi-Fi adapters with Atheros AR9271 hardware do not work with Linux 5.7.6. (#17834)
[close]
Quelle :
https://tails.boum.org/news/version_4.9/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.10
«
Antwort #83 am:
25 August, 2020, 18:00 »
Changelog
* Security fixes
- Upgrade Tor Browser to 9.5.4-build1 (Closes: #17885).
- Upgrade Linux kernel to 5.7.0-2 at 5.7.10-1 (Closes: #17841,
#17834).
* Bugfixes
- Make iPhone Tethering work by adding udev rule to disable MAC
spoofing for it (Closes: #17820).
- Remove broken Thunderbird protocol selection. This code has been
a no-op in practice since at least Tails 4.0. We've decided to
reject #17276 and investigate what the biggest problems are for
email in Tails with slow/shitty Internet connections:
default'ing to IMAP may, or may not, be part of these
problems (Closes #17276).
* Minor improvements and updates
- Upgrade to Tor 0.4.3.6 (Closes: #17835).
- Upgrade to Electrum 4.0.2 (Closes: #17828).
- Hide Thunderbird welcome message: it is not relevant in the
context of Tails. For example, it feels weird that we would
encourage users to donate to Thunderbird about as loudly as we
encourage them to donate to Tails. Besides, the default message
is retrieved from the web when Thunderbird starts. We don't
need this extra network activity.
- import-translations: use *_release branches instead of
*_completed branches. The new *_release branches contain exactly
what we want, i.e. all reviewed translations from
Transifex. While the *_completed branches only contain PO files
for languages that are fully translated (Closes: #16774).
* Build system
- Upgrade snapshot of the Debian archive to 2020081601, including
the 10.5 point release of Debian Buster (Closes: #17790).
- On Bullseye and newer: use custom, fake, unversioned python
packages. The unversioned python packages are not shipped in
Bullseye/sid anymore, and even old versions are not installable
anymore (Closes: #17858).
- Import vagrant-libvirt's create_box.sh script. It's not included
in vagrant-libvirt 0.1.2-1 anymore (Closes: #17872).
* Test suite
- Improve robustness for scenario "The Additional Software dpkg
hook notices when persistence is locked down while installing a
package".
- Improve robustness for scenario "Use GNOME Disks to unlock a USB
drive that has a basic VeraCrypt volume with a keyfile".
- Improve robustness of cloning a Git repository.
- Don't hammer resources of the system under test while
installing/removing packages. I see every such dpkg|grep call
takes about 0.3 seconds on lizard, i.e. 30% of the 1 second
default delay between checks, which I suspect is enough to slow
down the package installation/removal we're exercising.
- Update expected title of the GitLab page we use
- Rubocop: target Ruby 2.5 (Buster).
[close]
Quelle :
https://tails.boum.org/news/version_4.10/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.11
«
Antwort #84 am:
22 September, 2020, 19:00 »
Changelog
New features
We added a new feature of the Persistent Storage to save the settings from the Welcome Screen: language, keyboard, and additional settings.
To restore your settings when starting Tails, unlock your Persistent Storage in the Welcome Screen.
Changes and updates
Update Tor Browser to 10.0.
Update Thunderbird to 68.12.
Update Linux to 5.7.17. This should improve the support for newer hardware (graphics, Wi-Fi, etc.).
Configure KeePassXC to use the new default location Passwords.kdbx. (#17286)
Update python3-trezor to 0.11.6 to add compatibility with the new Trezor Model T.
Fixed problems
Disable the feature to Turn on Wi-Fi Hotspot in the Wi-Fi settings because it doesn't work in Tails. (#17887)
[close]
Quelle :
https://tails.boum.org/news/version_4.11/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.12
«
Antwort #85 am:
20 Oktober, 2020, 20:06 »
Changelog
Changes and updates
Update Tor Browser to 10.0.2.
Update tor to 0.4.4.5.
Update Linux to 5.8 and most firmware packages. This should improve the support for newer hardware (graphics, Wi-Fi, etc.).
Add a button to cancel an automated upgrade while downloading. (#17310)
Fixed problems
Fix several internationalization issues in Electrum, Tails Installer, and Tails Upgrader. (#17958, #17758, and #17961)
Anonymize URLs in the technical details provided by WhisperBack. (#17147)
For more details, read our changelog.
[close]
Quelle :
https://tails.boum.org/news/version_4.12/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.13
«
Antwort #86 am:
17 November, 2020, 19:00 »
Changelog
Changes and updates
Update Tor Browser to 10.0.5.
Tor Browser 10.0.5 fixes the critical vulnerability discovered last week in the JavaScript engine.
Update Thunderbird from 68.12 to 78.4.2.
Thunderbird 78 replaces the Enigmail extension with built-in support for OpenPGP encryption.
If you used Enigmail before Tails 4.13, follow our instructions to migrate from Enigmail to Thunderbird 78.
Add a button to restart Tails at the end of creating the Persistent Storage. (#16384)
Only include translations for languages that are available in the Welcome Screen. This reduces the size of the download by 5%. (#17139)
Make the root directory of the Persistent Storage only readable by the root user. (#7465)
Users of the Dotfiles feature of the Persistent Storage can choose Places ▸ Dotfiles to open the /live/persistence/TailsData_unlocked/dotfiles folder in the Files browser.
Enable TCP timestamps. This might increase stability on slower Internet connections. (#17491)
Fixed problems
Fix the Upgrade button of Tails Installer when running Croatian, Danish, French, Hebrew, Macedonian, Simplified Chinese, and Turkish. (#17982)
Allow raising the sound volume above 100%. (#17322)
For more details, read our changelog.
[close]
Quelle :
https://tails.boum.org/news/version_4.13/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.14
«
Antwort #87 am:
15 Dezember, 2020, 11:00 »
Changelog
Changes and updates
Add support for the Ledger hardware wallets in Electrum. (#15353)
Update Tor Browser to 10.0.7.
Update Thunderbird to 78.5.1.
Update Linux to 5.9. This should improve the support for newer hardware (graphics, Wi-Fi, etc.).
Remove the Unifont font. (!263)
Fixed problems
Fix Additional Software by updating the APT key for deb.torproject.org. (#18042)
Fix changing the administration password stored in the Persistent Storage. (#18018)
Fix opening the Persistent Storage of another Tails USB stick in the Files browser. (#18050)
Restore automatically a GnuPG public keyring from its backup when it gets corrupt. (#17807)
[close]
Quelle :
https://tails.boum.org/news/version_4.14/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.15
«
Antwort #88 am:
26 Januar, 2021, 14:00 »
Changelog
New features
Add a Don't Show Again button to the security notification when starting Tails in a virtual machine.
Changes and updates
Update Tor Browser to 10.0.9.
Update Thunderbird to 78.6.0.
Update Linux to 5.9.15. This should improve the support for newer hardware (graphics, Wi-Fi, etc.).
Fixed problems
Fix support for the Ledger hardware wallets in Electrum. (#18080)
Fix sharing mobile data, also called USB tethering, on iOS 14 or later. (#18097)
Clarify the error message when starting from a USB stick that is too small. (#18073)
For more details, read our changelog.
[close]
Quelle :
https://tails.boum.org/news/version_4.15/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Tails 4.15.1
«
Antwort #89 am:
28 Januar, 2021, 22:00 »
Changelog
Included software
Update sudo to 1.8.27-1+deb10u3, which fixes CVE-2021-3156, a major vulnerability that allows normal users to gain root privileges.
[close]
Quelle :
https://tails.boum.org/news/version_4.15.1/index.de.html
https://tails.boum.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
Drucken
Seiten:
1
2
3
4
5
[
6
]
7
8
9
10
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Security Center
»
Software (PC-Sicherheit)
»
Thema:
Tails: Anonym im Internet