]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/openldap
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[people/mfischer/ipfire-2.x.git] / lfs / openldap
index 60d46a2492c244df2bce04b1a5b38e0a0dfc54f7..195aa4af23c607fbe99607649b5847a7fb7a2adb 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.4.49
+VER        = 2.6.1
 
 THISAPP    = openldap-$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ee777588d758f6704b0d38b90feb85b27e2307510a05d1d147324e9958a6f6fc5bc7dd521a1462971c3f707429ad38fab734f508d71fd88b447770e112e844a2
+$(DL_FILE)_BLAKE2 = 08bb7ec0354d689b65673d6c4c05a3299ba4f1655cbcccb710b6c9ca66fd636d6b2d89faa8d32278d253a1647deae8b1e86e8e275b890208bfac4ca663a40523
 
 install : $(TARGET)
 
@@ -72,7 +72,7 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openldap-2.4.49-consolidated-1.patch
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openldap-2.6.1-consolidated-2.patch
        cd $(DIR_APP) && autoconf
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \