]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/shadow
shadow: Update to version 4.11.1 and fix bug 12762
[people/pmueller/ipfire-2.x.git] / lfs / shadow
index a82de374a4355a068fb07d408ac09bca365bad02..1505e5adee9f79e3a36cb2ded08d06db57b7859d 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.2.1
+VER        = 4.11.1
 
 THISAPP    = shadow-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2bfafe7d4962682d31b5eba65dba4fc8
+$(DL_FILE)_MD5 = 5a95ec069aa91508167d02fecafaa912
 
 install : $(TARGET)
 
@@ -70,12 +70,14 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/shadow-4.2.1-suppress_installation_of_groups.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/shadow-4.11.1-suppress_installation_of_groups.patch
        $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure \
                --libdir=/lib \
                --sysconfdir=/etc \
+               --with-yescrypt \
                --enable-shared \
+               --disable-static \
                --without-selinux \
                --disable-nls \
                --with-group-name-max-length=32