Package Details: pam_usb 0.8.3-1

Git Clone URL: https://aur.archlinux.org/pam_usb.git (read-only, click to copy)
Package Base: pam_usb
Description: Hardware authentication for Linux using ordinary flash media (USB & Card based).
Upstream URL: https://github.com/mcdope/pam_usb
Keywords: authentication PAM USB
Licenses: GPL2
Submitter: dissonant
Maintainer: IslandC0der
Last Packager: IslandC0der
Votes: 16
Popularity: 1.12
First Submitted: 2015-08-15 20:05 (UTC)
Last Updated: 2023-05-14 19:53 (UTC)

Latest Comments

1 2 Next › Last »

dhruvasambrani commented on 2024-07-22 12:56 (UTC)

For 0.8.4

diff --git a/.SRCINFO b/.SRCINFO
index ac70a1a..89ad3cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = pam_usb
    pkgdesc = Hardware authentication for Linux using ordinary flash media (USB & Card based).
-   pkgver = 0.8.3
+   pkgver = 0.8.4
    pkgrel = 1
    url = https://github.com/mcdope/pam_usb
    arch = x86_64
@@ -10,9 +10,13 @@ pkgbase = pam_usb
    depends = udisks2
    options = !emptydirs
    backup = etc/security/pam_usb.conf
-   source = pam_usb-0.8.3.tar.gz::https://github.com/mcdope/pam_usb/archive/refs/tags/0.8.3.tar.gz
+   source = pam_usb-0.8.4.tar.gz::https://github.com/mcdope/pam_usb/archive/refs/tags/0.8.4.tar.gz
    source = pamusb-agent.service
-   sha256sums = cd46cb6010f2f12eb46b94bbb77ed48040b62b618f19e2a585f8239c8f8b7a3f
+   source = tmux-patch.patch
+   source = local-patch.patch
+   sha256sums = b8d4581c2e7a1407d69b58c76785db14a28383352c1eda6b44f54722afea7c68
    sha256sums = f5875f0669b2638f36885c305d719072798b5097b15e6c94a8a852bb896bfc5c
+   sha256sums = 12ea96a8f33d05ba2654fe2a93d6a2d061e2a257a43a06a74b2dcaad4f7a502e
+   sha256sums = 92d4908509429e1ffa0a84b4561f69dae95383496169221c5a2e84f7676a9829

 pkgname = pam_usb
diff --git a/PKGBUILD b/PKGBUILD
index e8073d8..d271f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: David Rodriguez <dissonant.tech@gmail.com>

 pkgname=pam_usb
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc='Hardware authentication for Linux using ordinary flash media (USB & Card based).'
 arch=($CARCH)
@@ -13,11 +13,18 @@ depends=(python-gobject libxml2 udisks2)
 options=(!emptydirs)
 backup=("etc/security/pam_usb.conf")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
-        "pamusb-agent.service")
-sha256sums=('cd46cb6010f2f12eb46b94bbb77ed48040b62b618f19e2a585f8239c8f8b7a3f'
-            'f5875f0669b2638f36885c305d719072798b5097b15e6c94a8a852bb896bfc5c')
+        "pamusb-agent.service"
+        "tmux-patch.patch"
+        "local-patch.patch"
+    )
+sha256sums=('b8d4581c2e7a1407d69b58c76785db14a28383352c1eda6b44f54722afea7c68'
+            'f5875f0669b2638f36885c305d719072798b5097b15e6c94a8a852bb896bfc5c'
+            '12ea96a8f33d05ba2654fe2a93d6a2d061e2a257a43a06a74b2dcaad4f7a502e'
+            '92d4908509429e1ffa0a84b4561f69dae95383496169221c5a2e84f7676a9829')

 build() {
+  patch ${pkgname}-${pkgver}/src/tmux.c tmux-patch.patch
+  patch ${pkgname}-${pkgver}/src/local.c local-patch.patch
   make -C $pkgname-$pkgver
 }

IslandC0der commented on 2022-08-16 19:28 (UTC)

@pizzaman Thank you! :)

pizzaman commented on 2022-08-15 04:41 (UTC)

@IslandC0der Added you as co-maintainer. I am away until mid september and won't be able to work on this and you seem interested in this package. Hope you don't mind.

Marzal commented on 2021-02-09 17:19 (UTC)

This version is unmantained. I would try this: https://github.com/mcdope/pam_usb

simona commented on 2021-02-09 13:19 (UTC) (edited on 2021-02-09 13:19 (UTC) by simona)

I wound try this. Is it secure? Someone use it?

arun321 commented on 2018-10-11 09:59 (UTC)

I have tried the one with udisks2 PKGBUILD. but it doesn't work. https://pastebin.com/YC1Uzuyc

hwkiller commented on 2018-10-03 00:47 (UTC)

Update it to this, and it'll work just fine: https://pastebin.com/hkUYx9Fe

Uses a forked version with udisks2 support. Just tested it; works great.

dissonant commented on 2018-01-08 20:33 (UTC)

@solenskiner Thank you for the quick fix. I've updated the PKGBUILD to reflect your changes.

solenskiner commented on 2018-01-01 11:42 (UTC)

This seems to work for me https://pastebin.com/XcXr2vzM

MrHritik commented on 2018-01-01 10:21 (UTC)

This stills breaks the update. Any fix ?