Change logs for aad-auth source package in Mantic

  • aad-auth (0.5.2ubuntu0.1) mantic-security; urgency=medium
    
      * No change rebuild due to golang-1.20, golang-1.21 updates
    
     -- Nishit Majithia <email address hidden>  Thu, 01 Feb 2024 13:24:14 +0530
  • aad-auth (0.5.2) mantic; urgency=medium
    
      * Update Go version to 1.21
        - This is not a new feature breakage. The previous build introduced
          a new symbol required by golang-go-1.21, so we need to bump the
          minimal required Go version to 1.21.
      * Update MSAL version to 1.2.0
      * Update dependencies to latest:
        ** Rust
          - cc
          - libnss
          - time
        ** Go
          - golang.org/x/sys
      * Clean up some packaging steps
        - Some workarounds were necessary due to unmerged upstream changes. Now
          the fixes are merged and released, so packaging could be cleaned up.
      * Update CI dependencies not related to package functionality:
        - github.com/golangci/golangci-lint
    
     -- Denison Barbosa <email address hidden>  Thu, 24 Aug 2023 06:03:22 -0400
  • aad-auth (0.5.1) mantic; urgency=medium
    
      * Fix FTBFS due to missing new required symbol
    
     -- Denison Barbosa <email address hidden>  Fri, 18 Aug 2023 06:24:12 -0400
  • aad-auth (0.5) mantic; urgency=medium
    
      * New release (LP: #2031534)
      * Update Go version to 1.20
      * Update MSAL version to 1.1
      * Specify default scopes for authentication
        - After MSAL 1.0, the API no longer provides a set of default scopes in
          case none was specified. So now we specify the authentication scopes
          manually.
      * Normalize names used in NSS queries
        - Lowercase the names used in all queries to account for the case
          insensitivity of AAD.
      * Consider effective UID/GID when evaluating access to Shadow database:
        - This fixes the issue where AAD users could not open sudo sessions, even
          though they were part of the sudo group
      * Improved errors messages
        - Show link(s) to error code(s) description on Microsoft's site
      * Update dependencies to latest:
        ** Go
          - github.com/mattn/go-sqlite3
          - github.com/sirupsen/logrus
          - github.com/spf13/cobra
          - github.com/stretchr/testify
          - golang.org/x/crypto
          - golang.org/x/sys
        ** Rust
          - cc
          - ctor
          - goldenfile
          - libc
          - log
          - paste
          - proc-macro2
          - rusqlite
          - serde
          - serde_yaml
          - simple_logger
          - syslog
          - tempfile
          - test-case
          - time
      * Update CI dependencies not related to package functionality:
        - github.com/golangci/golangci-lint
        - actions/setup-go
        - peter-evans/create-pull-request
    
     -- Denison Barbosa <email address hidden>  Mon, 14 Aug 2023 09:48:57 -0400
  • aad-auth (0.4) lunar; urgency=medium
    
      * First upload to ubuntu
      * Rewrite NSS module in Rust: we can’t use Go to implicit use of threads
        which is incompatible with binaries linking against use and only using
        fork() without exec().
    
     -- Didier Roche <email address hidden>  Tue, 21 Feb 2023 10:22:47 +0100