linux-pam: bump to version 1.3.1

The tarball is now at github.

Switch to .tar.xz, that's the only format that upstream provides.

Add a note on tarball signature and key.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Baruch Siach 2018-06-29 08:02:58 +03:00 committed by Thomas Petazzoni
parent b8c3ec57e7
commit 95537dd755
2 changed files with 7 additions and 5 deletions

View file

@ -1,2 +1,4 @@
# Locally computed hashes, not provided by upstream # Locally computed hashes after checking signature at
sha256 241aed1ef522f66ed672719ecf2205ec513fd0075ed80cda8e086a5b1a01d1bb Linux-PAM-1.3.0.tar.bz2 # https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-1.3.1.tar.xz.asc
# signed with the key 8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB
sha256 eff47a4ecd833fbf18de9686632a70ee8d0794b79aecb217ebd0ce11db4cd0db Linux-PAM-1.3.1.tar.xz

View file

@ -4,9 +4,9 @@
# #
################################################################################ ################################################################################
LINUX_PAM_VERSION = 1.3.0 LINUX_PAM_VERSION = 1.3.1
LINUX_PAM_SOURCE = Linux-PAM-$(LINUX_PAM_VERSION).tar.bz2 LINUX_PAM_SOURCE = Linux-PAM-$(LINUX_PAM_VERSION).tar.xz
LINUX_PAM_SITE = http://linux-pam.org/library LINUX_PAM_SITE = https://github.com/linux-pam/linux-pam/releases/download/v$(LINUX_PAM_VERSION)
LINUX_PAM_INSTALL_STAGING = YES LINUX_PAM_INSTALL_STAGING = YES
LINUX_PAM_CONF_OPTS = \ LINUX_PAM_CONF_OPTS = \
--disable-prelude \ --disable-prelude \