Package Details: aws-adfs 2.8.2-1

Git Clone URL: https://aur.archlinux.org/aws-adfs.git (read-only, click to copy)
Package Base: aws-adfs
Description: Command line tool to ease aws cli authentication against ADFS
Upstream URL: https://github.com/venth/aws-adfs
Licenses: MIT
Submitter: KenMacD
Maintainer: KenMacD (tchernomax)
Last Packager: KenMacD
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-30 13:30 (UTC)
Last Updated: 2023-09-15 19:15 (UTC)

Latest Comments

tchernomax commented on 2022-11-08 17:58 (UTC)

pkgname=aws-adfs
pkgver=2.6.3
pkgrel=1
pkgdesc="Command line tool to ease aws cli authentication against ADFS "
arch=('any')
url="https://github.com/venth/aws-adfs"
license=('MIT')
depends=('python'
         'python-boto3'
         'python-botocore'
         'python-click'
         'python-fido2'
         'python-lxml'
         'python-requests'
         'python-requests-kerberos')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/venth/aws-adfs/releases/download/v$pkgver/aws_adfs-$pkgver.tar.gz")

package() {
    cd "$srcdir/${pkgname/-/_}-$pkgver"
    python setup.py install --root="$pkgdir/" --optimize=1
}
sha512sums=('fdf844ff988a47959e51610fc80d295f3db6dffdc75d7a61878a60af4aa868c83f354b5dd758bdf4568d13298451a26a1a517f3bc293e1d6633f6e277a465f6c')

KenMacD commented on 2021-12-14 15:09 (UTC)

@tchernomax Thank you! Checksums updated and I opened an issue upstream for the fact that they changed.

tchernomax commented on 2021-12-13 22:10 (UTC)

@KenMacD The source file seems to have changed :

==> Validating source files with sha256sums...
    aws-adfs-1.24.5.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: aws-adfs
         context: exit status 1

I makepkg -g >> PKGBUILD, build the package and make diff from my current installation (in python3.9… which is why I need to reinstall this package).

max@hostname % diff -Nur /usr/lib/python3.9/site-packages/aws_adfs usr/lib/python3.10/site-packages/aws_adfs | grep -v Binary
max@hostname % diff /usr/bin/aws-adfs usr/bin/aws-adfs
max@hostname %  

→ archive checksum changed, but not it's content… so the new archive seems secure/legit.

here is the checksums of the new archive:

sha256sums=('2ae5c8c657fea869ad65680e580815b5948b11909869060ccfd707719c73b59e')
sha512sums=('3c49993b85e129d73781e0418b0c7d7461566a8ede7224a11aea746456b3c22b92733c75966aa653f15fe656d0a9b9f38ae31ad4e13e73e342a021d73b440596')