summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2022-01-06 23:59:20 +0100
committerThomas Orgis2022-01-13 14:55:50 +0100
commitf7a94b33b6e258f21096d4aa89cbf35de290ee52 (patch)
tree906fedab2844afbdfb743ac91eade930ffe0224c
parent842d74e22a315dea30bf18fd1e6aee38f8bfe268 (diff)
cifs-utils: version 6.14
-rwxr-xr-xnet/cifs-utils/DEPENDS1
-rwxr-xr-xnet/cifs-utils/DETAILS4
-rw-r--r--net/cifs-utils/HISTORY2
-rwxr-xr-xnet/cifs-utils/PRE_BUILD6
4 files changed, 4 insertions, 9 deletions
diff --git a/net/cifs-utils/DEPENDS b/net/cifs-utils/DEPENDS
index fe64fdb4b3..ead4f22082 100755
--- a/net/cifs-utils/DEPENDS
+++ b/net/cifs-utils/DEPENDS
@@ -1,4 +1,3 @@
-depends autoconf &&
depends talloc &&
#optional_depends libcap-ng \
# "--with-libcap-ng" \
diff --git a/net/cifs-utils/DETAILS b/net/cifs-utils/DETAILS
index e090a87168..6060bf0246 100755
--- a/net/cifs-utils/DETAILS
+++ b/net/cifs-utils/DETAILS
@@ -1,8 +1,8 @@
SPELL=cifs-utils
- VERSION=6.7
+ VERSION=6.14
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=https://download.samba.org/pub/linux-cifs/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:ee050a0eb4a72fbc8d773e86fbe6839ea2bf11cda5ebd071c8ead66e31b46d50ea4e1d1b26478373be53227cd60b32a90b65b5cb989b5a8237cddfc65bad8e5e
+ SOURCE_HASH=sha512:dd875e110988f84ac766900426e1a75c043607de1f24b87e95cd942f2f58561e1133d16466f02863643c8395fc0160df4050636d1ce0db005f2e52a592c7f0ab
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
LICENSE[0]=GPL
diff --git a/net/cifs-utils/HISTORY b/net/cifs-utils/HISTORY
index 4c1a339337..2d09fcfcb6 100644
--- a/net/cifs-utils/HISTORY
+++ b/net/cifs-utils/HISTORY
@@ -1,5 +1,7 @@
2022-01-06 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: always needs talloc
+ * DETAILS: update to 6.14
+ * PRE_BUILD: gone, no more autoreconfig needed
2017-12-18 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: added missing libcap[-ng] optional dependency; added missing
diff --git a/net/cifs-utils/PRE_BUILD b/net/cifs-utils/PRE_BUILD
deleted file mode 100755
index 39331405bc..0000000000
--- a/net/cifs-utils/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-# Someone botched the 6.7 release, as it seems, need
-# to re-autotoolify.
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-autoreconf -fiv
-