]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
linux-pam: Update to 1.3.1
authorMatthias Fischer <matthias.fischer@ipfire.org>
Wed, 5 Jun 2019 07:16:58 +0000 (09:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Jun 2019 22:32:06 +0000 (23:32 +0100)
For details see:
https://github.com/linux-pam/linux-pam/releases

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/pam

diff --git a/lfs/pam b/lfs/pam
index 2d7b319e3be343e7f17b98c55077bbcd3ac25fa5..d5ce5ef69ef38251d597015711c3c47e5f1cae08 100644 (file)
--- a/lfs/pam
+++ b/lfs/pam
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
 
 include Config
 
-VER        = 1.3.0
+VER        = 1.3.1
 
 THISAPP    = Linux-PAM-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 642c994edb9cf39b74cb1bca0649613b
+$(DL_FILE)_MD5 = 558ff53b0fc0563ca97f79e911822165
 
 install : $(TARGET)
 
@@ -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=/usr/lib \
-                           --sbindir=/lib/security \
-                           --enable-securedir=/lib/security \
-                           --enable-docdir=/usr/share/doc/Linux-PAM-$(VER) \
-                           --enable-read-both-confs --disable-nls
+               --sbindir=/lib/security \
+               --enable-securedir=/lib/security \
+               --enable-docdir=/usr/share/doc/Linux-PAM-$(VER) \
+               --enable-read-both-confs \
+               --disable-nls
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install