From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH v2] cifs-utils: update to 6.6 Date: Sat, 05 Nov 2016 13:13:59 +0100 Message-ID: <20161105121359.27624-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2579778797585535205==" List-Id: --===============2579778797585535205== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- config/rootfiles/packages/cifs-utils | 4 ++-- lfs/cifs-utils | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/packages/cifs-utils b/config/rootfiles/packages= /cifs-utils index e26e37e..843780f 100644 --- a/config/rootfiles/packages/cifs-utils +++ b/config/rootfiles/packages/cifs-utils @@ -1,3 +1,3 @@ sbin/mount.cifs -#usr/local/include/cifsidmap.h -#usr/local/share/man/man8/mount.cifs.8 +#usr/include/cifsidmap.h +#usr/share/man/man8/mount.cifs.8 diff --git a/lfs/cifs-utils b/lfs/cifs-utils index f3b75f5..2ceb4c7 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2013 IPFire Team = # +# Copyright (C) 2016 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 @@ =20 include Config =20 -VER =3D 5.9 +VER =3D 6.6 =20 THISAPP =3D cifs-utils-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D cifs-utils -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 7164ad6f7963a31fcbffbe4f14a7cfc6 +$(DL_FILE)_MD5 =3D 8b11350fade47d308b8f377e06cce243 =20 install : $(TARGET) =20 @@ -77,7 +77,7 @@ $(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) && ./configure + cd $(DIR_APP) && ./configure --prefix=3D/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) --=20 2.9.3 --===============2579778797585535205==--