X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsudo;h=066a29fa0944d790e2d0858a7460bc189cd82bdb;hp=7c3feabb7de6f734f398c7447c2259d5bc834c33;hb=c0ac5ae2a77d85ab4575bbbca022f18898bead5f;hpb=dd29d563a603b0bc182af23efd5160caf75657c4 diff --git a/lfs/sudo b/lfs/sudo index 7c3feabb7d..066a29fa09 100644 --- a/lfs/sudo +++ b/lfs/sudo @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 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,7 +24,7 @@ include Config -VER = 1.8.10p1 +VER = 1.8.10p3 THISAPP = sudo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1d9c2bc5aaf02608343d17b9a666e8e1 +$(DL_FILE)_MD5 = fcd8d0d9f9f0397d076ee901e242ed39 install : $(TARGET) @@ -79,7 +79,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-env-editor \ --with-ignore-dot \ --with-tty-tickets \ - --with-passpromt="[sudo] password for %p: " + --with-passprompt="[sudo] password for %p: " \ + --without-pam cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)