Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

AusweisApp-2.5.1-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: AusweisApp Distribution: openSUSE Tumbleweed
Version: 2.5.1 Vendor: openSUSE
Release: 1.1 Build date: Sun Apr 12 18:20:07 2026
Group: Productivity/Security Build host: reproducible
Size: 8002766 Source RPM: AusweisApp-2.5.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.ausweisapp.bund.de
Summary: Official authentication app for German ID cards and residence permits
This app is developed and issued by the German government to be
used for online authentication with electronic German ID cards
and residence permits. To use this app, a supported RFID card
reader or compatible NFC smart phone is required.

Provides

Requires

License

EUPL-1.2

Changelog

* Sun Apr 12 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.5.1
    - Fix an error regarding the minimum supported macOS version.
    - Update of OpenSSL to version 3.6.2.
    - Fix version number on Android  mistakenly including the
      architecture.
* Wed Apr 08 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.5.0
    - Visual adjustments and optimizations to the graphical user interface.
    - macOS Ventura 13 is no longer supported.
    - iOS 16 is no longer supported.
    - The http_parser library has been replaced by llhttp.
    - A compiler with C++20 support is required.
    - Update of Qt to version 6.10.2.
    - Update of OpenSSL to version 3.6.1.
    - Update of the Android NDK to r29 (29.0.14206865).
    - Update of the Android SDK Platform to Android 16 (API level 36).
    - Smartphones paired as card readers with an installed AusweisApp
      are now available as readers on Android via the SDK.
    - Access for web browsers to the partially integrated SDK is disabled
      by default and can be enabled if needed.
  - Add pkgconfig(libllhttp) to BuildRequires
  - Build with -DUSE_LEGACY_OPENSSL_API=ON to enable legacy OpenSSL API
  - Drop 0001-use-legacy-openssl-api.patch, fixed upstream
  - Drop build support for openSUSE Leap 15
* Thu Jan 29 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.4.1
    - Visual adjustments and optimizations to the graphical user interface.
    - Enabled privacy protection against screenshots on mobile devices
      when entering passwords or displaying personal details.
    - Fixed unstable behavior when using smartphones as card readers.
    - Updated OpenSSL to version 3.5.5.
    - The container SDK now only contains necessary libraries instead
      of the complete package manager of the distribution.
* Thu Oct 30 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.4.0
    - Accessibility support has been completed.
    - Visual adjustments and optimization of the graphical interface.
    - Connecting to a smartphone as card reader is now faster.
    - Update of Qt to version 6.9.2.
    - Update of OpenSSL to version 3.5.4.
    - Update of Android NDK to r28c (28.2.13676358).
    - Fixed a crash when using the SDK on Android on x86_64.
  - Add qt6-declarative-devel to BuildRequires
  - Add qt6-qmlcore-private-devel to BuildRequires
  - Cherry-pick updated 0001-use-legacy-openssl-api.patch from Fedora
* Thu Jun 26 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.3.2
    - Improvements with regards to accessibility.
    - Visual adjustments and optimization of the graphical interface.
    - Temporarily removing an ID card on an Android smartphone as a card
      reader before typing in the password no longer results in an error.
    - On Windows, smartphones that can only be reached via IPv6 are now
      also recognized as card readers.
    - Added support for smartphones as card readers on Windows Server.
    - Relative URL redirects during authentication are now correctly
      taken into account.
* Tue Mar 18 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.3.1
    - Fixed compatibility of AusweisApp with Windows Server 2016.
    - Visual adjustments and optimization of the graphical user interface.
* Thu Mar 06 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.3.0
    - Introduction of onboarding.
    - Visual adjustments and optimization of the graphical user interface.
    - macOS Monterey 12 is no longer supported.
    - iOS 14 and 15 are no longer supported.
    - The integrated simulator now performs the terminal authentication
      completely instead of accepting every input.
    - Update from Android NDK to r27c (27.2.12479018).
    - Update of Qt to version 6.8.1.
    - Update of OpenSSL to version 3.4.1.
  - Refresh 0001-use-legacy-openssl-api.patch
* Fri Nov 01 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add patch from Fedora to enforce use of legacy OpenSSL API
    + 0001-use-legacy-openssl-api.patch (bsc#1231686)
* Wed Oct 23 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.2.2
    - Visual adjustments and optimization of the graphical user interface.
    - Optimization of accessibility and keyboard operability.
    - Addition of the Android ABIs armeabi-v7a and x86_64 in addition to
      arm64-v8a in the SDK.
* Wed Sep 11 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.2.1
    - Visual adjustments and optimization of the graphical user interface.
    - Optimization of accessibility and keyboard usability.
    - Prevention of the display of external content in
      the graphical user interface.
    - Support for smartphones with Android 15 where
      optimized memory management has been activated.
    - Support for 16 KB page sizes on Android.
    - Stabilization of the iOS SDK during fast restarts.
    - Correction of the behavior when using Qt 6.6.3.
    - Avoidance of a log file within the container in the container SDK.
    - Update of the Android NDK to r27b (27.1.12297006).
    - Update of the Android SDK Platform to Android 15 (API level 35).
    - Update of OpenSSL to version 3.3.2.
  - Drop patches for issues fixed upstream
    + 0001-fix-qml-error-with-qt6.6.patch
* Fri Jul 19 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add missing libQt6Svg6 runtime dependency to Requires
* Fri Jul 12 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Cherry-pick upstream patch to fix QML error with Qt 6.6
    + 0001-fix-qml-error-with-qt6.6.patch
* Fri Jul 05 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.2.0
    - Visual adjustments and optimization of the graphical user interface.
    - Display of the old and new device name when using "Smartphone as card
      reader" if the name of a device has changed.
    - An information page has been added at the end of an authentication before
      forwarding to the service provider.
    - Increased the time allowed to respond to card commands on Android to support
      badges that have switched to a safe slow mode after too many incorrect CAN entries.
    - Improved accessibility options.
    - Support for Android 8 has been discontinued.
    - The "Smartphone as card reader" function now requires at least version 2.1.0.
    - Support for ChromeOS has been added.
    - Support for key lengths smaller than 3000 bits has been discontinued.
    - Changelog added to the documentation for the SDK.
    - Functional extension of the SDK (see changelog).
    - Update of Qt to version 6.7.2.
    - Update of OpenSSL to version 3.3.1.
* Thu Apr 11 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.1.1
    - Visual adjustments and optimization of the graphical user interface.
    - Fixed rarely occurring problems in connection with the browser used.
    - Textual adjustments.
    - Fixed READER messages in the SDK when using unknown cards or when
      the connection to the card is unstable.
* Thu Feb 29 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.1.0
    - Visual adjustments and optimization of the graphical user interface.
    - Improved detection of system language on macOS.
    - Removed the five minutes time limit for password
      entry when the ID card is placed on the reader.
    - Fixed display of changed device names when using "Smartphone as card reader".
    - Add an option to disable animations.
    - Fixed the behavior of "Smartphone as card reader"
      with activated password entry when using a PUK.
    - Fixed of the connection test with a password-protected
      proxy in the diagnostics on desktop systems.
    - Drop support for macOS 11 Big Sur.
    - Fixed processing of certificates with CAv3 extension.
    - Unified documentation for installation and integration.
    - Update of OpenSSL to version 3.1.5.
* Fri Jan 19 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.0.3
    - Fixed crash on macOS 11.
    - Fixed missing German translation.
    - Fixed display of release notes.
* Sat Jan 13 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.0.2
    - Avoid showing hints to the PIN reset service.
  - Pass original source tree name to %setup macro
  - Use original source tree name in %install section
* Wed Nov 15 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.0.1
    - Fixed an issue where settings were not saved on iOS and macOS.
    - Fixed entitlements on macOS.
* Tue Nov 07 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 2.0.0
    - Renamed AusweisApp2 to AusweisApp.
    - Completely revised graphical user interface.
    - Dark mode is now supported on all platforms.
    - The display in landscape mode has been
      optimized and is now set automatically.
    - System font and size are now honored by the app.
    - Optimized usability of the title bar.
    - Online help is no longer available.
    - The provider list is no longer integrated in AusweisApp
      but can now be accessed via the AusweisApp website.
    - History of authentication processes has been removed.
    - The PDF export function for personal data has been removed.
    - macOS Catalina 10.15 is no longer supported.
    - Android 7 is no longer supported.
    - iOS 13 is no longer supported.
    - Updated Qt to version 6.5.3.
    - Updated OpenSSL to version 3.1.4.
  - Pass adjusted source tree name to %setup macro
  - Use adjusted source tree name in %install section
  - Rename package from AusweisApp2 to AusweisApp
  - Drop patches for issues fixed upstream
    + 0001-fix-ftbfs-with-qt6.6.patch
    + 0002-update-qml-for-qt6.6.patch
* Tue Oct 17 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add patch to fix FTBFS with Qt 6.6
    + 0001-fix-ftbfs-with-qt6.6.patch
  - Add patch to update QML for Qt 6.6
    + 0002-update-qml-for-qt6.6.patch
* Tue Aug 01 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 1.26.7
    - Fixed possible crash during start-up on Android
    + from version 1.26.6
    - Fixed possible crash during start-up on Android
* Wed Jul 26 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 1.26.5
    - Reworked the pairing process when using a smartphone as card reader.
      Both devices involved in pairing must be updated to version 1.26.5.
      Pairing AusweisApp 1.26.5 with older versions is not supported.
    - Progress is now also shown on the smartphone when using it as a card reader.
    - Enabled keyboard mode by default when using smartphone as a card reader.
    - When using keyboard mode on a smartphone as a card reader, showing the
      permissions can now be re-enabled in settings at any time.
    - Added a monochrome icon on Android.
    - Added handling for <Command> + <W> on macOS.
    - Removed the update function on macOS in favor of the Mac App Store.
    - Minor bug fixes and optimizations.
    - Fixed documentation for installation in corporate networks
      on macOS when configuring the setup wizard.
    - Optimized the size of the Android SDK.
    - Updated OpenSSL to version 3.0.9.
  - Add qt6-core-private-devel to BuildRequires
* Sat Apr 29 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 1.26.4
    - Improved window management on macOS.
    - Minor bug fixes and optimizations.
    - Changed INTERRUPT to not always display an error icon.
    - Enabled "Access-Control-Allow-Private-Network"
      header to be set during status requests.
    - Changed CHANGE_PIN to return a FailureCode.
    - Fixed a crash with AirPlay in the iOS SDK.
    - Fixed private icons in the iOS SDK.
    - Added simulator support for explicit private keys as parameters.
    - Fixed cancel button in the iOS scan dialog of
      the SDK not cancelling the workflow.
* Thu Mar 09 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 1.26.3
    - Improvement of help and tutorial texts.
    - Improvements in diagnostics.
    - Fix an error in the NFC dialog on iOS.
    - Improved accessibility when entering PIN, CAN and PUK.
    - Introduction of unique FailureCodes in SDK.
    - Added the environment variable AUSWEISAPP2_AUTOMATIC_DEVELOPERMODE
      in the fully automated SDK.
    - Fixed incorrect progress display in SDK for iOS.
    - Added SECURESCREENKEYBOARD for corporate environments.
    - Bumped TargetSDK to 33 in SDK for Android.
    - Update of OpenSSL to version 3.0.8.
* Sun Feb 05 2023 Marcus Meissner <meissner@suse.com>
  - switch to generic openssl-devel to allow openssl-3
* Mon Jan 23 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - New upstream release
    + Version 1.26.2
    - Fixed notification when another application is running on the port in use.
    - Fixed crashes on Android.
    - Optimization of forwarding to "CommunicationErrorAddress" on iOS.
    - Improved installation of the proxy service for terminal server environments.
    - Fixed the setting for the setup wizard when installing in corporate networks.

Files

/usr/bin/AusweisApp
/usr/share/AusweisApp
/usr/share/AusweisApp/AusweisApp.rcc
/usr/share/applications/com.governikus.ausweisapp2.desktop
/usr/share/doc/packages/AusweisApp
/usr/share/doc/packages/AusweisApp/README.rst
/usr/share/icons/hicolor
/usr/share/icons/hicolor/96x96
/usr/share/icons/hicolor/96x96/apps
/usr/share/icons/hicolor/96x96/apps/AusweisApp.png
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/AusweisApp.svg
/usr/share/licenses/AusweisApp
/usr/share/licenses/AusweisApp/LICENSE.officially.txt
/usr/share/licenses/AusweisApp/LICENSE.txt
/usr/share/man/man1/AusweisApp.1.gz
/usr/share/metainfo
/usr/share/metainfo/com.governikus.ausweisapp2.metainfo.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 15:27:28 2026