Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
4a7b8994
Commit
4a7b8994
authored
7 months ago
by
tvrzna
Browse files
Options
Downloads
Patches
Plain Diff
community/emptty: upgrade to 0.13.0
parent
48919cb1
No related branches found
No related tags found
3 merge requests
!75268
main/postgresql15: security upgrade to 15.9
,
!75022
community/linux-edge: add hexdump to makedepends
,
!70963
[3.20] community/emptty: upgrade to 0.13.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/emptty/APKBUILD
+5
-8
5 additions, 8 deletions
community/emptty/APKBUILD
community/emptty/alpine-pam.patch
+0
-19
0 additions, 19 deletions
community/emptty/alpine-pam.patch
with
5 additions
and
27 deletions
community/emptty/APKBUILD
+
5
−
8
View file @
4a7b8994
# Maintainer: Michal Tvrznik <emporeor@gmail.com>
# Maintainer: Michal Tvrznik <emporeor@gmail.com>
pkgname
=
emptty
pkgname
=
emptty
pkgver
=
0.1
2.1
pkgver
=
0.1
3.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
"
"
This diff is collapsed.
Click to expand it.
community/emptty/alpine-pam.patch
deleted
100644 → 0
+
0
−
19
View file @
48919cb1
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment