From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] linux-pam: Update to 1.3.1 Date: Wed, 05 Jun 2019 09:16:58 +0200 Message-ID: <20190605071658.1734-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6888044772840192088==" List-Id: --===============6888044772840192088== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://github.com/linux-pam/linux-pam/releases Signed-off-by: Matthias Fischer --- lfs/pam | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/lfs/pam b/lfs/pam index 2d7b319e3..d5ce5ef69 100644 --- a/lfs/pam +++ b/lfs/pam @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2019 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,10 +24,10 @@ =20 include Config =20 -VER =3D 1.3.0 +VER =3D 1.3.1 =20 THISAPP =3D Linux-PAM-$(VER) -DL_FILE =3D $(THISAPP).tar.gz +DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 642c994edb9cf39b74cb1bca0649613b +$(DL_FILE)_MD5 =3D 558ff53b0fc0563ca97f79e911822165 =20 install : $(TARGET) =20 @@ -72,10 +72,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --libdir=3D/usr/lib \ - --sbindir=3D/lib/security \ - --enable-securedir=3D/lib/security \ - --enable-docdir=3D/usr/share/doc/Linux-PAM-$(VER) \ - --enable-read-both-confs --disable-nls + --sbindir=3D/lib/security \ + --enable-securedir=3D/lib/security \ + --enable-docdir=3D/usr/share/doc/Linux-PAM-$(VER) \ + --enable-read-both-confs \ + --disable-nls + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 --=20 2.18.0 --===============6888044772840192088==--