Autor Thema: Tails: Anonym im Internet  (Gelesen 6269 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.11
« Antwort #120 am: 20 März, 2023, 20:00 »
Changelog


  * Upgrade Thunderbird to 102.9.0-1~deb11u1

  * Upgrade Tor Browser to 12.0.4-build2 (tails/tails!1082)

    Closes issues:
      - Upgrade to Tor Browser 12.0.4 based on Firefox 102.9 (tails/tails#19450)

    Commits:
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.0.4-build2

  * Upgrade Tor Browser to 12.0.4-build1 (tails/tails!1078)

    Closes issues:
      - Upgrade to Tor Browser 12.0.4 based on Firefox 102.9 (tails/tails#19450)

    Commits:
      - workaround failure
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.0.4-build1

  * Fix root exporting unsafe env (tails/tails!1067)

    Closes issues:
      - LPE via Environment Key Injection (tails/tails#19464)

    Commits:
      - remove inaccurate type hint
      - Revert "tails-additional-software: Fix string returned instead of int"
      - tails-additional-software: Fix logging command
      - tails-additional-software: Fix string returned instead of int
      - tails-additional-software: Log stderr of the executed command to Journal
      - tails-additional-software: Fix _ (gettext.gettext) not defined
      - tails-additional-software: Add type hints
      - tails-additional-software: Print logs of apt hooks to journal
      - Remote shell: Don't capture stderr of "sh_spawn" commands
      - tailslib: Make code easier to read
      - Start tails-dump-user-env.service automatically again
      - Revert "workaround failure"
      - 10-tor.sh: Remove obsolete wait loops
      - run-with-user-env: Depend on tails-dump-user-env.service
      - run-with-env: Fix current environment not passed to the command
      - tails-additional-software: Log stderr of the executed command
      - let's use standard logging methods
      - Remote shell: Fix some log output not printed to stderr
      - Apply 1 suggestion(s) to 1 file(s)
      - Rename exec-with-env -> run-with-env
      - INHERIT_FD is needed for connect-drop to work
      - port exec-with-env to argparse
      - fix allowed_env
      - Use exec in some places
      - tails-dump-user-env.service: Be explicit about which users the service should
        run for
      - userenv.py: Don't use current env in read_allowed_env_vars_from_file
      - dump-user-env: Use logging module
      - userenv.py: Fix all env vars from the current env passed
      - exec-with-env: Move read_allowed_env_vars_from_file() to userenv.py
      - exec-with-env: Only export allow-listed environment variables
      - tailslib: Move NOSYMFOLLOW_MOUNTPOINT back to tps package
      - exec-with-env: Fix error message
      - dump-user-env: Fix error message
      - dump-user-env: Don't set $EUID
      - userenv.py: Log invalid environment variables
      - dump-user-env: Only dump specific environment variables
      - Remote shell: Remove unused imports
      - Test Suite: Use "systemctl poweroff" instead of "poweroff"
      - Remote shell: Don't fail if user env is not found
      - Remote shell: Use user env in commands executed as root
      - refactor: Rename loadenv-exec -> exec-with-env
      - Run tails-additional-software-notify as amnesia with user env
      - exec-with-user-env: Fix comment and add usage message
      - refactor: Rename launch_x_application -> run_with_user_env
      - refactor: Rename gnome-env -> user-env
      - dump-user-env: Print error message when required variables could not be set
      - tps-frontend-wrapper: Pass current user environment
      - Reimplement loadenv-exec in Python
      - Replace most usages of gnome_env in Python scripts
      - netnsdrop.py: Remove unused argument user
      - tails-additional-software-notify: Fix error when printing usage message
      - tails-additional-software-notify: Fix unresolved reference '_'
      - Replace systemctl-user with exec-in-gnome-env
      - Avoid exporting gnome environment file in privileged processes
      - Dump gnome-shell env as amnesia
      - tails-notify-user: Use consistent indentation
      - 20-time.sh: Don't export amnesia-controlled gnome env
      - tailslib: Don't export gnome env
      - Test suite: Fix unset environment variables evaluating to true
      - tca-portal: Support setting debug log level via environment and kernel cmdline

  * Sanitize input (tails/tails!1058)

    Closes issues:
      - LPE via Environment Key Injection (tails/tails#19464)

    Commits:
      - sanitize WAYLAND_DISPLAY
      - Sanitize input

  * Test new tps functionality (tails/tails!1052)

    Closes issues:
      - Ensure Cucumber tests cover new tps functionality (tails/tails#19225)

    Commits:
      - Quote variable used in shell command
      - rubocop --auto-correct
      - Test Suite: Improve Gherkin of "Creating a Persistent Storage" scenario
      - Test Suite: Add scenario "Changing the Persistent Storage passphrase"
      - Test Suite: Add scenario "Activating and deactivating Persistent Storage
        features"
      - Test Suite: Add scenario "Creating a Persistent Storage"

  * Test suite: Fix step "the clearnet user has not sent packets out to the
    Internet" (tails/tails!1074)

    Closes issues:
      - Test suite step "the clearnet user has not sent packets out to the Internet" is
        now irrelevant to Unsafe Browser (tails/tails#19370)

    Commits:
      - fix step name
      - Test suite: Add anti test for packets sent by the Unsafe Browser
      - Test suite: Fix step "the clearnet user has not sent packets out to the
        Internet"

  * Remove custom window-center extension (tails/tails!1072)

    Closes issues:
      - Consider replacing our custom window-center GNOME Shell extension with the
        center-new-windows Mutter option (tails/tails#19489)

    Commits:
      - Remove custom window-center extension

  * 10-tor.sh: Add log output (tails/tails!1070)

    Commits:
      - Remote shell: Improve log output
      - 10-tor.sh: Add log output

  * Use zram (tails/tails!1064)

    Closes issues:
      - Consider using zram (tails/tails#5740)

    Commits:
      - remove unused variable
      - chdir / makes paths more predictable
      - move swapon.tails in its own file
      - 05-replace_swapon: Use exec to run the original swapon
      - 05-replace_swapon: Improve device check
      - 05-replace_swapon: Fail if any argument contains non-zram device
      - Use zram
      - Replace swapon

  * Welcome Screen: UI changes (tails/tails!1063)

    Commits:
      - Help new users understand better the encryption model (#18732)
      - Test suite: Make output easier to search for
      - Remote Shell: Automatically restart service when it fails
      - Test Suite: Use Dogtail to check if the Greeter has started
      - Test Suite: Avoid spamming log with stacktrace of the same error
      - Test Suite: Fix failure because of outdated screenshot
      - Test Suite: Use Dogtail to open GNOME Shell menus
      - Test Suite: Use Dogtail for some Greeter steps
      - Welcome Screen: Fix excessive height
      - Welcome Screen: Replace passphrase entry placeholder with a label
      - Welcome Screen: Align section header icons / link buttons
      - Welcome Screen: Remove unnecessary GtkBox
      - Welcome Screen: Update label
      - Welcome Screen: Update string shown when Persistent Storage is unlocked

  * Upgrade to Linux 6.1.12-1 from sid (stable branch) (tails/tails!1062)

    Closes issues:
      - Upgrade Linux kernel to 6.1.7+ (tails/tails#19444)

    Commits:
      - Test suite: disable bridge QR code automated tests
      - Upgrade to Linux 6.1.12-1 from sid

  * Welcome Screen: Don't allow unlocking with empty passphrase (tails/tails!1059)

    Closes issues:
      - Disable "Unlock" button until a passphrase has been entered (tails/tails#19357)

    Commits:
      - Welcome Screen: Don't allow unlocking with empty passphrase

  * Upgrade to Linux 6.1.12-1 from sid (devel branch) (tails/tails!1055)

    Commits:
      - Test suite: relax timeout
      - Test suite: disable bridge QR code automated tests
      - Upgrade to Linux 6.1.12-1 from sid

  * tps: Fix strings not translatable (tails/tails!1053)

    Closes issues:
      - Missing translations of UI strings about Persistent Storage (tails/tails#19415)

    Commits:
      - tails-backup: Fix strings not translatable
      - tps: Fix strings not translatable

  * Set screencast feature to never stop automatically (#12723) (tails/tails!1049)

    Commits:
      - Set screencast feature to never stop automatically (#12723)

  * Avoid double negation (tails/tails!1048)

    Commits:
      - Be more explicit
      - Avoid double negation

  * Unlock VeraCrypt Volumes: Use Gtk.show_uri_on_window to open directories
    (tails/tails!1045)

    Closes issues:
      - Opening VeraCrypt volume spawns zombie process (tails/tails#19423)

    Commits:
      - Unlock VeraCrypt Volumes: Use Gtk.show_uri_on_window to open directories

  * Enable non-free-firmware archive area for distributions that support it
    (tails/tails!1036)

    Closes issues:
      - devel FTBFS (tails/tails#19456)
      - devel branch FTBFS: uBlock diff (tails/tails#19398)
      - Enable non-free-firmware APT component (tails/tails#19411)

    Commits:
      - fix FTBFS: patch wasnt applying
      - Fix FTBFS by installing b43-fwcutter from bullseye instead of sid
      - Bump the debian APT snapshot to one that supports the non-free-firmware archive
        area
      - Enable non-free-firmware archive area for distributions that support it

 -- Tails developers <tails@boum.org>  Sat, 18 Mar 2023 15:21:33 +0000

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.12
« Antwort #121 am: 19 April, 2023, 21:00 »
Changelog


  * Test suite: Try to catch another case of "Display output is not active"
    (tails/tails!1106)

    Closes issues:
      - Test suite breakage when restoring an old Bullseye snapshot: "Guest disabled
        display", "Display output is not active" (tails/tails#18953)

    Commits:
      - Test suite: Try to catch another case of "Display output is not active"

  * Test suite: Press escape to wake up the display (tails/tails!1089)

    Closes issues:
      - Test suite breakage when restoring an old Bullseye snapshot: "Guest disabled
        display", "Display output is not active" (tails/tails#18953)

    Commits:
      - Test suite: Retry restoring snapshot 3 times
      - Test suite: Press escape up wake up the display

  * Upgrade to Linux 6.1.20-1 (stable branch) (tails/tails!1080)

    Closes issues:
      - Upgrade to Linux 6.1.15 (tails/tails#19484)
      - Upgrade to Linux 6.1.20+ (tails/tails#19556)

    Commits:
      - Upgrade to Linux 6.1.20-1 from sid

  * Upgrade to Linux 6.1.20-1 from sid (devel branch) (tails/tails!1079)

    Commits:
      - Upgrade to Linux 6.1.20-1 from sid

  * Add icon for tails-backup (tails/tails!1111)

    Closes issues:
      - Have an icon for the backup utility (tails/tails#19363)

    Commits:
      - Update icon for Persistent Storage settings
      - Add icon for tails-backup

  * Additional Software: Fix launched apps not accessible via Dogtail
    (tails/tails!1092)

    Closes issues:
      - tca-portal, tails-additional-software: don't run apps as amnesia under the
        scope of the (root) systemd service (tails/tails#19131)
      - Additional Software is in English when launched from a notification
        (tails/tails#17365)
      - tails-additional-software-config and gedit started from a notification are not
        accessible ? breaks test suite (tails/tails#19233)

    Commits:
      - Additional Software: Make tails-additional-software-config D-Bus activatable
      - Additional Software: Launch apps with gtk-launch

  * Resolve "myspace.com has become incompatible with our htpdate setup"
    (tails/tails!1085)

    Closes issues:
      - myspace.com has become incompatible with our htpdate setup (tails/tails#19561)

    Commits:
      - test-iuk: list 1 package per line, for nicer future diffs
      - test-iuk: make it breathe
      - test-iuk: refuse running unless in a throw-away container
      - convert shell script to set -eu
      - move test-iuk to its own file
      - refactor: put in its own file
      - retry on failures
      - replace myspace.com with facebook.com

  * Test suite: Fix step "persistent Greeter options were restored"
    (tails/tails!1084)

    Closes issues:
      - "Persistent Greeter options" test suite scenario always fails
        (tails/tails#19558)

    Commits:
      - Test suite: Avoid an unnecessary reboot
      - Test suite: Make clicking "Connect to Tor" button more robust
      - Test suite: Add alternative persian comma image
      - Test suite: Fix step "persistent Greeter options were restored"
      - Test suite: Translate Dogtail args to $lang_code
      - Remote shell: Support setting environment variables in remote commands
      - Test suite: Support configuring chutney start time

  * tps: Fix hook execution with --profiling option (tails/tails!1112)

    Commits:
      - tps: Fix hook execution with --profiling option

  * Shell library: Validate LANG before using it (tails/tails!1110)

    Closes issues:
      - Validate LANG in localization.sh (tails/tails#19576)

    Commits:
      - Shell library: Validate LANG before using it

  * Remove obsolete disabling of nf_conntrack_helper (tails/tails!1109)

    Closes issues:
      - Update disabling of netfilter's automatic conntrack helper assignment
        (tails/tails#19557)

    Commits:
      - Remove obsolete disabling of nf_conntrack_helper

  * Test suite: Fix Electrum test (tails/tails!1105)

    Closes issues:
      - Electrum test suite broken by !1010 (tails/tails#19589)

    Commits:
      - Test suite: Fix Electrum test

  * Test suite: Fix additional software scenario (tails/tails!1102)

    Closes issues:
      - Test suite: Scenario "Recovering in offline mode after Additional Software
        previously failed to upgrade and then succeed to upgrade when online" fails
        (tails/tails#19574)

    Commits:
      - Remove @fragile tags that were only justified by #19233, which was solved via
        !1092
      - Test suite: Fix additional software scenario

  * Additional Software: Use valid D-Bus name as app name (tails/tails!1099)

    Closes issues:
      - `gtk-launch org.boum.tails.additional-software-config.desktop` is broken
        (tails/tails#19584)

    Commits:
      - Design doc: update path
      - Additional Software: Use valid D-Bus name as app name

  * Test suite: allow the pattern to cover slightly less of the write cache
    (tails/tails!1098)

    Closes issues:
      - Test Suite: Feature "System memory erasure on shutdown" is fragile
        (tails/tails#19583)

    Commits:
      - Test suite: allow the pattern to cover even less of the write cache
      - Test suite: allow the pattern to cover slightly less of the write cache

  * Upgrade Tor Browser to 12.0.5 (tails/tails!1097)

    Closes issues:
      - Upgrade to Tor Browser 12.0.5, based on Firefox 102.10 (tails/tails#19559)

    Commits:
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.0.5-build2
      - Upgrade Tor Browser to 12.0.5-build1

  * tps: Fix "python.UnknownError" returned for builtin errors (tails/tails!1095)

    Closes issues:
      - Buggy error handling in tps: OSError is not a valid D-Bus name
        (tails/tails#19578)

    Commits:
      - tps: Fix "python.UnknownError" returned for builtin errors

  * Welcome Screen: Support login kernel command-line option (tails/tails!1093)

    Commits:
      - Welcome Screen: Support login kernel command-line option

  * Welcome Screen: Don't allow unlocking with empty passphrase by pressing Enter
    (tails/tails!1091)

    Closes issues:
      - Welcome Screen: Don't allow unlocking with empty passphrase by pressing Enter
        (tails/tails#19570)

    Commits:
      - Welcome Screen: Don't allow unlocking with empty passphrase by pressing Enter

  * systemd: Use name in unit status messages (tails/tails!1088)

    Closes issues:
      - systemd: Use name instead of description in unit status messages
        (tails/tails#19568)

    Commits:
      - systemd: Use both name and description in unit status messages

  * Display a diceware suggestion when creating the Persistent Storage
    (tails/tails!1087)

    Closes issues:
      - Display a diceware suggestion when creating the Persistent Storage
        (tails/tails#18148)

    Commits:
      - tps-frontend: Move passphrase suggestion code to passphrase_view.py
      - tps-frontend: Fix local variable 'passphrase' might be referenced before
        assignment
      - tps-frontend: Increase spacing between suggested passphrase and refresh button
      - tps-frontend: Add missing space to error message
      - tps-frontend: Fix indentation
      - tps-frontend: hide relevant UI elements when diceware fails
      - tps-frontend: give attribute an expressive name
      - Wait Bookworm to use the non-English wordlists
      - Determine passphrase suggestion width automatically
      - tps-frontend: Remove default passphrase suggestion
      - tps-frontend: refactoring
      - tps-frontend: hide 'for example' label when diceware suggestion fails
      - tps-frontend: don't break when wordlist directory doesn't exist
      - tps-frontend: Use a method to set a new passphrase hint
      - tps-frontend: Log the exceptions caused by diceware suggestion
      - tps-frontend: print stderr when diceware fails
      - tps-frontend: use a wordlist in the currently configured language when
        available
      - tps-frontend: adjust passphrase view UI
      - Display a diceware suggestion when creating the Persistent Storage

  * Fix race when starting tails-ibus-proxy.service (tails/tails!1086)

    Commits:
      - tails-dbus-proxy: Add missing PIDFile= property to systemd services
      - tails-ibus-proxy: Busy wait on ibus-daemon
      - tails-ibus-proxy: Fix missing whitespace (PEP-8)
      - Fix race when starting tails-ibus-proxy.service

  * Don't translate "known security vulnerabilities" (tails/tails!1081)

    Commits:
      - Don't translate "known security vulnerabilities"

  * Fix progress information inconsistencies when resuming an automatic upgrade
    download (tails/tails!1071)

    Closes issues:
      - Upgrader sometimes fails: Negative number not allowed in format_bytes at
        /usr/local/share/perl/5.32.1/Tails/IUK/Role/FormatByte.pm line 45 (Fix progress
        information inconsistencies when resuming an automatic upgrade download)
        (tails/tails#18435)

    Commits:
      - Revert "Upgrader: Avoid display the progress dialog initial text"
      - Untabify
      - Make code style more consistent
      - Add comment
      - Upgrader: Avoid display the progress dialog initial text
      - Tails::IUK::LWP::UserAgent::WithProgress: check if the temp file exists
      - Tails::IUK::LWP::UserAgent::WithProgress: always display the total amount of
        data downloaded

  * Persistent Storage design docs (tails/tails!1035)

    Closes issues:
      - Persistent Storage: Update design doc (tails/tails#19223)

    Commits:
      - Remove XXX comments
      - Remove glossary entry for tails-persistence-setup
      - Link to contribute/Persistent_Storage in contribute.mdwn
      - Persistent Storage design doc: Don't link to line numbers
      - Revert "Rename persistence.mdwn -> Persistent_Storage.mdwn"
      - Follow style guide
      - Fix sentence
      - Fix typo
      - Improve Persistent Storage contribute doc
      - Rename persistence.mdwn -> Persistent_Storage.mdwn
      - Move persistent-storage/HACKING.md to website
      - Update Additional Software design doc
      - Persistent Storage design doc: Add section on symlink attacks
      - Improve Persistent Storage design doc
      - better draft of Persistent Storage design docs

  * tps: Fix activation of feature in inconsistent state (tails/tails!1010)

    Closes issues:
      - Consider sync'ing data to disk after copying it to Persistent Storage when
        activating a feature (tails/tails#19368)
      - Seemingly spurious tps.configuration.mount.IsActiveException when deactivating
        a Persistent Storage feature (tails/tails#19331)
      - Delete corresponding data when a feature of the Persistent Storage is turned
        off in the settings (tails/tails#8447)
      - Switches of the new Persistent Storage are too slow to respond on some USB
        sticks (tails/tails#19291)
      - tps: Fix activation failing when in inconsistent state (tails/tails#19376)

    Commits:
      - Test suite: Update string
      - less ambiguous variable name
      - libtps.sh: Print JSON output
      - Apply 1 suggestion(s) to 1 file(s)
      - libtps.sh: Describe format returned by tps_get_features()
      - Apply 1 suggestion(s) to 1 file(s)
      - Make code easier to review
      - tps-frontend: Check if action row is defined
      - Fix comment
      - Explain stacklevel option
      - Use normal string instead of f-string
      - Fix comment
      - Update PO files.
      - Update to !1010
      - tps: Delete feature data via `rm -rf`
      - tps: Set HasData to True if we can't figure it out
      - tps-frontend: Ensure that the delete data button has the correct visibility
      - tps-frontend: Fix feature deactivated when IsActive changes to False
      - tps: Ensure that all feature properties are refreshed
      - Welcome Screen: Improve error message
      - Test suite: Use tpscli instead of parsing persistence.conf
      - Test suite: Fix "Given" used instead of "Then"
      - Test suite: Improve scenario "Feature activation fails"
      - Test suite: Use consistent wording
      - tps: Support reloading the service
      - Test suite: Improve comment and variable names
      - Test suite: Add another check that tps feature is deactivated immediately
      - Test suite: Use "active" instead of "enabled" for Persistent Storage
      - Test suite: Add scenario "Feature activation fails"
      - Welcome Screen: Show unlocked message when features failed to activate
      - Integrate tps-frontend Python files into our l10n framework
      - tps: Don't return an error in Unlock when features have unexpected state
      - Improve strings
      - tps-frontend: Don't insert hyphens when breaking lines in the error message
      - Test suite: Add scenario "Deleting data of a Persistent Storage feature"
      - tps-frontend: Remove unused imports
      - tps-frontend: Add accessible name to delete data button
      - tps-frontend: Make title of error dialogs bold
      - tps: Print stderr of failed commands in error messages
      - Test suite: Improve Gherkin of "Activating and deactivating Persistent Storage
        features" scenario
      - tps: Strip the "GDBus.Error:" prefix from errors displayed to users
      - tps: Check that enabling/disabling feature worked
      - tps: Fix ActivationFailedError raised instead of DeactivationFailedError
      - tps: Fix incorrect PropertiesChanged signal
      - tps: Add behave test for deleting feature
      - tps: Fix behave tests failing
      - tps: Fix no PropertiesChanged emitted for HasData
      - tps: Remove Error property
      - tps-frontend: Use IsEnabled property
      - tps: Don't raise AlreadyActivatedError and NotActivatedError
      - tps: Fix race condition when adding/removing features from config file
      - tps: Add new property Feature.IsEnabled
      - Welcome Screen: Mention which features failed to activate
      - tps-frontend: Move delete data button into first row
      - tps-frontend: Remove separator between first and second row
      - Welcome Screen: Document GtkInspector
      - Fix terminology
      - tps: Sync data copied to Persistent Storage
      - tps: Improve error in Welcome Screen when features failed to activate
      - tps-frontend: Show warning for features which failed to activate
      - tps: Remove features which failed to activate
      - tps: Store errors during service activation
      - tps: Make error message label selectable
      - tps-frontend: Use … instead of ... in button labels
      - tps-frontend: Confirm data deletion
      - tps: Treat Persistent directory with empty "Tor Browser" directory as empty
      - tps: Fix "return" used instead of "raise"
      - Add expander
      - tps: Support deleting data
      - tps-frontend: Show a spinner while activating/deactivating features
      - tps-frontend: Hide persistent folder button when feature is inactive
      - Also make on-deactived hooks work when run twice
      - tps behave-tests: Test deactivating feature with inconsistent state
      - tps: Make on-activated hooks work when run twice
      - Fix shellcheck source comments
      - tps: Fix deactivation of feature in inconsistent state
      - tps behave-tests: Test activating feature with inconsistent state
      - Revert "Don't try (and fail) to refresh features' IsActive when unlocking"
      - tps: Fix activation of feature in inconsistent state

 -- Tails developers <tails@boum.org>  Tue, 18 Apr 2023 16:54:56 +0000

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.13
« Antwort #122 am: 16 Mai, 2023, 19:00 »
Changelog


tails (5.13) unstable; urgency=medium

  * Resolve "Upgrade Tor Browser to 12.0.6, based on Firefox 102.11"
    (tails/tails!1134)

    Closes issues:
      - Upgrade Tor Browser to 12.0.6, based on Firefox 102.11 (tails/tails#19621)

    Commits:
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.0.6-build1

  * unsafe-browser: Explain why our use of flock is not vulnerable
    (tails/tails!1113)

    Closes issues:
      - Unsafe Browser - Local Privilege Escalation (LPE) via symlink - Arbitrary File
        Content Delete (tails/tails#19616)

    Commits:
      - Use /run/lock instead of /var/lock
      - unsafe-browser: Explain why our use of flock is not vulnerable

  * Make curl use Tor (tails/tails!1123)

    Closes issues:
      - Make curl work out of the box (tails/tails#19488)

    Commits:
      - test that curl works out of the box
      - Make curl use Tor

  * udisks2: Use LUKS2 by default (tails/tails!1115)

    Closes issues:
      - Persistent Storage: Use LUKS2 (tails/tails#15450)

    Commits:
      - Test suite: Increase timeout for changing the LUKS passphrase
      - Test suite: Check that Persistent Storage uses LUKS2
      - Test suite: record old version when installing one to disk
      - Test suite: move step definition to a more suitable place
      - udisks2: Use LUKS2 by default

  * tails-documentation: Check that joined path is below website path
    (tails/tails!1132)

    Closes issues:
      - tails-documentation - Limited Path Traversal (tails/tails#19576)

    Commits:
      - tails-documentation: Check that joined path is below website path

  * Test suite: Don't check for "Display output is not active" screen
    (tails/tails!1126)

    Closes issues:
      - Tests sometimes fail with "Display output is not active" after clicking login
        button in Welcome Screen (tails/tails#19639)

    Commits:
      - Test suite: Don't check for "Display output is not active" screen
      - Test suite: Print step status
      - Welcome Screen: Make error message more useful

  * Remove our public calendar (tails/tails!1125)

    Commits:
      - Add missing word
      - Fix broken links
      - Remove our public calendar

  * tps: Use argon2id (tails/tails!1120)

    Closes issues:
      - Persistent Storage: Use argon2id (tails/tails#19633)

    Commits:
      - Test suite: Check that Persistent Storage uses argon2id
      - tps: Reduce the number of triggered udev events
      - tps: Fix creation sometimes failing because udisks object is not ready
      - tps: Fix `udevadm trigger --settle` sometimes blocking forever
      - tps-frontend: Fix first job update sometimes ignored
      - tps: Send only one PropertiesChanged signal per job update
      - tps: Don't restrict CPU usage during Persistent Storage creation
      - tps: Keep the system responsive while creating Persistent Storage
      - tps: Use argon2id

  * tps: Fix stderr of failed commands not printed (tails/tails!1118)

    Commits:
      - tps: Fix stderr of failed commands not printed

  * Test suite: Avoid TCA scenario failing if the error panel is briefly shown
    (tails/tails!1114)

    Closes issues:
      - Fix "Scenario: The same Tor configuration is applied when the network is
        reconnected" failing (tails/tails#19591)

    Commits:
      - Test suite: Avoid TCA scenario failing if the error panel is briefly shown

  * tps: Fix InvalidBootDeviceError raised in finally block (tails/tails!1103)

    Closes issues:
      - "Persistent Greeter options" test suite scenario always fails
        (tails/tails#19558)
      - tps reports the need for "USB stick installed with a USB image or Tails
        Installer" in unrelated failure modes (tails/tails#19588)

    Commits:
      - tps: Fix InvalidBootDeviceError raised in finally block
      - tps: Remove unused exception

 -- Tails developers <tails@boum.org>  Mon, 15 May 2023 12:22:05 +0200

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.14
« Antwort #123 am: 13 Juni, 2023, 19:00 »
Changelog


tails (5.14) unstable; urgency=medium

  * tailslib: Fix spawn_tps_frontend (tails/tails!1168)

    Commits:
      - tailslib: Fix spawn_tps_frontend
      - run-with-user-env: Support the --systemd-run option
      - userenv.py: Allow passing the DEBUG environment variable

  * Upgrade Tor Browser to 12.0.7 (tails/tails!1159)

    Closes issues:
      - Upgrade Tor Browser to 12.0.7 (tails/tails#19662)

    Commits:
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.0.7

  * Upgrade to Bullseye 11.7 and Linux 6.1.25-1 (stable branch) (tails/tails!1121)

    Closes issues:
      - Switch to open-ath9k-htc-firmware (tails/tails#19625)
      - Consider allowing initramfs size > 32 MiB (tails/tails#19663)
      - Upgrade to Bullseye 11.7 (tails/tails#19555)
      - Upgrade to Linux  6.1.25-1 (tails/tails#19608)

    Commits:
      - Upgrade to Bullseye 11.7 and Linux 6.1.25-1 (stable branch)
      - Allow initramfs size larger than 32 MiB
      - Revert "initramfs: remove amdgpu and nvidia drivers"
      - initramfs: remove amdgpu and nvidia drivers
      - Install the free firmware firmware-ath9k-htc

  * Test suite: Fix flaky low-memory test (tails/tails!1161)

    Closes issues:
      - Cannot create Persistent Storage when the system is low on memory on Bookworm
        (tails/tails#19706)

    Commits:
      - Run rubocop
      - Test suite: Fix flaky low-memory test

  * Test suite: Paste bridge via Dogtail (tails/tails!1156)

    Commits:
      - Test suite: Paste bridge via Dogtail

  * Test suite: make --image-bumping-mode work with find_any() (tails/tails!1154)

    Closes issues:
      - `run_test_suite --image-bumping-mode` fails sometimes: 'NoneType' object has no
        attribute 'shape' (tails/tails#19055)

    Commits:
      - Test suite: simplify the return value for the *_any() methods
      - Test suite: make --image-bumping-mode work with find_any()

  * Test suite: fix corruption in the OpenCV helper script output
    (tails/tails!1153)

    Closes issues:
      - run_test_suite --image-bumping-mode fails: wrong number of arguments (given 13,
        expected 6) (ArgumentError) (tails/tails#19243)

    Commits:
      - Test suite: add assertion
      - Test suite: deal with OpenCV errors more reliably
      - Test suite: properly separate stdout and stderr in OpenCV helper script

  * Welcome Screen: Replace "Create Persistent Storage" button with switch
    (tails/tails!1152)

    Closes issues:
      - Confusing UX of Persistent Storage onboarding in Welcome Screen
        (tails/tails#19673)

    Commits:
      - Welcome Screen: Replace "Create Persistent Storage" button with switch

  * Test suite: Use Dogtail to shut down / reboot the system (tails/tails!1150)

    Commits:
      - Test suite: Use Dogtail to shut down / reboot the system

  * Mention Kleopatra in the name of the Persistent Storage features
    (tails/tails!1149)

    Closes issues:
      - Mention Kleopatra in Persistent Storage settings (tails/tails#19675)

    Commits:
      - Mention Kleotra in Persistent Storage settings

  * Improve labels while creating Persistent Storage (tails/tails!1148)

    Closes issues:
      - Improve labels during creation of Persistent Storage (tails/tails#19674)

    Commits:
      - Update PO files
      - Integrate tps Python files into our l10n framework
      - Improve labels while creating Persistent Storage

  * Test suite: Use Dogtail to open additional settings dialog (tails/tails!1146)

    Commits:
      - Test suite: remove images that are not used anymore
      - Test suite: Use Dogtail to open additional settings dialog

  * Replace 'tails.boum.org' by 'tails.net' (except for wiki/src)
    (tails/tails!1145)

    Commits:
      - Use the new domain when checking for invalid hosts
      - Keep checking for translatable URLs using the old domain
      - Fix expected length for GPU-related error message
      - Replace 'tails.boum.org' by 'tails.net' (except for wiki/src)

  * tps: Avoid triggering OOM killer (tails/tails!1144)

    Closes issues:
      - Creating Persistent Storage can cause OOM killer to kill gnome-shell
        (tails/tails#19667)

    Commits:
      - Test suite: Test creating Persistent Storage with low memory
      - tps: Avoid triggering OOM killer

  * Test suite: Use dogtail in step 'I (dis)?connect the network through GNOME'
    (tails/tails!1141)

    Commits:
      - Test suite: Use dogtail in step 'I (dis)?connect the network through GNOME'

  * Whisperback warning (tails/tails!1133)

    Commits:
      - reformat with black
      - Fix SyntaxWarning in whisperback

  * Persistent Storage feature descriptions (tails/tails!1131)

    Closes issues:
      - Implement missing descriptions of Persistent Storage features
        (tails/tails#19642)

    Commits:
      - tps-frontend: Fix label style context "error" not reset
      - tps-frontend: Improve subtitle of Persistent Folder
      - tps-frontend: Add subtitle for Persistent Folder
      - tps-frontend: Fix subtitles not shown

  * tps: Hide mounts from the desktop environment (tails/tails!1130)

    Closes issues:
      - The Persistent Folder should not appear as an external device in the Files
        browser (tails/tails#19646)

    Commits:
      - tps: Hide mounts from the desktop environment

  * Test suite: Replace more usages of fragile @screen.paste (tails/tails!1127)

    Commits:
      - Test suite: Replace more usages of fragile @screen.paste

  * Electrum: Ask for donations in 1/20 of cases (tails/tails!1117)

    Closes issues:
      - Have an incentive to donate to Tails from Electrum in Tails (tails/tails#18023)

    Commits:
      - Remove unused import
      - electrum: Fix dialog not closed when process exits
      - electrum: Use different donation addresses
      - Store Bitcoin addresses for Electrum incentive
      - Implement changes proposed by segfault and bokonon
      - Electrum: Change effect of the ELECTRUM_DONATION_MESSAGE variable
      - Add link to our donation page
      - Customize icon
      - Improve notification message
      - Add vertical space
      - Add default description for transfer
      - Electrum: Ask for donations in 1/20 of cases
      - Electrum: Don't show message dialog if called with arguments

  * Use argon2id and support upgrading to LUKS2 and argon2id (tails/tails!1116)

    Commits:
      - tps: Explain why we use the UUID in the backup file name
      - Test suite: Add comment
      - Run rubocop
      - Welcome Screen: Upgrade Persistent Storage explicitly
      - tps: Also restore backup LUKS header if the UUID can't be read
      - tps: Test the backup header before upgrading the original header
      - tps: Always use shred to delete backup LUKS header
      - Test suite: Fix flaky scenario "Feature activation fails"
      - Test suite: Test automatically upgrading LUKS header
      - Welcome Screen: Set label back to "Unlock Encryption"
      - Test suite: Fix step 'I enable persistence' returning early
      - Test suite: Fix usage of Gherkin keyword
      - tps: Add note about wear leveling to UpgradeLUKS docstring
      - tps: Use shred to delete backup LUKS header
      - tps: Also update memory cost of Argon2id
      - tps: Add type hint
      - tps: Rename the Partition class to TPSPartition
      - tps: Fix stacklevel of log functions
      - tps: Automatically upgrade LUKS header when unlocking
      - tps: Support upgrading to LUKS2 and argon2id

  * Detect captive portals (tails/tails!1107)

    Closes issues:
      - use iptables --wait in test suite (tails/tails#19698)
      - tails-get-network-time sets different User-Agent than NetworkManager
        (tails/tails#19650)
      - Bring the Tor Connection user story to a state where it should not be our top
        priority anymore (tails/tails#19473)
      - Detect captive portals (tails/tails#5785)

    Commits:
      - iptables waits for lock
      - Run rubocop
      - Test suite: Replace some usages of "Tor is ready"
      - Test suite: Check time sync headers
      - Test suite: Change how we imitate a captive portal
      - Test suite: Replace httpbin.org with our own web server
      - Test suite: Catch errors when copying Chutney data
      - Revert "while at it, remove all usages of "Tor is ready""
      - Test suite: Replace usage of httpbin.org
      - Test suite: Check that TCA knows when a portal was detected
      - tails-get-network-time: Restructure
      - tails-get-network-time: Fix case that not enough data was received
      - tails-get-network-time: Print curl debug output in debug mode
      - tails-get-network-time: Support config file
      - tails-get-network-time: Don't fail if response code is other than 200 and 204
      - tails-get-network-time: Fix handling of extra bytes after expected response
      - tails-get-network-time: Fix handling of empty body
      - tails-get-network-time: Fix typo
      - tails-get-network-time: Remove unused variable
      - tails-get-network-time: Remove unreachable code
      - tails-get-network-time: Ignore case of X-NetworkManager-Status value
      - keep the comment near to relevant code block
      - Apply 1 suggestion(s) to 1 file(s)
      - debug leftover
      - while at it, remove all usages of "Tor is ready"
      - use the non-deprecated step
      - captive portal automated test
      - More generic error, because we're not sure
      - User-visible captive portal detection
      - actually detect captive portal
      - type hint for callbacks
      - pass additional data in case of errors
      - fix error response code
      - override for GetNetworkTimeCommand
      - Refactor code to allow per-command override
      - define shared constant in module
      - tails-get-network-time: Don't set any User-Agent

 -- Tails developers <tails@boum.org>  Mon, 12 Jun 2023 14:53:26 +0200

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.15.1
« Antwort #124 am: 12 Juli, 2023, 19:00 »
Changelog


tails (5.15.1) unstable; urgency=medium

  * Emergency fix: fix whisperback reporting

 -- Tails developers <tails@boum.org>  Tue, 11 Jul 2023 13:20:32 +0200

tails (5.15) unstable; urgency=medium

  * Resolve "Upgrade Tor Browser to 12.5.1" (tails/tails!1195)

    Closes issues:
      - Upgrade Tor Browser to 12.5.1 (tails/tails#19724)

    Commits:
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.5.1-build1

  * onion-grater: fix the stream ownership check (tails/tails!1184)

    Closes issues:
      - onion-grater stream ownership check is very buggy resulting in restrict-stream-
        events being broken (tails/tails#19741)

    Commits:
      - spare typing
      - turn on debug automatically based on cmdline
      - no stream belongs to pid-based matching
      - onion-grater: log events dropped by restrict-stream-events
      - onion-grater: only use address comparison for event ownership
      - Test suite: test that Tor Browser's circuit view is working
      - Upgrade Tor Browser to 12.5-build2
      - Test suite: wait longer for Unsafe Browser's zenity dialogs
      - Browsers: deal with another extension directory from TBB 12.5 (refs:
        tails/tails#19724)
      - Browsers: update to new fontconfig path for Tor Browser 12.5 (refs
        tails/tails#19742)
      - Test suite: remove useless torified_browsing.rb
      - Test suite: adapt test to Tor Browser's new file download UX (refs:
        tails/tails#19724)
      - Test suite: embed old image next to match in automatic image bumping mode
      - Defer lyrebird ? obfs4proxy renaming
      - Upgrade Tor Browser to 12.5.0-build1 (refs: tails/tails#19724)
      - Browsers: add new locales supported by Tor Browser 12.5 (refs:
        tails/tails#19724)
      - Upgrade Tor Browser to 12.5a7 (refs: tails/tails#19724)
      - onion-grater: fix the stream ownership check (refs: tails/tails#19741)

  * Upgrade Tor Browser to 12.5 (tails/tails!1182)

    Commits:
      - Upgrade Tor Browser to 12.5-build2
      - Test suite: wait longer for Unsafe Browser's zenity dialogs
      - Browsers: deal with another extension directory from TBB 12.5 (refs:
        tails/tails#19724)
      - Browsers: update to new fontconfig path for Tor Browser 12.5 (refs
        tails/tails#19742)
      - Test suite: remove useless torified_browsing.rb
      - Test suite: adapt test to Tor Browser's new file download UX (refs:
        tails/tails#19724)
      - Test suite: embed old image next to match in automatic image bumping mode
      - Defer lyrebird ? obfs4proxy renaming
      - Upgrade Tor Browser to 12.5.0-build1 (refs: tails/tails#19724)
      - Browsers: add new locales supported by Tor Browser 12.5 (refs:
        tails/tails#19724)
      - Upgrade Tor Browser to 12.5a7 (refs: tails/tails#19724)

  * Test suite: avoid writing to script while it may be executing
    (tails/tails!1189)

    Closes issues:
      - "Scenario: I can use a network with captive portal" frequently fails: OSError:
        [Errno 26] Text file busy: '/etc/NetworkManager/dispatcher.d/00-firewall.sh'
        (RemoteShell::ServerFailure) (tails/tails#19736)

    Commits:
      - Test suite: avoid writing to script while it may be executing

  * Release calendar available from website (tails/tails!1188)

    Commits:
      - Apply 2 suggestion(s) to 2 file(s)
      - update instructions for updating calendar
      - contribute/calendar points to actual calendar
      - Revert "Remove our public calendar"

  * tps: Fix LUKS upgraded each boot on some systems (tails/tails!1181)

    Closes issues:
      - Persistent Storage upgraded on every login (tails/tails#19734)

    Commits:
      - tps: add more debug logging for #19728 and #19734
      - tps: calculate available RAM just as cryptsetup does in is_upgraded()
      - reports memory and cpu, too
      - include information about disks
      - Whisperback: more usb information
      - decrease the argon2id minimum memory requirement
      - debug memory cost
      - make debug-for-5.15 expire automatically
      - Enable debug logging in the tps backend by default
      - tps: clarify the whole situation around create() using a lower PBDKF memory
        cost that we fix with an upgrade at next boot
      - tps: use constant instead of magic number
      - tps: also set --pbkdf-force-iterations when createing a new volume
      - tps: Fix LUKS upgraded each boot on some systems

  * Test suite: Fix flaky step "the displayed clock is less than (\d+) minutes
    incorrect" (tails/tails!1180)

    Closes issues:
      - Flaky test "the displayed clock is less than (\d+) minutes incorrect"
        (tails/tails#19727)

    Commits:
      - Run rubocop
      - Test suite: Fix flaky step "the displayed clock is less than (\d+) minutes
        incorrect"
      - Test suite: Fix usage of backslashes in arguments to Dogtail

  * Support authenticated v3 Onion Services in Tor Browser (tails/tails!1160)

    Closes issues:
      - Support authenticated v3 Onion Services in Tor Browser (tails/tails#17816)

    Commits:
      - Revert bits about persistent onion auth keys
      - Tor Browser: hide UI related to persisting onion auth keys
      - Tor Browser: also allow viewing and removing onion auth keys.
      - ONION_CLIENT_AUTH_ADD must take arguments.
      - Use upper case as we normally do.
      - Tor: enable ClientOnionAuthDir to be able to remember onion auth keys (refs:
        tails/tails#17816)
      - Onion Grater: update Tor Browser to allow onion authentication (refs:
        tails/tails#17816)
      - Tor: enable ExtendedErrors for Tor Browser's SocksPort

  * Welcome Screen: Bump UpgradeLUKS timeout to 240s (tails/tails!1190)

    Commits:
      - workaround for tails#19871
      - Welcome Screen: Bump UpgradeLUKS timeout to 240s

  * Upgrade to Linux 6.1.37-1 (tails/tails!1196)

    Closes issues:
      - Install the Linux kernel from Bookworm (tails/tails#19669)
      - Upgrade to Linux 6.1.37-1 (tails/tails#19670)

    Commits:
      - Document workaround
      - Fix heading level
      - Update the snapshot of the Debian archive to 2023070701
      - Upgrade to Linux 6.1.37-1 from bookworm-security
      - Stop tracking sid when we can get the package we want from Bookworm
      - APT: add fallback pinning for Debian-Security
      - APT: add Bookworm sources

  * automailer parsing fixed (tails/tails!1193)

    Commits:
      - simpler and more effective body parsing

  * tails-installer open wrong URI (tails/tails!1191)

    Closes issues:
      - Honor the "debug" kernel cmdline option in Tails Installer (tails/tails#12396)
      - Tails Installer open wrong documentation URI (tails/tails#19870)

    Commits:
      - rename function to reflect what it does
      - verbose is explicitly disabled
      - doctest clarifies
      - tails-documentation de-localize input links
      - tails-documentation supports URLs as arguments
      - tails-documentation --dry-run
      - tails-installer honors debug cmdline
      - refactor debug activation in tails installer

  * Fix gitlab-triage-post-release (tails/tails!1186)

    Closes issues:
      - Multiple failures in gitlab-triage-post-release (tails/tails#19723)

    Commits:
      - prevent running with unset variables
      - let's ignore milestone.due_date
      - expand yaml alias

  * onion-grater: fix getinfo circuit-status leak (tails/tails!1185)

    Closes issues:
      - onion-grater leaks info about unassociated circuits to Tor Browser
        (tails/tails#19740)

    Commits:
      - onion-grater: refactor
      - onion-grater: add comments per reviewer request
      - onion-grater: log events dropped by restrict-stream-events
      - onion-grater: only use address comparison for event ownership
      - Test suite: test that Tor Browser's circuit view is working
      - WIP fix for refs: tails/tails#19740
      - onion-grater: fix the stream ownership check (refs: tails/tails#19741)

  * TCA: Fix error not displayed after QR code scanning failure (tails/tails!1183)

    Closes issues:
      - Error not displayed after QR code scanning failure: "TypeError: 'dict' object
        is not callable" for "_" (tails/tails#19737)

    Commits:
      - TCA: Fix error not displayed after QR code scanning failure

  * Replace connect-drop executable (tails/tails!1177)

    Commits:
      - simplify --debug handling
      - fix: forward INHERIT_FD to tails-installer
      - get env var: raise if not present
      - fix: forward INHERIT_FD to tps-frontend
      - Fix python3-gi missing in test-tailslib job
      - connect-socket: Use parser default value for --debug option
      - Inline connect-drop-tails-installer in tails-installer
      - Inline connect-drop-tps in tails-persistent-storage
      - Replace connect-drop with connect-socket
      - run-tca-in-netns: Support setting logging level to debug
      - tps-frontend: Fix comment

  * Welcome Screen: Fix search (tails/tails!1176)

    Closes issues:
      - Improve search in language and keyboard selection widgets (tails/tails#19200)

    Commits:
      - Welcome Screen: Also search the language code
      - Welcome Screen: Support multiple search strings
      - Welcome Screen: Fix search

  * post-RM doc updates (tails/tails!1174)

    Commits:
      - use automailer at least once in the doc
      - notmuch supported
      - make sending emails easier multi-MUA
      - blog.torproject.org: link to old MR
      - let's validate using check-po-msgfmt, too
      - I just want to copy-paste
      - discard non-diff lines
      - more readable output

  * Rename tps executables (tails/tails!1172)

    Closes issues:
      - Rename tps to tpsd (tails/tails#19430)

    Commits:
      - Rename tps -> tpsd
      - Rename tps-frontend-wrapper -> tails-persistent-storage

  * tps: Rename mount -> binding (tails/tails!1171)

    Closes issues:
      - Use the term "binding" instead of "mount" in tps backend code
        (tails/tails#19721)

    Commits:
      - Update PO files.
      - tps: Rename mount -> binding

  * tps: Make sure that the header correctly unlocks the partition
    (tails/tails!1167)

    Closes issues:
      - Investigate LUKS header restore failure (tails/tails#19718)

    Commits:
      - tps: Fix error case in which LUKS header backup is not restored
      - tps: Fix comments
      - tps: Fix typo
      - tps: Remove unused imports
      - tps: Remove unused D-Bus method TestPassphrase
      - tps: Don't include UUID in LUKS header backup path
      - tps: Make sure that the header correctly unlocks the partition

  * Dogtail: re-enable showingOnly by default (tails/tails!1166)

    Closes issues:
      - Re-enable showingOnly by default in the test suite (tails/tails#19717)

    Commits:
      - Test suite: fix another Dogtail configuration issue
      - Test suite: simplify
      - Test suite: deal with test relying on showingOnly not being enabled
      - Test suite: drop useless require
      - Test suite: deal with test relying on showingOnly not being enabled
      - Test suite: actually "simulate" a failing connection during time sync
      - Test suite: drop all explicit `showingOnly: true` arguments
      - Dogtail: disable debugging output
      - Dogtail: enable showingOnly by default (refs: tails/tails#19771)

  * test: user can install w/o cloning (tails/tails!1165)

    Closes issues:
      - Tails Installer: test that the user can install without cloning
        (tails/tails#19716)

    Commits:
      - rename scenarios consistently
      - remove useless step
      - Apply 1 suggestion(s) to 1 file(s)
      - test: user can install w/o cloning

  * Upgrade Linux on devel branch to 6.1.27-1 (tails/tails!1151)

    Commits:
      - Upgrade to Linux 6.1.27-1 (devel branch)

  * Display the Tails version in the boot loader entry (tails/tails!1137)

    Closes issues:
      - Display the Tails version number during boot (Boot Loader Menu or Welcome
        Screen) (tails/tails#16796)

    Commits:
      - Display the Tails version number in all GRUB menu entries
      - Add comment
      - Display the Tails version in the boot loader entry

 -- Tails developers <tails@boum.org>  Mon, 10 Jul 2023 12:04:32 +0200

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.16
« Antwort #125 am: 07 August, 2023, 18:00 »
Changelog


tails (5.16) unstable; urgency=medium

  * Upgrade to Thunderbird 1:102.14.0-1~deb11u1

  * Upgrade to Linux 6.1.38-2

  * Upgrade to Tor Browser 12.5.2 (Firefox 102.14) (tails/tails!1207)

    Closes issues:
      - Upgrade to Tor Browser 12.5.2 (Firefox 102.14) (tails/tails#19889)

    Commits:
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.5.2

  * Install amd64-microcode from Debian security (tails/tails!1204)

    Closes issues:
      - Upgrade to Linux 6.1.38 and amd64-microcode 3.20230719.1 (tails/tails#19888)

    Commits:
      - Install amd64-microcode from Debian security

  * Test suite: ensure tails-debugging-info does not crash (tails/tails!1206)

    Closes issues:
      - Automated tests for Whisperback (tails/tails#19881)

    Commits:
      - Remove obsolete justification
      - Update comment
      - Stop installing inotify-tools
      - Drop obsolete /run/tordate
      - WhisperBack: move huge "lsusb --verbose" below info that's more often used
      - Test suite: ensure tails-debugging-info does not crash

  * Test suite: ignore exception if LAN web server is kill():ed before we wait()
    (tails/tails!1199)

    Commits:
      - Test suite: ignore exception if LAN web server is kill():ed before we wait()

  * onion-grater: make my_circuits() handle unattached streams correctly
    (tails/tails!1198)

    Commits:
      - Compare to None with identity, not equality
      - onion-grater: make my_circuits() handle unattached streams correctly

  * Turn off capitalization to make passphrase suggestion easier to type.
    (tails/tails!1197)

    Commits:
      - Turn off capitalization to make passphrase suggestion easier to type.

  * Doc updates for 5.15 (tails/tails!1194)

    Closes issues:
      - More robust UDF signing (tails/tails#19665)

    Commits:
      - Re-add anchor
      - UDFs signature check
      - variables, not constants!
      - less bogus usages of cat
      - login cmdline option useful in testing again
      - more usages for automailer
      - fix rc/final check
      - automatic manual testing email
      - automailer supports attachments
      - kernel cmdline options make instructions simpler
      - black reformatting
      - automailer: set default in configuration file
      - more automailer
      - clarify what's inside the "If" statement
      - Update PO files takes longer than you think
      - let's remove useless sections early
      - more automailer
      - tbb upgrade: clarify norm vs exception
      - tbb upgrade: chdir in subshell
      - tbb upgrade: add ma1 repository

 -- Tails developers <tails@boum.org>  Sun, 06 Aug 2023 10:32:57 +0000

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.16.1
« Antwort #126 am: 15 August, 2023, 19:00 »
Changelog


  * Mitigate Downfall and INCEPTION speculative-execution vulnerabilities
    (tails/tails!1215)

    Closes issues:
      - Fix Downfall and INCEPTION speculative-execution vulnerabilities
        (tails/tails#19937)

    Commits:
      - Update SquashFS sort file manually
      - Upgrade to Linux linux-image-6.1.0-11-amd64 (currently version 6.1.38-4)

  * onion-grater: deal with race condition in my_circuits() (tails/tails!1212)

    Closes issues:
      - Circuits view sometimes not displayed in Tor Browser, possibly related onion-
        grater exception and dropped restricted stream event (tails/tails#19897)

    Commits:
      - onion-grater: deal with race condition in my_circuits()

  * automailer.py: add support for notmuch (tails/tails!1213)

    Closes issues:
      - automailer.py: add support for notmuch (tails/tails#19932)

    Commits:
      - automailer: remove duplicate variable
      - automailer (notmuch): add support for attachments
      - Reformat with black
      - automailer: refactoring (extract code to function)
      - automailer: lint
      - automailer: name parameter instead of relying on position
      - automailer (notmuch): use the specified email body
      - automailer: simplify

  * Add options verification to Tails shell library (tails/tails!1211)

    Closes issues:
      - Tails shell library should verify that it is called set -e -u
        (tails/tails#6588)

    Commits:
      - Replace backticks with single quotes to prevent command substitution
      - Add another options verification to Tails shell library
      - Add options verification to Tails shell library

  * simplify and fix automailer parser config (tails/tails!1210)

    Closes issues:
      - generate-call-for-trusted-reproducer is broken: TypeError: add_parser_mailer()
        missing 1 required positional argument: 'config' (tails/tails#19929)

    Commits:
      - simplify and fix automailer parser config

  * create_box.sh: fix IMG_SIZE parsing on Debian Sid (tails/tails!1208)

    Closes issues:
      - Creating basebox broken on Debian Sid (tails/tails#19927)

    Commits:
      - create_box.sh: use jq for json parsing instead of awk
      - create_box.sh: fix IMG_SIZE parsing on Debian Sid

  * Test suite: make --view and --vnc-server-only compatible with Wayland without
    sudo (tails/tails!1203)

    Commits:
      - Make shellcheck happy
      - Test suite: send arbitrary options to x11vnc via the TAILS_X11VNC_OPTS
        environment variable
      - Test suite: make --view and --vnc-server-only compatible with Wayland

  * Initialize passphrase strength hint as blank, don't show 0%! (tails/tails!1202)

    Closes issues:
      - Passphrase strength meter initially shows 0% (tails/tails#19918)

    Commits:
      - Update passphrase_view.py to remove "0%" and display blank hint initially
      - Update passphrase_dialog.py to not display "0%" as strength hint before the
        user types anything
      - Update change_passphrase_dialog.py to have a blank default hint instead of "0%"
        until user types

 -- Tails developers <tails@boum.org>  Mon, 14 Aug 2023 15:11:40 +0200

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.17
« Antwort #127 am: 05 September, 2023, 19:00 »
Changelog


* Upgrade Thunderbird to 1:102.15.0-1~deb11u1

  * tps: make is_upgraded() require a single upgraded keyslot (tails/tails!1209)

    Closes issues:
      - Upgrading Persistent Storage times out on some systems and displays an error in
        the Welcome Screen but succeeds in the background (tails/tails#19728)

    Commits:
      - tps: revert commented out code that was committed by mistake
      - Enable the 19728-tps-upgrade-check-vs-corrupt-keys APT overlay (refs:
        tails/tails#19728).
      - tps: drop parsing of luksDump and use JSON instead
      - Avoid variables named "match" which is a Python >= 3.10 keyword
      - tps: assign variable to regexp for readability
      - Update comment.
      - Welcome screen: bump timeout for activating persistence from 2m to 5m
      - Welcome Screen: drop timeout for upgrading the persistent storage
      - tps: redact sensitive information from luksDump in the logs
      - tps: use more redable re.MULTILINE instead of re.M alias
      - tps: make is_upgraded() require a single upgraded keyslot

  * Upgrade Tor Browser to 12.5.3 (tails/tails!1238)

    Closes issues:
      - Remove obsolete config/chroot_local-includes/usr/share/live/config/xserver-
        xorg/*.ids (tails/tails#19330)

    Commits:
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.5.3-build1

  * Test suite: capture needed-package-updates's output by on failure
    (tails/tails!1236)

    Commits:
      - Tets suite: capture needed-package-updates's output by on failure

  * Enable all available printers. (tails/tails!1234)

    Commits:
      - Enable all available printers.

  * Test suite: make changing Persistent Storage passphrase, and deleting
    Persistent Storage, more robust (tails/tails!1231)

    Closes issues:
      - Flaky tests: Changing the Persistent Storage passphrase, deleting Persistent
        Storage (tails/tails#19950)

    Commits:
      - Add comment
      - Test suite: make deleting the Persistent Storage more robust
      - Test suite: make changing Persistent Storage passphrase more robust

  * Remove manual manipulation of env of start-systemd-desktop-target
    (tails/tails!1229)

    Closes issues:
      - Simplify start-systemd-desktop-target (tails/tails#16968)

    Commits:
      - Remove manual manipulation of env of start-systemd-desktop-target

  * Install printer-driver-brlaser (tails/tails!1228)

    Closes issues:
      - Install printer-driver-brlaser (tails/tails#18254)

    Commits:
      - Install printer-driver-brlaser

  * Remove the plymouth.ignore-udev hack (tails/tails!1224)

    Closes issues:
      - Check if we can get rid of the plymouth.ignore-udev hack in tails-gdm-failed-
        to-start.service (tails/tails#16964)

    Commits:
      - Remove the plymouth.ignore-udev hack.

  * Resolve "Document how to deal with virt-viewer's CSD" (tails/tails!1223)

    Closes issues:
      - Document how to deal with virt-viewer's CSD (tails/tails#19941)

    Commits:
      - Make sure Tails APT signing key is trusted
      - Update apt to ensure that apt-cache policy will present a candidate
      - Test suite: check that virt-viewer is not affected by tails/tails#19064
      - Set up automated test suite so it is not affected by tails/tails#19064

  * Display binary package names if not everything needs an update
    (tails/tails!1220)

    Closes issues:
      - Prevent version mismatches among binary packages from src:linux
        (tails/tails#16375)

    Commits:
      - fix loop over issues
      - Reformat with black
      - Display binary package names· if not everything needs an update tails#16375

  * Misc post-release fixes (tails/tails!1219)

    Closes issues:
      - Lack of regex support in Dogtail's child method breaks Thunderbird tests
        (tails/tails#19928)

    Commits:
      - Add comment
      - Rewrite regexp to fit in Dogtail syntax
      - test suite supports regexp
      - workaround test hidden in test suite
      - locale-independent output for date

  * RM doc updates (tails/tails!1218)

    Commits:
      - Apply 1 suggestion(s) to 1 file(s)
      - twitter credentials explained
      - expected timing updated
      - follow links!
      - list possible stages in rm-config help
      - explicitly say which stage we're in now
      - fix python strings
      - black reformatting
      - standardize locale

  * GitLab CI: allow forcing to run a pipeline by setting $CI_FORCE_RUN
    (tails/tails!1214)

    Commits:
      - GitLab CI: allow forcing to run a pipeline by setting $CI_FORCE_RUN

  * Rename Tails Installer as Tails Cloner (tails/tails!1200)

    Closes issues:
      - Rename Tails Installer as Tails Cloner (tails/tails#16907)

    Commits:
      - Rename Tails Installer as Tails Cloner

  * Add script to detect needed package updates from Debian (tails/tails!1155)

    Closes issues:
      - Prevent version mismatches among binary packages from src:linux
        (tails/tails#16375)
      - Track security updates during the Tails code freeze (tails/tails#14728)

    Commits:
      - Release process: add special mention for the needed package update test
      - Print error instead of trigger an exception.
      - Use highest package version if multiple are available.
      - Reformat with black
      - Test suite setup doc: update dependencies
      - Fix typo
      - Use the Ultimate Debian Database (UDD) directly.
      - Lint
      - Test suite: document new dependencies
      - Test suite: ensure frozen packages are up-to-date
      - Needed package update: add exception
      - APT: switch to pinning via source package when relevant
      - Fix logic to detect an issue correctly.
      - Reformat with black
      - Lint
      - make mypy happy again.
      - Fix logic to return errcode 0 if no issue is shown.
      - move SUITES into part of Madison.
      - make madison a local variable
      - More linting
      - Preserve type
      - Have default value be the correct type
      - Reformat with black
      - Use consistent terminology
      - Start linting new script
      - Sort imports
      - Remove unused import
      - Fix typo
      - Update comments
      - use qa.debian.org Madison API
      - restructure the config file to handle also distribution.
      - Simplify logic.
      - Fix type annotations.
      - Always query stable-security's version to and request update..
      - Query also stable-secuirty for updates.
      - We should first look for the source, as we have only query source package
        names.
      - Only add metadata, when available.
      - Add script to detect needed package updates from Debian

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.17.1
« Antwort #128 am: 15 September, 2023, 22:00 »
Changelog


 * Upgrade Tor Browser to 12.5.4 (tails/tails!1244)

    Closes issues:
      - Upgrade TorBrowser to 12.5.4 (tails/tails#19972)

    Commits:
      - Upgrade Tor Browser to 12.5.4 (refs: tails/tails#19972)

  * Update tor to 0.4.8.5 (tails/tails!1241)

    Closes issues:
      - Support conflux circuits (tails/tails#19879)
      - Upgrade to tor 0.4.8.x (tails/tails#19952)

    Commits:
      - Update tor to 0.4.8.5 (refs: tails/tails#19952)

  * Add $HOME/.local/bin to $PATH if it exists (tails/tails!1237)

    Commits:
      - Add $HOME/.local/bin to $PATH if it exists Update .profile

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.18
« Antwort #129 am: 03 Oktober, 2023, 20:00 »
Whats new:>>

    Update Tor Browser to 12.5.6.
    Update Tor to 0.4.8.6.

Changelog


* Resolve "Upgrade Tor Browser to 12.5.6" (tails/tails!1253)

    Closes issues:
      - Upgrade Tor Browser to 12.5.6 (tails/tails#19983)

    Commits:
      - Fetch Tor Browser from our own archive
      - Upgrade Tor Browser to 12.5.6

  * Update tor to 0.4.8.6 (tails/tails!1252)

    Closes issues:
      - Upgrade to tor 0.4.8.6 (tails/tails#19977)

    Commits:
      - Update tor to 0.4.8.6

  * Upgrade to Linux linux-image-6.1.0-12-amd64 (currently version 6.1.52-1)
    (tails/tails!1250)

    Closes issues:
      - Upgrade to Linux 6.1.52 (DSA 5492-1) (tails/tails#19967)

    Commits:
      - Refresh webext-ublock-origin-firefox patch vs 1.51.0+dfsg-2
      - Update the snapshot of the Debian archive to 2023092602
      - Upgrade to Linux linux-image-6.1.0-12-amd64 (currently version 6.1.52-1)

  * Upgrade to Tor Browser 12.5.5 (tails/tails!1249)

    Closes issues:
      - Upgrade to Tor Browser 12.5.5 (tails/tails#19980)

    Commits:
      - Fetch Tor Browser from our own archive
      - Get ready for upcoming "git-annex sync" behavior change
      - Upgrade Tor Browser to 12.5.5

  * Fix cryptsetup backport (tails/tails!1240)

    Commits:
      - Clarify reason why we install our cryptsetup backport
      - Temporarily pin our cryptsetup 2:2.6.1-4~deb11u1~tails1 backport
      - Needed package update: add exception for cryptsetup
      - Enable the fix-cryptsetup-backport APT overlay

  * Test suite: ensure node is focused after node.grabFocus (tails/tails!1235)

    Commits:
      - Test suite: drop grabFocus workaround + simplify
      - Test suite: drop grabFocus workaround + simplify
      - Test suite: mechanically drop workaround that is now part of grabFocus
      - Test suite: ensure node is focused after node.grabFocus

  * Defer the chutney bootstrap check until we need Tor (tails/tails!1179)

    Commits:
      - keep-snapshots is better avoided for release
      - move script to its own file
      - waiting chutney starts *after* test suite started
      - test-rerun waits for chutney to be bootstrapped
      - Release process: document how to run `chutney wait_for_bootstrap`
      - Test suite: make --disable-chutney work again
      - Test suite: be more careful about when we require Chutney to have bootstrapped
      - Test suite: disable the network for the VM by default
      - Test suite: debug_log chutney events instead of puts:ing
      - Test suite: defer the chutney bootstrap check until we need Tor

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.19
« Antwort #130 am: 31 Oktober, 2023, 18:00 »
Whats new:>>

    Update Tor Browser to 13.0.1.
    Update the Tor client to 0.4.8.7.
    Update Thunderbird to 115.4.1.
    Update the Linux kernel to 6.1.55.

Changelog


  * Upgrade to Tor Browser 13.0.1 based on Firefox 115.4 (tails/tails!1265)

    Closes issues:
      - Upgrade to Tor Browser 13.0.1 based on Firefox 115.4 (tails/tails#19994)

    Commits:
      - Tor Browser release process: adjust one more thing to new tarball naming scheme
      - Upgrade Tor Browser to 13.0.1 (refs: tails/tails#19994)

  * Update to Thunderbird 115 and re-enable Thunderbird automated tests
    (tails/tails!1258)

    Closes issues:
      - Fix and re-enable "I can send emails, and receive emails over IMAP" automated
        test: Certificate handling on Jenkins needs updating for Thunderbird 102
        (tails/tails#19193)
      - Update to Thunderbird 115 (tails/tails#19885)

    Commits:
      - Test suite: remove unused step
      - Test suite: adapt steps for changes in Thunderbird 115 (refs:
        tails/tails#19885)
      - Test suite: dont import isotesters' snakeoil SSL cert anymore
      - Test suite: re-enable "I can send emails, and receive emails over IMAP" test
      - Update Thunderbird patches from
        tails/thunderbird@b8b54f4bb25b028171be3b7548f2b7d309d5b61d

  * Refresh Thunderbird patch (tails/tails!1257)

    Commits:
      - Refresh Thunderbird patch

  * Tor Browser 13 (tails/tails!1232)

    Closes issues:
      - Upgrade to Tor Browser 13 based on Firefox 115 (tails/tails#19478)

    Commits:
      - Test suite: adapt test to Tor Browser's download dialog having random roles
      - Browsers: hide the bookmark toolbar
      - Escape "." that's meant as a literal char, rather than a special regepx char
      - Test suite: don't assign an assignment :)
      - Test suite: add image due to new Italian translation
      - Test suite: move browser-related scenarios from common_steps.rb to browser.rb
      - Test suite: don't use translated string in Dogtail
      - Test suite: adapt scenario for Tor Browser's New Identity feature vs version
        13.0
      - Test suite: rename step
      - Fix indentation
      - Tor Browser: hide Tor donation campaign in about:tor
      - 10-tbb: don't create the profile directory outside of create_default_profile()
      - Test suite: make sure browser URL bar is focused and ready for interaction
      - Test suite: refactor
      - Simplify
      - Test suite: bump images for Tor Browser 13.0
      - Upgrade Tor Browser to final 13.0 (refs: tails/tails#19478)
      - Update (last time!) AppArmor policy for Tor Browser 13 (refs:
        tails/tails#19478)
      - onion-grater: log the rewrite of CIRC CLOSED events when tor-browser-mode is
        enabled
      - Update AppArmor policy for Tor Browser 13
      - onion-grater: make the circuit leak prevention compatible with Tor Browser 13
      - Upgrade Tor Browser to 13.0a6 (refs: tails/tails#19478)
      - Upgrade Tor Browser to 13.0a5-build1 (refs: tails/tails#19478)
      - Test suite: adapt test to Tor Browser 13.0a4's file download UX (refs:
        tails/tails#19478)
      - Upgrade Tor Browser to 13.0a4 (refs: tails/tails#19478)
      - Update (again) AppArmor policy for Tor Browser 13 (refs: tails/tails#19478)
      - Test suite: bump images
      - Test suite: optimize
      - Test suite: fix test where method names were mixed up
      - Test suite: German uses a new separator in Tor Browser 13
      - Adapt for new Tor Browser tarball naming scheme.
      - Upgrade Tor Browser to 13.0a3-build1 (refs: tails/tails#19478)
      - onion-grater: craft correct empty answers for `getinfo circuit-status`
      - Clean up unnecessary json data
      - Tor Browser: allow subscribing to CIRC events via onion-grater
      - Unsafe Browser: disable uBlock Origin
      - Update AppArmor policy for Tor Browser 13 (refs: tails/tails#19478)
      - Browsers: hide warning when downloading files
      - Test suite: revert from setting browser url with Dogtail's .text= to
        @screen.paste()
      - 10-tbb: sanity check that we migrated everything from TBB's profile
      - 10-tbb: clean up TorBrowser sub-dir properly
      - 10-tbb: remove potential residual file from inside omni.ja
      - 10-tbb: adapt for upgrade to Tor Browser 13 (refs: tails/tails#19478)
      - Upgrade Tor Browser to 13.0a2-build2

  * add image for new translation (tails/tails!1264)

    Closes issues:
      - Fix "Tails is localized for every tier-1 language, Examples (#6)"
        (tails/tails#20002)

    Commits:
      - add image for new translation

  * Upgrade to Linux 6.1.55-1 (tails/tails!1266)

    Closes issues:
      - Upgrade to Linux 6.1.55 (tails/tails#20004)

    Commits:
      - Upgrade to linux-image-6.1.0-13-amd64 (currently at version 6.1.55-1)

  * Avoid errors when publishing UDFs (tails/tails!1260)

    Commits:
      - run test from the right directory
      - fix: diff-index exit code
      - Apply 1 suggestion(s) to 1 file(s)
      - less git commit errors
      - manually check test udf
      - More checks where I do errors

  * Upgrade to Bullseye 11.8, tor 0.4.8.7, and OnionCircuits 0.8 (tails/tails!1259)

    Closes issues:
      - Onion Circuits: please allow copying relay information (tails/tails#12114)
      - OnionCircuits uses deprecated functions (tails/tails#19917)
      - Replicate Vidalia's ability to close arbitrary circuits (tails/tails#8927)
      - Release Onion Circuits 0.8 (tails/tails#19963)
      - Upgrade to tor 0.4.8.7 (tails/tails#19978)
      - Upgrade to Bullseye 11.8 (tails/tails#19957)

    Commits:
      - Add comment
      - onion-grater: allow OnionCircuits to close arbitrary circuits
      - Install OnionCircuits from sid (currently 0.8)
      - Upgrade to tor 0.4.8.7
      - Upgrade to Bullseye 11.8

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 5.19.1
« Antwort #131 am: 15 November, 2023, 21:00 »
Changelog


 * Upgrade tor to 0.4.8.9 (tails/tails!1285)

    Closes issues:
      - Upgrade to tor 0.4.8.9 (tails/tails#20031)

    Commits:
      - Upgrade tor to 0.4.8.9 (refs: tails/tails#20031)

  * upgrade to tor 0.4.8.8 (tails/tails!1281)

    Closes issues:
      - Upgrade to tor 0.4.8.8 (tails/tails#20018)

    Commits:
      - upgrade to tor 0.4.8.8

  * Test suite: adapt to subtle UI change in Thunderbird 115.4.1 (tails/tails!1271)

    Closes issues:
      - Thunderbird test fails: can't find received test email in the UI while it's
        there (tails/tails#20008)

    Commits:
      - Test suite: adapt to subtle UI change in Thunderbird 115.4.1

  * Help the RM when we FTBFS during release process due to an unused APT source
    (tails/tails!1269)

    Closes issues:
      - FTBFS during release process when an unused APT source is configured
        (tails/tails#20009)

    Commits:
      - Use clearer grep --recursive instead of rgrep
      - Help the RM when we FTBFS during release process due to an unused APT source

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 6.0
« Antwort #132 am: 27 Februar, 2024, 21:00 »
Changelog


Changes and updates

Included software

Tails 6.0 updates most of the applications included in Tails, among others:

    Tor Browser to 13.0.10.

    Electrum from 4.0.9 to 4.3.4
        Improve support for the Lightning protocol and hardware wallets.

    KeePassXC from 2.6.2 to 2.7.4
        Add entry tags.
        Support dark mode.
        Redesign history view.

    Metadata Cleaner from 1.0.2 to 2.4.0
        Redesign the whole user interface.
        Support dark mode.
        Add support for AIFF and HEIC files.

    Text Editor from gedit to gnome-text-editor
        Support dark mode.

    Inkscape from 1.0.2 to 1.2.2

    Audacity from 2.4.2 to 3.2.4

    Gimp from 2.10.22 to 2.10.34

    Kleopatra from 4:20.08 to 4:22.12

Removed features

    Remove the icons on the desktop.

    The extension of GNOME Shell that we used to provide this feature is not well integrated into GNOME and created other problems. (#19920)

    Remove the item Wipe and Wipe available disk space from the shortcut menu of the Files browser.

    Secure deletion is not reliable enough on USB sticks and Solid-State Drives (SSDs) for us to keep advertising this feature.

    We updated our documentation on secure deletion to new recommendations: use encrypted volumes, overwrite the entire device, or disintegrate it physically.

    Remove the item Remove metadata from the shortcut menu of the Files browser.

    The developers of MAT2, the metadata removal library used by Metadata Cleaner are not providing this option anymore.

    Remove GtkHash

    You can still install GtkHash as Additional Software.

Fixed problems

    Fix several issues with special characters and non-Latin scripts in the screen keyboard. (#18076)

For more details, read our changelog.
Known issues

    OnionShare is still included as version 2.2.

    We tried to include OnionShare 2.6 in Tails 6.0, but it has several issues that had security implications. (#20135 and #20140)

    Mounting external devices automatically interferes with the Back Up Persistent Storage utility. (#20143)

[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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Tails 6.1
« Antwort #133 am: 27 März, 2024, 19:00 »
Changelog


Changes and updates

    Update Tor Browser to 13.0.13. This includes the changes brought by 13.0.12.
    Update Thunderbird to 115.9.0.

Fixed problems

    Fix Onion Circuits. #20233
    Fix Welcome Screen frequently showing a "Welcome to Tails!" is not responding error. #20236
    Fix Videos showing an error message during playback. #20243
    Fix problems with changing the passphrase of the Persistent Storage. #20217
    Tails Cloner can now install and upgrade to devices with multiple mounted partitions. #20149
    The Persistent Storage settings now display all enabled custom Persistent Storage features. #19267
    Mitigate the RFDS Intel CPU vulnerabilities. #20274

For more details, read our changelog.

[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 )