]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libnfsidmap: Update to 0.27
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 22 Mar 2021 07:28:42 +0000 (08:28 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2021 10:42:33 +0000 (10:42 +0000)
- Update from 0.26 to 0.27
- Update to rootfile not required
- Dependency of nfs addon
- Changelog
   Too many lines to put whole log here. Full change log can be viewed at
    https://fedorapeople.org/~steved/libnfsidmap/0.27/
   One bux fix
    Author: Steve Dickson <steved@redhat.com>
    Date:   Fri Sep 2 10:07:52 2016 -0400
      libnfsidmap: Make sure __res_querydomain is resolvable
      Fail the build when __res_querydomain is not resolvable
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1372136
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libnfsidmap

index d0fd46355116e8c198af89a8ba498dbd8f19353f..1980d930647664fa9803c9e2bd6955067b911540 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.26
+VER        = 0.27
 
 THISAPP    = libnfsidmap-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libnfsidmap
-PAK_VER    = 1
+PAK_VER    = 2
 
 #CFLAGS    += -I/usr/include/tirpc
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2c0cf0e2b1665d51fa9a783679494888
+$(DL_FILE)_MD5 = 27cfb22f1ee85e51b863b71858a97da0
 
 install : $(TARGET)