mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/utmps: upgrade to 0.1.3.1
Also tailor libutmps.pc to the Alpine specific way it uses utmps, by adding /usr/include/utmps to the Cflags.
This commit is contained in:
parent
c7385277e2
commit
b8ca151056
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ pkgname=utmps
|
|||
# - dropbear
|
||||
# - openssh
|
||||
# - util-linux
|
||||
pkgver=0.1.3.0
|
||||
pkgver=0.1.3.1
|
||||
pkgrel=0
|
||||
pkgdesc="A secure utmp/wtmp implementation"
|
||||
url=https://skarnet.org/software/utmps/
|
||||
|
@ -37,6 +37,7 @@ build() {
|
|||
--disable-allstatic \
|
||||
--libexecdir="/usr/lib/$pkgname" \
|
||||
--with-pkgconfig \
|
||||
--with-include=/usr/include/utmps \
|
||||
--enable-pkgconfig \
|
||||
--enable-utmp
|
||||
make
|
||||
|
@ -57,7 +58,7 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
307010371d8c7d9e56e1823c599d84f44719e6050ccf30799f08d7a6c071ca2fbc46ef236d5e2422dc1b96f8a7582ae735635302c28becd6aac3263302c385d9 utmps-0.1.3.0.tar.gz
|
||||
9dd4ba69d771bc85298de7789140d2603a2dd8ce38cf71e21725c2cd3b5986caddac4f2bba1a72a3956af055a695af5bf486f3eb7427ffa6fcf6fb1f8e054a27 utmps-0.1.3.1.tar.gz
|
||||
05d730a7ac770e91617a9db2b250c818f7733a3cbba3e539dbea23efeea71f65b059ec7778648bbedc2a6ac3b7907ac49d786cdadcfb716b29d8e9ce514d0f3a utmp-prepare.initd
|
||||
9c38e3fa6cac5d94eaa284adf21f47c01aa166c694a013c11c072727a3558b197a0de4c64e96e2f53991e3a485a68fd866fafd21e551ae00c3efbc6eed715f93 utmpd.initd
|
||||
98473acb96cb647867c2c09779cfea15629d1f5baab3b122298a57c061a044746c514b883bb012065aeab217c856fb8713e0baad1c0f708973a9a4980de1d461 wtmpd.initd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue