Skip to content
Snippets Groups Projects
Commit 4a7b8994 authored by tvrzna's avatar tvrzna
Browse files

community/emptty: upgrade to 0.13.0

parent 48919cb1
No related branches found
No related tags found
3 merge requests!75268main/postgresql15: security upgrade to 15.9,!75022community/linux-edge: add hexdump to makedepends,!70963[3.20] community/emptty: upgrade to 0.13.0
# Maintainer: Michal Tvrznik <emporeor@gmail.com> # Maintainer: Michal Tvrznik <emporeor@gmail.com>
pkgname=emptty pkgname=emptty
pkgver=0.12.1 pkgver=0.13.0
pkgrel=1 pkgrel=0
pkgdesc="Dead simple CLI Display Manager on TTY" pkgdesc="Dead simple CLI Display Manager on TTY"
url="https://github.com/tvrzna/emptty" url="https://github.com/tvrzna/emptty"
arch="all" arch="all"
license="MIT" license="MIT"
makedepends="git go linux-pam-dev libx11-dev" makedepends="git go linux-pam-dev libx11-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/tvrzna/emptty/archive/v$pkgver.tar.gz source="$pkgname-$pkgver.tar.gz::https://github.com/tvrzna/emptty/archive/v$pkgver.tar.gz"
alpine-pam.patch
"
subpackages=" subpackages="
$pkgname-doc $pkgname-doc
$pkgname-openrc $pkgname-openrc
...@@ -33,7 +31,7 @@ package() { ...@@ -33,7 +31,7 @@ package() {
install -D res/emptty.1 $pkgdir/usr/share/man/man1/emptty.1 install -D res/emptty.1 $pkgdir/usr/share/man/man1/emptty.1
# PAM file # PAM file
install -Dm 644 res/pam $pkgdir/etc/pam.d/emptty install -Dm 644 res/pam-alpine $pkgdir/etc/pam.d/emptty
# config file # config file
install -Dm 644 res/conf $pkgdir/etc/emptty/conf install -Dm 644 res/conf $pkgdir/etc/emptty/conf
...@@ -46,6 +44,5 @@ package() { ...@@ -46,6 +44,5 @@ package() {
} }
sha512sums=" sha512sums="
b43a20353ca45e3617dae2c974ef6630d0f5e687aa688f2a89415028fc8085675098c23cebe840551cdc78cd22f5be97aa4d576236b419456a3f5d8160cd077f emptty-0.12.1.tar.gz 0baab909b46468fefbb3b12b10cf3c1a9b574460b49d7d01880f9b088cd18e3b49816e01e6af4c1094197b2c78c5c7bb7e31e8494b1168bd25af42c6f9ebb05d emptty-0.13.0.tar.gz
db640a99d46511dcc6ec9fce74fd2b3877e098f2886839f95b5770bf63a49d77cee1a433963dd92beedcba788aa113a47de98d29d0e5f0edc6626f074c4585b2 alpine-pam.patch
" "
diff --git a/res/pam b/res/pam
index a2f6f3e..e64b55b 100644
--- a/res/pam
+++ b/res/pam
@@ -1,10 +1,6 @@
#%PAM-1.0
auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
-auth include system-login
--auth optional pam_gnome_keyring.so
--auth optional pam_kwallet5.so
-account include system-login
-password include system-login
-session include system-login
--session optional pam_gnome_keyring.so auto_start
--session optional pam_kwallet5.so auto_start force_run
+auth include base-auth
+account include base-account
+password include base-password
+session include base-session
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment